Tangent paraboloid to the three coordinate planes

Calculus Level 3

The paraboloid z = 1 4 ( x 2 + y 2 ) z = \dfrac{1}{4} (x^2 + y^2 ) is tilted and shifted such that its axis of symmetry is along the unit vector u = ( sin θ cos ϕ , sin θ sin ϕ , cos θ ) \mathbb{u} = ( \sin \theta \cos \phi, \sin \theta \sin \phi, \cos \theta ) , with θ = π 6 , ϕ = π 5 \theta = \dfrac{\pi}{6} , \phi = \dfrac{\pi}{5} , and such that it becomes tangent to the three coordinate planes. If ( a , b , 0 ) , ( c , 0 , d ) (a, b, 0) , (c, 0, d) , and ( 0 , e , f ) (0, e, f) are the tangency points with the x y , x z xy , xz , and y z yz planes, respectively, then find a + b + c + d + e + f a + b + c + d + e + f .


The answer is 36.789.

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
Mar 7, 2019

The parametric equation of the paraboloid z = a x 2 + b y 2 z = a x^2 + b y^2 is

p ( r , t ) = ( x , y , z ) = ( r cos t a , r sin t b , r 2 ) \mathbf{p}(r, t) = (x, y, z) = ( \dfrac{ r \cos t }{\sqrt{a} }, \dfrac{r \sin t }{ \sqrt{b}} , r^2 )

After rotation and translation, the parametric equation is modified to,

p ( r , t ) = r v + R ( r cos t a , r sin t b , r 2 ) \mathbf{p}(r, t) = \mathbf{r}_v + \mathbf{R} ( \dfrac{ r \cos t }{\sqrt{a} }, \dfrac{r \sin t }{ \sqrt{b}} , r^2 )

where r v = ( r 1 , r 2 , r 3 ) \mathbf{r}_v = ( r_{1} , r_{2}, r_{3} ) is the coordinate vector of the vertex, and the 3 × 3 3 \times 3 rotation matrix R \mathbf{R} can be specified as follows, R = [ u 1 , u 2 , u 3 ] \mathbf{R} = [\mathbf{u}_1, \mathbf{u}_2, \mathbf{u}_3] , where u 3 \mathbf{u}_3 (the third column of R \mathbf{R} ) is the unit vector of the symmetry axis of the rotated paraboloid, thus u 3 = ( sin θ cos ϕ , sin θ sin ϕ , cos θ ) \mathbf{u}_3 = (\sin \theta \cos \phi, \sin \theta \sin \phi, \cos \theta) . The first and second columns of R \mathbf{R} point in the new directions of the x-axis and the y-axis, respectively. In the case where a = b a = b , as in this problem, their orientation does not matter, and they can therefore, be any two mutually orthogonal vectors which are also orthogonal to u 3 \mathbf{u}_3 .

At the tangency point with the x y xy plane, the partial derivatives of p \mathbf{p} with respect to r r and t t lie in the x y xy plane, so that their z-coordinate is zero. Differentiating,

p r = p r = R ( cos t a , sin t b , 2 r ) \mathbf{p}_r = \dfrac{ \partial \mathbf{p} }{\partial r} = \mathbf{R} ( \dfrac{\cos t}{ \sqrt{a} }, \dfrac{\sin t}{\sqrt{b}}, 2 r )

p t = p t = R ( r sin t a , r cos t b , 0 ) \mathbf{p}_t = \dfrac{ \partial \mathbf{p}}{ \partial t} = \mathbf{R} ( - \dfrac{r \sin t}{ \sqrt{a} }, \dfrac{ r \cos t }{\sqrt{b}} , 0 )

if k = [ 0 , 0 , 1 ] T \mathbf{k} = [0, 0, 1]^T , then k T p t = 0 \mathbf{k}^T \mathbf{p}_t = 0 , and since r 0 r \ne 0 , this equation can be solved, in a straightforward manner for t t .

Define v = [ v 1 , v 2 , v 3 ] T = R T k \mathbf{v} = [v_1, v_2, v_3]^T = \mathbf{R}^T \mathbf{k} , then

v T ( r sin t a , r cos t b , 0 ) = 0 \mathbf{v}^T ( - \dfrac{r \sin t}{ \sqrt{a} }, \dfrac{ r \cos t }{\sqrt{b}} , 0 ) = 0

so that,

v 1 a sin t + v 2 b cos t = 0 - \dfrac{ v_1 }{\sqrt{a} } \sin t + \dfrac{v_2}{\sqrt{b}} \cos t = 0

For which the solution is,

cos t = v 1 a v 1 2 a + v 2 2 b \cos t = -\dfrac{ \dfrac{v_1}{\sqrt{a}} }{ \sqrt{ \dfrac{v_1^2}{a} + \dfrac{v_2^2}{b} } } , and sin t = v 2 b v 1 2 a + v 2 2 b \sin t = -\dfrac{ \dfrac{v_2}{\sqrt{b}} }{ \sqrt{ \dfrac{v_1^2}{a} + \dfrac{v_2^2}{b} } }

The reason for the negative signs will become apparent shortly. Now, we also have that v T p r = 0 \mathbf{v}^T \mathbf{p}_r = 0 , from which,

v 1 2 a + v 2 2 b + 2 v 3 r = 0 - \sqrt{ \dfrac{v_1^2}{a} + \dfrac{v_2^2}{b} } + 2 v_3 r = 0

And hence, r = 1 2 v 3 v 1 2 a + v 2 2 b r = \dfrac{1}{2 v_3} \sqrt{ \dfrac{v_1^2}{a} + \dfrac{v_2^2}{b} }

Note that v 3 > 0 v_3 \gt 0 because v 3 = cos θ v_3 = \cos \theta , hence this last equation will lead to a positive value of r r .

Now that we have found r r and t t , we utilize the fact that z = 0 z = 0 at the tangency point, to write,

k T p = 0 = r 3 + v T ( r cos t a , r sin t b , r 2 ) \mathbf{k}^T \mathbf{p}= 0 = r_{3} + \mathbf{v}^T ( \dfrac{ r \cos t }{\sqrt{a} }, \dfrac{r \sin t }{ \sqrt{b}} , r^2 )

Plugging in the values of r r , cos t \cos t and sin t \sin t , we get,

0 = r 3 + 1 2 v 3 v 1 2 a + v 2 2 b ( v 1 2 a + v 2 2 b + 1 2 v 1 2 a + v 2 2 b ) 0 = r_{3} + \dfrac{1}{2 v_3} \sqrt{ \dfrac{v_1^2}{a} + \dfrac{v_2^2}{b} } \left( -\sqrt{ \dfrac{v_1^2}{a} + \dfrac{v_2^2}{b} } + \frac{1}{2} \sqrt{ \dfrac{v_1^2}{a} + \dfrac{v_2^2}{b} } \right)

So that, after simplification,

r 3 = 1 4 v 3 ( v 1 2 a + v 2 2 b ) r_{3} = \dfrac{1}{4 v_3} ( \dfrac{v_1^2}{a} + \dfrac{v_2^2}{b} )

This formula can be applied to obtain r 2 r_{2} and r 1 r_{1} , but with the vector v \mathbf{v} modified to R T j \mathbf{R}^T \mathbf{j} and R T i \mathbf{R}^T \mathbf{i} , respectively, where j = [ 0 , 1 , 0 ] T \mathbf{j} = [0, 1, 0 ]^T and i = [ 1 , 0 , 0 ] T \mathbf{i} = [1, 0, 0]^T .

This completes the specification of the three tangency points.

Another approach is to use the algebraic equation of the paraboloid instead of the parametric vector equation described above.

The algebraic equation is given by,

( r r v ) T R D R T ( r r v ) + c T R T ( r r v ) = 0 ( 1 ) (\mathbf{r} - \mathbf{r}_v)^T \mathbf{R D R}^T (\mathbf{r} - \mathbf{r}_v) + \mathbf{c}^T \mathbf{R}^T (\mathbf{r} - \mathbf{r}_v) = 0 \hspace{24pt} (1)

where D = diag { a , b , 0 } \mathbf{D} = \text{diag} \{ a, b , 0 \} and c T = [ 0 , 0 , 1 ] \mathbf{c}^T = [ 0, 0, -1 ]

The gradient (which is normal to the surface of the paraboloid) is given by

= 2 R D R T ( r r v ) + R c ( 2 ) \mathbf{\nabla} = 2 \mathbf{R D R}^T (\mathbf{r} - \mathbf{r}_v) + \mathbf{R c} \hspace{24pt} (2)

At the tangency point r 1 \mathbf{r}_1 with the x y xy plane, this gradient points in the negative direction of k \mathbf{k} , the unit vector along the positive z z -axis. Hence,

2 R D R T ( r 1 r v ) + R c = α k ( 3.1 ) 2 \mathbf{R D R}^T (\mathbf{r}_1 - \mathbf{r}_v) + \mathbf{R c} = -\alpha \mathbf{k} \hspace{24pt} (3.1)

where α > 0 \alpha \gt 0 .

Similarly, the gradient equation at r 2 \mathbf{r}_2 , the tangent point with the x z xz plane is,

2 R D R T ( r 2 r v ) + R c = β j ( 3.2 ) 2 \mathbf{R D R}^T (\mathbf{r}_2 - \mathbf{r}_v) + \mathbf{R c} = -\beta \mathbf{j} \hspace{24pt} (3.2)

and, for r 3 \mathbf{r}_3 , the tangency point with the y z yz plane, we can write,

2 R D R T ( r 3 r v ) + R c = γ i ( 3.3 ) 2 \mathbf{R D R}^T (\mathbf{r}_3 - \mathbf{r}_v) + \mathbf{R c} = -\gamma \mathbf{i} \hspace{24pt}(3.3)

where β > 0 \beta \gt 0 and γ > 0 \gamma \gt 0 .

It turns out that we can determine the multipliers α , β , γ \alpha, \beta , \gamma very easily, as follows.

Premultiplying both sides of equation (3.1) by R T \mathbf{R}^T , we obtain

2 D R T ( r 1 r v ) + c = α R T k ( 4 ) 2 \mathbf{D R}^T (\mathbf{r}_1 - \mathbf{r}_v) + \mathbf{c} = -\alpha \mathbf{R}^T \mathbf{k} \hspace{24pt} (4)

Since the third row of matrix D \mathbf{D} is zero, the third row of equation (4) reads,

1 = α k T R T k ( 5 ) -1 = -\alpha \mathbf{k}^T \mathbf{R}^T \mathbf{k} \hspace{24pt}(5)

Hence α \alpha can be determined, namely, α = 1 R 33 \alpha = \dfrac{1}{R_{33}} . A similar argument leads to

β = 1 R 23 \beta = \dfrac{1}{R_{23}} and γ = 1 R 13 \gamma = \dfrac{1}{R_{13}} .

Now consider equation (4) again, we need to solve for r 1 r v \mathbf{r}_1 - \mathbf{r}_v . Since the columns of matrix R \mathbf{R} form a basis for R 3 \mathbb{R}^3 ,

we can write,

( r 1 r v ) = R p 1 ( 6 ) (\mathbf{r}_1 - \mathbf{r}_v) = \mathbf{R p}_1 \hspace{24pt}(6)

for some unique vector p 1 = ( p x , p y , p z ) \mathbf{p_1} = (p_x, p_y, p_z) . Plugging (6) into (4), yields

2 D p 1 + c = α R T k ( 7 ) 2 \mathbf{D p}_1 + \mathbf{c} = -\alpha \mathbf{R}^T \mathbf{k} \hspace{24pt} (7)

The third row of (7) reads 0 + ( 1 ) = 1 0 + (-1) = -1 , while the first two rows read,

2 a p x = α i T R T k ( 7.1 ) 2 a p_x = -\alpha \mathbf{i}^T \mathbf{R}^T \mathbf{k} \hspace{24pt} (7.1)

2 b p y = α j T R T k ( 7.2 ) 2 b p_y = -\alpha \mathbf{j}^T \mathbf{R}^T \mathbf{k} \hspace{24pt} (7.2)

So that,

p x = ( 1 2 a ) ( α i T R T k ) = 1 2 R 31 a R 33 ( 7.3 ) p_x =(\dfrac{1}{2a} )(-\alpha \mathbf{i}^T \mathbf{R}^T \mathbf{k} ) = - \frac{1}{2} \dfrac{ R_{31} }{a R_{33} } \hspace{24pt} (7.3)

p y = ( 1 2 b ) ( α j T R T k ) = 1 2 R 32 b R 33 ( 7.4 ) p_y = (\dfrac{1}{2b})(-\alpha \mathbf{j}^T \mathbf{R}^T \mathbf{k} )= - \frac{1}{2} \dfrac{ R_{32} }{ b R_{33} } \hspace{24pt} (7.4)

The third element of vector p 1 \mathbf{p}_1 which is p z p_z is undetermined yet. To determine it, we substitute for

( r 1 r v (\mathbf{r}_1 - \mathbf{r}_v ) from (6) into the paraboloid equation, which is equation (1). This leads to,

( R p 1 ) T R D R T ( R p 1 ) + c T R T ( R p 1 ) = 0 ( 8 ) (\mathbf{R p}_1)^T \mathbf{R D R}^T (\mathbf{R p}_1) + \mathbf{c}^T \mathbf{R}^T (\mathbf{R p}_1) = 0 \hspace{24pt}(8)

And since R \mathbf{R} is a rotation matrix, it follows that R T R = I \mathbf{R}^T \mathbf{R} = \mathbf{I} , hence, equation (8) becomes,

p 1 T D p 1 + c T p 1 = 0 ( 9 ) \mathbf{p}_1^T \mathbf{D p}_1 + \mathbf{c}^T \mathbf{p}_1 = 0 \hspace{24pt} (9)

Expanding the left hand side, we obtain,

a p x 2 + b p y 2 p z = 0 a p_x^2 + b p_y^2 - p_z = 0

Since p x p_x and p y p_y are known, this determines p z p_z , namely

p z = 1 4 ( R 31 2 a R 33 2 + R 32 2 b R 33 2 ) ( 10 ) p_z = \dfrac{1}{4} \left( \dfrac{ R_{31}^2 }{a R_{33}^2 } + \dfrac{ R_{32}^2 }{ b R_{33}^2 } \right) \hspace{24pt} (10)

Back to equation (6), and taking the z z coordinate of the vector ( r 1 r v ) (\mathbf{r}_1 - \mathbf{r}_v) , we obtain,

0 r 3 = k T R p 1 = p x R 31 + p y R 32 + p z R 33 0 - r_3 = \mathbf{k}^T \mathbf{R p}_1 = p_x R_{31} + p_y R_{32} + p_z R_{33}

So that the z z coordinate of the vertex is given by,

r 3 = p x R 31 p y R 32 p z R 33 = 1 4 R 33 ( R 31 2 a + R 32 2 b ) ( 11 ) r_3 = -p_x R_{31} - p_y R_{32} - p_z R_{33} = \dfrac{1}{4 R_{33} } \left( \dfrac{ R_{31}^2 }{a} + \dfrac{ R_{32}^2}{b} \right) \hspace{24pt} (11)

And this is the same formula we obtained in the previous approach. In a similar fashion, we can arrive at,

r 2 = 1 4 R 23 ( R 21 2 a + R 22 2 b ) ( 12 ) r_2 = \dfrac{1}{4 R_{23} } \left( \dfrac{ R_{21}^2 }{a} + \dfrac{ R_{22}^2}{b} \right)\hspace{24pt} (12)

r 1 = 1 4 R 13 ( R 11 2 a + R 12 2 b ) ( 13 ) r_1 = \dfrac{1}{4 R_{13} } \left( \dfrac{ R_{11}^2 }{a} + \dfrac{ R_{12}^2}{b} \right) \hspace{24pt} (13)

Now that the vertex is fully specified, as well the vector p 1 \mathbf{p}_1 , we can write,

r 1 = r v + R p 1 ( 14 ) \mathbf{r}_1 = \mathbf{r}_v + \mathbf{R p_1} \hspace{24pt} (14)

Similarly,

r 2 = r v + R p 2 ( 15 ) \mathbf{r}_2 = \mathbf{r}_v + \mathbf{R p_2} \hspace{24pt} (15)

r 3 = r v + R p 3 ( 16 ) \mathbf{r}_3 = \mathbf{r}_v + \mathbf{R p_3} \hspace{24pt} (16)

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...