How to determine maximum and minimum for Lagrange Multiplier?

In summary, Ray Vickerson said that the Lagrange multiplier rule is a necessary condition for a maximum or a minimum, but that it is not a sufficient condition. He also said that if a maximum exists, we can find it using Lagrange multiplier methods. However, if a mac does not exist, then the Lagrange multiplier rule does not apply.f
  • #1
111
0

Homework Statement


Find the minimum and maximum values of the function subject to the given constraint
f(x,y) = x^2 + y^2, 2x + 3y = 6

Homework Equations


[itex]\nabla[/itex]f, [itex]\nabla[/itex]g


The Attempt at a Solution


After doing all the calculation, x value and y value came out to be ([itex]\frac{12}{13}[/itex],[itex]\frac{18}{13}[/itex]). After plugging them into f(x,y), my answer came out as [itex]\frac{468}{169}[/itex]. I thought it was maximum. But when I checked the answer, it said it was minimum and maximum value doesn't exist. I thought if the value was positive, it was maximum and if negative, it was minimum, but apparently I am wrong. Would anyone tell me how to correctly determine if the value is maximum or minimum?
Thank you
 
  • #2
Think back to single variable calculus. You had to use the second derivative of the function to determine if you have a minimum or a maximum. Similarly, there's a matrix called the Hessian

[tex] H= \left( \begin{array}{cc} \frac{\partial^2 f}{\partial x^2} & \frac{\partial^2 f}{\partial x \partial y} \\ \frac{\partial^2 f}{\partial x \partial y} & \frac{\partial^2 f}{\partial y^2} \end{array} \right)[/tex]

The eigenvalues of the Hessian determine whether you have a minimum or a maximum

EDIT: I don't know why my tex is failing :(
Mod edit: it's fixed, now.
 
Last edited by a moderator:
  • #3
I am going to be honest. I don't even know what this is... Is this even in calc 3? And I can't read the equation :((( How come it's not in my lagrange multiplier section?
 
  • #4
The Lagrange multiplier rule is a _neccessary_ condition for a max or a min. In general it not a _sufficient_ condition. In other words, IF a maximum exists we can find it using Lagrange multiplier methods. However, that does not apply when a mac does not exist. For example, in 1D the function f(x)=x^2 has a minimum at x=0, and the derivative = 0 at that point; but it has no maximum.

RGV
 
  • #5
The Lagrange multiplier rule is a _neccessary_ condition for a max or a min. In general it not a _sufficient_ condition. In other words, IF a maximum exists we can find it using Lagrange multiplier methods. However, that does not apply when a mac does not exist. For example, in 1D the function f(x)=x^2 has a minimum at x=0, and the derivative = 0 at that point; but it has no maximum.

RGV
So if I use lagrange multiplier, I'll know only know the value of maximum, not minimum?
 
  • #6
Well, yes, "Lagrange multipliers" is a Calc 3 type problem. You said "for Lagrange Multiplier". Do you know what that means?

The problem asks you to find those numbers, x and y, out of those that satisfy 2x+ 3y= 6, that give minimum values for [itex]x^2+ y^2[/itex]. Note that 2x+3y= 6 is the straight line through (3, 0) and (0, 2) while [itex]x^2+ y^2= r^2[/itex] with center at (0, 0) and radius r.

But you don't need "Lagrange multipliers" for this problem- you really just need secondary school geometry and maybe a little "PreCalculus".

There are no such numbers that make [itex]x^2+ y^2[/itex] a maximum. We can have arbitrarily large circles that pass through the line 2x+ 3y= 6 so there exist arbitrarily large |x| and |y| on that line that will make [itex]x^2+ y^2[/itex] arbitrarily large.

However, a very small circle may miss that line altogether. Geometrically, the circle with smallest radius that includes any point on that line is tangent to the line. The line itself, which we can write as y= 2- (2/3)x, has slope -2/3. The line through the origin (the center of the circle) perpendicular to that has equation y= (3/2)x. The point where those two line intersect is the point on the circle [itex]x^2+ y^2= r^2[/itex] that minimizes [itex]r^2[/itex].

The "Lagrange multiplier" method says that points satifying the "constraint" g(x,y)= constant, that minimize or maximize f(x,y), must have gradient vectors parallel: [itex]\nabla f(x,y)= \lambda \nabla g(x,y)[/itex] where the constant, [itex]\lambda[/itex], is the "Lagrange multiplier".

Here, [itex]f(x,y)= x^2+ y^2[/itex] so [itex]\nabla f(x,y)= 2x\vec{i}+ 2y\vec{j}[/itex] and [itex]g(x,y)= 2x+ 3y[/itex] so [itex]\nabal g(x,y)= 2\vec{i}+ 3\vec{j}[/itex]. [itex]\nabla f(x,y)= \lambda \nable g(x,y)[/itex] becomes [itex]2x\vec{i}+ 2y\vec{j}= \lambda(2y\vec{i}+ 3\vec{j}[/itex] which gives the two equations [itex]2x= 2\lambda[/itex] and [itex]2y= 3\lambda[/itex].

You can eliminate "[itex]\lambda[/itex]", which is not really part of the solution, by dividing one equation by the other. That will give you one equation in x and y. Remember that they must also satisfy 2x+ 3y= 6.
 
  • #7
So if I use lagrange multiplier, I'll know only know the value of maximum, not minimum?
That's pretty close to being the opposite of what Ray Vickerson said!
 
  • #8
OHHHHHH so the purpose of lagrange is to calculate the value for the minimum? ok I see that x^2 + y^2 is circle equation, but what if there is more complex equation and I can't visualize it and get two values, let's say -41 and 41. How would I know which one is minimum or maximum?
 
  • #9
Do you not notice that -41 is smaller than 41?
 
  • #10
OHHHHHHHH ok so if there are two values and one is smaller than the other, THEN you can determine maximum and minimum?
 
  • #11
So if I use lagrange multiplier, I'll know only know the value of maximum, not minimum?

In this problem there is NO maximum, so "finding" it is an empty exercise. In some other problems there are _both_ maxima and minima, and both can be found using the Lagrange multiplier method. It depends on the problem!

RGV
 
  • #12
OHHHHHH so the purpose of lagrange is to calculate the value for the minimum? ok I see that x^2 + y^2 is circle equation, but what if there is more complex equation and I can't visualize it and get two values, let's say -41 and 41. How would I know which one is minimum or maximum?

It depends on the problem. One could be the max and the other could be the min, or neither could be max or min, because the problem may not have a max or a min, but may have so-called "saddle points".

There second-order necessary (and slightly different) sufficient conditions for a constrained max or constrained min; these involve checking for definiteness of a matrix A, which is the Hessian of the Lagrangian projected on the tangent plane of the constraints.

RGV
 

Suggested for: How to determine maximum and minimum for Lagrange Multiplier?

Back
Top