Parametric Equations
In standard rectangular (Cartesian) and polar coordinate systems, mathematical equations usually lock one variable dependently to another (e.g., is purely a function of , written as , or ). While this is useful for static shapes, it is highly restrictive when trying to model dynamic real-world scenarios. Many complex geometric curves and kinematic motions (like a projectile flying through the air or a point on a spinning tire) are far better described by completely separating the horizontal and vertical axes. We achieve this by independently expressing both the position and the position as individual, separate functions of a third, completely independent control variable. This controlling variable is formally known as a parameter (most commonly denoted by to represent time, or to represent a sweeping angle).
Parametric Curve: Ellipse
x = 5 cos(t), y = 3 sin(t)
Definition
A set of parametric equations defines the explicit geometric coordinates and of a moving point on a curve as two distinct, independent mathematical functions of a shared, underlying parameter .
Parametric Form
The standard notation for a parametrically defined 2D curve.
Variables
| Symbol | Description | Unit |
|---|---|---|
| The Cartesian coordinates of the point | - | |
| The independent parameter (often time or angle) | - | |
| Independent mathematical functions | - |
Concept
As the parameter continuously varies over a specified bounded or unbounded interval (e.g., ), the resulting calculated coordinate pairs physically trace out the shape of the curve on the coordinate plane. The specific direction in which this geometric curve is actively traced as the value of increases from its minimum to its maximum is formally called the orientation of the curve.
Eliminating the Parameter
While parametric equations are uniquely excellent for graphing complex motion dynamically over time, we sometimes desperately need to understand the static, fundamental geometric shape of the resulting curve strictly in the standard -plane without the arbitrary influence of the time variable. To successfully convert a given dynamic set of parametric equations back into a single, unified rectangular algebraic equation involving only the traditional and spatial variables, we perform a rigorous algebraic substitution process formally called eliminating the parameter.
Common Elimination Methods
- Algebraic Substitution: Mathematically isolate and solve one of the parametric equations explicitly for the parameter , then carefully substitute that resulting expression directly into the other parametric equation.
- Trigonometric Identities: If the given parametric equations heavily involve cyclical trigonometric functions like sine and cosine, isolate the trig terms and aggressively utilize the fundamental Pythagorean identity to completely eliminate the parameter .
- Hyperbolic Identities: For hyperbolic parametrizations involving secant and tangent, isolate the terms and utilize the identity .
Domain Restrictions
When successfully eliminating the parameter algebraically, the resulting unified rectangular equation might actually describe a vastly larger, infinite geometric curve than what the original, bounded parametric equations allowed. You must carefully determine if the mathematical domain of or the functional range of is artificially restricted by the inherent limits of the original parameter functions (such as , which strictly mandates that ).
Parametric Forms of Conic Sections
Every standard geometric conic section can be expressed elegantly and dynamically using specialized sets of parametric equations, primarily involving cyclical trigonometric functions for closed loops (circles, ellipses) and specialized parameters for open curves (parabolas, hyperbolas).
Standard Parametrizations
- Circle: For a circle centered at with a rigid radius , the parametric equations are and , where the parameter bounds are .
- Ellipse: For an ellipse perfectly centered at with horizontal semi-major axis and vertical semi-minor axis , the equations are and , where .
- Parabola: For a standard parabola uniquely defined by the form (vertex resting at the origin, opening to the right), the simplest parametric equations are and , where spans all possible real numbers ().
- Hyperbola: For a horizontal hyperbola structurally defined by , the parametric equations utilize the secant/tangent identity: and , where the parameter must avoid vertical asymptotes at .
Applications of Parametric Equations
Parametric equations are not just mathematical curiosities; they are foundational tools used extensively across physics, engineering, and computer science.
Real-World Uses
- Projectile Motion: Tracking the parabolic arc of a thrown object, where and . Time () separates horizontal constant velocity from vertical gravitational acceleration.
- Cycloids: Modeling the complex, looping path traced by a specific point on the rim of a rapidly spinning wheel as it rolls linearly along a flat surface. Impossible to write cleanly as .
- Computer Graphics: Rendering smooth curves in vector graphics and CAD software using Bézier curves and splines, which are entirely built upon parametric polynomial equations.
Key Takeaways
- Parametric Equations: Express and completely independently as mathematical functions of a shared control parameter .
- Eliminating the Parameter: A rigorous algebraic technique to find the corresponding Cartesian equation, almost always using algebraic substitution or trigonometric identities.
- Orientation: The specific geometric direction the resulting curve is visibly traced out as the value of parameter increases.
- Conic Parametrizations: Efficiently using and for closed loops like circles and ellipses, and and for open branches like hyperbolas.