Gauss's principle of least constraint

From formulasearchengine
Jump to navigation Jump to search
The three possible line-sphere intersections:
1. No intersection.
2. Point intersection.
3. Two point intersection.

In analytic geometry, a line and a sphere can intersect in three ways: no intersection at all, at exactly one point, or in two points. Methods for distinguishing these cases, and determining equations for the points in the latter cases, are useful in a number of circumstances. For example, this is a common calculation to perform during ray tracing (Eberly 2006:698).

Calculation using vectors in 3D

In vector notation, the equations are as follows:

Equation for a sphere

β€–π±βˆ’πœβ€–2=r2

Equation for a line starting at 𝐨

𝐱=𝐨+dπ₯

Searching for points that are on the line and on the sphere means combining the equations and solving for d:

Equations combined
‖𝐨+dπ₯βˆ’πœβ€–2=r2⇔(𝐨+dπ₯βˆ’πœ)β‹…(𝐨+dπ₯βˆ’πœ)=r2
Expanded
d2(π₯β‹…π₯)+2d(π₯β‹…(π¨βˆ’πœ))+(π¨βˆ’πœ)β‹…(π¨βˆ’πœ)=r2
Rearranged
d2(π₯β‹…π₯)+2d(π₯β‹…(π¨βˆ’πœ))+(π¨βˆ’πœ)β‹…(π¨βˆ’πœ)βˆ’r2=0
The form of a Quadratic formula is now observable. (This quadratic equation is an example of Joachimsthal's Equation [1].)
ad2+bd+c=0
where
Simplified
d=βˆ’(π₯β‹…(π¨βˆ’πœ))Β±(π₯β‹…(π¨βˆ’πœ))2βˆ’π₯2((π¨βˆ’πœ)2βˆ’r2)π₯2
Note that π₯ is a unit vector, and thus π₯2=1. Thus, we can simplify this further to
d=βˆ’(π₯β‹…(π¨βˆ’πœ))Β±(π₯β‹…(π¨βˆ’πœ))2βˆ’(π¨βˆ’πœ)2+r2
  • If the value under the square-root ((π₯β‹…(π¨βˆ’πœ))2βˆ’(π¨βˆ’πœ)2+r2) is less than zero, then it is clear that no solutions exist, i.e. the line does not intersect the sphere (case 1).
  • If it is zero, then exactly one solution exists, i.e. the line just touches the sphere in one point (case 2).
  • If it is greater than zero, two solutions exist, and thus the line touches the sphere in two points.

See also

References

  • David H. Eberly (2006), 3D game engine design: a practical approach to real-time computer graphics, 2nd edition, Morgan Kaufmann. ISBN 0-12-229063-1