Max/Min using Lagrange Multipliers: F(x,y) = x^2 + y^2 ; xy = 1

  • Thread starter Thread starter tnutty
  • Start date Start date
  • Tags Tags
    Lagrange
tnutty
Messages
324
Reaction score
1

Homework Statement



Find max/min using L.M of the function :

F(x,y) = x^2 + y^2 ; xy = 1

let G(x,y) = xy - 1

F_x = 2x
F_y = 2y
G_x = y
G_y = x

F_x = L*G_x
F_y = L*G_y
G(x,y) = 1


1) 2x = L * y
2) 2y = L * x
3 ) xy = 1

Now I need to solve those equations.

so x = LY/2 ; y = LX/2

Then if I plug it in I get X = L^2/4 and similar for Y
Not sure how to approach that step
 
Physics news on Phys.org
x=Ly/2 and y=Lx/2 doesn't tell you x=L^2/4. Try that again.
 
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