3.2: Parametrized curves
( \newcommand{\kernel}{\mathrm{null}\,}\)
We often use the Greek letter gamma for a parameterized curve, i.e.
γ(t)=(x(t),y(t)).
We think of this as a moving point tracing out a curve in the plane. The tangent vector
γ′(t)=(x′(t),y′(t))
is tangent to the curve at the point (x(t),y(t)). It's length |γ′(t)| is the instantaneous speed of the moving point.
Parametrize the straight line from the point (x0,y0) to (x1,y1).
Solution
There are always many parametrizations of a given curve. A standard one for straight lines is
γ(t)=(x,y)=(x0,y0)+t(x1−x0,y1−y0), with 0≤t≤1.
Parametrize the circle of radius r around the point (x0,y0).
Solution
Again there are many parametrizations. Here is the standard one with the circle traversed in the counterclockwise direction:
γ(t)=(x,y)=(x0,y0)+r(cos(t),sin(t)), with 0≤t≤2π.