An ellipsoid is given by
Consider the tangent planes to this ellipsoid that pass through the points and . There are only two such planes. Find the angle between them in degrees rounded to the nearest tenth of a degree.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The points r on the ellipsoid satisfy the equation
r t A r = 1
where diagonal matrix A is given by:
A = ⎣ ⎡ 1 / a 2 0 0 0 1 / b 2 0 0 0 1 / c 2 ⎦ ⎤
The normal to the surface of the ellipsoid, is the gradient, given by:
g = 2 A r
Now, the plane tangent to the ellipsoid at point r 0 has the equation:
( 2 A r 0 ) ( ˙ r − r 0 ) = 0
hence,
r 0 t A ( r − r 0 ) = r 0 t A r − r 0 t A r 0 = 0
from which
r 0 t A r = 1
Since the tangent plane passes through p 0 and p 1 , then
r 0 t A p 0 = 1 or ( A p 0 ) t r 0 = 1
and
r 0 t A p 1 = 1 or ( A p 1 ) t r 0 = 1
These two equations are equations of planes. Since r 0 satisfies both of them, it lies on their intersection, which is a line.
Hence, solving the linear system of the two equations after substituting the numerical values of A , p 0 and p 1
results in,
r 0 = q 0 + t d
where q 0 is a fixed point, and d is the direction vector of the line, and t is a free parameter.
Finally, we substitute this form of r 0 into the equation of the ellipsoid,
( q 0 + t d ) t A ( q 0 + t d ) = 1
This simplifies to
a 2 t 2 + a 1 t + a 0 = 0
where
a 2 = d t A d
a 1 = 2 q 0 t A d
a 0 = q 0 t A q 0 − 1
Next we solve this quadratic equation using the quadratic formula to obtain the two roots t 1 and t 2 , corresponding to which, we have
r 1 = q 0 + t 1 d and r 2 = q 0 + t 2 d
And it follows that the gradients at these two points are given by:
g 1 = 2 A r 1 and g 2 = 2 A r 2
At the very final step, we find the angle between the two gradients (normals to the surface), and substract this angle from 180, to obtain the angle between the two planes.
Using simple computer code, this results in the angle between the two planes being 7 5 . 6