- #1
harpazo
- 208
- 16
Use Lagrange Multipliers to find the individual extrema, assuming that x and y are positive.
Maximize: f (x, y) = sqrt {6 - x^2 - y^2}
Constraint: x + y - 2 = 0
My Work:
I first decided to rewrite the constraint as g (x, y) = x + y without the constant -2 as originally given.
I found the gradient of f to be
(-xi - yj)/sqrt {6 - x^2 - y^2}.
I found the gradient of g to be i + j.
Let L = the lowercase Greek letter lambda for short.
I substituted the gradient of f and g into
gradient of f = L * gradient of g.
[-x/sqrt {6 - x^2 - y^2}]i - [y/sqrt {6 - x^2 - y^2}]j = L (i + j)
I equated the coefficient of i to L and the coefficient of j to L.
-x/sqrt {6 - x^2 - y^2} = L
-y/sqrt {6 - x^2 - y^2} = L
I am struck here.
Maximize: f (x, y) = sqrt {6 - x^2 - y^2}
Constraint: x + y - 2 = 0
My Work:
I first decided to rewrite the constraint as g (x, y) = x + y without the constant -2 as originally given.
I found the gradient of f to be
(-xi - yj)/sqrt {6 - x^2 - y^2}.
I found the gradient of g to be i + j.
Let L = the lowercase Greek letter lambda for short.
I substituted the gradient of f and g into
gradient of f = L * gradient of g.
[-x/sqrt {6 - x^2 - y^2}]i - [y/sqrt {6 - x^2 - y^2}]j = L (i + j)
I equated the coefficient of i to L and the coefficient of j to L.
-x/sqrt {6 - x^2 - y^2} = L
-y/sqrt {6 - x^2 - y^2} = L
I am struck here.