Distance of a point to an Ellipsoid

In summary, to find the shortest distance between a point [X,Y,Z] and an ellipsoid with center [Xc,Yc,Zc], you can use the parametric equations for the line between the two points and plug it into the equation of the ellipsoid to get a quadratic equation. This equation will have two solutions, with one giving the closest point on the ellipsoid to the given point.
  • #1
jaykavathe
1
0
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 don't if that's sufficient information for ellipsoid, assuming its having standard equation.)
 
Physics news on Phys.org
  • #2
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.
 

What is the distance between a point and an Ellipsoid?

The distance between a point and an Ellipsoid is the shortest distance between the point and the surface of the Ellipsoid. It can be measured along a straight line perpendicular to the surface of the Ellipsoid.

How is the distance of a point to an Ellipsoid calculated?

The distance of a point to an Ellipsoid can be calculated using the formula: d = √((x-x0)^2/a^2 + (y-y0)^2/b^2 + (z-z0)^2/c^2), where (x0,y0,z0) are the coordinates of the point, and a, b, and c are the semi-axes of the Ellipsoid.

What is the significance of the distance of a point to an Ellipsoid?

The distance of a point to an Ellipsoid is important in various fields such as geodesy, geophysics, and astronomy. It is used to determine the location of a point on the surface of the Earth, to calculate the gravitational potential of a planet, and to measure the shape and size of celestial bodies.

Can the distance of a point to an Ellipsoid be negative?

No, the distance of a point to an Ellipsoid cannot be negative. It is always a positive value, representing the shortest distance from the point to the surface of the Ellipsoid.

How does the distance of a point to an Ellipsoid differ from the distance to a sphere?

The distance of a point to an Ellipsoid is calculated using a more complex formula compared to the distance to a sphere, which is simply the difference between the point's coordinates and the center point's coordinates. Additionally, a point can have multiple distances to an Ellipsoid depending on which point on the surface is used as a reference, whereas a point only has one distance to a sphere.

Similar threads

  • Linear and Abstract Algebra
Replies
1
Views
932
Replies
1
Views
3K
Replies
2
Views
3K
  • Differential Geometry
Replies
1
Views
2K
  • General Math
Replies
1
Views
973
  • Differential Geometry
Replies
1
Views
3K
Replies
3
Views
607
  • Differential Geometry
Replies
2
Views
1K
  • Differential Geometry
Replies
1
Views
1K
Replies
4
Views
5K
Back
Top