Curves
Vector Functions → Curves
- Curve = any continuous deformation of a line segment
- A curve ⇐ continuous vector function
- Not a one-to-one mapping because we can parameterize a curve into multiple vector-functions
- That’s why we say “the curve is traced by this vector function”
Smooth Curves
- A curve is smooth if it has continuous unit tangent vectors
- The derivative shortcuts are the same
- Product rule applies to both cross and dot product
- Checking if a given curve is smooth
- Find r(t) and r′(t) for the curve
- Check for values of t that r(t)=0 or DNE
- Check limt→a−T^(t)=limt→a+T^(t) at those points
Arc Length
- Given
- r(t),t∈[a,b] is a simple parameterization of C
- Simple = at least one component is an injective (one-to-one) function
- r(t) is continuous on [a,b]
- LC=∫ab∥r′(t)∥dt
Natural Parameterization
- You can label every point on a curve by the arc length between a point on the curve and a point of interest
- Steps
- Get a relation between s and t (s=s(t) or t=t(s))
- s(t)=∫at∥r′(τ)∥dτ for smooth curves
- Must determine that s(t) strictly monotonic so it is able to be turned into t(s)
- R(s)=r(t(s))