Quincy
- 228
- 0
Homework Statement
Find the points on the ellipse x2 + 2y2 = 1 where f(x,y) = xy has its extreme values.
Homework Equations
The Attempt at a Solution
f(x,y,z) = x2 + y2 + z2 -- constraint
g(x,y,z) = x2 + 2y2 -1 = 0
gradient of f = \lambda * gradient of g
2xi + 2yj + 2zk = \lambda2xi + \lambda4yj
2x = \lambda2x
2y = \lambda4y
2z = 0
I don't know where to go from here, can someone help me out?