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 =...