math210-03notes
math210-03notes
Effectively, limt→t0 < f (t), g(t) >=< limt→t0 f (t), limt→t0 g(t) >.
Continuity
For ordinary functions:
Definition 3 (Continuity). A function f is continuous at x0 if limx→x0 f (x) =
f (x0 ).
In practice, if x(t) =< f (t), g(t) >, then x0 (t) =< f 0 (t), g 0 (t) >.
Space Curves
The graph of a vector function x(t) is the set of tips of the vectors
x(t) when the initial point is placed at the origin and t ranges over the
domain.
If x0 (t) is continuous and non-zero, we say the curve is a smooth curve.
If x(t) = f (t)i + g(t)j + h(t)k, then the same curve may be described
by the scalar parametric equations:
x = f (t)
y = g(t)
z = h(t)
Velocity, Speed and Arc Length
Suppose x(t) represents the position of a particle at time t. x(t)
traces out a space curve. Since the derivative represents rate of change,
the velocity v = v(t) of the particle will equal the derivative x0 (t).
The speed of the particle is equal to the magnitude |v| of the velocity.
ds
We often denote the speed by .
dt
Since distance may be obtained by integrating speed, the Zdistance trav-
t2
elled by the particle as t goes from t1 to t2 would equal |v(t)| dt.
t1
3
The distance traversed is the same as the length ofZ a portion of the
t2
ds
curve. If we denote the arc length by s, we get s = dt.
t1 dt
Back to the Past
Consider an ordinary curve y = f (x), a ≤ x ≤ b. We can parametrize
it, using the canonical parametrization, as x(t) =< t, f (t) >, for a ≤
ds p
t ≤ b. Then v =< 1, f 0 (t) >, so = 1 + f 0 (t)2 , so we get s =
Z bp dt
1 + f 0 (t)2 dt.
a
This should look familiar; it’s the old formula for arc length.
Parametrization With Respect to Arc Length
We may look at the arc length s as a function s = α(t), where α(t)
is the length of the portion of the curve between a fixed initial point
and t.
Since s obviously increases as t increases, α(t) is one-to-one and hence
has an inverse.
Thus, we may write t = α−1 (s), so x(t) = x(α−1 (s)) may be thought
of a parametrization of the same curve with respect to arc length.
We rarely actually write out the parametrization, but it still comes in
handy.
ds
We also always have the relationship |v| = .
dt
Unit Tangent
v is tangent to the curve. Try to convince yourself of this. We won’t
prove it. In fact, try to come up with a definition of tangency when
dealing in three or more dimensions!
v
Definition 9 (Unit Tangent). T = |v|
is called the unit tangent.
Obvious Properties:
• |T| = 1
ds
• v = T In other words, the velocity vector is in the direction
dt
of the unit tangent and its length is the speed.
Theorem 1 (Claim). T0 ⊥T
d d
Proof. Since |T| = 1, T · T = 1. Differentiating, (T · T) = (1).
dt dt
2T · T0 = 0. T · T0 = 0.
4
T0
Definition 10 (Unit Normal). N =
|T0 |
Thus N is a unit vector orthogonal to T.
Definition 11 (Binormal). B = T × N
The binormal is a unit vector orthogonal to both T and N.
Curvature
Since the unit tangent doesn’t change its length, any change has to
do with how fast the curve is curving. We thus use the rate at which
the unit tangent changes to measure curvature. In order to make it
independent of the parametrization of the curve, we define curvature
to be the magnitude of the rate at which the unit tangent changes when
the parametrization is with respect to arc length.
dT
Definition 12 (Curvature). κ =
ds
dT
dT dT ds dT dT
Using the Chain Rule, = , so = dt , so κ = =
dt ds dt ds ds ds
dt
dT
dt
.
ds
dt
Acceleration
dv
Definition 13 (Acceleration). a =
dt
ds d2 s ds dT
Since v = T, we get a = 2 T + .
dt dt dt dt
dT dT ds
Since = N = κ N, we get
dt dt dt
2
2
ds ds
a = 2T+κ N.
dt dt
This tells us that the tangential component of acceleration is equal to
the rate at which the speed is changing, while the normal component of
acceleration is jointly proportional to the curvature and the square of
the speed. Recall that kinetic energy is also proportional to the square
of the speed.