A paraboloid is described by the quadratic equation,
r T A r + b T r + c = 0
where r = [ x , y , z ] T , and
A = ⎣ ⎡ 3 1 − 2 3 − 8 − 2 3 3 1 − 8 − 8 − 8 1 6 ⎦ ⎤
b = [ − 2 0 4 − 2 3 1 2 − 2 3 1 9 2 − 2 3 ] T
and
c = 6 8 4 + 1 2 3
Find its vertex.
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.
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.
A paraboloid equation is of the form ( r − v ) T A ˉ ( r − v ) + b ˉ T ( r − v ) = 0 where 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 , .... (1)
b ˉ − 2 v T A ˉ = b T .... (2) and
v T A v − b T v = c ..... (3)
Substituting the value of A ˉ from (1) into (2) and b ˉ from (2) into (3), we get the equation
v T A v + b T v + c = 0 .
[In other words, the vertex satisfies the quadratic equation].
A "low tech" substitution of the choices shows that only (5,3,-2) satisfies the given equation.
Problem Loading...
Note Loading...
Set Loading...
The orthogonal matrix P = ⎝ ⎜ ⎛ 2 1 − 2 1 0 6 1 6 1 − 6 2 3 1 3 1 3 1 ⎠ ⎟ ⎞ is such that P T A P = ⎝ ⎛ 5 4 0 0 0 2 4 0 0 0 0 ⎠ ⎞ If we define ⎝ ⎛ X Y Z ⎠ ⎞ = P T r ⎝ ⎛ α β γ ⎠ ⎞ = P T b then the equation becomes 5 4 X 2 + 2 4 Y 2 + α X + β Y + γ Z + c 5 4 ( X + 1 0 8 α ) 2 + 2 4 ( Y + 4 8 β ) 2 + γ Z = 0 = 2 1 6 α 2 + 9 6 β 2 − c and hence the vertex of the paraboloid occurs when X = − 1 0 8 α = 2 , Y = − 4 8 β = 2 6 , Z = γ 1 ( 2 1 6 α 2 + 9 6 β 2 − c ) = 2 3 namely when r = P ⎝ ⎛ 2 2 6 2 3 ⎠ ⎞ The coordinates of the vertex are ( 5 , 3 , − 2 ) .