IB MATHEMATICS: APPLICATIONS AND INTERPRETATION • CALCULUS

Advanced Differentiation — AHL 5.8 Further differentiation (implicit; parametric; higher derivatives) (HL)

Master the techniques for differentiating curves that standard methods cannot handle.

Historical Context & Motivation

Not every curve in mathematics can be written neatly as y = f(x). Circles, ellipses, and spirals are described by equations where x and y are tangled together, or where both coordinates depend on a separate variable like time. Early mathematicians needed tools to find tangent lines and rates of change for these more complex shapes, driving the development of implicit differentiation and parametric differentiation. Meanwhile, the study of acceleration — a rate of change of a rate of change — gave rise to higher-order derivatives.

1637
Descartes' Coordinate Geometry
René Descartes published La Géométrie, uniting algebra and geometry. Curves like circles were expressed as equations in x and y, but there was no method yet to find their slopes.
1680s
Newton & Leibniz Develop Calculus
Both Isaac Newton and Gottfried Wilhelm Leibniz independently created the foundations of calculus. Newton's method of fluxions included differentiating implicit relationships, while Leibniz's notation (dy/dx) made the chain rule intuitive.
1696
Parametric Curves & the Brachistochrone
Johann Bernoulli posed the brachistochrone problem — finding the fastest path between two points under gravity. Its solution was a cycloid, naturally described using parametric equations, motivating the need for parametric differentiation.
1740s
Euler Formalises Higher Derivatives
Leonhard Euler systematised second and higher derivatives as tools for studying curvature, concavity, and the behaviour of physical systems such as vibrating strings and orbiting planets.

The central question this topic addresses is: How do we find the gradient of a curve when y is not isolated, or when both x and y depend on a third variable? By mastering these techniques, you unlock the ability to differentiate virtually any curve you will encounter in the IB and beyond.

Core Principles & Definitions

Before diving into calculations, let's clarify three key ideas that form the backbone of this topic. Each one extends the standard differentiation rules you already know — the power rule, chain rule, and product rule — to situations where a simple y = f(x) relationship doesn't exist.

1

Implicit Differentiation

When an equation relates x and y without isolating y (e.g., x² + y² = 25), differentiate every term with respect to x, treating y as a function of x. Every time you differentiate a y-term, attach a dy/dx factor via the chain rule.
2

Parametric Differentiation

When x and y are both defined in terms of a parameter t (e.g., x = cos t, y = sin t), the gradient is found by dividing: dy/dx = (dy/dt) ÷ (dx/dt). This converts two separate rates into the single slope of the curve.
3

Higher-Order Derivatives

The second derivative d²y/dx² measures how the gradient itself is changing — it tells you about concavity and acceleration. You obtain it by differentiating dy/dx once more with respect to x.
4

The Chain Rule Connection

All three techniques rely heavily on the chain rule: d/dx [f(g(x))] = f′(g(x)) · g′(x). In implicit differentiation, g(x) is y itself; in parametric work, the chain rule links rates through the parameter t.
KEY TAKEAWAY
Think of standard differentiation as driving on a straight highway — you can see ahead clearly. Implicit and parametric differentiation are like navigating a winding mountain road using a GPS that gives you directions in steps: turn-by-turn (chain rule) rather than a single straight line. The destination (dy/dx) is the same; you just need a more flexible route to get there.

Visual Explanation — Implicit Curves

The diagram below shows the circle x² + y² = 25. Because this curve fails the vertical line test, it cannot be written as a single function y = f(x). Instead, we keep the equation in its implicit form and differentiate directly. The tangent line at the marked point illustrates the gradient we calculate using implicit differentiation.

The circle x² + y² = 25 with a tangent line drawn at the point P(3, 4). The gradient at P is −3/4, which we obtain by implicit differentiation. Notice how the tangent is perpendicular to the radius at P — a geometric check that our answer is correct.

In the diagram, the pink dot marks the point P(3, 4) on the circle. The dashed cyan line is the tangent. The small amber triangle near P shows the rise and run that make up the gradient. Because y is positive at this point and we move to the right, the curve falls — so the slope is negative. This visual confirms the algebraic result dy/dx = −x/y = −3/4.

Mathematical Framework

Implicit Differentiation

Given an equation F(x, y) = 0, differentiate every term with respect to x. Whenever you differentiate a term containing y, multiply by dy/dx because of the chain rule (y is implicitly a function of x). Then solve algebraically for dy/dx.

IMPLICIT DIFFERENTIATION PROCEDURE
d/dx [F(x, y) = 0] → ∂F/∂x + (∂F/∂y) · (dy/dx) = 0 → dy/dx = −(∂F/∂x) ÷ (∂F/∂y)
F(x, y) is the implicit equation. Differentiate every x-term normally; for every y-term, apply the chain rule and attach dy/dx as a factor. Then isolate dy/dx.

Parametric Differentiation

When a curve is given as x = f(t) and y = g(t), the gradient dy/dx is found by dividing the two rates with respect to the parameter t.

PARAMETRIC FIRST DERIVATIVE
dy/dx = (dy/dt) ÷ (dx/dt), provided dx/dt ≠ 0
Differentiate y with respect to t, differentiate x with respect to t, then divide. The parameter t is eliminated in the process.

Second Derivative for Parametric Curves

PARAMETRIC SECOND DERIVATIVE
d²y/dx² = (d/dt [dy/dx]) ÷ (dx/dt)
First find dy/dx as above. Then differentiate that result with respect to t and divide once more by dx/dt. This is not the same as (d²y/dt²) ÷ (d²x/dt²) — a very common mistake.

Higher-Order Derivatives

HIGHER DERIVATIVES
f′(x) = dy/dx, f″(x) = d²y/dx², f‴(x) = d³y/dx³, fⁿ(x) = dⁿy/dxⁿ
The second derivative describes concavity and acceleration. The third derivative (sometimes called jerk in physics) measures the rate at which acceleration changes. Each successive derivative tells you about a deeper layer of a function's behaviour.
⚠️ Common Pitfall
When finding the second derivative of a parametric curve, students often write (d²y/dt²) ÷ (d²x/dt²). This is incorrect. You must first compute dy/dx, then differentiate that expression with respect to t, and finally divide by dx/dt.

Detailed Breakdown of Techniques

The diagram below walks through the decision process for choosing the right differentiation technique. When you encounter a differentiation problem on an IB paper, start by identifying the form of the equation and follow the flowchart.

Flowchart for selecting the correct differentiation technique. Start at the top and follow the branches. If neither standard nor parametric form is available, use implicit differentiation. For higher derivatives, differentiate the first derivative once more using the same method.
Summary of differentiation techniques and their applications
TechniqueWhen to UseKey Step
Implicitx and y mixed in one equation (e.g., x² + xy + y³ = 7)Differentiate every term w.r.t. x; attach dy/dx to each y-term via chain rule; solve for dy/dx
Parametricx = f(t), y = g(t) given separately (e.g., x = 2t, y = t²)Find dy/dt and dx/dt separately, then divide: dy/dx = (dy/dt) ÷ (dx/dt)
Higher derivativeNeed concavity, acceleration, or optimisation beyond first derivativeDifferentiate dy/dx again w.r.t. x (for parametric: differentiate dy/dx w.r.t. t then divide by dx/dt)

Worked Examples

Example 1 — Implicit Differentiation

Find dy/dx for the equation x³ + 3xy + y² = 10.

Implicit Differentiation: x³ + 3xy + y² = 10
1
Step 1 — Differentiate each term with respect to xApply d/dx to every term. For x³, the derivative is 3x². For 3xy, use the product rule: d/dx(3xy) = 3[x · (dy/dx) + y · 1] = 3x(dy/dx) + 3y. For y², use the chain rule: d/dx(y²) = 2y · (dy/dx). The right side gives d/dx(10) = 0.
3x² + 3x(dy/dx) + 3y + 2y(dy/dx) = 0
2
Step 2 — Collect dy/dx terms on one sideMove all terms containing dy/dx to the left and all other terms to the right: 3x(dy/dx) + 2y(dy/dx) = −3x² − 3y.
(3x + 2y)(dy/dx) = −3x² − 3y
3
Step 3 — Solve for dy/dxDivide both sides by (3x + 2y) to isolate dy/dx.
dy/dx = −(3x² + 3y) / (3x + 2y)

Example 2 — Parametric Differentiation & Second Derivative

A curve is defined by x = t² − 1 and y = t³ + 2t. Find dy/dx and d²y/dx².

Parametric: x = t² − 1, y = t³ + 2t
1
Step 1 — Find dx/dt and dy/dtDifferentiate each with respect to t: dx/dt = 2t, and dy/dt = 3t² + 2.
dx/dt = 2t, dy/dt = 3t² + 2
2
Step 2 — Compute dy/dxDivide: dy/dx = (dy/dt) ÷ (dx/dt) = (3t² + 2) / (2t).
dy/dx = (3t² + 2) / (2t)
3
Step 3 — Find the second derivative d²y/dx²First differentiate dy/dx with respect to t. Write dy/dx = (3/2)t + t⁻¹. Then d/dt[dy/dx] = 3/2 − t⁻² = 3/2 − 1/t². Now divide this by dx/dt = 2t.
d²y/dx² = (3/2 − 1/t²) / (2t) = (3t² − 2) / (4t³)

Strengths, Limitations & Comparisons

Each technique has its own advantages and pitfalls. The table below summarises when each method shines, and what to watch out for.

Comparison of implicit and parametric differentiation
FeatureImplicit DifferentiationParametric Differentiation
Best forEquations where y cannot be easily isolated (circles, ellipses, folium of Descartes)Motion problems, cycloids, and curves defined by angle or time parameters
Outputdy/dx in terms of both x and ydy/dx in terms of the parameter t
Common errorForgetting to attach dy/dx when differentiating y-termsWriting d²y/dx² as (d²y/dt²) ÷ (d²x/dt²)
Higher derivativesDifferentiate the dy/dx result implicitly again — can get messyDifferentiate dy/dx with respect to t, then divide by dx/dt — cleaner process
LimitationResult contains both x and y — may need substitution to evaluate at a specific pointNeed to know the value of t at the point of interest
KEY TAKEAWAY
Implicit and parametric differentiation are not replacements for standard differentiation — they are extensions. Think of them as different lenses on the same microscope: you choose the lens that brings your particular curve into focus. The underlying mathematics (chain rule, product rule) stays the same.

Connections to Advanced Theory

The techniques you've learned here are stepping stones to much deeper ideas in university mathematics and applied science. The table below sketches how each AHL 5.8 concept connects to what comes next.

How AHL 5.8 ideas connect to university-level mathematics
AHL 5.8 TopicAdvanced ExtensionWhere It Appears
Implicit differentiationMultivariable calculus (partial derivatives, implicit function theorem)Economics (indifference curves), engineering (constraint optimisation), machine learning (gradient descent)
Parametric differentiationVector calculus (curvature, torsion, arc-length parameterisation)Robotics (path planning), physics (orbital mechanics), computer graphics (Bézier curves)
Higher-order derivativesTaylor / Maclaurin series (approximating functions as polynomials)Signal processing, quantum mechanics, financial modelling (convexity of bonds)

In the IB context, mastering these techniques prepares you for related-rates problems, optimisation with constraints, and the study of kinematics where position, velocity, and acceleration are all derivatives of each other. If you go on to study Further Mathematics HL or university-level calculus, you'll find that the chain rule and implicit differentiation are the single most transferable skills from this course.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain in your own words why, when differentiating y² with respect to x using implicit differentiation, the result is 2y · (dy/dx) rather than simply 2y.
PROBLEM 2BASIC CALCULATION
Use implicit differentiation to find dy/dx for the equation x² + y² = 49.
PROBLEM 3INTERMEDIATE
A curve is defined parametrically by x = 3 cos θ and y = 5 sin θ. Find dy/dx in terms of θ, and evaluate it at θ = π/4.
PROBLEM 4APPLIED
A particle moves along a path given by x = t² + 1 and y = 2t³ − t. Find the velocity components dx/dt and dy/dt, the gradient dy/dx, and the second derivative d²y/dx² when t = 1.
PROBLEM 5CRITICAL THINKING
Given the implicit equation x² + xy + y² = 7, (a) find dy/dx, (b) use implicit differentiation again to find d²y/dx² in terms of x, y and dy/dx, and (c) evaluate d²y/dx² at the point (1, 2).

Lesson Summary

AHL 5.8 equips you with three powerful extensions of standard differentiation. Implicit differentiation lets you find dy/dx directly from equations where x and y are intertwined — differentiate every term with respect to x, attach dy/dx to y-terms via the chain rule, and solve algebraically. Parametric differentiation handles curves defined through a parameter t by dividing dy/dt by dx/dt. For the second derivative of a parametric curve, differentiate dy/dx with respect to t and divide once more by dx/dt — never simply divide the second derivatives separately.

Higher-order derivatives reveal deeper behaviour: the second derivative tells you about concavity and acceleration, while third and higher derivatives appear in Taylor series and advanced physics. Remember that all three techniques rest on the same foundation — the chain rule, product rule, and power rule — applied in more flexible ways. Practise recognising which technique to use, and always check your answers with a geometric or physical interpretation.

Varsity Tutors • IB Mathematics: Applications and Interpretation • Advanced Differentiation — AHL 5.8 Further differentiation (implicit; parametric; higher derivatives) (HL)