Let $f(x,y) = (x^2+y^2-1)(2x+y-1)$.
Then how can I sketch the level curves of $f(x,y)$?
Thank you for your help in advance.
Let $f(x,y) = (x^2+y^2-1)(2x+y-1)$.
Then how can I sketch the level curves of $f(x,y)$?
Thank you for your help in advance.
According to the definition of level curves, if we are given a function of two variables $z=f(x, y)$,the cross-section between the surface and a horizontal plane is called a level curve or a contour curve. Thus, level curves have algebraic equations of the form: $$f(x, y) =k$$ for all possible values of $k$. Now let's do this goal by using a mathematical software like Mathematica or Maple. I did it by Maple 16 for you:

3d.
– Mikasa
Dec 19 '13 at 19:52
You have a function $f: \mathbb{R}^2 \to \mathbb{R}$. The level curves of $f$ is the set $$ \{ (x,y) \in \mathbb{R}^2 : f(x,y) = K, K \in \mathbb{R} \}$$. So, in order to find the level curves of your function, just set it equal to a constant K, and try different values of $K$. For instance
$$f(x,y) = (x^2 + y^2 -1)(2x + y -1) = K$$
Now, test values foe $K$, say $K=-1,-2,0,1,2,3$, and graph it in each different scenario.