Tangent Planes to an ellipsoid

Calculus Level 5

An ellipsoid is given by

x 2 100 + y 2 225 + z 2 625 = 1 \dfrac{x^2}{100} + \dfrac{y^2}{225} + \dfrac{z^2}{625} = 1

Consider the tangent planes to this ellipsoid that pass through the points ( 10 , 15 , 20 ) (10, 15, 20) and ( 5 , 10 , 40 ) (-5, -10, 40) . There are only two such planes. Find the angle between them in degrees rounded to the nearest tenth of a degree.


The answer is 75.6.

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.

1 solution

Hosam Hajjir
Jan 4, 2016

The points r r on the ellipsoid satisfy the equation

r t A r = 1 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 ] A = \begin{bmatrix} 1/a^2 & 0 & 0 \\ 0 & 1/b^2 & 0 \\ 0 & 0 & 1 / c^2 \end{bmatrix}

The normal to the surface of the ellipsoid, is the gradient, given by:

g = 2 A r g = 2 A r

Now, the plane tangent to the ellipsoid at point r 0 r_0 has the equation:

( 2 A r 0 ) ( ˙ r r 0 ) = 0 (2 A r0) \dot (r - r0) = 0

hence,

r 0 t A ( r r 0 ) = r 0 t A r r 0 t A r 0 = 0 {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 {r_0}^t A r = 1

Since the tangent plane passes through p 0 p_0 and p 1 p_1 , then

r 0 t A p 0 = 1 {r_0}^t A p_0 = 1 or ( A p 0 ) t r 0 = 1 (A p_0)^t r_0 = 1

and

r 0 t A p 1 = 1 {r_0}^t A p_1 = 1 or ( A p 1 ) t r 0 = 1 (A p_1)^t r_0 = 1

These two equations are equations of planes. Since r 0 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 A , p 0 p_0 and p 1 p_1

results in,

r 0 = q 0 + t d r_0 = q_0 + t d

where q 0 q_0 is a fixed point, and d d is the direction vector of the line, and t t is a free parameter.

Finally, we substitute this form of r 0 r_0 into the equation of the ellipsoid,

( q 0 + t d ) t A ( q 0 + t d ) = 1 (q_0 + t d)^t A (q_0 + t d) = 1

This simplifies to

a 2 t 2 + a 1 t + a 0 = 0 a_2 t^2 + a_1 t + a_0 = 0

where

a 2 = d t A d a_2 = d^t A d

a 1 = 2 q 0 t A d a_1 = 2 {q_0}^t A d

a 0 = q 0 t A q 0 1 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 t_1 and t 2 t_2 , corresponding to which, we have

r 1 = q 0 + t 1 d r_1 = q_0 + t_1 d and r 2 = q 0 + t 2 d 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 g_1 = 2 A r_1 and g 2 = 2 A r 2 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 75.6 \boxed{75.6 }

@Hosam Hajjir are you able to show the full working? Thanks.

Chiang Jun Siang - 8 months, 2 weeks ago

What do you mean full working. What is this then ?

Hosam Hajjir - 8 months, 2 weeks ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...