Tilted Ellipsoid

Calculus Level 5

An ellipsoid is centered at the origin ( 0 , 0 , 0 ) (0,0,0) . Its semi-axes are initially aligned with the x y z xyz -axes. The semi-axis along the x-axis is 10 units, and the one aligned with the y-axis is 15 units, and the semi-axis aligned with the z-axis is 25.

Next, a coordinate frame x y z x' y' z' is rigidly attached to the ellipsoid, and initially aligned with the universal x y z xyz orientation.

Next, the ellipsoid is rotated clockwise about its x x' -axis by 6 0 60^\circ , then about its y y' -axis clockwise by 45 degrees, and finally about its z z' -axis clockwise by 30 degrees.

Find the z z -coordinate (i.e. height) of the peak point of the rotated ellipsoid, correct to three decimal places.


The answer is 14.377.

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
Dec 27, 2015

The equation for the initial ellipse is

r t A r = 1 r^t A r = 1

where r = [ x , y , z ] t r = [x, y, z]^t and 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 consecutive rotations about the x' axis and y' axis and z' axes, results in the following medication to the above equation:

r t T A T t r = 1 r^t T A T^t r = 1

where T = R x ( θ x ) R y ( θ y ) R z ( θ z ) T = R_x(\theta_x) R_y(\theta_y)R_z(\theta_z)

with θ x = 6 0 \theta_x = -60^{\circ} and θ y = 4 5 \theta_y = -45^{\circ} and θ z = 3 0 \theta_z = -30^{\circ} .

R x R_x , R y R_y and R z R_z are the standard rotation matrices about the x-, y- and z-axes.

Now, the normal to the surface of the ellipsoid is given by the gradient, and this gradient must be a positive multiple of the unit vector along the z-axis, which is unit vector k ^ \hat {k}

T A T t r = c k ^ , c > 0 T A T^t r = c \hat {k} , c > 0

It follows that

r = c T A 1 T t k ^ r = c T A^{-1} T^t \hat {k}

substituting this into the equation of the ellipse, results in

c = 1 k ^ t T A 1 T t k ^ c = { 1 \over \sqrt { {\hat {k}}^t T A^{-1} T^t \hat {k} }}

therefore, the peak point is given by

r = T A 1 T t k ^ k ^ t T A 1 T t k ^ r ={ T A^{-1} T^t \hat {k} \over \sqrt { {\hat {k}}^t T A^{-1} T^t \hat {k} }}

and the z-coordinate of this peak point is given by

z = k ^ t r z = { \hat {k} }^t r

which upon simplification becomes

z = k ^ t T A 1 T t k ^ z = \sqrt { {\hat {k}}^t T A^{-1} T^t \hat {k} }

To find the numerical value of z , we have to evaluate matrix T numerically and substitute in the above expression.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...