I have a few questions where they ask to sketch 2 variable functions.
I am just wondering if there any specific tricks or calculations to do when solving problems like this instead of just pure logical thinking. It just doesn't feel like I am doing this correctly when there are no calculations involved.
$$ f(x,y) = 4-x^2-y^2 $$ This is how I figured it out the answer. It's an upside down paraboloid that starts at $z = 4$.
Steps of execution I did.
- Think of $x^2$ and it's function.
- Think of $x^2+y^2$ and how it is the same but in 3D.
- Think of $-x^2$ and it turns the function upside down.
- Think of $-x^2-y^2$. It again must turn the function upside down.
- Think of $4 + x^2$ and how it is the same function but starts at four.
- Putting it altogether. It is an upside down paraboloid starting at $z=4$.
Some alternative approach:
In a 3D plot you would plot all points $(x,y,z)$ which fulfill $$ z = f(x,y) = 4 - x^2 - y^2 $$ as points of the the graph of $f$.
One way to structure this graph is to determine the level curves $f(x,y) = \text{const}$, where $z$ has the same value along that curve.
One interesting candidate is the curve for $z = 0$. So we check and get $$ 0 = z = f(x,y) = 4 - x^2 - y^2 \iff \\ x^2 + y^2 = 2^2 $$ which is a circle with radius $2$ and center $(0,0,0)$ in the $x$-$y$-plane.
As it turns out for each constant $c$ we get $$ z = f(x,y) = 4 - x^2 - y^2 \iff \\ x^2 + y^2 = (\sqrt{4 - z})^2 = r^2 $$ so we end up with a circle of radius $r = \sqrt{4 - z}$ and center $(0,0,z)$ and this is only possible for the radikand $4 - z \ge 0 \iff 4 \ge z \iff z \le 4$.
This means $f(x,y) \le 4$ and the graph is rotational symmetric around the $z$-axis.
The image above shows the graph of $f$ (red) and the level curves for $z = 0$ (yellow) and $z = 2$ (green).