Where could the vertex be ?

Geometry Level 5

A paraboloid is described by the quadratic equation,

r T A r + b T r + c = 0 r^T A r + b^T r + c = 0

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

A = [ 31 23 8 23 31 8 8 8 16 ] A = \begin{bmatrix} 31 && -23 && -8 \\ -23 && 31 && -8 \\ -8 && -8 && 16 \end{bmatrix}

b = [ 204 2 3 12 2 3 192 2 3 ] T b = \begin{bmatrix} -204-2 \sqrt{3} &&12 - 2 \sqrt{3} && 192-2 \sqrt{3} \end{bmatrix} ^T

and

c = 684 + 12 3 c = 684+12 \sqrt{3}

Find its vertex.

( 102 , 6 , 96 ) (102, -6, -96 ) ( 7 , 4 , 3 ) (7, 4, -3) ( 4 , 6 , 10 ) (4, 6, 10) ( 9 , 10 , 7 ) (-9, 10, 7) ( 5 , 3 , 2 ) ( 5, 3, -2 )

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.

2 solutions

Mark Hennings
May 2, 2019

The orthogonal matrix P = ( 1 2 1 6 1 3 1 2 1 6 1 3 0 2 6 1 3 ) P \; = \; \left(\begin{array}{ccc} \frac{1}{\sqrt{2}} & \frac{1}{\sqrt{6}} & \frac{1}{\sqrt{3}} \\ -\frac{1}{\sqrt{2}} & \frac{1}{\sqrt{6}} & \frac{1}{\sqrt{3}} \\ 0 & -\frac{2}{\sqrt{6}} & \frac{1}{\sqrt{3}} \end{array}\right) is such that P T A P = ( 54 0 0 0 24 0 0 0 0 ) P^TAP \; = \; \left(\begin{array}{ccc} 54 & 0 & 0 \\ 0 & 24 & 0 \\ 0 & 0 & 0 \end{array}\right) If we define ( X Y Z ) = P T r ( α β γ ) = P T b \left(\begin{array}{c} X \\ Y \\ Z \end{array}\right) \; = \; P^T\mathbf{r} \hspace{2cm} \left(\begin{array}{c} \alpha \\ \beta \\ \gamma \end{array}\right) \; = \; P^T\mathbf{b} then the equation becomes 54 X 2 + 24 Y 2 + α X + β Y + γ Z + c = 0 54 ( X + α 108 ) 2 + 24 ( Y + β 48 ) 2 + γ Z = α 2 216 + β 2 96 c \begin{aligned} 54X^2 + 24Y^2 + \alpha X + \beta Y + \gamma Z + c & = \; 0 \\ 54\left(X + \tfrac{\alpha}{108}\right)^2 + 24\left(Y +\tfrac{\beta}{48}\right)^2 + \gamma Z & = \; \tfrac{\alpha^2}{216} + \tfrac{\beta^2}{96} - c \end{aligned} and hence the vertex of the paraboloid occurs when X = α 108 = 2 , Y = β 48 = 2 6 , Z = 1 γ ( α 2 216 + β 2 96 c ) = 2 3 X \; = \; -\tfrac{\alpha}{108} \; = \; \sqrt{2}\;, \hspace{1cm} Y \; = \; -\tfrac{\beta}{48} = 2\sqrt{6}\;, \hspace{1cm} Z \; = \; \tfrac{1}{\gamma}\left(\tfrac{\alpha^2}{216} + \tfrac{\beta^2}{96} - c \right) \; =\; 2\sqrt{3} namely when r = P ( 2 2 6 2 3 ) \mathbf{r} \; = \; P\left(\begin{array}{c} \sqrt{2} \\ 2\sqrt{6} \\ 2\sqrt{3} \end{array}\right) The coordinates of the vertex are ( 5 , 3 , 2 ) \boxed{(5,3,-2)} .

Very elegant! (And nicely explained.)

I'm afraid I went for the not very general method of noticing that only one of the choices is actually on the given paraboloid, so it's great to see a proper solution.

Chris Lewis - 2 years, 1 month ago

A paraboloid equation is of the form ( r v ) T A ˉ ( r v ) + b ˉ T ( r v ) = 0 (r-v)^T\bar{A}(r-v)+\bar{b}^T(r-v)=0 where v v is the vertex.

Comparing the matrix coefficients of the quadratic equation in the question to the one above, it can be easily deduced that

A ˉ = A \bar{A}=A , .... (1)

b ˉ 2 v T A ˉ = b T \bar{b}-2v^T\bar{A}=b^T .... (2) and

v T A v b T v = c v^TAv-b^Tv=c ..... (3)

Substituting the value of A ˉ \bar{A} from (1) into (2) and b ˉ \bar{b} from (2) into (3), we get the equation

v T A v + b T v + c = 0 v^TAv+b^Tv+c=0 .

[In other words, the vertex satisfies the quadratic equation].

A "low tech" substitution of the choices shows that only (5,3,-2) \mbox{(5,3,-2)} satisfies the given equation.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...