An ellipse in space is specified by
p ( t ) = ( 5 , 4 , 1 0 ) + ( 4 , 3 , − 3 ) cos t + ( 3 , 5 , 9 ) sin t
is subject to parallel rays of light producing its shadow on the x y plane. The direction vector of the rays is d = ( − 1 , − 2 , − 5 ) . Find the sum of the semi-major and the semi-minor axes lengths of the shadow ellipse.
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.
Let v 0 = ⎣ ⎡ 5 4 1 0 ⎦ ⎤ v 1 = ⎣ ⎡ 4 3 − 3 ⎦ ⎤ v 2 = ⎣ ⎡ 3 5 9 ⎦ ⎤
Then, our ellipse is p ( t ) = v 0 + v 1 cos t + v 2 sin t ( 1 )
Define the matrix V = [ v 1 , v 2 ] and the vector u ( t ) = [ cos t sin t ]
Then the equation of the ellipse is p ( t ) = v 0 + V u ( t ) ( 2 )
The parallel light rays along vector d together with the given ellipse generate an elliptical cylinder whose equation we want to find.
A point q on the surface of this cylinder is given by
q ( t , s ) = p ( t ) + s d = v 0 + V u ( t ) + s d ( 3 )
Define the projection matrix M = I − d d T , where d is assumed to have been normalized. Now pre-multiply both sides of equation ( 3 ) by matrix M , you get,
M ( q − v 0 ) = M V u ( 4 )
We want to solve for the vector u , so we'll multiply both sides by ( M V ) T ,
V T M T M ( q − v 0 ) = V T M T M V u ( 5 )
Noting that M T = M and M 2 = M , this becomes,
V T M ( q − v 0 ) = V T M V u ( 6 )
Pre-multiplying by the inverse of the 2 × 2 matrix V T M V , we get vector u explicitly.
u = ( V T M V ) − 1 V T M ( q − v 0 ) = Q 1 ( q − v 0 ) ( 7 )
Now since u T u = 1 , then the equation of the cylinder is given by
( q − v 0 ) T Q ( q − v 0 ) = 1 ( 8 )
where Q = Q 1 T Q 1 .
Now that we have the equation of the cylinder, we can intersect it with any plane. If the plane is specified using the vector equation,
r = r 0 + U c ( 9 )
where U is a 3 × 2 matrix whose columns are unit orthogonal vectors that together with r 0 , span the plane under consideration. Vector c = [ c 1 , c 2 ] T is the coordinate vector of any point on the plane.
Substituting the expression for r into the equation of the cylinder, yields,
( r 0 − v 0 + U c ) T Q ( r 0 − v 0 + U c ) = 1 ( 1 0 )
Let w 0 = r 0 − v 0 , then expanding equation ( 1 0 ) , we get,
c T U T Q U c + 2 c T U T Q w 0 + w 0 T Q w 0 = 1 ( 1 1 )
If we define the center point
w 1 = − ( U T Q U ) − 1 U T Q w 0 ( 1 2 )
then equation ( 1 1 ) becomes,
( c − w 1 ) T U T Q U ( c − w 1 ) = 1 − w 0 T Q w 0 + w 1 U T Q U w 1 ( 1 3 )
Dividing by the right hand side, we obtain the standard equation of an ellipse in the plane,
( c − w 1 ) T F ( c − w 1 ) = 1 ( 1 4 )
where F = 1 − w 0 T Q w 0 + w 1 U T Q U w 1 U T Q U ( 1 5 )
Naturally, matrix F is positive definite, and its two positive eigenvalues are the reciprocal of the squares of the semi-major and semi-minor axes lengths of the shadow ellipse on the plane. Performing all of the above calculations using a suitable application (for example MATLAB) or Wolframalpha.com , one finds the semi-major axis a and semi-minor axis b are given by
a = 6 . 4 9 2 5 7 2 9 3 2 and b = 0 . 2 1 5 6 3 1 0 0 1
And thus the answer is a + b ≈ 6 . 7 0 8 2
Problem Loading...
Note Loading...
Set Loading...
The vector passing through a point on the edge of the ellipse is defined by the equation ( x , y , z ) = ( − 1 , − 2 , − 5 ) u + p ( t ) .
For the shadow on the x y -plane, z = − 5 u + 1 0 − 3 cos t + 9 sin t = 0 , which rearranges to u = 2 − 5 3 cos t + 5 9 sin t .
Substituting u back into the vector equation and simplifying gives ( x , y ) = ( 3 + 5 2 3 cos t + 5 6 sin t , 5 2 1 cos t + 5 7 sin t ) , an ellipse on the x y -plane that has a center at ( 3 , 0 ) .
The square of the distance between a point on the edge of the ellipse and its center is d 2 = ( 3 + 5 2 3 cos t + 5 6 sin t − 3 ) 2 + ( 5 2 1 cos t + 5 7 sin t ) ) 2 which rearranges and simplifies to d 2 = 5 5 7 sin 2 t + 1 0 1 7 7 cos 2 t + 1 0 2 1 1 .
By implicit differentiation, 2 d d t d d = 5 1 1 4 cos 2 t − 5 1 7 7 sin 2 t . The semi-major and semi-minor axes will be when d t d d = 0 , which after substituting solves to t = 2 1 n π + 2 1 tan − 1 5 9 3 8 for any integer n .
Substituting t back into d 2 gives two values for d , which correspond to the semi-major and semi-minor axes, a = 1 0 2 1 1 + 2 3 1 9 7 and b = 1 0 2 1 1 − 2 3 1 9 7 .
The sum of the semi-major and semi-minor axes is therefore a + b = 1 0 2 1 1 + 2 3 1 9 7 + 1 0 2 1 1 − 2 3 1 9 7 ≈ 6 . 7 0 8 2 .