Solving Minimization Problem w/ Lagrange Multipliers

  • Thread starter Thread starter numberthree
  • Start date Start date
  • Tags Tags
    Constraint
numberthree
Messages
8
Reaction score
0

Homework Statement



Solve the following problems using Lagrange multipliers
(a) Minimise J (x; y) = x^2 + y^2 subject to C (x; y) = 4x^2 + 3y^2 = 12:

Homework Equations


The Attempt at a Solution



i got h(x,y)=x^2+y^2+\lambda(4x^2+3y^2-12)

dh/dx=2x+8x\lambda=0
dh/dy=2y+6y\lambda=0

then i got \lambda=-1/4=-1/3?impossible to slove it
 
Physics news on Phys.org
The values you obtained for \lambda made an assumption that neither x or y are zero. Can you really make that claim? Also, maybe there is more than one solution (i.e. a min and a max)? Might help to draw a picture.
 
Last edited:
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