Parametric Forms

Sometimes xx and yy are not linked directly at all — each is tied separately to a third variable, the parameter: x=f(t)x = f(t), y=g(t)y = g(t). The circle is the classic case: x=acos⁡θx = a\cos\theta, y=asin⁡θy = a\sin\theta traces the whole circle as θ\theta runs, with no single formula y=h(x)y = h(x) needed.

The chain rule links the three variables: dydt=dydx⋅dxdt\frac{dy}{dt} = \frac{dy}{dx}\cdot\frac{dx}{dt}, and solving for dydx\frac{dy}{dx}:

  dydx=dy/dtdx/dt=g′(t)f′(t)(provided dxdt≠0)  \boxed{\;\frac{dy}{dx} = \frac{dy/dt}{dx/dt} = \frac{g'(t)}{f'(t)} \qquad \left(\text{provided } \frac{dx}{dt} \neq 0\right)\;}

The routine: differentiate each coordinate with respect to the parameter, then divide — dydt\frac{dy}{dt} on top, dxdt\frac{dx}{dt} underneath. The answer naturally comes out in terms of the parameter, and that is perfectly acceptable.

Two cautions worth marks:

  1. Right way up. The quotient is dy/dtdx/dt\frac{dy/dt}{dx/dt}, never the reciprocal — a flipped fraction is the most common parametric error.
  2. Do not differentiate yy w.r.t. xx piecewise by eliminating tt unless elimination is genuinely easier; the division route is almost always shorter, and for curves like the cycloid, elimination is barely possible.

The standard curves

Curve Parametrisation dydx\dfrac{dy}{dx}
circle x=acos⁡θ,  y=asin⁡θx = a\cos\theta,\; y = a\sin\theta −cot⁡θ-\cot\theta
parabola x=at2,  y=2atx = at^2,\; y = 2at 1t\dfrac{1}{t}
cycloid x=a(θ+sin⁡θ),  y=a(1−cos⁡θ)x = a(\theta + \sin\theta),\; y = a(1 - \cos\theta) tan⁡θ2\tan\dfrac{\theta}{2}
astroid x=acos⁡3θ,  y=asin⁡3θx = a\cos^3\theta,\; y = a\sin^3\theta −tan⁡θ-\tan\theta

The half-angle collapse in the cycloid row — sin⁡θ1+cos⁡θ=tan⁡θ2\frac{\sin\theta}{1 + \cos\theta} = \tan\frac{\theta}{2} — is a simplification examiners expect on sight; its partner sin⁡θ1−cos⁡θ=cot⁡θ2\frac{\sin\theta}{1 - \cos\theta} = \cot\frac{\theta}{2} appears just as often.

Solved Examples

Example 1 — The circle

Find dydx\dfrac{dy}{dx} if x=acos⁡θx = a\cos\theta, y=asin⁡θy = a\sin\theta.

Step 1 — differentiate each w.r.t. θ\theta: dxdθ=−asin⁡θ\frac{dx}{d\theta} = -a\sin\theta, dydθ=acos⁡θ\frac{dy}{d\theta} = a\cos\theta.

Step 2 — divide: dydx=acos⁡θ−asin⁡θ=−cot⁡θ\frac{dy}{dx} = \frac{a\cos\theta}{-a\sin\theta} = -\cot\theta

Answer: −cot⁡θ-\cot\theta — geometrically sensible: at θ=π2\theta = \frac{\pi}{2} (top of the circle) the tangent is horizontal, and indeed −cot⁡π2=0-\cot\frac{\pi}{2} = 0.

Example 2 — The parabola

Find dydx\dfrac{dy}{dx} if x=at2x = at^2, y=2aty = 2at.

Step 1 — differentiate: dxdt=2at\frac{dx}{dt} = 2at, dydt=2a\frac{dy}{dt} = 2a.

Step 2 — divide: dydx=2a2at=1t\frac{dy}{dx} = \frac{2a}{2at} = \frac{1}{t}.

Answer: 1t\dfrac{1}{t} — this parametrisation of y2=4axy^2 = 4ax powers half the conic-section problems in coordinate geometry.

Example 3 — The cycloid and the half-angle collapse

Find dydx\dfrac{dy}{dx} if x=a(θ+sin⁡θ)x = a(\theta + \sin\theta), y=a(1−cos⁡θ)y = a(1 - \cos\theta).

Step 1 — differentiate: dxdθ=a(1+cos⁡θ)\frac{dx}{d\theta} = a(1 + \cos\theta), dydθ=asin⁡θ\frac{dy}{d\theta} = a\sin\theta.

Step 2 — divide: dydx=sin⁡θ1+cos⁡θ\frac{dy}{dx} = \dfrac{\sin\theta}{1 + \cos\theta}.

Step 3 — half-angle clean-up: sin⁡θ=2sin⁡θ2cos⁡θ2\sin\theta = 2\sin\frac{\theta}{2}\cos\frac{\theta}{2} and 1+cos⁡θ=2cos⁡2θ21 + \cos\theta = 2\cos^2\frac{\theta}{2}, so the quotient is tan⁡θ2\tan\frac{\theta}{2}.

Answer: tan⁡θ2\tan\dfrac{\theta}{2} — leaving the answer unsimplified loses the presentation mark.

Example 4 — The astroid, twice over

Find dydx\dfrac{dy}{dx} if x2/3+y2/3=a2/3x^{2/3} + y^{2/3} = a^{2/3}.

Step 1 — parametrise: x=acos⁡3θx = a\cos^3\theta, y=asin⁡3θy = a\sin^3\theta satisfies the relation (check: a2/3(cos⁡2+sin⁡2)=a2/3a^{2/3}(\cos^2 + \sin^2) = a^{2/3}).

Step 2 — differentiate and divide: dydx=3asin⁡2θcos⁡θ−3acos⁡2θsin⁡θ=−tan⁡θ\frac{dy}{dx} = \frac{3a\sin^2\theta\cos\theta}{-3a\cos^2\theta\sin\theta} = -\tan\theta

Step 3 — translate back if asked: tan⁡θ=(yx)1/3\tan\theta = \left(\frac{y}{x}\right)^{1/3}, so dydx=−yx3\frac{dy}{dx} = -\sqrt[3]{\frac{y}{x}}.

Answer: −tan⁡θ-\tan\theta, equivalently −y/x3-\sqrt[3]{y/x} — the same problem solved implicitly takes twice the algebra.

Example 5 — A scaled cycloid with the other half-angle

Find dydx\dfrac{dy}{dx} if y=12(1−cos⁡t)y = 12(1 - \cos t), x=10(t−sin⁡t)x = 10(t - \sin t).

Step 1 — differentiate: dxdt=10(1−cos⁡t)\frac{dx}{dt} = 10(1 - \cos t), dydt=12sin⁡t\frac{dy}{dt} = 12\sin t.

Step 2 — divide: dydx=12sin⁡t10(1−cos⁡t)\frac{dy}{dx} = \frac{12\sin t}{10(1 - \cos t)}.

Step 3 — half-angle (the 1−cos⁡1 - \cos twin): sin⁡t=2sin⁡t2cos⁡t2\sin t = 2\sin\frac{t}{2}\cos\frac{t}{2} and 1−cos⁡t=2sin⁡2t21 - \cos t = 2\sin^2\frac{t}{2}: dydx=65cot⁡t2\frac{dy}{dx} = \frac{6}{5}\cot\frac{t}{2}

Answer: 65cot⁡t2\dfrac{6}{5}\cot\dfrac{t}{2} — note 1+cos⁡1 + \cos collapses to a tangent, 1−cos⁡1 - \cos to a cotangent.

Example 6 — When the answer is a constant

Find dydx\dfrac{dy}{dx} if x=acos⁡θx = a\cos\theta, y=bcos⁡θy = b\cos\theta.

Step 1 — differentiate and divide: dydx=−bsin⁡θ−asin⁡θ=ba\frac{dy}{dx} = \frac{-b\sin\theta}{-a\sin\theta} = \frac{b}{a}.

Answer: the constant ba\dfrac{b}{a} — as it must be: eliminating θ\theta gives y=baxy = \frac{b}{a}x, a straight line through the origin.