Gregg
- 452
- 0
Homework Statement
A point lies on the plane
x-y+z=0
and on the ellipsoid
x^2 +\frac{y^2}{4} + \frac{z^2}{4} = 1
Find the minimum and maximum distances from the origin of this point.
The Attempt at a Solution
The two contraints
g = x-y+z =h= x^2 +\frac{y^2}{4} + \frac{z^2}{4}-1=0
f = x^2+y^2+z^2
2x = \lambda + 2\mu x
2y = -\lambda + \frac{1}{2}\mu y
2z = \lambda + \frac{1}{2}\mu z
So y=-z?
From g:
x-y+z=0 \therefore x=2y=-2z
from h:
4y^2+\frac{1}{2}y^2=1\Rightarrow y = \pm\frac{\sqrt{2}}{3}
z=\mp\frac{\sqrt{2}}{3}
x=\pm\frac{2\sqrt{2}}{3}
I'm not sure if this is correct.
The question asks for minimum and maximum but the distance function will give identical answers regardless of whether they are positive or negative. So I think I have done it wrong!