New Reply

Distance of a point to an Ellipsoid

 
Share Thread
Jun18-12, 08:42 AM   #1
 

Distance of a point to an Ellipsoid


I am working on a Matlab sim and I need to find the shorted distance of a point to an Elliposid surface.

The point is defined as [X,Y,Z].
Elliposid center is defined as [Xc,Yc,Zc]

Ellipsoid is defined as
A B C
E F G
H I J

(I dont if thats sufficient information for ellipsoid, assuming its having standard equation.)
PhysOrg.com science news on PhysOrg.com

>> Leading 3-D printer firms to merge in $403M deal (Update)
>> LA to give every student an iPad; $30M order
>> CIA faulted for choosing Amazon over IBM on cloud contract
Jun18-12, 09:00 AM   #2
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
I really don't know what you mean by saying the ellipsoid is "given" by that array of letters but if you have an equation for the ellipsoid the most direct thing to do is write the equation for the line between the given point and the center of the ellipsoid. Put the parametric equations for the line, in terms of the parameter, t, say, into the equation of the ellipse to get a single quadratic equation for t. Put that t into the parametric equations to find the point. That quadratic equation will have two solutions. One gives the point on the ellipsoid closest to the given point, the other the point farthest away.
New Reply

Similar discussions for: Distance of a point to an Ellipsoid
Thread Forum Replies
Maximum distance from point on ellipsoid Calculus & Beyond Homework 16
How can I find the point on an ellipsoid whose normal passes through a given point? General Math 2
coordinates of a point that touches the ellipsoid Differential Geometry 0
find the coordinates of the point on the ellipsoid where the major axis meet Differential Geometry 0
The widest point on an ellipsoid General Math 6