Axis of an oblique elliptical cone

Geometry Level pending

An oblique elliptical cone has its apex at A ( 10 , 10 , 10 ) A (10, 10, 10) and its elliptical base lies in the x y xy plane, and given by,

x 2 100 + y 2 36 1 \dfrac{x^2}{100}+\dfrac{y^2}{36} \le 1

Find the intersection point ( I x , I y , 0 ) ( I_x, I_y, 0) of the axis of the cone with its base, and report I x + I y I_x + I_y .

Note: This problem requires eigenvalue/eigenvector analysis.


The answer is 3.993.

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
Sep 15, 2020

The base is the given ellipse, whose edge can be written parametrically as b ( t ) = v 0 + v 1 cos t + v 2 sin t b(t) = v_0 + v_1 \cos t + v_2 \sin t , where v 0 = ( 0 , 0 , 0 ) , v 1 = ( 10 , 0 , 0 ) , v 2 = ( 0 , 6 , 0 ) v_0 = (0, 0, 0) , v_1 = (10, 0, 0) , v_2 =(0, 6, 0) . The surface of the cone is parameterized as follows: If p p is on the surface of the cone, then it is on the line segment joining a point on the base with apex. Therefore, there exists s [ 0 , 1 ] s \in [0, 1] , and t [ 0 , 2 π ] t \in [0, 2\pi] , such that,

p = A + s ( b ( t ) A ) ( 1 ) p = A + s ( b(t) - A ) \hspace{8pt} (1)

Plugging the expression for b ( t ) b(t) ,

p = A + s ( v 0 A + v 1 cos t + v 2 sin t ) ( 2 ) p = A + s (v_0 - A + v_1 \cos t + v_2 \sin t ) \hspace{8pt} (2)

Hence,

p A = s M v ( t ) ( 3 ) p - A = s M v(t) \hspace{8pt} (3)

where,

v ( t ) = [ cos t sin t 1 ] ( 4 ) v(t) = \begin{bmatrix} \cos t \\ \sin t \\ 1 \end{bmatrix}\hspace{8pt} (4)

and

M = [ v 1 v 2 ( v 0 A ) ] ( 5 ) M = \begin{bmatrix} v_1 && v_2 && (v_0 - A ) \end{bmatrix} \hspace{8pt} (5)

We note that the vector v ( t ) v(t) satisfies the quadratic form equation v ( t ) T Q 0 v ( t ) = 0 v(t)^T Q_0 v(t) = 0 where,

Q 0 = [ 1 0 0 0 1 0 0 0 1 ] ( 6 ) Q_0 = \begin{bmatrix} 1 && 0 && 0 \\ 0 && 1 && 0 \\ 0 && 0 && -1 \end{bmatrix}\hspace{8pt} (6)

And from equation (3), we have

s v ( t ) = M 1 ( p A ) ( 7 ) s v(t) = M^{-1} ( p - A ) \hspace{8pt} (7)

Hence,

s 2 v ( t ) T Q 0 v ( t ) = 0 = ( p A ) T M T Q 0 M 1 ( p A ) ( 8 ) s^2 v(t)^T Q_0 v (t) = 0 = (p - A)^T M^{-T} Q_0 M^{-1} (p - A) \hspace{8pt} (8)

So the equation of the cone is,

( p A ) T Q ( p A ) = 0 ( 9 ) ( p - A)^T Q ( p - A) = 0 \hspace{8pt} (9)

where

Q = M T Q 0 M 1 ( 10 ) Q = M^{-T} Q_0 M^{-1} \hspace{8pt} (10)

Since Q Q is symmetric, its eigenvalues are real, and since Q 0 Q_0 has two positive eigenvalues and one negative eigenvalue, then so will the matrix Q Q .

The axis of the cone is the eigenvector corresponding to the negative eigenvalue. This can be seen by diagonalizing Q into,

Q = R D R T ( 11 ) Q = R D R^T \hspace{8pt} (11)

Define the vector w = R T ( p A ) w = R^T (p - A) , then equation (9) becomes,

w T D w = 0 ( 12 ) w^T D w = 0 \hspace{8pt} (12)

If w = [ w 1 , w 2 , w 3 ] w = [w_1, w_2, w_3] , then equation (12) reads,

D 11 w 1 2 + D 22 w 2 2 + D 33 w 3 2 = 0 ( 13 ) D_{11} w_1^2 + D_{22} w_2^2 + D_{33} w_3^2 = 0 \hspace{8pt} (13)

And suppose that D 33 D_{33} is negative, then (13) is the standard equation of an elliptical cone in the w w -frame. Its axis is the w 3 w_3 axis, and from this it follows that the axis of our cone is along the third column of the eigenvectors matrix R R .

Assuming we have a computer program to find the eigenvalues and eigenvectors of a 3 × 3 3 \times 3 symmetric matrix, then our problem is almost solved now that we have the direction vector d d of the axis. What remains is to write the equation of the line passing through the apex and having this direction vector, in parametric form, it is,

q ( t ) = A + t d ( 14 ) q(t) = A + t d \hspace{8pt} (14)

Since we want the intersection with x y xy plane, we set the z z coordinate of A + t d A + t d to zero, and this gives t = A z d z t = \dfrac{-A_z}{d_z} .

Hence, I x = A x + t d x I_x = A_x + t d_x and I y = A y + t d y I_y = A_y + t d_y . The axis unit direction vector is ( 0.4769513 , 0.580052181 , 0.660346064 ) (0.4769513, 0.580052181, 0.660346064) , and the intersection point is ( 2.777252316 , 1.215936417 , 0 ) (2.777252316, 1.215936417, 0 ) . The answer is I x + I y 3.993 I_x + I_y \approx 3.993

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...