Question about graphing L(x,y) against f(x,y)

  • Thread starter Thread starter Dr Zoidburg
  • Start date Start date
  • Tags Tags
    Graphing
Dr Zoidburg
Messages
39
Reaction score
0
The question I'm stuck on is this:
Let f(x,y) = (x+1)^2 + y^2
I'm asked to find the partial derivatives and then evaluate them at (1,2). From there, find L(x,y), the linear approximation to f(x,y) at (1,2).
That part I'm ok with. I got the following:
f_x(x,y) = 2(x+1)
f_y(x,y) = 2y
f_x(1,2) = 4
f_y(1,2) = 4
f(1,2) = 8

L(x,y) = 8 + 4(x-1) + 4(y-2)

Next part of the quesion was just filling in a table that shows that as f(x,y) moves away from (1,2), L(x,y) becomes less accurate approximation of f(x,y).

So where am I stuck?
On the last question, which is:
"On a set of xy-axes, mark the point (1,2) and draw the level curves f(x,y) = k and L(x,y) = k for k = 5, 6, 7, 8, 9, 10.
Draw the curves into the square [0,3]x[0,3] and label each curve with the value of k. How do the level curves reflect L' approximation of f near (1,2)?"

This is likely a very easy question to do, but for the life of me I can't see how! Any (and all) help much appreciated.
 
Physics news on Phys.org
Level curves f(x,y) = k are the sets { (x,y) | f(x,y) = k}. Now think geometrically: for a fixed k, what is the graph of k = (x + 1)^2 + y^2 ? (hint: rewrite k = (sqrt(k))^2 and this should start to look like a very familiar object). You could always try plotting a few points to get the gist of it.

Level curves L(x,y) = k are the same thing, except with less complicated formulas. Do a little algebra and you will find another very familiar object.

Once you put all of these lines on the xy plane, a pattern will emerge and I think you will have no trouble with the last part.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top