In short

When a curve is described by x = f(t) and y = g(t), the slope is \dfrac{dy}{dx} = \dfrac{dy/dt}{dx/dt}. The second derivative is \dfrac{d^2 y}{dx^2} = \dfrac{\frac{d}{dt}\!\left(\frac{dy}{dx}\right)}{dx/dt}. Both follow directly from the chain rule.

A circle of radius r centred at the origin satisfies x^2 + y^2 = r^2. That is one equation in two variables — an implicit description. You have already seen how to differentiate it implicitly.

But there is another way to describe the same circle. A point walks around it at a steady pace, and at time t its coordinates are

x = r\cos t, \qquad y = r\sin t

This is a parametric description: instead of one equation tying x and y together, you have two separate equations, each giving one coordinate as a function of a third variable t — the parameter. As t runs from 0 to 2\pi, the point traces out the entire circle.

Parametric descriptions are natural whenever motion is involved. A ball thrown at an angle, a planet orbiting a star, a point sliding along a spiral — in each case, you have x(t) and y(t) separately, and together they trace a curve. The parameter t is often time, but it does not have to be. It could be an angle, an arc length, or any variable that drives the point along the curve.

The question is: can you still find the slope dy/dx of such a curve? The answer is yes, and the method is an elegant application of the chain rule.

Why parametric curves need their own derivative formula

With an explicit equation like y = x^2, finding dy/dx is straightforward — differentiate directly. With an implicit equation like x^2 + y^2 = r^2, you use implicit differentiation — differentiate both sides with respect to x, treating y as a function of x.

But parametric equations present a different situation. You have x as a function of t, and y as a function of t, but you do not have y written as a function of x. In principle, you could eliminate t — from x = r\cos t and y = r\sin t you can recover x^2 + y^2 = r^2 — but this elimination is often messy or impossible. For the cycloid (which you will see in Example 1), there is no neat closed-form relationship between x and y that does not involve t.

So you need a way to compute dy/dx directly from the parametric equations, without eliminating t first. The chain rule provides exactly that.

The unit circle, parametrised by $x = \cos t$, $y = \sin t$. As $t$ increases from $0$ to $2\pi$, the point traces the circle counterclockwise. At each point, the slope $dy/dx$ depends on $t$ through the formula $dy/dx = (dy/dt)/(dx/dt)$.

The key idea: dividing two rates

Both x and y depend on t. So dx/dt is the rate at which x changes with respect to t, and dy/dt is the rate at which y changes with respect to t.

Think of it concretely. Suppose at some moment, x is increasing at 3 units per second and y is increasing at 6 units per second. Then for each unit x moves, y moves twice as much. The slope dy/dx is 6/3 = 2.

That reasoning generalises immediately. If you know the rate at which y moves with respect to t, and the rate at which x moves with respect to t, then the rate at which y moves with respect to x is simply their ratio — just as kilometres per hour divided by litres per hour gives kilometres per litre.

To make this precise: over a tiny change \Delta t in the parameter, the point moves by \Delta x \approx (dx/dt)\,\Delta t horizontally and \Delta y \approx (dy/dt)\,\Delta t vertically. The slope of the curve over this tiny step is

\frac{\Delta y}{\Delta x} \approx \frac{(dy/dt)\,\Delta t}{(dx/dt)\,\Delta t} = \frac{dy/dt}{dx/dt}

The \Delta t's cancel, leaving a ratio that depends only on the derivatives with respect to t. In the limit, this becomes exact.

Parametric derivative (first order)

If x = f(t) and y = g(t) are differentiable functions of t, and \dfrac{dx}{dt} \neq 0, then

\frac{dy}{dx} = \frac{dy/dt}{dx/dt} = \frac{g'(t)}{f'(t)}

Why this works — the chain rule argument. By the chain rule, \dfrac{dy}{dt} = \dfrac{dy}{dx} \cdot \dfrac{dx}{dt}. Divide both sides by dx/dt:

\frac{dy}{dx} = \frac{dy/dt}{dx/dt}

That is the entire derivation. The formula is not a new rule — it is the chain rule, rearranged. The Leibniz notation makes it look like you are cancelling the dt's, and in this case that cancellation gives the correct answer. (It does not always work so cleanly, which is why we derive it from the chain rule rather than treating dy/dx as a literal fraction.)

The first worked example

Example 1: Slope of a cycloid

A cycloid is the curve traced by a point on the rim of a wheel as the wheel rolls along a flat surface. If the wheel has radius 1, the parametric equations are

x = t - \sin t, \qquad y = 1 - \cos t

Find dy/dx at t = \pi/3.

Step 1. Differentiate x with respect to t.

\frac{dx}{dt} = 1 - \cos t

Why: the derivative of t is 1, and the derivative of -\sin t is -\cos t.

Step 2. Differentiate y with respect to t.

\frac{dy}{dt} = \sin t

Why: the derivative of 1 is 0, and the derivative of -\cos t is \sin t.

Step 3. Divide to get the slope.

\frac{dy}{dx} = \frac{\sin t}{1 - \cos t}

Why: this is the parametric derivative formula — rates with respect to t cancel when divided.

Step 4. Evaluate at t = \pi/3.

\frac{dy}{dx}\bigg|_{t=\pi/3} = \frac{\sin(\pi/3)}{1 - \cos(\pi/3)} = \frac{\sqrt{3}/2}{1 - 1/2} = \frac{\sqrt{3}/2}{1/2} = \sqrt{3}

Why: \sin(\pi/3) = \sqrt{3}/2 and \cos(\pi/3) = 1/2. The slope \sqrt{3} corresponds to an angle of 60° with the horizontal.

Result: \dfrac{dy}{dx}\bigg|_{t=\pi/3} = \sqrt{3}.

One arch of the cycloid $x = t - \sin t$, $y = 1 - \cos t$. The red point marks $t = \pi/3$, where the tangent line has slope $\sqrt{3}$. The curve shown is approximate (plotted as $y = 1 - \cos x$, which matches the cycloid's shape near the origin). The cycloid touches the ground at $t = 0$ and $t = 2\pi$, and reaches its peak at $t = \pi$.

The slope \sqrt{3} tells you the curve is rising steeply at this point — at a 60° angle to the horizontal.

There is a useful simplification hidden here. Using the identity \sin t = 2\sin(t/2)\cos(t/2) and 1 - \cos t = 2\sin^2(t/2):

\frac{dy}{dx} = \frac{2\sin(t/2)\cos(t/2)}{2\sin^2(t/2)} = \frac{\cos(t/2)}{\sin(t/2)} = \cot\frac{t}{2}

At t = \pi/3: \cot(\pi/6) = \sqrt{3}. Same answer, but the simplified form \cot(t/2) is cleaner for further work.

Notice that at t = 0 and t = 2\pi, the denominator 1 - \cos t is zero, which means dx/dt = 0 and the tangent is vertical there. The cycloid has cusps at those points — the point on the wheel is momentarily stationary in the horizontal direction while the wheel lifts it up or puts it down.

The second derivative in parametric form

Knowing the slope is one thing. Knowing how the slope is changing — whether the curve is bending toward or away from the axis — requires the second derivative d^2y/dx^2.

The temptation is to compute \dfrac{d^2 y}{dx^2} by differentiating the numerator and denominator of dy/dx separately with respect to t and dividing again. That is wrong. Here is the correct approach.

You already have dy/dx as a function of t. Call it \phi(t) for brevity. The second derivative is the derivative of dy/dx with respect to x:

\frac{d^2 y}{dx^2} = \frac{d}{dx}\!\left(\frac{dy}{dx}\right)

But dy/dx = \phi(t) is written in terms of t, not x. So use the parametric formula again — to differentiate a function of t with respect to x, divide its t-derivative by dx/dt:

\frac{d^2 y}{dx^2} = \frac{\frac{d}{dt}\!\left(\frac{dy}{dx}\right)}{\frac{dx}{dt}}

Parametric derivative (second order)

If x = f(t) and y = g(t) are twice differentiable and dx/dt \neq 0, then

\frac{d^2 y}{dx^2} = \frac{\frac{d}{dt}\!\left(\frac{dy}{dx}\right)}{\frac{dx}{dt}}

In expanded form, with \dot{x} = dx/dt, \dot{y} = dy/dt, \ddot{x} = d^2x/dt^2, \ddot{y} = d^2y/dt^2:

\frac{d^2 y}{dx^2} = \frac{\ddot{y}\,\dot{x} - \dot{y}\,\ddot{x}}{\dot{x}^3}

Derivation of the expanded form. Start with dy/dx = \dot{y}/\dot{x}. Differentiate this with respect to t using the quotient rule:

\frac{d}{dt}\!\left(\frac{\dot{y}}{\dot{x}}\right) = \frac{\ddot{y}\,\dot{x} - \dot{y}\,\ddot{x}}{\dot{x}^2}

Now divide by dx/dt = \dot{x}:

\frac{d^2 y}{dx^2} = \frac{\ddot{y}\,\dot{x} - \dot{y}\,\ddot{x}}{\dot{x}^3}

The \dot{x}^2 from the quotient rule and the extra \dot{x} from the parametric formula combine to give \dot{x}^3 in the denominator.

The common mistake. Many students write \dfrac{d^2 y}{dx^2} = \dfrac{d^2y/dt^2}{d^2x/dt^2} = \dfrac{\ddot{y}}{\ddot{x}}. This is incorrect. The second derivative d^2y/dx^2 is not the ratio of the second derivatives with respect to t. The ratio formula only works for the first derivative.

Why the naive formula fails — a quick check. For the circle x = \cos t, y = \sin t, the naive formula would give \ddot{y}/\ddot{x} = (-\sin t)/(-\cos t) = \tan t. But the correct second derivative (computed by the proper formula) is -1/\sin^3 t, which is not \tan t. At t = \pi/2, the naive formula gives \tan(\pi/2) = \text{undefined}, while the correct value is -1. The naive formula is not just slightly off — it gives qualitatively wrong answers.

Flowchart for computing the second parametric derivativeA three-step flow diagram: Step 1 computes dy/dx as the ratio of dy/dt and dx/dt; Step 2 differentiates dy/dx with respect to t; Step 3 divides by dx/dt again to get d²y/dx². Step 1 dy/dx = (dy/dt)/(dx/dt) Step 2 (d/dt)(dy/dx) Step 3 Divide by dx/dt → d²y/dx²
The three-step procedure for the second parametric derivative. Do not skip Step 2 by directly dividing second $t$-derivatives — the quotient rule in Step 2 is what produces the cross-term that the naive approach misses.

A second example, with curvature

Example 2: Second derivative for an ellipse

An ellipse with semi-axes a = 3 and b = 2 is described by

x = 3\cos t, \qquad y = 2\sin t

Find dy/dx and d^2y/dx^2 at t = \pi/4.

Step 1. Compute the first derivatives with respect to t.

\frac{dx}{dt} = -3\sin t, \qquad \frac{dy}{dt} = 2\cos t

Why: differentiate each coordinate directly.

Step 2. Form dy/dx.

\frac{dy}{dx} = \frac{2\cos t}{-3\sin t} = -\frac{2}{3}\cot t

Why: dividing the t-rates. The negative sign means the slope is negative when both \sin t and \cos t are positive — in the first quadrant, as the point moves counterclockwise, y is increasing but x is decreasing.

Step 3. Differentiate dy/dx with respect to t.

\frac{d}{dt}\!\left(-\frac{2}{3}\cot t\right) = -\frac{2}{3} \cdot (-\csc^2 t) = \frac{2}{3}\csc^2 t

Why: the derivative of \cot t is -\csc^2 t.

Step 4. Divide by dx/dt to get the second derivative.

\frac{d^2 y}{dx^2} = \frac{(2/3)\csc^2 t}{-3\sin t} = \frac{2}{3} \cdot \frac{1}{\sin^2 t} \cdot \frac{1}{-3\sin t} = -\frac{2}{9\sin^3 t}

Why: this is the parametric second-derivative formula — differentiate dy/dx with respect to t, then divide by dx/dt.

Step 5. Evaluate at t = \pi/4.

\frac{dy}{dx}\bigg|_{t=\pi/4} = -\frac{2}{3}\cot\frac{\pi}{4} = -\frac{2}{3}(1) = -\frac{2}{3}
\frac{d^2 y}{dx^2}\bigg|_{t=\pi/4} = -\frac{2}{9\sin^3(\pi/4)} = -\frac{2}{9 \cdot (\sqrt{2}/2)^3} = -\frac{2}{9 \cdot \sqrt{2}/4} \cdot \frac{1}{\sqrt{2}/2}

Compute (\sqrt{2}/2)^3 = 2\sqrt{2}/8 = \sqrt{2}/4. So:

\frac{d^2 y}{dx^2}\bigg|_{t=\pi/4} = -\frac{2}{9 \cdot \sqrt{2}/4} = -\frac{8}{9\sqrt{2}} = -\frac{8\sqrt{2}}{18} = -\frac{4\sqrt{2}}{9}

Why: rationalise the denominator by multiplying numerator and denominator by \sqrt{2}.

Result: At t = \pi/4: \dfrac{dy}{dx} = -\dfrac{2}{3} and \dfrac{d^2 y}{dx^2} = -\dfrac{4\sqrt{2}}{9}.

The ellipse $x = 3\cos t$, $y = 2\sin t$. At $t = \pi/4$, the point is at approximately $(2.12, 1.41)$ and the tangent has slope $-2/3$. The negative second derivative tells you the curve is concave down at this point — bending away from the tangent line on the upper side.

The second derivative is negative, which means the ellipse is concave downward at this point. This makes visual sense — the top of the ellipse curves away from the tangent line, bending back toward the x-axis.

Applications to curves

The parametric derivative formulas unlock several important geometric computations.

Tangent and normal lines

At the point corresponding to parameter value t = t_0, the curve passes through (x_0, y_0) = (f(t_0), g(t_0)) with slope m = dy/dx evaluated at t_0. The tangent line is

y - y_0 = m(x - x_0)

and the normal line (perpendicular to the tangent) is

y - y_0 = -\frac{1}{m}(x - x_0)

provided m \neq 0 and m is finite.

For the parabola x = at^2, y = 2at, the tangent at the point (at_0^2, 2at_0) has slope 1/t_0, so the tangent line is:

y - 2at_0 = \frac{1}{t_0}(x - at_0^2)

Multiply through by t_0: t_0 y - 2at_0^2 = x - at_0^2, which simplifies to t_0 y = x + at_0^2. This is the standard tangent equation for a parabola at the point t_0 — a result you would find much harder to derive without parametric differentiation.

Horizontal and vertical tangents

A tangent is horizontal when dy/dx = 0, which happens when dy/dt = 0 and dx/dt \neq 0.

A tangent is vertical when dy/dx is undefined (in the sense of \pm\infty), which happens when dx/dt = 0 and dy/dt \neq 0.

When both dx/dt = 0 and dy/dt = 0 at the same parameter value, the point is called a singular point of the parametric curve. The behaviour there requires more careful analysis — typically using L'Hopital's rule on the ratio dy/dx = (dy/dt)/(dx/dt) as t approaches the value in question.

Concavity

The sign of d^2y/dx^2 tells you the concavity of the curve:

This is identical to the concavity test for explicit functions y = f(x), just computed through the parametric machinery.

The circle, revisited

Apply the formula to the circle x = r\cos t, y = r\sin t:

\frac{dx}{dt} = -r\sin t, \qquad \frac{dy}{dt} = r\cos t
\frac{dy}{dx} = \frac{r\cos t}{-r\sin t} = -\cot t

At t = \pi/2 (the top of the circle), \cot(\pi/2) = 0, so dy/dx = 0 — a horizontal tangent. At t = 0 (the rightmost point), \cot 0 is undefined, so dy/dx blows up — a vertical tangent. Both match the geometry perfectly.

For the second derivative:

\frac{d}{dt}(-\cot t) = \csc^2 t
\frac{d^2 y}{dx^2} = \frac{\csc^2 t}{-r\sin t} = -\frac{1}{r\sin^3 t}

At the top of the circle (t = \pi/2), this gives -1/r. The sign is negative (concave down, as expected — the top of a circle curves downward). The magnitude is 1/r, which is the curvature of the circle. A smaller circle bends more sharply and has a larger curvature — exactly what 1/r says.

The circle $x = 2\cos t$, $y = 2\sin t$ (radius $r = 2$). At $t = \pi/2$, the tangent is horizontal. At $t = 0$, the tangent is vertical. The parametric derivative formula gives $dy/dx = -\cot t$, which captures both cases cleanly.

Common confusions

Going deeper

If you came here to learn the parametric derivative formulas and see them applied, you have that — you can stop here. The rest of this section explores the formula's connection to arc length, curvature, and why parametric descriptions are sometimes more natural than Cartesian ones.

Why parametric form exists at all

Not every curve can be written as y = f(x). A circle fails this test — for most x-values there are two y-values. A figure-eight curve fails even more dramatically. The equation y = f(x) forces the curve to pass the vertical line test, and many interesting curves do not.

Parametric form sidesteps this entirely. Instead of asking "y as a function of x," you describe both coordinates as functions of a third variable. Every curve in the plane — no matter how it twists and self-intersects — has a parametric description. That is the fundamental advantage.

Arc length from parametric equations

If a curve is given by x = f(t), y = g(t) for t \in [a, b], its arc length is

L = \int_a^b \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2}\, dt

This formula comes from the Pythagorean theorem applied to infinitesimal segments of the curve: a tiny step dt in the parameter produces a horizontal displacement dx = (dx/dt)\,dt and a vertical displacement dy = (dy/dt)\,dt, and the distance along the curve is \sqrt{dx^2 + dy^2}.

For the circle x = r\cos t, y = r\sin t over [0, 2\pi]:

L = \int_0^{2\pi} \sqrt{r^2\sin^2 t + r^2\cos^2 t}\, dt = \int_0^{2\pi} r\, dt = 2\pi r

The circumference formula, recovered from first principles.

Curvature

The curvature \kappa of a plane curve measures how sharply it bends at each point. In parametric form:

\kappa = \frac{|\dot{x}\ddot{y} - \dot{y}\ddot{x}|}{(\dot{x}^2 + \dot{y}^2)^{3/2}}

Look at the numerator: it is |\dot{x}\ddot{y} - \dot{y}\ddot{x}|, the same cross-product-like expression that appears in the second derivative formula. This is not a coincidence — curvature and the second derivative are measuring the same underlying quantity (the rate at which the tangent direction rotates), just normalized differently.

For a circle of radius r, compute each piece. With x = r\cos t, y = r\sin t:

\dot{x} = -r\sin t, \quad \dot{y} = r\cos t, \quad \ddot{x} = -r\cos t, \quad \ddot{y} = -r\sin t
\dot{x}\ddot{y} - \dot{y}\ddot{x} = (-r\sin t)(-r\sin t) - (r\cos t)(-r\cos t) = r^2\sin^2 t + r^2\cos^2 t = r^2
\dot{x}^2 + \dot{y}^2 = r^2\sin^2 t + r^2\cos^2 t = r^2
\kappa = \frac{r^2}{(r^2)^{3/2}} = \frac{r^2}{r^3} = \frac{1}{r}

So \kappa = 1/r everywhere — a circle has constant curvature, and the curvature is the reciprocal of the radius. A small circle (r small, \kappa large) bends sharply; a large circle (r large, \kappa small) bends gently. A straight line is a circle of infinite radius: \kappa = 0.

For an ellipse, the curvature varies: it is largest at the ends of the shorter axis (where the curve bends most sharply) and smallest at the ends of the longer axis.

A third derivative example: the parabola's second derivative

To consolidate the second derivative formula, compute d^2y/dx^2 for the parabola x = at^2, y = 2at:

\frac{dx}{dt} = 2at, \qquad \frac{dy}{dt} = 2a, \qquad \frac{dy}{dx} = \frac{1}{t}

Differentiate dy/dx = 1/t = t^{-1} with respect to t:

\frac{d}{dt}\!\left(\frac{1}{t}\right) = -\frac{1}{t^2}

Divide by dx/dt = 2at:

\frac{d^2 y}{dx^2} = \frac{-1/t^2}{2at} = -\frac{1}{2at^3}

This is always negative (for t > 0), confirming that the upper branch of the parabola is concave downward when viewed as a graph of y against x — which is correct, since y^2 = 4ax means the curve bends back toward the x-axis.

You can verify this with the expanded formula. The second derivatives with respect to t are \ddot{x} = 2a and \ddot{y} = 0. Substituting:

\frac{d^2y}{dx^2} = \frac{\ddot{y}\dot{x} - \dot{y}\ddot{x}}{\dot{x}^3} = \frac{0 \cdot 2at - 2a \cdot 2a}{(2at)^3} = \frac{-4a^2}{8a^3 t^3} = -\frac{1}{2at^3}

Same answer.

Parametric form in the Indian curriculum

The NCERT and JEE syllabi frequently present curves in parametric form — particularly conics. The standard parametric forms are:

Curve Parametric form
Circle x^2 + y^2 = a^2 x = a\cos\theta, y = a\sin\theta
Ellipse x^2/a^2 + y^2/b^2 = 1 x = a\cos\theta, y = b\sin\theta
Parabola y^2 = 4ax x = at^2, y = 2at
Hyperbola x^2/a^2 - y^2/b^2 = 1 x = a\sec\theta, y = b\tan\theta

For the parabola y^2 = 4ax with parameter t:

\frac{dx}{dt} = 2at, \qquad \frac{dy}{dt} = 2a
\frac{dy}{dx} = \frac{2a}{2at} = \frac{1}{t}

This is a clean result: the slope of the parabola at the point (at^2, 2at) is 1/t. At t = 1 (the point (a, 2a)), the slope is 1. At t = 2 (the point (4a, 4a)), the slope is 1/2 — flatter, as you would expect since the parabola opens out. At t \to 0 (near the vertex), the slope 1/t \to \infty — a vertical tangent at the vertex.

The parabola $y^2 = 4x$ (here $a = 1$). At the point $(1, 2)$ the tangent has slope $1$; at $(4, 4)$ the slope has fallen to $1/2$. The slope formula $1/t$ captures the flattening of the curve as you move away from the vertex.

Where this leads next

You now know how to differentiate curves given in parametric form — both the first and second derivatives. Here are the natural next steps: