Parametric Equations
1.1 Parametric Equations
🧭 Overview
🧠 One-sentence thesis
Parametric equations allow us to describe curves—including those that are not functions—by expressing both x and y as separate functions of an independent parameter, which is especially useful for modeling motion and circular patterns.
📌 Key points (3–5)
- What parametric equations are: both x and y are defined as continuous functions of an independent parameter t (often representing time), generating a set of ordered pairs that trace out a curve.
- Why they matter: parametric equations can describe curves that are not functions (e.g., circles, cycloids) and model real-world motion like planetary orbits or projectile paths.
- Eliminating the parameter: you can often convert parametric equations into a single equation relating x and y, revealing familiar curve types (parabolas, ellipses, etc.).
- Parameterization is flexible: a single curve can be represented by infinitely many different pairs of parametric equations; there is no unique parameterization.
- Common confusion: the variables x and y serve two roles—as functions of t (e.g., x(t)) and as coordinate variables in ordered pairs (x, y); the parameter t itself does not appear in the final graph.
📐 What parametric equations are
📐 Definition and structure
Parametric equations: If x and y are continuous functions of t on an interval I, then the equations x = x(t) and y = y(t) are called parametric equations, and t is called the parameter.
- The parameter t is an independent variable; both x and y depend on it.
- As t varies over the interval I, the functions x(t) and y(t) generate a set of ordered pairs (x, y).
- This set of ordered pairs forms the graph, called a parametric curve or plane curve, denoted by C.
🎯 Two roles of x and y
- First role: x and y are functions of the independent variable t.
- Second role: x and y designate the ordered pairs (x, y) that are plotted.
- It is important to distinguish the variables x and y from the functions x(t) and y(t).
🔄 Orientation
- The orientation of a curve indicates the direction a point moves along the graph as t increases.
- Example: as t progresses from −3 to 2, a point travels along the curve in a specific direction, often shown with arrows on the graph.
🔄 Eliminating the parameter
🔄 What it means
- Eliminating the parameter: rewriting the two parametric equations as a single equation relating x and y.
- This helps identify the curve type (parabola, ellipse, line, etc.) using prior knowledge of equations in the plane.
🔧 How to eliminate the parameter
- Method 1: Solve one equation for t, then substitute into the other.
- Example: If y(t) = 2t + 1, solve for t: t = (y − 1)/2. Substitute into x(t) to get x as a function of y.
- Method 2: Use trigonometric identities when sine and cosine are involved.
- Example: If x(t) = 4 cos t and y(t) = 3 sin t, divide to get cos t = x/4 and sin t = y/3, then use cos² t + sin² t = 1 to obtain (x/4)² + (y/3)² = 1 (an ellipse).
⚠️ Domain restrictions
- When eliminating the parameter, pay attention to the original limits on t.
- These limits impose domain or range restrictions on the resulting equation.
- Example: If −2 ≤ t ≤ 6 and x = √(2t + 4), then when t = −2, x = 0; when t = 6, x = 4. The graph is only the portion of the curve where 0 ≤ x ≤ 4.
🔁 Parameterizing a curve
🔁 Going the other direction
- Parameterization of a curve: starting with an equation y = f(x) and finding parametric equations that represent it.
- There are infinitely many ways to parameterize a given curve.
🛠️ Simple parameterization
- The simplest approach: define x(t) = t, then replace x with t in the equation for y.
- Example: For y = 2x² − 3, set x(t) = t and y(t) = 2t² − 3.
- If there is no restriction on the domain of the original equation, there is no restriction on t.
🎨 Creative parameterization
- You have complete freedom in choosing the parameterization.
- Example: For y = 2x² − 3, you could also choose x(t) = 3t − 2. Then substitute into y: y(t) = 2(3t − 2)² − 3 = 18t² − 24t + 6.
- The only requirement: the range of x(t) must match the domain of the original equation (often all real numbers).
🚴 Cycloids and special curves
🚴 The cycloid
Cycloid: the path traced by a point on the edge of a circle (or bicycle wheel) as the circle rolls along a straight line.
- For a circle of radius a, the parametric equations are:
- x(t) = a(t − sin t)
- y(t) = a(1 − cos t)
- Physical interpretation: Imagine an ant clinging to the edge of a bicycle tire rolling down a straight road; the ant's path is a cycloid.
🔽 Derivation of the cycloid
- The center of the wheel moves along the x-axis at height a: x(t) = at, y(t) = a.
- The ant rotates around the center in a circular path (clockwise if the wheel moves left to right): x(t) = −a sin t, y(t) = −a cos t (relative to the center).
- Adding these together gives the cycloid equations.
🔵 The hypocycloid
Hypocycloid: the path traced by a point on the edge of a smaller circle rolling inside a larger circle.
- General parametric equations (larger circle radius a, smaller circle radius b):
- x(t) = (a − b) cos t + b cos((a − b)/b · t)
- y(t) = (a − b) sin t − b sin((a − b)/b · t)
- The ratio a/b determines the number of cusps (pointed corners) on the graph.
- Example: If a = 4 and b = 1, the hypocycloid has four cusps.
- If a/b is irrational, the hypocycloid has infinitely many cusps and never returns to its starting point (a space-filling curve).
🔄 Curtate and prolate cycloids
- Curtate cycloid: the path traced by a point on a spoke of a wheel, closer to the center than the edge (distance b < a from the center).
- The path has less up-and-down motion than a standard cycloid.
- Prolate cycloid: the path traced by a point on the flange of a wheel, farther from the center than the edge (distance b > a).
- The path includes loops where the point actually moves backward even as the wheel rolls forward.
🌍 Real-world applications
🌍 Planetary orbits
- The orbit of Earth around the Sun is elliptical, with the Sun at one focus.
- The day number in a year can be treated as a parameter t that determines Earth's position.
- Parametric equations x(t) and y(t) describe the coordinates of Earth's position as a function of time.
🎯 Projectile motion
- Example: An airplane drops a package; the trajectory is given by x = 100t, y = −4.9t² + 4000.
- The parameter t represents time; x and y give the horizontal and vertical position.
- Parametric equations naturally model motion where position depends on time.
🔬 Other applications
- The witch of Agnesi curve (x = 2a cot t, y = 2a sin² t) models water waves, spectral line distributions, and the Cauchy probability distribution.
- Cycloid curves appear in physics and engineering contexts.