Solving Lagrange Multipliers for f(x,y)=x^{2}y

SelHype
Messages
9
Reaction score
0
Use Lagrange Multipliers to find the maximum and minimum values of f(x,y)=x^{2}y subject to the constraint g(x,y)=x^{2}+y^{2}=1.



\nablaf=\lambda\nablag

\nablaf=<2xy,x^{2}>
\nablag=<2x,2y>

1: 2xy=2x\lambda ends up being y=\lambda
2: x^{2}=2y\lambda ends up being(1 into 2) x=\sqrt{2\lambda ^{2}}[/tex]
3: x^{2}+y^{2}=1

1 and 2 into 3:
(2\lambda^{2})+(\lambda^{2})=1

Do I then solve for \lambda and x and y? Did I do the above correctly? I am going off of an example of f(x,y,z) so I'm not sure if I'm correct. Any help is greatly appreciated!
 
Physics news on Phys.org
Be careful when dividing by a variable because x=0 could easily be a solution to this problem. Instead of trying to solve for lambda, try eliminating it. You could try multiplying the first equation by y and the second equation by x. You should get an equation for x and y, and so coupled with equation 3, you have two equations two unknowns.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top