Find the points on the surface closest to the origin

EgyptMind
Messages
3
Reaction score
0
1. Homework Statement
find the points on the surface z^2=xy+4 closest to the origin

i tried the distance formula but it got too messy, i think there's an approach using lagrange multiplier but i just can't quiet figure it out...?
 
Last edited:
Physics news on Phys.org
to use lagrange, write the function you are trying to minimise (distance to origin r^2 = x^2 + y^2 + z^2), and use the surface as the constraint
 
a little more details...?
 
what have you tried? post #2 outlines a method to attempt
 
if you;re not sure about lagrange multipliers, try a google search, i found
http://www.uAlberta.ca/MATH/gauss/fcm/calculus/multvrbl/basic/Extrema/Lgrng_mltplrs_exmpl.htm
 
Last edited by a moderator:
EgyptMind said:
1. Homework Statement
find the points on the surface z^2=xy+4 closest to the origin

i tried the distance formula but it got too messy, i think there's an approach using lagrange multiplier but i just can't quiet figure it out...?
What did you try? If you use lanedance's suggestion, to minimize x^2+ y^2+ z^2 rather than \sqrt{x^2+ y^2+ z^2} (whatever minimizes one minimizes the other) it should not be "too messy".
 
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