Parametric Equation

A parametric equation is a reformulation of an equations in terms of time, such that there is now a direction associated with movement along the equation.


Description

A curve can often be described with a single equation. The following graph however requires two: y=√(x+1)+1 and y=-√(x+1)+1.

graph.png

This can be addressed by reformulating the equation in terms of time t: y=f(t) and x=g(t). In this specific example, the parametric equations are y=t and x=(t-1)2-1. This has the side effect of associating a direction with movement along the line. At t=0, the solution is (0,0). At t=1, the solution is (-1,1).

Parametric Curve

If a system can be parameterized to one variable, t, then it describes a curve.

Especially with multiple variables, parametric equations are sometimes re-expressed in several ways:

A parametric curve is said to be smooth if r'(t) is continuous and exists everywhere. It is said to be regular if there is no point where r'(t) is zero (i.e., all of f'(t), g'(t), and h'(t) are zero).

Some curves are not smooth everywhere. This isn't an issue however, because they generally are piecewise smooth, and integrals can be summed without issue.

Parametric Surfaces

If a system can be parameterized to two variables, u and v, then it describes a surface.

To parameterize the surface described by z = f(x,y), try r(u,v) = [u, v, f(u,v)].

Generically parametric surfaced are expressed either as:

A sphere with radius ρ is parameterized into spherical coordinates as r(φ,θ) = [ρcos(θ)sin(φ), ρsin(θ)sin(φ), ρcos(φ)] for 0 ≤ θ ≤ 2π and 0 ≤ φ ≤ π. Incidentally, the normal vector to such a sphere is given as 2cos(θ)sin2(φ), -ρ2sin(θ)sin2(φ), ρ2sin(φ)cos(φ)]. Note that in some texts, θ and φ are reversed. Here φ is the polar angle and θ is the azimuthal angle.

A parametric surface is said to be smooth if ∂r/∂u and ∂r/rv are both continuous and both exist everywhere. It is said to be regular if ∂r/∂u × ∂r/rv, i.e., the normal vector as given by the cross product, is never zero. Lastly, a surface is said to be orientable if the normal vector varies continuously.

Orientability can be conceptualized as saying that there are discrete 'upper' and 'lower' faces. For some surfaces, there is a clear 'outer' face; consider a closed surface forming a sphere. For other surfaces, the orientation is interchangeable; consider a plane. Consider instead a nonorientable shape like a Möbius strip.


CategoryRicottone

Calculus/ParametricEquation (last edited 2025-12-10 05:35:03 by DominicRicottone)