sambellamy
Junior Member
- Joined
- Oct 21, 2014
- Messages
- 53
I am stuck. What am I mixing up here? Someone who can help, please take a look.
I am given a function f and LLA L at point P. The problem I'm working on asks me to find the point P.
given: f(x,y) = x2 + y2 , and L(x,y) = 2y - 2x - 2
I know the LLA formula is L(x,y) ~ f(x0,y0) + fx(x0,y0)(x-x0) + fy(x0,y0)(y-y0)
I have this so far:
fx = 2x
fy = 2y
plugging these in, I get:
-2 = x2 + 2x + y2 - 2y + 2x0(x-x0) + 2y0(y-y0)
I am not sure what to do from here, I have four variables. I know I am looking for (x0,y0) as the coordinates of P.
I tried completing the square with x2 + 2x, for instance, and also distributing 2x0(x-x0), but neither of these seemed to make it clearer what the next step should be.
Thanks for any help.
I am given a function f and LLA L at point P. The problem I'm working on asks me to find the point P.
given: f(x,y) = x2 + y2 , and L(x,y) = 2y - 2x - 2
I know the LLA formula is L(x,y) ~ f(x0,y0) + fx(x0,y0)(x-x0) + fy(x0,y0)(y-y0)
I have this so far:
fx = 2x
fy = 2y
plugging these in, I get:
-2 = x2 + 2x + y2 - 2y + 2x0(x-x0) + 2y0(y-y0)
I am not sure what to do from here, I have four variables. I know I am looking for (x0,y0) as the coordinates of P.
I tried completing the square with x2 + 2x, for instance, and also distributing 2x0(x-x0), but neither of these seemed to make it clearer what the next step should be.
Thanks for any help.