Solve Lagrange Multipliers: Find Max/Min f(x,y)

mirandasatterley
Messages
61
Reaction score
0

Homework Statement



Use lagrange multipliers to find the maximum and minimum values of f subject to the given constraint, if such values exist.
f(x,y) = x+3y, x2+y2≤2


Homework Equations



grad f = λ grad g

The Attempt at a Solution



to find critical points in the interior region,
The partial derivative of f(x,y) with respect to x is 1.
The partial derivative of f(x,y) with respect to y is 3.

g(x,y) = the constraint = x2+y2≤2, to find critical points on the boundary x2+y2=2
The partial derivative of g(x,y) with respect to x is 2x.
The partial derivative of g(x,y) with respect to y is 2y.

And normally I would set:
1 = λ 2x and 3 = λ 2y
λ = 1/2x and λ = 3/2y
so then I would set the equations equal to each other and solve the equation for x and y.

What I'm wondering though, Is whether there are actually minimum or maximum values since the partial derivatives of f(x,y) are constants?
 
Physics news on Phys.org
grad f is nonzero everywhere. So there are no critical points (local maxs or mins) inside the circle x^2+y^2=2. So the max and/or min must be ON the circle. You've found 1/(2x)=3/(2y), substitute that into x^2+y^2=2 and find the possibilities for x and y.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top