wilcofan3
- 27
- 0
Homework Statement
Consider the problem of finding the points on the surface xy+yz+zx=3 that are closest to the origin.
1) Use the identity (x+y+z)^2=x^2+y^2+z^2+2(xy+yz+zx) to prove that x+y+z is not equal to 0 for any point on the given surface.
2) Use the method of Lagrange multipliers to find a system of four equations in x,y,z and \lambda whose solutions will give the closest points.
3) Find the points on xy+yz+zx=3 that are closest to the origin.
Homework Equations
The Attempt at a Solution
I'm clueless on what to do for the 1st part (although I imagine it's actually something simple), but I think I have the second part down. Problem is, I think I probably need to use the 1st part for the 3rd somehow.
For the second part, I found the system of four equations to be:
2x=\lambda(y+z)
2y=\lambda(x+z)
2z=\lambda(x+y)
xy+yz+zx=3