A parametric curve is a differentiable map that constructs a curve from as a result of a single-variable parametric equation. They are an extension to simple vector lines.
%%🖋 Edit in Excalidraw, and the light exported image%%
Definition
Parametric Curve ^definition
A parametric curve, is a differentiable map that arises from the single-parameter parametric equation describe as:
That is, is traced by as varies.
- is not unique. Even more importantly, the curve is independent of its parameterisation, i.e. any that maps to all the points of is allowed.
- However, different parameterisations can lead to different orientations of .
Tangents & Normals
Because a parametric curve are dependent on a single variable , we can easily define directional vectors. Recall that
#tosee only works in ??
Let be the parametric equation describing a curve .
%%🖋 Edit in Excalidraw, and the dark exported image%%
Tangent Vector
The tangent vector is given by the derivative of :
The unit tangent vector is a unit vector that is always tangential to the curve, and can be thought of as the direction the curve is going at the instantaneous time :
Normal Vector
The normal vector is given by the derivative of the unit tangent vector:
Note: This vector is not necessarily a unit vector!
The unit tangent vector (usually denoted ) is a unit vector that is always normal to the curve, and can be thought of as the direction perpendicular to the curve at the instantaneous time :
Binormal Vector
If is in only , we can have a unit vector that is perpendicular to both the unit tangent vector and the unit normal vector. This is known as the unit binormal vector and is given by the cross product of both the other vectors:
Order matters!
The unit binormal vector is defined exactly as , which means we cannot swap the order around! Doing results in , which is not our ‘standard’ binormal vector.
%%🖋 Edit in Excalidraw, and the dark exported image%%
Orientation
The orientation of a parametric curve is simply a choice of unit tangent vectors for each point of the curve:
- If the parametric equation observes this orientation as varies, it is *orientation-preserving.
- Note that every parametric curve has an implicit orientation, defined by the unit tangent vector at each point (and hence defined by how is parameterised):
%%🖋 Edit in Excalidraw, and the light exported image%%
The choice of orientation also affects the normal vector, .
Since is defined by taking the derivative of the tangent vector and normalising it, if we choose a different tangent vector, our normal vector changes as well!
For example, for the unit circle, we have two choices of parameterisations:
The first one is oriented clockwise, (it is orientation-preserving for the clockwise orientation) while the second one is oriented anti-clockwise.
%%🖋 Edit in Excalidraw, and the dark exported image%%
Topology
See Topology
Tangent Line
We can always construct a tangent line to any point in a parametric equation using the vector line:
Let be a parametric equation. The tangent line to , the curve parameterised by , at is given by:
I use , but we could just as easily parameterise with and with . That is, we are using different parameters.
Differentiation Rules
Let and be parametric curves with respect to the parameter . Then:
\frac{\text{d}}{\text{d}t}(\vec{b} + \vec{c}) = \frac{\text{d}\vec{b}}{\text{d}t} + \frac{\text{d}\vec{c}}{\text{d}t}
- is the cross product!$$ \frac{\text{d}}{\text{d}t} (\vec{b} \times \vec{c}) = \frac{ \text{d}\vec{b} }{ \text{d}t } \times \vec{c} + \vec{b} \times \frac{ \text{d}\vec{c} }{ \text{d}t }