arl146
- 342
- 1
Homework Statement
Use Lagange Multipliers to find the max and min values of the function subject to the given constraint(s). f(x,y)=exp(xy) ; constraint: x^3 + y^3 = 16
Homework Equations
\nablaf = \nablag * \lambda
fx = gx * \lambda
fy = gy * \lambda
The Attempt at a Solution
Set the fx and fy eqns equal to 0. but i can't solve for x, y, and lambda... i guess my algebra isn't that strong
i got fx = \lambda * gx
y*exy = 3x2\lambda
and for y:
x*exy = 3y2\lambda
and g(x,y) = x3 + y3 = 16