Max/Min of f(x,y)=x^2+6y Using Lagrange Multipliers

  • Thread starter Thread starter Pi Face
  • Start date Start date
  • Tags Tags
    Lagrange
Pi Face
Messages
76
Reaction score
0
Use lagrange multipliers to find max/min of
f(x,y)=x^2+6y
subject to
x^2-y^2=5

grad f =λgrad g
2x=2xλ, λ=1
6=-2yλ, λ=-3/y
1=-3/y, y=-3

x^2-(-3)^2=x^2-9=5
x^2=14
x=+/-√14
two points are √14, -3 and -√14, -3
plugging both points into f(x,y) gives me the same answer. now what?
 
Physics news on Phys.org
Pi Face said:
Use lagrange multipliers to find max/min of
f(x,y)=x^2+6y
subject to
x^2-y^2=5

grad f =λgrad g
2x=2xλ, λ=1
6=-2yλ, λ=-3/y
1=-3/y, y=-3

x^2-(-3)^2=x^2-9=5
x^2=14
x=+/-√14
two points are √14, -3 and -√14, -3
plugging both points into f(x,y) gives me the same answer. now what?


There are two constrained minima but no constrained maxima. Why not? Well, we can find values of x and y that together go to infinity along the curve g = 0, and when we do that we get f --> +infinity.

RGV
 
thank you very much
 
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