Splitting a Parabolic Sheet

Geometry Level 5

A parabolic sheet is given by

z = 0.25 y 2 z = 0.25 y^2

You pass a plane having the normal vector n ^ = ( sin θ cos ϕ , sin θ sin ϕ , cos θ ) \hat{n} = (\sin \theta \cos \phi, \sin \theta \sin \phi, \cos \theta ) , with θ = 6 0 , ϕ = 1 0 \theta = 60^{\circ}, \phi = 10^{\circ} and passing through ( 2 , 0 , 0 ) (2, 0, 0) , through the parabolic sheet, and intersecting it in the parabola

y = a x 2 y' = a x'^2

where the frame O x y z O'x'y'z' is an isometry (i.e. equal scale) of the frame O x y z Oxyz , and a > 0 a > 0 . Find a a .


The answer is 0.2832.

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
Nov 30, 2019

The equation of the given parabolic sheet is

0.25 y 2 z = 0 0.25 y^2 - z = 0

Define

r = [ x , y , z ] T r = [x, y, z]^T

Then the equation of the parabolic sheet can be written as

r T Q r + b T r = 0 r^T Q r + b^T r = 0

where

Q = [ 0 0 0 0 0.25 0 0 0 0 ] Q = \begin{bmatrix} 0 & 0 & 0 \\ 0 & 0.25 & 0 \\ 0 & 0 & 0 \end{bmatrix} and b = [ 0 0 1 ] b = \begin{bmatrix} 0 \\ 0 \\ -1 \end{bmatrix}

On the other hand, a point in the cutting plane can be written in parametric form as

r = r 0 + V u r = r_0 + V u

where r 0 r_0 is the position vector of any point on the plane, and can be taken as ( 2 , 0 , 0 ) (2, 0, 0) , and matrix V V is composed of two columns of two vectors v 1 v_1 and v 2 v_2 that are perpendicular to the normal vector to the plane. Further we will take v 1 v_1 and v 2 v_2 to be perpendicular to each other and to be of unit length.

The normal to the given plane is

n ^ = [ sin θ cos ϕ , sin θ sin ϕ , cos θ ] T \hat{n} = [\sin \theta \cos \phi , \sin \theta \sin \phi , \cos \theta]^T

So we can take,

v 1 = [ sin ϕ , cos ϕ , 0 ] v_1 = [- \sin \phi, \cos \phi, 0 ]

and

v 2 = n ^ × v 1 = [ cos θ cos ϕ , cos θ sin ϕ , sin θ ] v_2 = \hat{n} \times v_1 = [ -\cos \theta \cos \phi, -\cos \theta \sin \phi, \sin \theta]

Now we can substitute the equation of the plane into the equation of the parabolic sheet

( r 0 + V u ) T Q ( r 0 + V u ) + b T ( r 0 + V u ) = 0 (r_0 + V u)^T Q (r_0 + V u) + b^T (r_0 + V u) = 0

Expanding

r 0 T Q r 0 + u T V T Q V u + 2 u T V T Q r 0 + b T r 0 + b T V u = 0 r_0^T Q r_0 + u^T V^T Q V u + 2 u^T V^T Q r_0 + b^T r_0 + b^T V u = 0

Rearranging

u T V T Q V u + u T ( 2 V T Q r 0 + V T b ) = r 0 T Q r 0 b T r 0 u^T V^T Q V u + u^T ( 2 V^T Q r_0 + V^T b ) = -r_0^T Q r_0 - b^T r_0

Next, we diagonalize the matrix V T Q V V^T Q V , so that it can written as V T Q V = R D R T V^T Q V = R D R^T , with matrix R R being an orthonormal matrix of unit eigenvectors.

And the above equation becomes,

u T R D R T u + u T ( 2 V T Q r 0 + V T b ) = r 0 T Q r 0 b T r 0 u^T R D R^T u + u^T ( 2 V^T Q r_0 + V^T b ) = -r_0^T Q r_0 - b^T r_0

By choosing the columns of R appropriately, we can make the first entry on the diagonal of the diagonal matrix D D nonzero, and the second entry zero.

Now define the vector w = R T u w = R^T u , then

w T D w + w T R T ( 2 V T Q r 0 + V T b ) = r 0 T Q r 0 b T r 0 w^T D w + w^T R^T ( 2 V^T Q r_0 + V^T b ) = - r_0^T Q r_0 - b^T r_0

This equation is of the form,

D 11 w 1 2 + α w 1 + β w 2 = γ D_{11} w_1^2 + \alpha w_1 + \beta w_2 = \gamma

So, by completing the square, it becomes,

D 11 ( w 1 + α 2 D 11 ) 2 + β w 2 = γ + α 2 4 D 11 D_{11} (w_1 + \dfrac{\alpha}{2 D_{11}} )^2 + \beta w_2 = \gamma + \dfrac{\alpha^2}{4 D_{11}}

This is an equation of a parabola, to put it the form given in the problem, we just shift the origin of the coordinate system to the vertex.

Define z = w + w 0 z = w + w_0 , where w 0 T = [ α 2 D 11 , 1 β ( γ + α 2 4 D 11 ) ] w_0^T =[ \dfrac{\alpha}{2 D_{11}} , - \dfrac{1}{\beta} ( \gamma + \dfrac{\alpha^2}{4 D_{11}} ) ]

Then,

D 11 z 1 2 + β z 2 = 0 D_{11} z_1^2 + \beta z_2 = 0

Therefore, the required parameter a a is given by a = D 11 β a =- \dfrac{ D_{11}} {\beta} .

Evaluating all of the above, yields

R = [ 0.99613611 0.087822836 0.087822836 0.99613611 ] R = \begin{bmatrix} 0.99613611 & 0.087822836 \\ -0.087822836 & 0.99613611 \end{bmatrix}

D = [ 0.244346183 0 0 0 ] D = \begin{bmatrix} 0.244346183 & 0 \\ 0 & 0 \end{bmatrix}

α = 0.076056807 \alpha = 0.076056807

β = 0.862679177 \beta = - 0.862679177

γ = 0 \gamma = 0

Therefore,

a = 0.244346183 ( 0.862679177 ) = 0.2832 a =- \dfrac{0.244346183}{(-0.862679177)} = 0.2832

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...