What Are Parametric Equations?
Parametric equations describe a curve by writing each coordinate as a function of an independent parameter, usually called $t$:
$$x = f(t), \qquad y = g(t)$$
As $t$ runs through its allowed values, the point $(x, y) = \big(f(t),, g(t)\big)$ traces out a curve in the plane. You can read $t$ as time, so the pair of equations records where a moving point is at every instant. The parameter carries information a single Cartesian equation cannot: not just the shape of the path, but the direction and speed the point moves along it.
This is the key advantage. A curve that loops back on itself, like a circle, fails the vertical-line test and cannot be written as one function $y$ of $x$. Parametrically it is effortless:
$$x = \cos t, \qquad y = \sin t, \qquad 0 \le t \le 2\pi$$
Each value of $t$ gives one point, and together they trace the full unit circle counterclockwise. The parameter also sets the orientation, the arrow showing which way the point travels, which a plain Cartesian equation throws away.
How Do You Eliminate The Parameter?
To eliminate the parameter is to combine the two equations into a single relation between $x$ and $y$, removing $t$. This recovers the familiar Cartesian form and reveals the underlying shape.
For the circle above, use the identity $\cos^2 t + \sin^2 t = 1$:
$$x^2 + y^2 = \cos^2 t + \sin^2 t = 1$$
The parametric pair collapses to $x^2 + y^2 = 1$, the unit circle. The same trick handles an ellipse: from $x = a\cos t$, $y = b\sin t$ you get $\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1$.
Two cautions travel with this step:
The domain can shrink. From $x = t^2$, $y = t^4$ you get $y = x^2$, but only the right half, since $x = t^2 \ge 0$ for every real $t$. The Cartesian equation alone would wrongly include negative $x$.
The orientation is lost. Eliminating $t$ erases the direction and any information about speed. If the question asks which way the point moves, keep the parametric form.
How Do You Find The Slope Of A Parametric Curve?
The slope of the tangent line to a parametric curve is the derivative $\frac{dy}{dx}$, and you build it from the two parameter derivatives:
$$\frac{dy}{dx} = \frac{\dfrac{dy}{dt}}{\dfrac{dx}{dt}}, \qquad \frac{dx}{dt} \neq 0$$
This is nothing more than the chain rule rearranged. Since $y$ depends on $t$ and $x$ depends on $t$, the chain rule says $\frac{dy}{dt} = \frac{dy}{dx}\cdot\frac{dx}{dt}$. Dividing both sides by $\frac{dx}{dt}$ isolates the slope. The derivative with respect to $x$ is assembled from derivatives with respect to $t$.
Geometrically, $\frac{dx}{dt}$ and $\frac{dy}{dt}$ are the horizontal and vertical velocities of the moving point. Their ratio is the slope of the path, the same tangent line you would draw by hand, which is why parametric slopes connect directly to tangents and normals.
Two special cases read straight off the formula:
Vertical tangent: $\frac{dx}{dt} = 0$ while $\frac{dy}{dt} \neq 0$. The point is moving straight up or down, so the tangent is vertical and $\frac{dy}{dx}$ is undefined.
Horizontal tangent: $\frac{dy}{dt} = 0$ while $\frac{dx}{dt} \neq 0$. The point is moving purely sideways, so the tangent is horizontal and $\frac{dy}{dx} = 0$.
Worked Example 1: Slope on the unit circle.
Take $x = \cos t$, $y = \sin t$. Differentiate each with respect to $t$:
$$\frac{dx}{dt} = -\sin t, \qquad \frac{dy}{dt} = \cos t$$
Form the ratio:
$$\frac{dy}{dx} = \frac{\cos t}{-\sin t} = -\cot t$$
At $t = \frac{\pi}{4}$, the point is $\left(\frac{\sqrt{2}}{2}, \frac{\sqrt{2}}{2}\right)$ and the slope is $-\cot\frac{\pi}{4} = -1$. That matches geometry: the radius to that point has slope $+1$, and the tangent, perpendicular to the radius, has slope $-1$.
Final answer: $\frac{dy}{dx} = -\cot t$, giving slope $-1$ at $t = \frac{\pi}{4}$.
How Do You Find The Second Derivative Of A Parametric Curve?
The second derivative $\frac{d^2y}{dx^2}$ tells you concavity, whether the curve bends upward or downward. You cannot square the first-derivative formula; instead you differentiate the slope with respect to $t$, then divide by $\frac{dx}{dt}$ again:
$$\frac{d^2y}{dx^2} = \frac{\dfrac{d}{dt}\left(\dfrac{dy}{dx}\right)}{\dfrac{dx}{dt}}$$
The rule is the same chain-rule pattern as before, now applied to the slope function rather than to $y$.
Worked Example 2: Concavity of $x = t^2$, $y = t^3$.
First the slope:
$$\frac{dx}{dt} = 2t, \qquad \frac{dy}{dt} = 3t^2, \qquad \frac{dy}{dx} = \frac{3t^2}{2t} = \frac{3t}{2} \quad (t \neq 0)$$
Now differentiate the slope with respect to $t$ and divide by $\frac{dx}{dt}$:
$$\frac{d}{dt}\left(\frac{3t}{2}\right) = \frac{3}{2}, \qquad \frac{d^2y}{dx^2} = \frac{3/2}{2t} = \frac{3}{4t}$$
Check against the Cartesian form: for $t > 0$, $x = t^2$ and $y = t^3$ give $y = x^{3/2}$, so $\frac{d^2y}{dx^2} = \frac{3}{4}x^{-1/2} = \frac{3}{4t}$, which agrees. For $t > 0$ the value is positive (concave up); for $t < 0$ it is negative (concave down).
Final answer: $\frac{d^2y}{dx^2} = \dfrac{3}{4t}$.
How Do You Find The Arc Length Of A Parametric Curve?
Arc length is the true distance travelled along the curve as $t$ goes from $a$ to $b$:
$$L = \int_a^b \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2}; dt$$
The geometric reading is clean. In a tiny slice of time $dt$, the point moves $dx$ across and $dy$ up, and by the Pythagorean theorem the little step it travels has length $\sqrt{(dx)^2 + (dy)^2}$. Factor out $dt$ and the integrand becomes the speed of the point, so arc length is the integral of speed over time. The same idea sizes any curved path, which is why it generalizes the plane distance and the ordinary arc length of a graph.
Worked Example 3: One arch of a cycloid.
A cycloid is the path traced by a point on the rim of a rolling wheel of radius $1$:
$$x = t - \sin t, \qquad y = 1 - \cos t$$
The velocities are $\frac{dx}{dt} = 1 - \cos t$ and $\frac{dy}{dt} = \sin t$. Build the integrand:
$$\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2 = (1-\cos t)^2 + \sin^2 t = 2 - 2\cos t$$
Use the half-angle identity $1 - \cos t = 2\sin^2\frac{t}{2}$, so $2 - 2\cos t = 4\sin^2\frac{t}{2}$ and the square root is $2\sin\frac{t}{2}$ on one arch $0 \le t \le 2\pi$:
$$L = \int_0^{2\pi} 2\sin\frac{t}{2}; dt = \left[-4\cos\frac{t}{2}\right]_0^{2\pi} = -4\cos\pi + 4\cos 0 = 4 + 4 = 8$$
Verify the antiderivative by differentiating back: $\frac{d}{dt}\left(-4\cos\frac{t}{2}\right) = 2\sin\frac{t}{2}$, which is the integrand, so the setup is correct.
Final answer: one arch of the unit cycloid has length $L = 8$.
What Is A Reference Table Of Parametric Calculus Formulas?
Every calculus quantity on a parametric curve is built from the two parameter derivatives $\frac{dx}{dt}$ and $\frac{dy}{dt}$.
Table: The core calculus formulas for a curve $x = f(t)$, $y = g(t)$.
Quantity | Formula | Condition |
|---|---|---|
Slope of tangent | $\dfrac{dy}{dx} = \dfrac{dy/dt}{dx/dt}$ | $\dfrac{dx}{dt} \neq 0$ |
Second derivative | $\dfrac{d^2y}{dx^2} = \dfrac{\frac{d}{dt}(dy/dx)}{dx/dt}$ | $\dfrac{dx}{dt} \neq 0$ |
Horizontal tangent | point where $\dfrac{dy}{dt} = 0$ | $\dfrac{dx}{dt} \neq 0$ |
Vertical tangent | point where $\dfrac{dx}{dt} = 0$ | $\dfrac{dy}{dt} \neq 0$ |
Arc length | $L = \displaystyle\int_a^b \sqrt{(dx/dt)^2 + (dy/dt)^2}, dt$ | $f,\ g$ have continuous derivatives |
Area under curve | $A = \displaystyle\int_a^b g(t), f'(t), dt$ | curve traced left to right once |
Read the condition column before applying a row. The slope and second-derivative formulas both fail exactly where $\frac{dx}{dt} = 0$, the vertical-tangent points.
Why Do Parametric Equations Work?
The whole framework rests on one shift in viewpoint: describe the curve by a moving point, not by a relationship between $x$ and $y$.
They free you from the function test. A curve that loops, crosses itself, or stands vertical cannot be a single $y = h(x)$. Letting $x$ and $y$ each depend on $t$ lifts that restriction, so circles, spirals, and figure-eights all become routine.
The calculus is just the chain rule. Slope, concavity, and arc length are not new machinery. Each one differentiates through the parameter, so if you can differentiate $f(t)$ and $g(t)$, you can do calculus on the curve.
They keep the physics. The parameter records order, direction, and speed. That is why the same equations that plot a shape also model a particle moving through it, one object serving both geometry and motion.
The deep reason a moving-point description is so natural is that most real curves arise from motion in the first place. A planet's orbit, a projectile's arc, and a robot arm's sweep are all "where is it at time $t$," which is exactly what $\big(f(t), g(t)\big)$ answers.
Who Discovered Parametric Curves Like The Cycloid?
The cycloid, the curve in Worked Example 3, caused so many disputes among seventeenth-century mathematicians that it earned a nickname.
Newton, Leibniz, and Euler later folded parametric descriptions into the general language of calculus, where a curve given by $x = f(t)$, $y = g(t)$ became a standard object with its own slope, curvature, and length.
Where Are Parametric Equations Used In The Real World?
Because they describe position over time, parametric equations show up wherever something moves or is drawn point by point.
Physics and engineering: projectile motion, planetary orbits, and the swing of a pendulum are all written as $x(t)$ and $y(t)$, one clock driving both coordinates.
Computer graphics and animation: Bézier curves, the backbone of font shapes, vector art, and motion paths, are parametric polynomials that a designer bends by dragging control points.
Robotics: a robot arm's tip follows a planned parametric path, and the controller reads off velocity as $\frac{dx}{dt}$ and $\frac{dy}{dt}$ at each instant.
Mechanical design: cycloidal gears and cam profiles are cut to parametric curves so that parts roll against each other with minimal friction.
Signal analysis: feeding two oscillations into an oscilloscope draws a Lissajous figure, a parametric curve whose shape reveals the ratio of the two frequencies.
One description, a point moving with a parameter, underlies animation studios, factory robots, gearboxes, and lab instruments. The curve on the page and the motion in the machine are the same mathematics.
What Are The Most Common Mistakes With Parametric Equations?
These four errors account for most lost marks, verified against AP Calculus reviews, university common-error sheets, and student question threads on parametric differentiation.
Computing $\frac{dy}{dx}$ as $\frac{dy}{dt}$ alone.
Where it slips in:
A student differentiates $y = g(t)$, writes down $\frac{dy}{dt}$, and calls it the slope, forgetting the curve's $x$ is also moving.
Don't do this:
Do not report $\frac{dy}{dt}$ as $\frac{dy}{dx}$. They are equal only in the accident that $\frac{dx}{dt} = 1$.
The correct way:
Always divide by the horizontal velocity: $\frac{dy}{dx} = \dfrac{dy/dt}{dx/dt}$. Compute both parameter derivatives, then take the ratio.
Dropping the square root or the squares in arc length.
Where it slips in:
A student integrates $\frac{dx}{dt} + \frac{dy}{dt}$, or squares only one term, instead of squaring both velocities and taking the root.
Don't do this:
Do not simplify the radicand by hand-waving. The integrand is $\sqrt{(dx/dt)^2 + (dy/dt)^2}$, one square root over a sum of two squares.
The correct way:
Square each velocity in full, add them, then take the square root before integrating. For $x = 3t^2$, the term is $(6t)^2 = 36t^2$, not $6t^2$.
Mixing the parametric and rectangular arc-length formulas.
Where it slips in:
A student reaches for $\sqrt{1 + (dy/dx)^2}$, the formula for a graph $y = h(x)$, while the curve is given parametrically.
Don't do this:
Do not use $\sqrt{1 + (dy/dx)^2}, dx$ when your data is $x(t)$ and $y(t)$. That form belongs to a different setup.
The correct way:
With a parameter, integrate $\sqrt{(dx/dt)^2 + (dy/dt)^2}$ with respect to $t$. Match the formula to the variable you actually have.
Losing orientation or the domain when eliminating the parameter.
Where it slips in:
A student turns $x = t^2$, $y = t^4$ into $y = x^2$ and treats the whole parabola as the curve, or forgets which direction the point travels.
Don't do this:
Do not assume the Cartesian equation captures everything. It drops the direction of motion and can hide a restricted domain.
The correct way:
After eliminating $t$, state the range of $x$ and $y$ the parameter actually produces, and keep an arrow for orientation. Here $x = t^2 \ge 0$, so only the right half of $y = x^2$ is traced.
Practice Problems On Parametric Equations
Work each one, then check against the answer.
Eliminate the parameter for $x = 2t$, $y = t^2$.
(Answer: $t = \frac{x}{2}$, so $y = \frac{x^2}{4}$, a parabola.)Find $\frac{dy}{dx}$ for $x = t^3$, $y = t^2$.
(Answer: $\frac{dy}{dx} = \frac{2t}{3t^2} = \frac{2}{3t}$, for $t \neq 0$.)Find the slope of $x = 4\cos t$, $y = 3\sin t$ at $t = \frac{\pi}{2}$.
(Answer: $\frac{dy}{dx} = \frac{3\cos t}{-4\sin t}$; at $t = \frac{\pi}{2}$ this is $0$, a horizontal tangent.)Where does $x = t^2 - 1$, $y = t^3 - t$ have a vertical tangent?
(Answer: $\frac{dx}{dt} = 2t = 0$ at $t = 0$, giving the point $(-1, 0)$.)Set up the arc length of $x = t$, $y = t^2$ for $0 \le t \le 1$.
(Answer: $L = \int_0^1 \sqrt{1 + 4t^2}, dt$.)Find $\frac{d^2y}{dx^2}$ for $x = t^2$, $y = t^4$.
(Answer: $\frac{dy}{dx} = \frac{4t^3}{2t} = 2t^2$; then $\frac{d^2y}{dx^2} = \frac{4t}{2t} = 2$, so the curve is concave up.)
Where Should You Go Next After Parametric Equations?
Parametric equations sit at the crossroads of calculus, geometry, and motion, and several doors open from here.
Polar coordinates. The natural next coordinate system, where curves are set by radius and angle, and every polar curve is secretly parametric.
Conic sections. Circles, ellipses, parabolas, and hyperbolas all have clean parametric forms worth knowing alongside their Cartesian equations.
The derivative. Strengthen the chain rule that every parametric slope and second derivative depends on.
If your child is meeting parametric curves for the first time, a live Bhanzu trainer teaches them starting from the motion they model, with a plan built around each student in the Bhanzu math classes.
Was this article helpful?
Your feedback helps us write better content
