Vector-Valued Functions – Change of Parameter & Arc Length
Quick-Check Answers 12.2
1. Vector derivatives
(a)
(b)
2. Parametric velocity functions
(a)
(b)
3. Dot products / projections
(a)
(b)
(c)
(d)
4. Miscellaneous
(a)
(b) Position function:
Smooth Parametrizations
Definition of smoothness
A vector-valued function is smooth if is continuous and for every allowable .
Smoothness refers to the parametrization, not the geometric curve.
Geometric meaning
Guarantees the tangent vector never vanishes ⇒ no abrupt direction changes.
Example 1
(a) \mathbf r(t)=a\cos t\,\mathbf i + a\sin t\,\mathbf j + ct\,\mathbf k \quad(a>0,\,c>0)
is continuous; all three components cannot vanish simultaneously ⇒ smooth.
Graph: circular helix (Fig 12.1.2).
(b)
. Both components zero at ⇒ not smooth.
Graph: semicubical parabola (Fig 12.3.1). Sudden reversal of tangent direction across .
Arc Length – Vector Viewpoint
Standard formulas (Theorem 10.1.1)
Plane curve (Eq 1):
Space curve (Eq 3):
Vector reinterpretation
Write or .
Then equals the square-root expressions above.
Theorem 12.3.1 (Vector arc length)
For a smooth curve given by ,
Example 2 – Helix length
Curve , .
with norm .
.
Arc Length as a Parameter
Construction steps
Choose a reference point on .
Fix a positive (and opposite negative) traversal direction.
For any point , define (signed arc length from reference to ).
Arc-length parametrization ⇒ coordinates become .
Reference & orientation choices give infinitely many valid .
Example 3 – Circle (counter-clockwise, reference at )
Original param: .
Since circumference measured positively CCW, arc length satisfies .
Arc-length form: .
Changing the Parameter
General idea: Substitute to form .
Orientation control
If increasing ⇒ orientation preserved.
If decreasing ⇒ orientation reversed.
Example 4 – Circle
(a) Want CCW traversal while ⇒ choose linear .
New form: .
(b) Want clockwise while ⇒ .
Equivalent simplified form: .
Smooth Change of Parameter & Chain Rule
Theorem 12.3.2 (Chain Rule)
.Smooth change defined by
continuous and non-zero.
Positive change: dt/d\tau>0 (orientation preserved).
Negative change: dt/d\tau<0 (orientation reversed).
Example 5
From Example 4: ⇒ positive (derivative 2\pi>0).
⇒ negative (derivative -2\pi<0).
Finding Arc-Length Parametrizations (Theorem 12.3.3)
Formula to switch from general to arc length with reference : .
Positive change (orientation preserved when increases).
Component forms:
Example 6 – Helix revisited
Original: , reference .
Speed ⇒ .
Solve and substitute:
.Orientation unchanged (positive change).
Example 7 – Bug problem
Using arc-length form above. After walking units:
⇒ Final position .
Example 8 – Straight line
Generic line .
Speed (constant). Then ⇒ .
Arc-length form: .
Example 9 – Concrete line
Direction , .
Normalize & replace :
.
Properties Unique to Arc-Length Parametrizations (Theorem 12.3.4)
(a) Relationship between general parameter and :
(b) If already using arc length , then unit speed:
(c) Conversely, if a parametrization has unit-length tangent vector everywhere, then is an arc-length parameter.
Component forms (plane vs space) – helpful for computations:
Plane: ,
Space: add the or terms accordingly.
Practical & Conceptual Implications
Choosing an appropriate parameter (time, angle, arc length) can simplify integration, differentiation, and physical interpretation.
Arc length parameter offers:
Unit-speed motion ⇒ simplifies curvature, torsion, and Frenet frame calculations.
Easy measurement of distances traveled along the curve.
Change-of-parameter technique enables seamless switching among these representations while preserving or reversing orientation as desired.
Connections & Further Context
Builds on Section 10.1 (parametric equations, circle orientations) and Section 11.5 (vector line equations).
Foundational for curvature & torsion (Chapter 13) where unit-speed is essential.
Real-world relevance: trajectory re-parametrization in physics, computer graphics, CNC machining (feed-rate control), robotics path planning.
Ethical / practical note: Correct parametrization avoids “jerky” motions (non-smooth) that could damage equipment or mislead data interpretation.
Numerical examples (counter-clockwise vs clockwise) highlight importance of orientation in applied problems (e.g., navigation, animation).