A three dimensional vector r ( t ) is defined explicitly in terms of the paramater t ∈ R , as follows:
r ( t ) = ( x ( t ) , y ( t ) , z ( t ) ) = ( 1 , 4 , 9 ) + t ( 1 , 2 , 3 ) + t 2 ( 1 , 1 , 1 )
The above vector traces a parabola in 3D. What is the vertex of this parabola ?
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.
For the parabola given by
r
(
t
)
=
v
0
+
v
1
t
+
v
2
t
2
, it can be shown that the vertex occurs when
r
˙
⋅
r
¨
=
0
We have
r
˙
(
t
)
=
v
1
+
2
v
2
t
and
r
¨
(
t
)
=
2
v
2
Therefore, the given condition is equivalent to
v
1
⋅
v
2
+
2
v
2
⋅
v
2
t
=
0
.
Hence,
t
∗
=
−
2
v
2
⋅
v
2
v
1
⋅
v
2
=
−
2
(
1
,
1
,
1
)
⋅
(
1
,
1
,
1
)
(
1
,
2
,
3
)
⋅
(
1
,
1
,
1
)
=
−
1
. Therefore, the vertex is given by,
r
∗
=
(
1
,
4
,
9
)
+
(
1
,
2
,
3
)
(
−
1
)
+
(
1
,
1
,
1
)
(
−
1
)
2
=
(
1
,
3
,
7
)
Problem Loading...
Note Loading...
Set Loading...
The vertex of the parabola will occur when the curvature is maximum. The curvature is given by κ = ∥ r ′ ( t ) ∥ 3 ∥ r ′ ′ ( t ) × r ′ ( t ) ∥ .
In this case we have: r ′ ( t ) = ( 1 + 2 t , 2 + 2 t , 3 + 2 t ) and r ′ ′ ( t ) = ( 2 , 2 , 2 ) . So the curvature is κ = ( 1 2 t 2 + 2 4 t + 1 4 ) 3 / 2 2 6 . We must minimize 1 2 t 2 + 2 4 t + 1 4 which occurs at t = − 1 .
Finally, the vertex is V = r ( − 1 ) = ( 1 , 3 , 7 ) .