If we have a function
f
→
:
R
→
R
n
{\displaystyle {\vec {f}}:\mathbb {R} \to \mathbb {R} ^{n}}
, we say that
f
→
{\displaystyle {\vec {f}}}
's image (the set
{
f
→
(
t
)
|
t
∈
R
}
{\displaystyle {\Big \{}{\vec {f}}(t){\Big |}t\in \mathbb {R} {\Big \}}}
- or some subset of
R
{\displaystyle \mathbb {R} }
) is a curve in
R
n
{\displaystyle \mathbb {R} ^{n}}
and
f
→
{\displaystyle {\vec {f}}}
is its parametrization.
Parameterizations are not necessarily unique - for example,
f
→
(
t
)
=
(
cos
(
t
)
,
sin
(
t
)
)
{\displaystyle {\vec {f}}(t)=(\cos(t),\sin(t))}
such that
t
∈
[
0
,
2
π
)
{\displaystyle t\in [0,2\pi )}
is one parametrization of the unit circle, and
g
→
(
t
)
=
(
cos
(
a
t
)
,
sin
(
a
t
)
)
{\displaystyle {\vec {g}}(t)=(\cos(at),\sin(at))}
such that
t
∈
[
0
,
2
π
a
)
{\displaystyle t\in \left[0,{\frac {2\pi }{a}}\right)}
is a whole family of parameterizations of that circle.
Collision and intersection points
edit
Say we have two different curves. It may be important to consider
points the two curves share - where they intersect
intersections which occur for the same value of
t
{\displaystyle t}
- where they collide .
Firstly, we have two parameterizations
f
→
(
t
)
{\displaystyle {\vec {f}}(t)}
and
g
→
(
t
)
{\displaystyle {\vec {g}}(t)}
, and we want to find out when they intersect, this means that we want to know when the function values of each parametrization are the same. This means that we need to solve
f
→
(
t
)
=
g
→
(
s
)
{\displaystyle {\vec {f}}(t)={\vec {g}}(s)}
because we're seeking the function values independent of the times they intersect.
For example, if we have
f
→
(
t
)
=
(
t
,
3
t
)
{\displaystyle {\vec {f}}(t)=(t,3t)}
and
g
→
(
t
)
=
(
t
,
t
2
)
{\displaystyle {\vec {g}}(t)=(t,t^{2})}
, and we want to find intersection points:
f
→
(
t
)
=
g
→
(
s
)
{\displaystyle {\vec {f}}(t)={\vec {g}}(s)}
(
t
,
3
t
)
=
(
s
,
s
2
)
{\displaystyle (t,3t)=(s,s^{2})}
t
=
s
,
3
t
=
s
2
{\displaystyle t=s\ ,\ 3t=s^{2}}
with solutions
(
t
,
s
)
=
(
0
,
0
)
,
(
3
,
9
)
{\displaystyle (t,s)=(0,0)\ ,\ (3,9)}
So, the two curves intersect at the points
(
0
,
0
)
,
(
3
,
9
)
{\displaystyle (0,0)\ ,\ (3,9)}
.
However, if we want to know when the points "collide", with
f
→
(
t
)
{\displaystyle {\vec {f}}(t)}
and
g
→
(
t
)
{\displaystyle {\vec {g}}(t)}
, we need to know when both the function values and the times are the same, so we need to solve instead
f
→
(
t
)
=
g
→
(
t
)
{\displaystyle {\vec {f}}(t)={\vec {g}}(t)}
For example, using the same functions as before,
f
→
(
t
)
=
(
t
,
3
t
)
{\displaystyle {\vec {f}}(t)=(t,3t)}
and
g
→
(
t
)
=
(
t
,
t
2
)
{\displaystyle {\vec {g}}(t)=(t,t^{2})}
, and we want to find collision points:
f
→
(
t
)
=
g
→
(
t
)
{\displaystyle {\vec {f}}(t)={\vec {g}}(t)}
(
t
,
3
t
)
=
(
t
,
t
2
)
{\displaystyle (t,3t)=(t,t^{2})}
t
=
t
,
3
t
=
t
2
{\displaystyle t=t\ ,\ 3t=t^{2}}
which gives solutions
t
=
0
,
3
{\displaystyle t=0,3}
So the collision points are
(
0
,
0
)
,
(
3
,
9
)
{\displaystyle (0,0)\ ,\ (3,9)}
.
We may want to do this to actually model physical problems, such as in ballistics.
Intersection vector functions
edit
We can also use vector functions to represent the curve of intersection of two surfaces. For example, we want to know the curve of intersection of the cylinder
x
2
+
y
2
=
1
{\displaystyle x^{2}+y^{2}=1}
and the plane
y
+
z
=
2
{\displaystyle y+z=2}
.
Vector functions rely on parameterizations, so we can rewrite the equation of the cylinder into:
cos
2
t
+
sin
2
t
=
1
{\displaystyle \cos ^{2}t+\sin ^{2}t=1}
, where
x
=
cos
t
,
y
=
sin
t
{\displaystyle x=\cos t,y=\sin t}
.
From the equation of the plane, we know that
z
=
2
−
y
=
2
−
sin
t
{\displaystyle z=2-y=2-\sin t}
. Thus the corresponding vector equation is:
r
(
t
)
=
⟨
cos
t
,
sin
t
,
2
−
sin
t
⟩
{\displaystyle \mathbf {r} (t)=\langle \cos t,\sin t,2-\sin t\rangle }
Limits and Continuity
edit
The limit of a vector function
r
{\displaystyle \mathbf {r} }
is defined by taking the limits of its component functions.
The limit of a vector function
There is a vector function
r
(
t
)
=
⟨
f
(
t
)
,
g
(
t
)
,
h
(
t
)
⟩
{\displaystyle \mathbf {r} (t)=\langle f(t),g(t),h(t)\rangle }
. If
lim
t
→
a
f
(
t
)
,
lim
t
→
a
g
(
t
)
,
lim
t
→
a
h
(
t
)
{\displaystyle \lim _{t\rightarrow a}f(t),\lim _{t\rightarrow a}g(t),\lim _{t\rightarrow a}h(t)}
exist, then
lim
t
→
a
r
(
t
)
=
⟨
lim
t
→
a
f
(
t
)
,
lim
t
→
a
g
(
t
)
,
lim
t
→
a
h
(
t
)
⟩
{\displaystyle \lim _{t\rightarrow a}\mathbf {r} (t)=\langle \lim _{t\rightarrow a}f(t),\lim _{t\rightarrow a}g(t),\lim _{t\rightarrow a}h(t)\rangle }
And the requirement for continuity is also simple:
A vector function
r
{\displaystyle \mathbf {r} }
is continuous at
a
{\displaystyle a}
if
lim
t
→
a
r
(
t
)
=
r
(
a
)
{\displaystyle \lim _{t\rightarrow a}\mathbf {r} (t)=\mathbf {r} (a)}
.
Recall that the first derivative of a scalar function
f
(
x
)
{\displaystyle f(x)}
is defined as:
f
′
(
x
)
=
lim
Δ
x
→
0
f
(
x
+
Δ
x
)
−
f
(
x
)
Δ
x
{\displaystyle f'(x)=\lim _{\Delta x\rightarrow 0}{\frac {f(x+\Delta x)-f(x)}{\Delta x}}}
The first derivative of a vector function
r
(
t
)
{\displaystyle \mathbf {r} (t)}
is defined in much the same way:
r
′
(
t
)
=
lim
Δ
t
→
0
r
(
t
+
Δ
t
)
−
r
(
t
)
Δ
t
{\displaystyle \mathbf {r} '(t)=\lim _{\Delta t\rightarrow 0}{\frac {\mathbf {r} (t+\Delta t)-\mathbf {r} (t)}{\Delta t}}}
We can use this definition to prove that the derivative of a vector function can be presented as the derivative of its component functions.
r
′
(
t
)
=
lim
Δ
t
→
0
1
Δ
t
[
r
(
t
+
Δ
t
)
−
r
(
t
)
]
definition
=
lim
Δ
t
→
0
1
Δ
t
[
⟨
f
(
t
+
Δ
t
)
,
g
(
t
+
Δ
t
)
,
h
(
t
+
Δ
t
)
⟩
−
⟨
f
(
t
)
,
g
(
t
)
,
h
(
t
)
⟩
]
component form
=
lim
Δ
t
→
0
⟨
f
(
t
+
Δ
t
)
−
f
(
t
)
Δ
t
,
g
(
t
+
Δ
t
)
−
g
(
t
)
Δ
t
,
h
(
t
+
Δ
t
)
−
h
(
t
)
Δ
t
⟩
vector addition and multiplication
=
⟨
lim
Δ
t
→
0
f
(
t
+
Δ
t
)
−
f
(
t
)
Δ
t
,
lim
Δ
t
→
0
g
(
t
+
Δ
t
)
−
g
(
t
)
Δ
t
,
lim
Δ
t
→
0
h
(
t
+
Δ
t
)
−
h
(
t
)
Δ
t
⟩
definition
=
⟨
f
′
(
t
)
,
g
′
(
t
)
,
h
′
(
t
)
⟩
definition
{\displaystyle {\begin{aligned}\mathbf {r} '(t)&=\lim _{\Delta t\rightarrow 0}{\frac {1}{\Delta t}}[\mathbf {r} (t+\Delta t)-\mathbf {r} (t)]\quad {\text{definition}}\\&=\lim _{\Delta t\rightarrow 0}{\frac {1}{\Delta t}}[\langle f(t+\Delta t),g(t+\Delta t),h(t+\Delta t)\rangle -\langle f(t),g(t),h(t)\rangle ]\quad {\text{component form}}\\&=\lim _{\Delta t\rightarrow 0}\langle {\frac {f(t+\Delta t)-f(t)}{\Delta t}},{\frac {g(t+\Delta t)-g(t)}{\Delta t}},{\frac {h(t+\Delta t)-h(t)}{\Delta t}}\rangle \quad {\text{vector addition and multiplication}}\\&=\langle \lim _{\Delta t\rightarrow 0}{\frac {f(t+\Delta t)-f(t)}{\Delta t}},\lim _{\Delta t\rightarrow 0}{\frac {g(t+\Delta t)-g(t)}{\Delta t}},\lim _{\Delta t\rightarrow 0}{\frac {h(t+\Delta t)-h(t)}{\Delta t}}\rangle \quad {\text{definition}}\\&=\langle f'(t),g'(t),h'(t)\rangle \quad {\text{definition}}\\\end{aligned}}}
Thus, using the same method, we can derive the second derivative and so on.
Derivatives of a vector function
There is a vector function
r
(
t
)
=
⟨
f
(
t
)
,
g
(
t
)
,
h
(
t
)
⟩
{\displaystyle \mathbf {r} (t)=\langle f(t),g(t),h(t)\rangle }
. The first derivative of this vector function is:
r
′
(
t
)
=
lim
Δ
t
→
0
r
(
t
+
Δ
t
)
−
r
(
t
)
Δ
t
=
⟨
f
′
(
t
)
,
g
′
(
t
)
,
h
′
(
t
)
⟩
{\displaystyle \mathbf {r} '(t)=\lim _{\Delta t\rightarrow 0}{\frac {\mathbf {r} (t+\Delta t)-\mathbf {r} (t)}{\Delta t}}=\langle f'(t),g'(t),h'(t)\rangle }
So the
n
{\displaystyle n}
th-order derivative should look like this:
r
(
n
)
(
t
)
=
⟨
f
(
n
)
(
t
)
,
g
(
n
)
(
t
)
,
h
(
n
)
(
t
)
⟩
{\displaystyle \mathbf {r} ^{(n)}(t)=\langle f^{(n)}(t),g^{(n)}(t),h^{(n)}(t)\rangle }
Differentiation rules
edit
Just like real-valued functions, there are some differentiation rules in the world of vector functions. The factor that makes vector differentiation rules slight more complicated is the product rule because there are two kinds of multiplication in vectors: dot product and cross product.
Naturally, we will prove that those rules are correct. Let us assume that
u
(
t
)
=
⟨
f
1
(
t
)
,
f
2
(
t
)
,
f
3
(
t
)
⟩
{\displaystyle \mathbf {u} (t)=\langle f_{1}(t),f_{2}(t),f_{3}(t)\rangle }
and
v
(
t
)
=
⟨
g
1
(
t
)
,
g
2
(
t
)
,
g
3
(
t
)
⟩
{\displaystyle \mathbf {v} (t)=\langle g_{1}(t),g_{2}(t),g_{3}(t)\rangle }
.
Rule 1: the addition rule
d
d
t
[
u
(
t
)
+
v
(
t
)
]
=
d
d
t
[
⟨
f
1
(
t
)
,
f
2
(
t
)
,
f
3
(
t
)
⟩
+
⟨
g
1
(
t
)
,
g
2
(
t
)
,
g
3
(
t
)
⟩
]
component form
=
d
d
t
⟨
f
1
(
t
)
+
g
1
(
t
)
,
f
2
(
t
)
+
g
2
(
t
)
,
f
3
(
t
)
+
g
3
(
t
)
⟩
vector addition
=
⟨
d
d
t
(
f
1
(
t
)
+
g
1
(
t
)
)
,
d
d
t
(
f
2
(
t
)
+
g
2
(
t
)
)
,
d
d
t
(
f
3
(
t
)
+
g
3
(
t
)
)
⟩
distribution
=
⟨
f
1
′
(
t
)
+
g
1
′
(
t
)
,
f
2
′
(
t
)
+
g
2
′
(
t
)
,
f
3
′
(
t
)
+
g
3
′
(
t
)
⟩
addition rule for real-valued functions
=
⟨
f
1
′
(
t
)
,
f
2
′
(
t
)
,
f
3
′
(
t
)
⟩
+
⟨
g
1
′
(
t
)
,
g
2
′
(
t
)
,
g
3
′
(
t
)
⟩
vector addition
=
u
′
(
t
)
+
v
′
(
t
)
vector form
{\displaystyle {\begin{aligned}{\frac {d}{dt}}[\mathbf {u} (t)+\mathbf {v} (t)]&={\frac {d}{dt}}[\langle f_{1}(t),f_{2}(t),f_{3}(t)\rangle +\langle g_{1}(t),g_{2}(t),g_{3}(t)\rangle ]\quad {\text{component form}}\\&={\frac {d}{dt}}\langle f_{1}(t)+g_{1}(t),f_{2}(t)+g_{2}(t),f_{3}(t)+g_{3}(t)\rangle \quad {\text{vector addition}}\\&=\langle {\frac {d}{dt}}(f_{1}(t)+g_{1}(t)),{\frac {d}{dt}}(f_{2}(t)+g_{2}(t)),{\frac {d}{dt}}(f_{3}(t)+g_{3}(t))\rangle \quad {\text{distribution}}\\&=\langle f_{1}'(t)+g_{1}'(t),f_{2}'(t)+g_{2}'(t),f_{3}'(t)+g_{3}'(t)\rangle \quad {\text{addition rule for real-valued functions}}\\&=\langle f_{1}'(t),f_{2}'(t),f_{3}'(t)\rangle +\langle g_{1}'(t),g_{2}'(t),g_{3}'(t)\rangle \quad {\text{vector addition}}\\&=\mathbf {u} '(t)+\mathbf {v} '(t)\quad {\text{vector form}}\\\end{aligned}}}
Rule 2: the scalar multiplication rule
d
d
t
[
f
(
t
)
u
(
t
)
]
=
d
d
t
[
f
(
t
)
(
f
1
(
t
)
f
2
(
t
)
f
3
(
t
)
)
]
component form
=
d
d
t
(
f
(
t
)
f
1
(
t
)
f
(
t
)
f
2
(
t
)
f
(
t
)
f
3
(
t
)
)
scalar multiplication
=
(
d
d
t
(
f
(
t
)
f
1
(
t
)
)
d
d
t
(
f
(
t
)
f
2
(
t
)
)
d
d
t
(
f
(
t
)
f
3
(
t
)
)
)
distribution
=
(
f
′
(
t
)
f
1
(
t
)
+
f
(
t
)
f
1
′
(
t
)
f
′
(
t
)
f
2
(
t
)
+
f
(
t
)
f
2
′
(
t
)
f
′
(
t
)
f
3
(
t
)
+
f
(
t
)
f
3
′
(
t
)
)
multiplication rule for real-valued functions
=
(
f
′
(
t
)
f
1
(
t
)
f
′
(
t
)
f
2
(
t
)
f
′
(
t
)
f
3
(
t
)
)
+
(
f
(
t
)
f
1
′
(
t
)
f
(
t
)
f
2
′
(
t
)
f
(
t
)
f
3
′
(
t
)
)
vector addition
=
f
′
(
t
)
(
f
1
(
t
)
f
2
(
t
)
f
3
(
t
)
)
+
f
(
t
)
(
f
1
′
(
t
)
f
2
′
(
t
)
f
3
′
(
t
)
)
scalar multiplication
=
f
′
(
t
)
u
(
t
)
+
f
(
t
)
u
′
(
t
)
vector form
{\displaystyle {\begin{aligned}{\frac {d}{dt}}[f(t)\mathbf {u} (t)]&={\frac {d}{dt}}[f(t){\begin{pmatrix}f_{1}(t)\\f_{2}(t)\\f_{3}(t)\end{pmatrix}}]\quad {\text{component form}}\\&={\frac {d}{dt}}{\begin{pmatrix}f(t)f_{1}(t)\\f(t)f_{2}(t)\\f(t)f_{3}(t)\end{pmatrix}}\quad {\text{scalar multiplication}}\\&={\begin{pmatrix}{\frac {d}{dt}}(f(t)f_{1}(t))\\{\frac {d}{dt}}(f(t)f_{2}(t))\\{\frac {d}{dt}}(f(t)f_{3}(t))\\\end{pmatrix}}\quad {\text{distribution}}\\&={\begin{pmatrix}f'(t)f_{1}(t)+f(t)f_{1}'(t)\\f'(t)f_{2}(t)+f(t)f_{2}'(t)\\f'(t)f_{3}(t)+f(t)f_{3}'(t)\\\end{pmatrix}}\quad {\text{multiplication rule for real-valued functions}}\\&={\begin{pmatrix}f'(t)f_{1}(t)\\f'(t)f_{2}(t)\\f'(t)f_{3}(t)\end{pmatrix}}+{\begin{pmatrix}f(t)f_{1}'(t)\\f(t)f_{2}'(t)\\f(t)f_{3}'(t)\end{pmatrix}}\quad {\text{vector addition}}\\&=f'(t){\begin{pmatrix}f_{1}(t)\\f_{2}(t)\\f_{3}(t)\end{pmatrix}}+f(t){\begin{pmatrix}f_{1}'(t)\\f_{2}'(t)\\f_{3}'(t)\end{pmatrix}}\quad {\text{scalar multiplication}}\\&=f'(t)\mathbf {u} (t)+f(t)\mathbf {u} '(t)\quad {\text{vector form}}\\\end{aligned}}}
Rule 3: the dot product rule
d
d
t
[
u
(
t
)
⋅
v
(
t
)
]
=
d
d
t
[
⟨
f
1
(
t
)
,
f
2
(
t
)
,
f
3
(
t
)
⟩
⋅
⟨
g
1
(
t
)
,
g
2
(
t
)
,
g
3
(
t
)
⟩
]
component form
=
d
d
t
(
f
1
(
t
)
g
1
(
t
)
+
f
2
(
t
)
g
2
(
t
)
+
f
3
(
t
)
g
3
(
t
)
)
dot product
=
d
d
t
∑
i
=
1
3
f
i
(
t
)
g
i
(
t
)
simplification
=
∑
i
=
1
3
d
d
t
f
i
(
t
)
g
i
(
t
)
distribution
=
∑
i
=
1
3
[
f
i
′
(
t
)
g
i
(
t
)
+
f
i
(
t
)
g
i
′
(
t
)
]
multiplication rule for real-valued functions
=
∑
i
=
1
3
f
i
(
t
)
g
i
(
t
)
+
∑
i
=
1
3
f
i
(
t
)
g
i
′
(
t
)
vector addition
=
u
′
(
t
)
⋅
v
(
t
)
+
u
(
t
)
⋅
v
′
(
t
)
vector form
{\displaystyle {\begin{aligned}{\frac {d}{dt}}[\mathbf {u} (t)\cdot \mathbf {v} (t)]&={\frac {d}{dt}}[\langle f_{1}(t),f_{2}(t),f_{3}(t)\rangle \cdot \langle g_{1}(t),g_{2}(t),g_{3}(t)\rangle ]\quad {\text{component form}}\\&={\frac {d}{dt}}(f_{1}(t)g_{1}(t)+f_{2}(t)g_{2}(t)+f_{3}(t)g_{3}(t))\quad {\text{dot product}}\\&={\frac {d}{dt}}\sum _{i=1}^{3}f_{i}(t)g_{i}(t)\quad {\text{simplification}}\\&=\sum _{i=1}^{3}{\frac {d}{dt}}f_{i}(t)g_{i}(t)\quad {\text{distribution}}\\&=\sum _{i=1}^{3}[f_{i}'(t)g_{i}(t)+f_{i}(t)g_{i}'(t)]\quad {\text{multiplication rule for real-valued functions}}\\&=\sum _{i=1}^{3}f_{i}(t)g_{i}(t)+\sum _{i=1}^{3}f_{i}(t)g_{i}'(t)\quad {\text{vector addition}}\\&=\mathbf {u} '(t)\cdot \mathbf {v} (t)+\mathbf {u} (t)\cdot \mathbf {v} '(t)\quad {\text{vector form}}\\\end{aligned}}}
Rule 4: the cross product rule
d
d
t
[
u
(
t
)
×
v
(
t
)
]
=
d
d
t
[
⟨
f
1
(
t
)
,
f
2
(
t
)
,
f
3
(
t
)
⟩
×
⟨
g
1
(
t
)
,
g
2
(
t
)
,
g
3
(
t
)
⟩
]
component form
=
d
d
t
|
i
^
j
^
k
^
f
1
(
t
)
f
2
(
t
)
f
3
(
t
)
g
1
(
t
)
g
2
(
t
)
g
3
(
t
)
|
cross product
=
d
d
t
(
f
2
(
t
)
g
3
(
t
)
−
f
3
(
t
)
g
2
(
t
)
f
3
(
t
)
g
1
(
t
)
−
f
1
(
t
)
g
3
(
t
)
f
1
(
t
)
g
2
(
t
)
−
f
2
(
t
)
g
1
(
t
)
)
=
(
d
d
t
(
f
2
(
t
)
g
3
(
t
)
−
f
3
(
t
)
g
2
(
t
)
)
d
d
t
(
f
3
(
t
)
g
1
(
t
)
−
f
1
(
t
)
g
3
(
t
)
)
d
d
t
(
f
1
(
t
)
g
2
(
t
)
−
f
2
(
t
)
g
1
(
t
)
)
)
distribution
=
(
f
2
′
(
t
)
g
3
(
t
)
+
f
2
(
t
)
g
3
′
(
t
)
−
f
3
′
(
t
)
g
2
(
t
)
−
f
3
(
t
)
g
2
′
(
t
)
f
3
′
(
t
)
g
1
(
t
)
+
f
3
(
t
)
g
1
′
(
t
)
−
f
1
′
(
t
)
g
3
(
t
)
−
f
1
(
t
)
g
3
′
(
t
)
f
2
′
(
t
)
g
3
(
t
)
+
f
2
(
t
)
g
3
′
(
t
)
−
f
3
′
(
t
)
g
2
(
t
)
−
f
3
(
t
)
g
2
′
(
t
)
)
multiplication rule for real-valued functions
=
(
f
2
′
(
t
)
g
3
(
t
)
−
f
3
′
(
t
)
g
2
(
t
)
+
f
2
(
t
)
g
3
′
(
t
)
−
f
3
(
t
)
g
2
′
(
t
)
f
3
′
(
t
)
g
1
(
t
)
−
f
1
′
(
t
)
g
3
(
t
)
+
f
3
(
t
)
g
1
′
(
t
)
−
f
1
(
t
)
g
3
′
(
t
)
f
2
′
(
t
)
g
3
(
t
)
−
f
3
′
(
t
)
g
2
(
t
)
+
f
2
(
t
)
g
3
′
(
t
)
−
f
3
(
t
)
g
2
′
(
t
)
)
rearrangement
=
(
f
2
′
(
t
)
g
3
(
t
)
−
f
3
′
(
t
)
g
2
(
t
)
f
3
′
(
t
)
g
1
(
t
)
−
f
1
′
(
t
)
g
3
(
t
)
f
2
′
(
t
)
g
3
(
t
)
−
f
3
′
(
t
)
g
2
(
t
)
)
+
(
f
2
(
t
)
g
3
′
(
t
)
−
f
3
(
t
)
g
2
′
(
t
)
f
3
(
t
)
g
1
′
(
t
)
−
f
1
(
t
)
g
3
′
(
t
)
f
2
(
t
)
g
3
′
(
t
)
−
f
3
(
t
)
g
2
′
(
t
)
)
vector addtion
=
|
i
^
j
^
k
^
f
1
′
(
t
)
f
2
′
(
t
)
f
3
′
(
t
)
g
1
(
t
)
g
2
(
t
)
g
3
(
t
)
|
+
|
i
^
j
^
k
^
f
1
(
t
)
f
2
(
t
)
f
3
(
t
)
g
1
′
(
t
)
g
2
′
(
t
)
g
3
′
(
t
)
|
cross product
=
(
f
1
′
(
t
)
f
2
′
(
t
)
f
3
′
(
t
)
)
×
(
g
1
(
t
)
g
2
(
t
)
g
3
(
t
)
)
+
(
f
1
(
t
)
f
2
(
t
)
f
3
(
t
)
)
×
(
g
1
′
(
t
)
g
2
′
(
t
)
g
3
′
(
t
)
)
=
u
′
(
t
)
×
v
(
t
)
+
u
(
t
)
×
v
′
(
t
)
vector form
{\displaystyle {\begin{aligned}{\frac {d}{dt}}[\mathbf {u} (t)\times \mathbf {v} (t)]&={\frac {d}{dt}}[\langle f_{1}(t),f_{2}(t),f_{3}(t)\rangle \times \langle g_{1}(t),g_{2}(t),g_{3}(t)\rangle ]\quad {\text{component form}}\\&={\frac {d}{dt}}{\begin{vmatrix}\mathbf {\hat {i}} &\mathbf {\hat {j}} &\mathbf {\hat {k}} \\f_{1}(t)&f_{2}(t)&f_{3}(t)\\g_{1}(t)&g_{2}(t)&g_{3}(t)\\\end{vmatrix}}\quad {\text{cross product}}\\&={\frac {d}{dt}}{\begin{pmatrix}f_{2}(t)g_{3}(t)-f_{3}(t)g_{2}(t)\\f_{3}(t)g_{1}(t)-f_{1}(t)g_{3}(t)\\f_{1}(t)g_{2}(t)-f_{2}(t)g_{1}(t)\\\end{pmatrix}}\quad \\&={\begin{pmatrix}{\frac {d}{dt}}(f_{2}(t)g_{3}(t)-f_{3}(t)g_{2}(t))\\{\frac {d}{dt}}(f_{3}(t)g_{1}(t)-f_{1}(t)g_{3}(t))\\{\frac {d}{dt}}(f_{1}(t)g_{2}(t)-f_{2}(t)g_{1}(t))\\\end{pmatrix}}\quad {\text{distribution}}\\&={\begin{pmatrix}f_{2}'(t)g_{3}(t)+f_{2}(t)g_{3}'(t)-f_{3}'(t)g_{2}(t)-f_{3}(t)g_{2}'(t)\\f_{3}'(t)g_{1}(t)+f_{3}(t)g_{1}'(t)-f_{1}'(t)g_{3}(t)-f_{1}(t)g_{3}'(t)\\f_{2}'(t)g_{3}(t)+f_{2}(t)g_{3}'(t)-f_{3}'(t)g_{2}(t)-f_{3}(t)g_{2}'(t)\\\end{pmatrix}}\quad {\text{multiplication rule for real-valued functions}}\\&={\begin{pmatrix}f_{2}'(t)g_{3}(t)-f_{3}'(t)g_{2}(t)+f_{2}(t)g_{3}'(t)-f_{3}(t)g_{2}'(t)\\f_{3}'(t)g_{1}(t)-f_{1}'(t)g_{3}(t)+f_{3}(t)g_{1}'(t)-f_{1}(t)g_{3}'(t)\\f_{2}'(t)g_{3}(t)-f_{3}'(t)g_{2}(t)+f_{2}(t)g_{3}'(t)-f_{3}(t)g_{2}'(t)\\\end{pmatrix}}\quad {\text{rearrangement}}\\&={\begin{pmatrix}f_{2}'(t)g_{3}(t)-f_{3}'(t)g_{2}(t)\\f_{3}'(t)g_{1}(t)-f_{1}'(t)g_{3}(t)\\f_{2}'(t)g_{3}(t)-f_{3}'(t)g_{2}(t)\\\end{pmatrix}}+{\begin{pmatrix}f_{2}(t)g_{3}'(t)-f_{3}(t)g_{2}'(t)\\f_{3}(t)g_{1}'(t)-f_{1}(t)g_{3}'(t)\\f_{2}(t)g_{3}'(t)-f_{3}(t)g_{2}'(t)\\\end{pmatrix}}\quad {\text{vector addtion}}\\&={\begin{vmatrix}\mathbf {\hat {i}} &\mathbf {\hat {j}} &\mathbf {\hat {k}} \\f_{1}'(t)&f_{2}'(t)&f_{3}'(t)\\g_{1}(t)&g_{2}(t)&g_{3}(t)\\\end{vmatrix}}+{\begin{vmatrix}\mathbf {\hat {i}} &\mathbf {\hat {j}} &\mathbf {\hat {k}} \\f_{1}(t)&f_{2}(t)&f_{3}(t)\\g_{1}'(t)&g_{2}'(t)&g_{3}'(t)\\\end{vmatrix}}\quad {\text{cross product}}\\&={\begin{pmatrix}f_{1}'(t)\\f_{2}'(t)\\f_{3}'(t)\\\end{pmatrix}}\times {\begin{pmatrix}g_{1}(t)\\g_{2}(t)\\g_{3}(t)\\\end{pmatrix}}+{\begin{pmatrix}f_{1}(t)\\f_{2}(t)\\f_{3}(t)\\\end{pmatrix}}\times {\begin{pmatrix}g_{1}'(t)\\g_{2}'(t)\\g_{3}'(t)\\\end{pmatrix}}\quad \\&=\mathbf {u} '(t)\times \mathbf {v} (t)+\mathbf {u} (t)\times \mathbf {v} '(t)\quad {\text{vector form}}\\\end{aligned}}}
Rule 5: the chain rule
d
d
t
[
u
(
f
(
t
)
)
]
=
d
d
t
(
f
1
(
f
(
t
)
)
f
2
(
f
(
t
)
)
f
3
(
f
(
t
)
)
)
component form
=
(
d
d
t
f
1
(
f
(
t
)
)
d
d
t
f
2
(
f
(
t
)
)
d
d
t
f
3
(
f
(
t
)
)
)
distribution
=
(
f
′
(
t
)
f
1
′
(
f
(
t
)
)
f
′
(
t
)
f
2
′
(
f
(
t
)
)
f
′
(
t
)
f
3
′
(
f
(
t
)
)
)
chain rule for real-valued functions
=
f
′
(
t
)
(
f
1
′
(
f
(
t
)
)
f
2
′
(
f
(
t
)
)
f
3
′
(
f
(
t
)
)
)
scalar multiplication
=
f
′
(
t
)
u
′
(
f
(
t
)
)
vector form
{\displaystyle {\begin{aligned}{\frac {d}{dt}}[\mathbf {u} (f(t))]&={\frac {d}{dt}}{\begin{pmatrix}f_{1}(f(t))\\f_{2}(f(t))\\f_{3}(f(t))\\\end{pmatrix}}\quad {\text{component form}}\\&={\begin{pmatrix}{\frac {d}{dt}}f_{1}(f(t))\\{\frac {d}{dt}}f_{2}(f(t))\\{\frac {d}{dt}}f_{3}(f(t))\\\end{pmatrix}}\quad {\text{distribution}}\\&={\begin{pmatrix}f'(t)f_{1}'(f(t))\\f'(t)f_{2}'(f(t))\\f'(t)f_{3}'(f(t))\\\end{pmatrix}}\quad {\text{chain rule for real-valued functions}}\\&=f'(t){\begin{pmatrix}f_{1}'(f(t))\\f_{2}'(f(t))\\f_{3}'(f(t))\\\end{pmatrix}}\quad {\text{scalar multiplication}}\\&=f'(t)\mathbf {u} '(f(t))\quad {\text{vector form}}\\\end{aligned}}}
◼
{\displaystyle \blacksquare }
Angle between curves
edit
We can then formulate the concept of the angle between two curves by considering the angle between the two tangent vectors. If two curves, parametrized by
f
1
→
{\displaystyle {\vec {f_{1}}}}
and
f
2
→
{\displaystyle {\vec {f_{2}}}}
intersect at some point, which means that
f
1
→
(
s
)
=
f
2
→
(
t
)
=
c
{\displaystyle {\vec {f_{1}}}(s)={\vec {f_{2}}}(t)=c}
the angle between these two curves at
c
{\displaystyle c}
is the angle between the tangent vectors
f
1
′
→
(
s
)
{\displaystyle {\vec {f_{1}'}}(s)}
and
f
2
′
→
(
t
)
{\displaystyle {\vec {f_{2}'}}(t)}
, using the dot product, is given by
arccos
(
f
1
′
→
(
s
)
⋅
f
2
′
→
(
t
)
‖
f
1
′
→
(
s
)
‖
‖
f
2
′
→
(
t
)
‖
)
{\displaystyle \arccos \left({\frac {{\vec {f_{1}'}}(s)\cdot {\vec {f_{2}'}}(t)}{{\Big \|}{\vec {f_{1}'}}(s){\Big \|}{\Big \|}{\vec {f_{2}'}}(t){\Big \|}}}\right)}
Similar to real-valued functions, the definite integral of a vector function
r
(
t
)
{\displaystyle \mathbf {r} (t)}
is defined as:
∫
a
b
r
(
t
)
d
t
=
lim
n
→
∞
∑
i
=
1
n
r
(
t
i
∗
)
Δ
t
=
lim
n
→
∞
[
(
∑
i
=
1
n
f
(
t
i
∗
)
Δ
t
)
i
+
(
∑
i
=
1
n
g
(
t
i
∗
)
Δ
t
)
j
+
(
∑
i
=
1
n
h
(
t
i
∗
)
Δ
t
)
k
]
=
(
∫
a
b
f
(
t
)
d
t
)
i
+
(
∫
a
b
g
(
t
)
d
t
)
j
+
(
∫
a
b
h
(
t
)
d
t
)
k
{\displaystyle {\begin{aligned}\int _{a}^{b}\mathbf {r} (t)dt&=\lim _{n\rightarrow \infty }\sum _{i=1}^{n}\mathbf {r} (t_{i}^{*})\Delta t\\&=\lim _{n\rightarrow \infty }{\biggl [}{\biggl (}\sum _{i=1}^{n}f(t_{i}^{*})\Delta t{\biggr )}\mathbf {i} +{\biggl (}\sum _{i=1}^{n}g(t_{i}^{*})\Delta t{\biggr )}\mathbf {j} +{\biggl (}\sum _{i=1}^{n}h(t_{i}^{*})\Delta t{\biggr )}\mathbf {k} {\biggr ]}\\&={\biggl (}\int _{a}^{b}f(t)dt{\biggr )}\mathbf {i} +{\biggl (}\int _{a}^{b}g(t)dt{\biggr )}\mathbf {j} +{\biggl (}\int _{a}^{b}h(t)dt{\biggr )}\mathbf {k} \end{aligned}}}
We can extend the Fundamental Theorem of Calculus to continuous vector functions as follows:
The Fundamental Theorem of Calculus (including vector functions)
∫
a
b
r
(
t
)
d
t
=
R
(
t
)
]
a
b
=
R
(
b
)
−
R
(
a
)
{\displaystyle \int _{a}^{b}\mathbf {r} (t)dt=\mathbf {R} (t){\biggr ]}_{a}^{b}=\mathbf {R} (b)-\mathbf {R} (a)}
For indefinite integrals, the definition is:
∫
r
(
t
)
d
t
=
(
∫
f
(
t
)
d
t
)
i
+
(
∫
g
(
t
)
d
t
)
j
+
(
∫
h
(
t
)
d
t
)
k
+
C
{\displaystyle \int \mathbf {r} (t)dt={\biggl (}\int f(t)dt{\biggr )}\mathbf {i} +{\biggl (}\int g(t)dt{\biggr )}\mathbf {j} +{\biggl (}\int h(t)dt{\biggr )}\mathbf {k} +\mathbf {C} }
Recall that in Chapter 5.3 , we deduced the length of a curve with parametric equations
{
x
=
f
(
t
)
y
=
g
(
t
)
{\displaystyle {\begin{cases}x=f(t)\\y=g(t)\end{cases}}}
,
a
≤
t
≤
b
{\displaystyle a\leq t\leq b}
should be:
L
=
∫
a
b
(
d
x
d
t
)
2
+
(
d
y
d
t
)
2
d
t
{\displaystyle L=\int _{a}^{b}{\sqrt {{\biggl (}{\frac {dx}{dt}}{\biggr )}^{2}+{\biggl (}{\frac {dy}{dt}}{\biggr )}^{2}}}dt}
Since vector functions are fundamentally parametric equations with directions, we can utilize the formula above into the length of a space curve.
Arc length of a space curve
If the curve has the vector equation
r
(
t
)
=
⟨
f
(
t
)
,
g
(
t
)
,
h
(
t
)
⟩
,
a
≤
t
≤
b
{\displaystyle \mathbf {r} (t)=\langle f(t),g(t),h(t)\rangle ,a\leq t\leq b}
, or, equivalently, the parametric equations
x
=
f
(
t
)
,
y
=
g
(
t
)
,
z
=
h
(
t
)
{\displaystyle x=f(t),y=g(t),z=h(t)}
, where
f
′
,
g
′
,
h
′
{\displaystyle f',g',h'}
are continuous, then the length of the curve from
t
=
a
{\displaystyle t=a}
to
t
=
b
{\displaystyle t=b}
is:
L
=
∫
a
b
[
f
′
(
t
)
]
2
+
[
g
′
(
t
)
]
2
+
[
h
′
(
t
)
]
2
d
t
=
∫
a
b
(
d
x
d
t
)
2
+
(
d
y
d
t
)
2
+
(
d
x
d
z
)
2
d
t
{\displaystyle L=\int _{a}^{b}{\sqrt {[f'(t)]^{2}+[g'(t)]^{2}+[h'(t)]^{2}}}dt=\int _{a}^{b}{\sqrt {{\biggl (}{\frac {dx}{dt}}{\biggr )}^{2}+{\biggl (}{\frac {dy}{dt}}{\biggr )}^{2}+{\biggl (}{\frac {dx}{dz}}{\biggr )}^{2}}}dt}
For those who prefer simplicity, the formula can be rewritten into:
L
=
∫
a
b
|
r
′
(
t
)
|
d
t
{\displaystyle L=\int _{a}^{b}|\mathbf {r} '(t)|dt\quad }
or
d
L
d
t
=
|
r
′
(
t
)
|
{\displaystyle \quad {\frac {dL}{dt}}=|\mathbf {r} '(t)|}
Suppose that there is a vector function which describes the displacement of a particle with respect to time and has the equation:
r
(
t
)
=
cos
t
i
+
sin
t
j
+
t
k
{\displaystyle \mathbf {r} (t)=\cos t\ \mathbf {i} +\sin t\ \mathbf {j} +t\ \mathbf {k} }
However, for some reason, we do not want to know the displacement of this particle with respect to time. Instead, we want to know its displacement with respect to its traveled distance (
s
{\displaystyle s}
) from
(
1
,
0
,
0
)
{\displaystyle (1,0,0)}
in the direction of increasing
t
{\displaystyle t}
. In order to do so, we need to find a way to describe time as a function of distance. In other words, we need to find
t
=
t
(
s
)
{\displaystyle t=t(s)}
. We can use the formula for the arc length to establish the relationship between time and distance because arc length in this case describes the distance traveled by the particle.
Before we start calculating, we need to introduce the arc length function.
According to the definition, the arc length function for our curve
r
(
t
)
{\displaystyle \mathbf {r} (t)}
should be
s
(
t
)
=
∫
0
t
|
r
′
(
u
)
|
d
u
=
∫
0
t
(
−
sin
u
)
2
+
(
cos
u
)
2
+
1
2
d
u
=
2
u
]
0
t
=
2
t
{\displaystyle s(t)=\int _{0}^{t}|\mathbf {r} '(u)|du=\int _{0}^{t}{\sqrt {(-\sin u)^{2}+(\cos u)^{2}+1^{2}}}du={\sqrt {2}}u{\bigg ]}_{0}^{t}={\sqrt {2}}t}
Note that
a
=
0
{\displaystyle a=0}
because the initial point
(
1
,
0
,
0
)
{\displaystyle (1,0,0)}
corresponds to the parameter value
t
=
0
{\displaystyle t=0}
. Since it is in the direction of increasing
t
{\displaystyle t}
, the integration direction should be from
0
{\displaystyle 0}
to
t
{\displaystyle t}
.
t
(
s
)
=
s
2
{\displaystyle t(s)={\frac {s}{\sqrt {2}}}}
Then we substitute the original function and get the answer:
r
(
s
)
=
cos
s
2
i
+
sin
s
2
j
+
s
2
k
{\displaystyle \mathbf {r} (s)=\cos {\frac {s}{\sqrt {2}}}\ \mathbf {i} +\sin {\frac {s}{\sqrt {2}}}\ \mathbf {j} +{\frac {s}{\sqrt {2}}}\ \mathbf {k} }
Reparametrization has important applications in real life because sometimes we want to know a value with respect to different variables. In this case, instead of describing the path of a particle with respect to time, we described its path with respect to its distance, which will be very useful in certain situations.
Before we start discussing curvature, there are some important vectors and concepts we need to be at least aware of.
The unit tangent vector
edit
In the differentiation section of this chapter, we discussed the derivatives of a vector function. We know that
v
(
t
)
=
r
′
(
t
)
{\displaystyle \mathbf {v} (t)=\mathbf {r} '(t)}
at
t
=
t
0
{\displaystyle t=t_{0}}
is tangent to the curve
r
(
t
)
{\displaystyle \mathbf {r} (t)}
at
t
=
t
0
{\displaystyle t=t_{0}}
.
r
′
(
t
)
{\displaystyle \mathbf {r} '(t)}
is called the tangent vector. The unit tangent vector, however, eliminates the aspect of magnitude because it is defined as:
T
(
t
)
=
r
′
(
t
)
|
r
′
(
t
)
|
{\displaystyle \mathbf {T} (t)={\frac {\mathbf {r} '(t)}{|\mathbf {r} '(t)|}}}
As we can see, the magnitude of the unit tangent vector is always
1
{\displaystyle 1}
. We can imagine that
r
(
t
)
{\displaystyle \mathbf {r} (t)}
as the displacement of a particle with respect to time. So, the unit tangent vector can be perceived as the direction of the velocity of the particle with respect to time. It can also be perceived as the direction of the tangential acceleration of the particle with respect to time. We will discuss motion in space in the next section, but this is a useful method to intuitively understand some vectors.
The unit normal vector
edit
The unit normal vector is defined as
N
(
t
)
=
T
′
(
t
)
|
T
′
(
t
)
|
{\displaystyle \mathbf {N} (t)={\frac {\mathbf {T} '(t)}{|\mathbf {T} '(t)|}}}
The unit normal is orthogonal to the unit tangent because since
|
T
(
t
)
|
=
1
{\displaystyle |\mathbf {T} (t)|=1}
, we can get that:
d
d
t
|
T
(
t
)
|
2
=
0
=
d
d
t
[
T
(
t
)
⋅
T
(
t
)
]
=
2
T
′
(
t
)
⋅
T
(
t
)
{\displaystyle {\frac {d}{dt}}|\mathbf {T} (t)|^{2}=0={\frac {d}{dt}}[\mathbf {T} (t)\cdot \mathbf {T} (t)]=2\mathbf {T} '(t)\cdot \mathbf {T} (t)}
⇔
T
′
(
t
)
⋅
T
(
t
)
=
0
{\displaystyle \Leftrightarrow \mathbf {T} '(t)\cdot \mathbf {T} (t)=0}
This means that
T
′
(
t
)
{\displaystyle \mathbf {T} '(t)}
is orthogonal to
T
(
t
)
{\displaystyle \mathbf {T} (t)}
. Therefore,
N
(
t
)
{\displaystyle \mathbf {N} (t)}
is orthogonal to
T
(
t
)
{\displaystyle \mathbf {T} (t)}
. We can imagine that the unit normal vector is the direction of the normal acceleration of the particle with respect to time.
The binormal vector is defined as
B
(
t
)
=
T
(
t
)
×
N
(
t
)
{\displaystyle \mathbf {B} (t)=\mathbf {T} (t)\times \mathbf {N} (t)}
The binormal vector is perpendicular to both the unit tangent and the unit normal because of the properties of the cross product. The magnitude of the binormal is always 1 because
|
B
(
t
)
|
=
|
T
(
t
)
|
|
N
(
t
)
|
sin
θ
=
1
{\displaystyle |\mathbf {B} (t)|=|\mathbf {T} (t)||\mathbf {N} (t)|\sin \theta =1}
The normal plane, osculating plane, and the osculating circle
edit
The normal plane is the plane determined by the normal and binormal vectors
N
and
B
{\displaystyle \mathbf {N} {\text{ and }}\mathbf {B} }
. The normal plane consists of all lines that are orthogonal to the tangent vector
T
{\displaystyle \mathbf {T} }
.
The osculating plane is the plane determined by the unit tangent and unit normal
T
and
N
{\displaystyle \mathbf {T} {\text{ and }}\mathbf {N} }
. It is the plane that comes closest to containing the part of the curve near a point where
t
=
t
0
{\displaystyle t=t_{0}}
.
The osculating circle is the circle that lies in the osculating plane towards the direction of
N
{\displaystyle \mathbf {N} }
with a radius
r
=
1
κ
{\displaystyle r={\frac {1}{\kappa }}}
(the inverse of the curvature, which we will immediately discuss after this). It best describes how the curve behaves near the point where
t
=
t
0
{\displaystyle t=t_{0}}
because it shares the same tangent, normal, and curvature at that point.
These concepts are very important in the branch of differential geometry and in its applications to the motion of spacecraft.
The curvature of a curve at a given point is a measure of how quickly the curve changes direction at that point. We define it to be the magnitude of the rate of change of the unit tangent with respect to arc length. We use arc length so that the curvature will be independent of parametrization.
Suppose that a space curve has vector function
r
{\displaystyle \mathbf {r} }
, unit tangent vector
T
{\displaystyle \mathbf {T} }
, and arc length
s
{\displaystyle s}
. The curvature of this curve is:
κ
=
|
d
T
(
s
)
d
s
|
{\displaystyle \kappa ={\biggl |}{\frac {d\mathbf {T} (s)}{ds}}{\biggr |}}
.
There are two other ways to express the curvature. We can express curvature in terms of
t
{\displaystyle t}
instead of
s
{\displaystyle s}
by utilizing the chain rule (recall that
d
L
d
t
=
|
r
′
(
t
)
|
{\displaystyle {\frac {dL}{dt}}=|\mathbf {r} '(t)|}
):
κ
=
|
d
T
d
s
|
=
|
d
T
d
s
d
s
d
t
d
s
d
t
|
=
|
d
T
(
t
)
d
t
d
s
d
t
|
=
|
T
′
(
t
)
|
|
r
′
(
t
)
|
{\displaystyle \kappa ={\biggl |}{\frac {d\mathbf {T} }{ds}}{\biggr |}={\Biggl |}{\frac {{\frac {d\mathbf {T} }{ds}}{\frac {ds}{dt}}}{\frac {ds}{dt}}}{\Biggr |}={\Biggl |}{\frac {\frac {d\mathbf {T} (t)}{dt}}{\frac {ds}{dt}}}{\Biggr |}={\frac {|\mathbf {T} '(t)|}{|\mathbf {r} '(t)|}}}
The third way is more complicated to deduce, but it is often more convenient to apply because it only requires
r
(
t
)
{\displaystyle \mathbf {r} (t)}
and its derivatives.
κ
(
t
)
=
|
r
′
(
t
)
×
r
″
(
t
)
|
|
r
′
(
t
)
|
3
{\displaystyle \kappa (t)={\frac {|\mathbf {r} '(t)\times \mathbf {r} ''(t)|}{|\mathbf {r} '(t)|^{3}}}}
And now for the proof for this theorem:
According to the definition of the unit tangent vector, we know that
r
′
=
|
r
′
|
T
{\displaystyle \mathbf {r} '=|\mathbf {r} '|\mathbf {T} }
. So the second derivative of
r
{\displaystyle \mathbf {r} }
should be:
r
″
=
(
|
r
′
|
T
)
′
=
|
r
″
|
T
+
|
r
′
|
T
′
the product rule
{\displaystyle {\begin{aligned}\mathbf {r} ''&=(|\mathbf {r} '|\ \mathbf {T} )'\\&=|\mathbf {r} ''|\ \mathbf {T} +|\mathbf {r} '|\ \mathbf {T} '\quad {\text{the product rule}}\\\end{aligned}}}
Now we calculate
r
′
×
r
″
{\displaystyle \mathbf {r} '\times \mathbf {r} ''}
.
r
′
×
r
″
=
(
|
r
′
|
T
)
×
(
|
r
″
|
T
+
|
r
′
|
T
′
)
substitution
=
(
|
r
′
|
T
×
|
r
″
|
T
)
+
(
|
r
′
|
T
×
|
r
′
|
T
′
)
distribution
=
|
r
′
|
|
r
″
|
(
T
×
T
)
+
|
r
′
|
2
(
T
×
T
′
)
rearrangement
=
|
r
′
|
2
(
T
×
T
′
)
realizing that
T
×
T
=
0
{\displaystyle {\begin{aligned}\mathbf {r} '\times \mathbf {r} ''&={\bigl (}|\mathbf {r} '|\mathbf {T} {\bigr )}\times {\bigl (}|\mathbf {r} ''|\ \mathbf {T} +|\mathbf {r} '|\ \mathbf {T} '{\bigr )}\quad {\text{substitution}}\\&={\bigl (}|\mathbf {r} '|\mathbf {T} \times |\mathbf {r} ''|\mathbf {T} {\bigr )}+{\bigl (}|\mathbf {r} '|\mathbf {T} \times |\mathbf {r} '|\mathbf {T} '{\bigr )}\quad {\text{distribution}}\\&=|\mathbf {r} '||\mathbf {r} ''|(\mathbf {T} \times \mathbf {T} )+|\mathbf {r} '|^{2}(\mathbf {T} \times \mathbf {T} ')\quad {\text{rearrangement}}\\&=|\mathbf {r} '|^{2}(\mathbf {T} \times \mathbf {T} ')\quad {\text{realizing that }}\mathbf {T} \times \mathbf {T} =0\\\end{aligned}}}
And then we calculate
|
r
′
×
r
″
|
{\displaystyle |\mathbf {r} '\times \mathbf {r} ''|}
.
|
r
′
×
r
″
|
=
|
r
′
|
2
|
T
×
T
′
|
substitution
=
|
r
′
|
2
|
T
|
|
T
′
|
sin
θ
the magnitude for the cross product
=
|
r
′
|
2
|
T
′
|
when you realize
|
T
|
=
1
and
T
⊥
T
′
{\displaystyle {\begin{aligned}|\mathbf {r} '\times \mathbf {r} ''|&=|\mathbf {r} '|^{2}|\mathbf {T} \times \mathbf {T} '|\quad {\text{substitution}}\\&=|\mathbf {r} '|^{2}|\mathbf {T} ||\mathbf {T} '|\sin \theta \quad {\text{the magnitude for the cross product}}\\&=|\mathbf {r} '|^{2}|\mathbf {T} '|\quad {\text{when you realize }}|\mathbf {T} |=1{\text{ and }}\mathbf {T} \perp \mathbf {T} '\\\end{aligned}}}
We rearrange the equation into:
|
T
′
|
=
|
r
′
×
r
″
|
|
r
′
|
2
{\displaystyle |\mathbf {T} '|={\frac {|\mathbf {r} '\times \mathbf {r} ''|}{|\mathbf {r} '|^{2}}}}
Since
κ
=
|
T
′
|
|
r
′
|
{\displaystyle \kappa ={\frac {|\mathbf {T} '|}{|\mathbf {r} '|}}}
, we can substitute
|
T
′
|
{\displaystyle |\mathbf {T} '|}
with
|
r
′
×
r
″
|
|
r
′
|
2
{\displaystyle {\frac {|\mathbf {r} '\times \mathbf {r} ''|}{|\mathbf {r} '|^{2}}}}
and get:
κ
=
|
r
′
×
r
″
|
|
r
′
|
3
{\displaystyle \kappa ={\frac {|\mathbf {r} '\times \mathbf {r} ''|}{|\mathbf {r} '|^{3}}}}
Here is a little summary on ways to calculate the curvature.
Definition
With parametrization with respect to
t
{\displaystyle \mathbf {t} }
In terms of
r
(
t
)
{\displaystyle \mathbf {r} (t)}
and its derivatives
κ
=
|
d
T
d
s
|
{\displaystyle \kappa ={\biggl |}{\frac {d\mathbf {T} }{ds}}{\biggr |}}
κ
=
|
T
′
|
|
r
′
|
{\displaystyle \kappa ={\frac {|\mathbf {T} '|}{|\mathbf {r} '|}}}
κ
=
|
r
′
×
r
″
|
|
r
′
|
3
{\displaystyle \kappa ={\frac {|\mathbf {r} '\times \mathbf {r} ''|}{|\mathbf {r} '|^{3}}}}
Velocity and acceleration
edit
Remember in 2-dimensional calculus, we mentioned that a particle with displacement function
f
(
x
)
{\displaystyle f(x)}
has velocity
f
′
(
x
)
{\displaystyle f'(x)}
and acceleration
f
″
(
x
)
{\displaystyle f''(x)}
. In vector functions, the definition is basically the same. Suppose a particle moves through space so that its position vector at time
t
{\displaystyle t}
is
r
(
t
)
{\displaystyle \mathbf {r} (t)}
, its velocity function and acceleration function are:
v
(
t
)
=
lim
h
→
0
r
(
t
+
h
)
−
r
(
t
)
h
=
r
′
(
t
)
{\displaystyle \mathbf {v} (t)=\lim _{h\rightarrow 0}{\frac {\mathbf {r} (t+h)-\mathbf {r} (t)}{h}}=\mathbf {r} '(t)\quad }
and
a
(
t
)
=
lim
h
→
0
v
(
t
+
h
)
−
v
(
t
)
h
=
v
′
(
t
)
=
r
″
(
t
)
{\displaystyle \quad \mathbf {a} (t)=\lim _{h\rightarrow 0}{\frac {\mathbf {v} (t+h)-\mathbf {v} (t)}{h}}=\mathbf {v} '(t)=\mathbf {r} ''(t)}
Simply put:
r
″
(
t
)
=
v
′
(
t
)
=
a
(
t
)
{\displaystyle \mathbf {r} ''(t)=\mathbf {v} '(t)=\mathbf {a} (t)}
.
The speed of the particle ignores the direction. It is the magnitude of the velocity vector:
|
v
(
t
)
|
{\displaystyle |\mathbf {v} (t)|}
. The distance traveled by the particle from
t
=
a
to
b
{\displaystyle t=a{\text{ to }}b}
is
∫
a
b
|
v
(
t
)
|
d
t
{\displaystyle \int _{a}^{b}|\mathbf {v} (t)|dt}
, which is also the formula for the arc length.
With the help of the Fundamental Theorem of Calculus, we can deduce the velocity function and position function when we know the particle's acceleration.
v
(
t
)
=
v
(
t
0
)
+
∫
t
0
t
a
(
u
)
d
u
{\displaystyle \mathbf {v} (t)=\mathbf {v} (t_{0})+\int _{t_{0}}^{t}\mathbf {a} (u)du\quad }
and
r
(
t
)
=
r
(
t
0
)
+
∫
t
0
t
v
(
u
)
d
u
{\displaystyle \quad \mathbf {r} (t)=\mathbf {r} (t_{0})+\int _{t_{0}}^{t}\mathbf {v} (u)du}
Tangential and normal acceleration
edit
We can split the acceleration vector into two components: the tangential acceleration
a
T
{\displaystyle a_{T}}
and the normal acceleration
a
N
{\displaystyle a_{N}}
. The tangential acceleration faces the same direction as the unit tangent vector (
T
{\displaystyle \mathbf {T} }
), and the normal acceleration faces the same direction as the unit normal vector (
N
{\displaystyle \mathbf {N} }
). Since both
T
{\displaystyle \mathbf {T} }
and
N
{\displaystyle \mathbf {N} }
are unit vectors, the acceleration vector can be written as the sum of two vectors:
a
=
a
T
T
+
a
N
N
{\displaystyle \mathbf {a} =a_{T}\mathbf {T} +a_{N}\mathbf {N} }
Our goal is to figure out how to describe the two components.
Recall that
T
=
v
|
v
|
{\displaystyle \mathbf {T} ={\frac {\mathbf {v} }{|\mathbf {v} |}}}
, thus
v
=
|
v
|
T
{\displaystyle \mathbf {v} =|\mathbf {v} |\mathbf {T} }
Now we differentiate both sides of the equation,
v
′
=
(
|
v
|
T
)
′
=
|
v
|
′
T
+
|
v
|
T
′
{\displaystyle {\begin{aligned}\mathbf {v} '&={\bigl (}|\mathbf {v} |\mathbf {T} {\bigr )}'\\&=|\mathbf {v} |'\mathbf {T} +|\mathbf {v} |\mathbf {T} '\\\end{aligned}}}
So we get
a
=
|
v
|
′
T
+
|
v
|
T
′
{\displaystyle \mathbf {a} =|\mathbf {v} |'\mathbf {T} +|\mathbf {v} |\mathbf {T} '}
.
Recall that
κ
=
|
T
′
|
|
r
′
|
=
|
T
′
|
|
v
|
{\displaystyle \kappa ={\frac {{\big |}\mathbf {T} '{\big |}}{{\big |}\mathbf {r} '{\big |}}}={\frac {{\big |}\mathbf {T} '{\big |}}{{\big |}\mathbf {v} {\big |}}}}
, thus
|
T
′
|
=
κ
|
v
|
{\displaystyle {\big |}\mathbf {T} '{\big |}=\kappa |\mathbf {v} |}
.
Recall that
N
=
T
′
|
T
′
|
{\displaystyle \mathbf {N} ={\frac {\mathbf {T} '}{{\big |}\mathbf {T} '{\big |}}}}
, thus
T
′
=
|
T
′
|
N
=
κ
|
v
|
N
{\displaystyle \mathbf {T} '={\big |}\mathbf {T} '{\big |}\mathbf {N} =\kappa |\mathbf {v} |\mathbf {N} }
.
We substitute
T
′
{\displaystyle \mathbf {T} '}
for
κ
|
v
|
N
{\displaystyle \kappa |\mathbf {v} |\mathbf {N} }
to yield:
a
=
|
v
|
′
T
+
κ
|
v
|
2
N
{\displaystyle \mathbf {a} =|\mathbf {v} |'\mathbf {T} +\kappa |\mathbf {v} |^{2}\mathbf {N} }
That leaves us with:
a
T
=
|
v
|
′
{\displaystyle a_{T}=|\mathbf {v} |'\quad }
and
a
N
=
κ
|
v
|
2
{\displaystyle \quad a_{N}=\kappa |\mathbf {v} |^{2}}
◼
{\displaystyle \blacksquare }
Of course, it will be more convenient if those components can be written in terms if
r
(
t
)
{\displaystyle \mathbf {r} (t)}
and its derivatives. Suppose that
θ
{\displaystyle \theta }
is the angle between
T
{\displaystyle \mathbf {T} }
and
a
{\displaystyle \mathbf {a} }
, then we can write
a
T
,
a
N
{\displaystyle a_{T},a_{N}}
like this:
a
T
=
|
a
(
t
)
|
cos
θ
=
|
v
(
t
)
|
|
a
(
t
)
|
cos
θ
|
v
(
t
)
|
algebraic manipulation
=
v
(
t
)
⋅
a
(
t
)
|
v
(
t
)
|
dot product
=
r
′
(
t
)
⋅
r
″
(
t
)
|
r
′
(
t
)
|
in terms of
r
(
t
)
and its derivatives
{\displaystyle {\begin{aligned}a_{T}&=|\mathbf {a} (t)|\cos \theta \\&={\frac {|\mathbf {v} (t)||\mathbf {a} (t)|\cos \theta }{|\mathbf {v} (t)|}}\quad {\text{algebraic manipulation}}\\&={\frac {\mathbf {v} (t)\cdot \mathbf {a} (t)}{|\mathbf {v} (t)|}}\quad {\text{dot product}}\\&={\frac {\mathbf {r} '(t)\cdot \mathbf {r} ''(t)}{|\mathbf {r} '(t)|}}\quad {\text{in terms of }}\mathbf {r} (t){\text{ and its derivatives}}\\\end{aligned}}}
a
N
=
|
a
(
t
)
|
sin
θ
=
|
v
(
t
)
|
|
a
(
t
)
|
sin
θ
|
v
(
t
)
|
algebraic manipulation
=
|
v
(
t
)
×
a
(
t
)
|
|
v
(
t
)
|
cross product
=
|
r
′
(
t
)
×
r
″
(
t
)
|
|
r
′
(
t
)
|
in terms of
r
(
t
)
and its derivatives
{\displaystyle {\begin{aligned}a_{N}&=|\mathbf {a} (t)|\sin \theta \\&={\frac {|\mathbf {v} (t)||\mathbf {a} (t)|\sin \theta }{|\mathbf {v} (t)|}}\quad {\text{algebraic manipulation}}\\&={\frac {|\mathbf {v} (t)\times \mathbf {a} (t)|}{|\mathbf {v} (t)|}}\quad {\text{cross product}}\\&={\frac {|\mathbf {r} '(t)\times \mathbf {r} ''(t)|}{|\mathbf {r} '(t)|}}\quad {\text{in terms of }}\mathbf {r} (t){\text{ and its derivatives}}\\\end{aligned}}}
◼
{\displaystyle \blacksquare }
To sum it up:
a
T
=
|
v
|
′
=
r
′
(
t
)
⋅
r
″
(
t
)
|
r
′
(
t
)
|
{\displaystyle a_{T}=|\mathbf {v} |'={\frac {\mathbf {r} '(t)\cdot \mathbf {r} ''(t)}{|\mathbf {r} '(t)|}}\quad }
and
a
N
=
κ
|
v
|
2
=
|
r
′
(
t
)
×
r
″
(
t
)
|
|
r
′
(
t
)
|
{\displaystyle \quad a_{N}=\kappa |\mathbf {v} |^{2}={\frac {|\mathbf {r} '(t)\times \mathbf {r} ''(t)|}{|\mathbf {r} '(t)|}}}