Max/Min of f Using Lagrange Multipliers

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 3K views
alejandrito29
Messages
148
Reaction score
0
In a exercise says:

Find max a min of [tex]f=-x^2+y^2[/tex] abaut the ellipse [tex]x^2+4y^2=4[/tex]

i tried [tex]-2x=\lambda 2x[/tex]
[tex]2y=\lambda 8y[/tex]
[tex]x^2+4y^2-4=0[/tex]

then [tex]\lambda =-1[/tex] or [tex]\lambda =\frac{1}{4}[/tex] , but, ¿how i find [tex]x,y[/tex]?
 
Physics news on Phys.org
Well, suppose you identically fulfill your first eqaution by choosing lambda=-1.

What does this imply that "y" must equal, by looking at your second equation?
 
arildno said:
Well, suppose you identically fulfill your first eqaution by choosing lambda=-1.

What does this imply that "y" must equal, by looking at your second equation?

thank, but, i don't understand :(
 
Okay you seem to be going along fine. From your first equation you determined that [tex]\lambda = -1[/tex] So now if you plug [tex]\lambda = -1[/tex] into your second equation what must y be ? and when you plug that into your third equation what do you get for x ? Now from your second equation you determined [tex]\lambda = \frac{1}{4}[/tex] so when you plug that into your first equation what must x be ? and then what do you get for y when you plug into your third equation ?
 
alejandrito29 said:
In a exercise says:

Find max a min of [tex]f=-x^2+y^2[/tex] abaut the ellipse [tex]x^2+4y^2=4[/tex]

i tried [tex]-2x=\lambda 2x[/tex]
[tex]2y=\lambda 8y[/tex]
[tex]x^2+4y^2-4=0[/tex]

then [tex]\lambda =-1[/tex] or [tex]\lambda =\frac{1}{4}[/tex] , but, ¿how i find [tex]x,y[/tex]?
If [itex]\lambda= -1[/itex] then the second equation becomes [itex]2y= -8y[/itex] so that [itex]y= 0[/itex]. You can solve [tex]x^2= 4[/tex] for the corresponding x values.

If [itex]\lambda= \frac{1}{4}[/itex], then the first equation becomes [itex]-2x= (1/2)x[/itex] so that [itex]x= 0[/itex]. Solve [itex]4y^2= 4[/itex] for y.
 
HallsofIvy said:
If [itex]\lambda= -1[/itex] then the second equation becomes [itex]2y= -8y[/itex] so that [itex]y= 0[/itex]. You can solve [tex]x^2= 4[/tex] for the corresponding x values.

If [itex]\lambda= \frac{1}{4}[/itex], then the first equation becomes [itex]-2x= (1/2)x[/itex] so that [itex]x= 0[/itex]. Solve [itex]4y^2= 4[/itex] for y.

Very Thanks