Thread Closed

Lagrange Multipliers

 
Share Thread Thread Tools
Dec6-05, 06:02 AM   #1
 

Lagrange Multipliers


Hi, I'm having trouble with the following question.

Q. Find the maximum and minimum of the function f(x,y) = x^2 + xy + y^2 on the circle x^2 + y^2 = 1.

I started off by writing:

Let g(x,y) = x^2 + y^2 then [tex]\nabla f = \lambda \nabla g,g\left( {x,y} \right) = 1[/tex]

[tex]
\Rightarrow 2x + y = 2\lambda x...(1)
[/tex]

[tex]
2y + x = 2\lambda y...(2)
[/tex]

[tex]
x^2 + y^2 = 2...(3)
[/tex]

I'm not sure how to solve this system of equations. I've got the impression that generally an explicit value for lamda is not needed. I'd normally start off by considering the possible cases.

Here, if x = 0 in (1) then from (2) I get y = 0 so that (x,y) = (0,0). However this contradicts (3) and it isn't on the circle so I ignore this point. But now I'm stuck. Which values of x or y should I try now? Any help would be good thanks.
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Bird's playlist could signal mental strengths and weaknesses
>> Minus environment, patterns still emerge: Computational study tracks E. coli cells' regulatory mechanisms
>> Bacterium uses natural 'thermometer' to trigger diarrheal disease, scientists find
Dec6-05, 08:29 AM   #2
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Add equations (1) and (2).

Is your constraint g(x,y)=1 or g(x,y)=2?
Dec6-05, 10:11 AM   #3
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
A fairly common way of handling equations like that, where you don't need to find [itex]\lambda[/itex] is to divide one equation by the other.
You get [itex]\frac{2x+y}{2y+x}= \frac{x}{y}[/itex] or y(2x+y)= x(2y+ x). That obviously gives x2= y2 so that either y= x or y= -x and that, together with x2+ y2= 1 gives you the answer.

By the way, since we have the constraint x2+ y2= 1, f(x,y)= x2+ xy+ y2 immediately reduces to
f(x,y)= 1+ xy on that circle. That makes the calculations a little easier.
Dec6-05, 08:27 PM   #4
 

Lagrange Multipliers


Thanks for the help Galileo and HallsofIvy.

The constraint is g(x,y) = 1, I'll fix it up now.
Thread Closed
Thread Tools


Similar Threads for: Lagrange Multipliers
Thread Forum Replies
Lagrange multipliers Calculus & Beyond Homework 1
Lagrange Multipliers-Please Help Calculus 7
lagrange multipliers Introductory Physics Homework 5
LaGrange Multipliers Calculus 1
Lagrange multipliers General Math 3