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

ForMyThunder
Messages
149
Reaction score
0

Homework Statement


Using Lagrange multipliers, find the maximum and minimum values of f(x,y)=x^3y with the constraint 3x^4+y^4=1.

Homework Equations


The Attempt at a Solution


Here is my complete solution. I just wanted to make sure there are no errors and I did it correctly. Thanks for any feedback.

\nabla f = \lambda \nabla g
3x^2y=12\lambda x^3 and x^3=4\lambda y^3
Solving these I got \lambda = \frac{1}{4} and \lambda = -\frac{1}{4}

Putting these values into the equation on the right gives x=y and x=-y. Substituting these into the left equation gives x=y=\frac{1}{\sqrt{2}} and x=\frac{1}{\sqrt{2}}, y = -\frac{1}{\sqrt{2}}.

Putting these values into the equation for f gives a maximum of \frac{1}{4} and minimum of -\frac{1}{4}.
 
Last edited:
Physics news on Phys.org
Your maximum and minimum values are correct, but you have, for the maxima two soluitons,
x=y=\pm\frac{1}{\sqrt{2}}
rather then just one maximum.

Similarly for the minimum value.
 
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