$x = f(t)$, $y = g(t)$ — representing curves with a parameter $t$, eliminating the parameter, and sketching
In a traditional Cartesian equation like $y = f(x)$, the curve is described by a direct relationship between $x$ and $y$. Parametric equations introduce a third variable $t$ (the parameter), allowing us to describe curves that are not functions, such as circles, loops, and curves that cross themselves.
🎯 In this section you will learn
What parametric equations are and how to interpret them
How to eliminate the parameter to find a Cartesian equation
How to sketch parametric curves by plotting points
How to find the direction of motion as $t$ increases
📌 What Are Parametric Equations?
A pair of parametric equations is written as:
$$ x = f(t), \quad y = g(t) $$
where $t$ is the parameter, often representing time
💡 Key Idea
As $t$ varies, the point $(x, y)$ traces out a curve in the plane. This allows us to represent motion, direction, and curves that aren't functions.
📊 Visualizing Parametric Curves
Interactive graph below. See how the point moves as $t$ increases:
📌 Eliminating the Parameter
Often we can eliminate $t$ to find a Cartesian equation relating $x$ and $y$ directly.