Find maxima and minima for U(x,y,z) = x^2+y^2+z^2 with constraint of ellipsoid

edward

New member
Joined
Jun 23, 2017
Messages
2
Hello , I got really messy with trying to solving the next Lagrange multiplier problem:
Find maxima and minima for:

\(\displaystyle U(x,\, y,\, z)\, =\, x^2\, +\, y^2\, +\, z^2\)

with the constraint of ellipsoid:

\(\displaystyle \dfrac{x^2}{a^2}\, +\, \dfrac{y^2}{b^2}\, +\, \dfrac{z^2}{c^2}\, =\, 1\)

managed to find 6 critical points:

P1: (a, 0, 0, -a2)
P2: (-a, 0, 0, -a2)
P3: (0, b, 0, -b2)
P4: (0, -b, 0, -b2)
P5: (0, 0, c, -c2)
P6: (0, 0, -c, -c2)

and couldn't progress any further.

Thanks!
 
Last edited by a moderator:
Hello , I got really messy with trying to solving the next Lagrange multiplier problem:
Find maxima and minima for:
gif.latex

with the constraint of ellipsoid:
gif.latex


managed to find 6 critical points P1(a,0,0,-a^2),P2(-a,0,0,-a^2),P3(0,b,0,-b^2),P4(0,-b,0,-b^2),P5(0,0,c,-c^2),P6(0,0,-c,-c^2)
and couldn't progress any further.

Thanks!
How did you calculate the critical points?

Please share work.
 
How did you calculate the critical points?

Please share work.

\(\displaystyle L(x,\, y,\,z,\, \lambda)\, =\, x^2\, +\,y^2\,+\, z^2\, +\,\lambda\left(\dfrac{x^2}{a^2}\, +\,\dfrac{y^2}{b^2}\, +\, \dfrac{z^2}{c^2}\, -\,1\right)\)

than calculated the grad(L) = (0, 0, 0, 0)

from the 4 equations I extracted the 6 critical points.

Than I calculated the hessian matrix for each point and every hessian equal to zero , from here I have no idea how to proceed.
 
Last edited by a moderator:
Top