OCR A-level Mathematics A (H240) · 1.07 Differentiation
Mini-Lesson
Differentiation
OCR section 1.07 starts from first principles, adds the chain, product and quotient rules, then goes further: implicit and parametric differentiation, points of inflection, and connected rates of change.
Every trig derivative below assumes x is in radians. Work through each screen, answer the questions as you go and collect ⭐ stars. Press Start when you're ready.
Differentiation · first principles
Differentiation from first principles
The derivative is the limit of the gradient of a chord as the chord shrinks to a point.
f′(x) = limh→0 [ f(x + h) − f(x) ] / hOCR requires you to be able to carry this out for small positive integer powers, and for sin x and cos x
Worked example — differentiate f(x) = x³ from first principles
At x = 5: −7/(2²) = −1.75. Note the gradient is negative everywhere — the curve is always decreasing.
Calculate
Your turn — chain rule
2Given y = (3x² + 1)⁴, find dy/dx when x = 1.
Hint: dy/dx = 4(3x² + 1)³ × 6x = 24x(3x² + 1)³. At x = 1 the bracket is 4, so 24 × 4³.
Calculate
Your turn — quotient rule
3Given y = (2x + 1)/(x − 3), find dy/dx when x = 5.
Hint: dy/dx = [2(x − 3) − (2x + 1)] / (x − 3)² = −7/(x − 3)². At x = 5 that is −7/4.
Quick check
Which rule?
?Which rule is the efficient first choice for differentiating y = x³ ln x?
Differentiation · stationary points
Stationary points and inflection
At a stationary point, dy/dx = 0. To classify it, use the second derivative:
d²y/dx² > 0 ⇒ minimum · d²y/dx² < 0 ⇒ maximumif d²y/dx² = 0 the test is inconclusive — check the sign of dy/dx either side instead
Worked example — y = x³ − 6x² + 9x + 2
dy/dx = 3x² − 12x + 9 = 3(x² − 4x + 3) = 3(x − 1)(x − 3) = 0 ⇒ x = 1 or x = 3.
d²y/dx² = 6x − 12.
At x = 1: 6 − 12 = −6 < 0 ⇒ maximum. y = 1 − 6 + 9 + 2 = 6. So (1, 6).
At x = 3: 18 − 12 = +6 > 0 ⇒ minimum. y = 27 − 54 + 27 + 2 = 2. So (3, 2).
Points of inflection are where the curve changes concavity. A necessary condition is d²y/dx² = 0 and it changes sign. Here d²y/dx² = 0 at x = 2, and it does change sign, so (2, 4) is a (non-stationary) point of inflection.
Calculate
Your turn — the minimum
4The curve y = x³ − 6x² + 9x + 2 has a minimum point. Find its y-coordinate.
y =
Hint: dy/dx = 3(x − 1)(x − 3) = 0 gives x = 1 or 3. Since d²y/dx² = 6x − 12 is positive at x = 3, that is the minimum. Now find y at x = 3.
Quick check
Classifying a stationary point
?At a stationary point of y = f(x), the second derivative is −4. What is the point?
Differentiation · implicit
Implicit and parametric differentiation
Implicit: when y is not given explicitly, differentiate every term with respect to x and use the chain rule on any y term. The key line:
d/dx (y²) = 2y · dy/dx · d/dx (xy) = y + x · dy/dxthe second one needs the product rule as well
Worked example — x² + y² = 25
Differentiate: 2x + 2y(dy/dx) = 0 ⇒ dy/dx = −x/y.
At (3, 4): dy/dx = −3/4. Check: this is a circle of radius 5, and the radius to (3, 4) has gradient 4/3 — the tangent gradient −3/4 is its perpendicular. ✓
Parametric: when x and y are both given in terms of t:
dy/dx = (dy/dt) ÷ (dx/dt)the dt cancels — this is just the chain rule rearranged