Introduction
In this part we’ll cover curves and how we can parameterize curve.
Definition 1 (Curve and parameterization)
Let, f(t), g(t) and h(t) be continuous functions on some interval, I. The connection of points (x,y,z), where x=f(t), y=g(t) and z=h(t), is a curve.
Equivalently, we can say that:
r(t)=⟨f(t),g(t),h(t)⟩We call this the parameterization of the curve. Where t is the parameter.
Example 1
Given the function y=x. In the interval, 0≤t≤1.
We can parameterize and say:
r(t)=⟨t,t⟩ ∣ 0≤t≤1But we could also say that:
r(t)=⟨t2,t2⟩ ∣ 0≤t≤1So, there isn’t necessarily a unique parameterization for a function.
We can also change the “direction”:
r(t)=⟨1−t,1−t⟩ ∣ 0≤t≤1Let’s try for a more complex function. Given the unit circle, x2+y2=1.
r(t)=⟨cos(t),sin(t)⟩ ∣ 0≤t≤2πIn general:
r(t)=⟨t,f(t)⟩ ∣ a≤t≤b
Definition 2 (Tangent vector)
If a curve, C, is given by a parameterization:
r(t)=⟨f(t),g(t),h(t)Then:
r ′(t)=⟨f′(t),g′(t),h′(t)is the tangent vector.
Definition 3 (Unit tangent vector)
T(t)=∣r ′(t)∣r ′(t)is the unit tangent vector.
Example 2
For the curve r(t)=(t)i+(2−t)j.
Find T(t) at t=1.
Let’s rewrite r(t) in usual notation:
r(t)=⟨t,2−t⟩r ′(t)=⟨2t1,−1⟩r ′(1)=⟨21,−1⟩∣r ′(1)∣=…=25T(1)=∣r ′(1)∣r ′(1)T(1)=25⟨21,−1⟩T(1)=⟨51,−52⟩
Parameterization over line
Given a line that passes through the point (x0,y0,z0), with a direction of the vector, v=⟨a,b,c⟩.
If we want to parameterize this line, we can choose another point that this vector passes through as:
r(t)=r(t0)+tv
(x(t),y(t),z(t))=(x0,y0,z0)+t(a,b,c)
This means that:
x(t)=x0+ta
y(t)=y0+tb
z(t)=z0+tc
Example 3
Find the parameterization equation to the tangent line to the helix, x=2cos(t),y=sin(t),z=t. At point (0,1,2π).
From this we easily see that t=2π.
The tangent line passes through T(2π).
Let’s find this.
r(t)=⟨2cos(t),sin(t),t⟩r ′(t)=⟨−2sin(t),cos(t),1⟩r ′(2π)=⟨−2,0,1⟩∣r ′(2π)∣=(−2)2+02+12=5T(2π)=⟨−52,0,51⟩Now let’s set this into our equation:
x(t)=0+t⋅−52=−52ty(t)=1+t⋅0=1z(t)=2π+t51=2π+5t