Studying for test : Lagrange Multipliers

love4math
Messages
1
Reaction score
0
Help Please! Studying for test : Lagrange Multipliers!

Good morning all. I am having trouble with the next step to the following problem:

Q.Find all realtive extrema of x^2y^2 subject to the constraint 4x^2 + y^2 = 8.

g(x)= x^2y^2 f(x) = 4x^2 + y^2 = 8.

the gradiant of f = <8x,2y>
the gradiant of g = <2xy^2, 2x^2y>

therefore..

2xy^2 + 2x^2y = lamda (8x+2y)
lamda(8x) = 2xy^2 & lamda(2y)= 2x^2y
lamda = 2xy^2/8x & lamda = 2x^2y/2y
2x^2y/8x = 2xy^2/2y
4x^2 = y^2


I'm confused about how to find the extremas.
Can anyone help me?
Thanks all :smile:
 
Physics news on Phys.org
From

\vec{\nabla g}(x,y) =\lambda \vec{\nabla f}(x,y)

we know that \left&lt; 2xy^2, 2x^{2}y\right&gt; = \lambda \left&lt; 8x, 2y\right&gt;

cancel a 2, and get this system

xy^2 = \lambda 4x, x^{2}y = \lambda y

multiply the 1st by x, and the 2nd by y to get

x^{2}y^2 = \lambda 4x^2, x^{2}y^2 = \lambda y^2

so \lambda 4x^2 = \lambda y^2 so that if \lambda \neq 0, we have 4x^2 =y^2.

then use the constraint 4x^2+ y^2 = 8 \Rightarrow y^2+ y^2 = 8. Hence y =\pm \sqrt{4} = \pm 2.

From 4x^2 =y^2, we have x =\pm \sqrt{\frac {y^2}{4}} =\pm \frac {y}{2} = \pm 1
 
Last edited:
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