Study Guide

Differentiation

CIE A-Level MathematicsΒ· 9709 P1 Topic 7: DifferentiationΒ· 15 min read

1. Definition and First Principles Differentiationβ˜…β˜…β˜†β˜†β˜†β± 5 min

πŸ“˜ Definition

Derivative from First Principles

fβ€²(x)=lim⁑hβ†’0f(x+h)βˆ’f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}

The derivative is the limit of the gradient of a secant line between two points on a curve, as the distance between the points approaches zero. This gives the gradient of the tangent at the point.

Example:

For f(x) = x^2, the derivative from first principles is 2x

πŸ“ Worked Example

Find the derivative of from first principles.

  1. 1

    First calculate :

  2. 2
    f(x+h)=3(x+h)2=3(x2+2xh+h2)=3x2+6xh+3h2f(x+h) = 3(x+h)^2 = 3(x^2 + 2xh + h^2) = 3x^2 + 6xh + 3h^2
  3. 3

    Subtract and factor the result:

  4. 4
    f(x+h)βˆ’f(x)=(3x2+6xh+3h2)βˆ’3x2=6xh+3h2=h(6x+3h)f(x+h) - f(x) = (3x^2 + 6xh + 3h^2) - 3x^2 = 6xh + 3h^2 = h(6x + 3h)
  5. 5

    Divide by and take the limit as :

  6. 6
    f(x+h)βˆ’f(x)h=6x+3h,lim⁑hβ†’0(6x+3h)=6x\frac{f(x+h) - f(x)}{h} = 6x + 3h, \quad \lim_{h \to 0} (6x + 3h) = 6x
  7. 7

    Final result:

Exam tip:

Always show all four steps of the first principles method when requested, marks are awarded for each step.

2. The Power Rule for Differentiationβ˜…β˜…β˜…β˜†β˜†β± 6 min

πŸ“˜ Definition

Power Rule

If y=axn,dydx=anxnβˆ’1\text{If } y = ax^n, \quad \frac{dy}{dx} = anx^{n-1}

A general rule for differentiating any power function, valid for all real constants and . This rule can be applied term-by-term to sum of functions.

Example:

differentiates to

πŸ“ Worked Example

Differentiate with respect to .

  1. 1

    Rewrite all terms in the form :

  2. 2
    y=4x3βˆ’2xβˆ’2+5x12y = 4x^3 - 2x^{-2} + 5x^{\frac{1}{2}}
  3. 3

    Apply the power rule term-by-term:

  4. 4
    ddx(4x3)=4Γ—3x2=12x2\frac{d}{dx}(4x^3) = 4 \times 3 x^{2} = 12x^2
  5. 5
    ddx(βˆ’2xβˆ’2)=(βˆ’2)Γ—(βˆ’2)xβˆ’3=4xβˆ’3\frac{d}{dx}(-2x^{-2}) = (-2) \times (-2) x^{-3} = 4x^{-3}
  6. 6
    ddx(5x12)=5Γ—12xβˆ’12=52xβˆ’12\frac{d}{dx}(5x^{\frac{1}{2}}) = 5 \times \frac{1}{2} x^{-\frac{1}{2}} = \frac{5}{2}x^{-\frac{1}{2}}
  7. 7

    Rewrite with positive roots/denominators for the final answer:

  8. 8
    dydx=12x2+4x3+52x\frac{dy}{dx} = 12x^2 + \frac{4}{x^3} + \frac{5}{2\sqrt{x}}

3. Equations of Tangents and Normalsβ˜…β˜…β˜…β˜†β˜†β± 6 min

The derivative of a curve at a point gives the gradient of the tangent to the curve at that point. The normal is perpendicular to the tangent at the point of contact, so its gradient is the negative reciprocal of the tangent gradient: .

πŸ“ Worked Example

Find the equation of the normal to the curve at the point .

  1. 1

    First differentiate the curve to get the gradient function:

  2. 2
    dydx=3x2βˆ’2\frac{dy}{dx} = 3x^2 - 2
  3. 3

    Calculate the tangent gradient at :

  4. 4
    mt=3(1)2βˆ’2=1m_t = 3(1)^2 - 2 = 1
  5. 5

    Find the normal gradient as the negative reciprocal:

  6. 6
    mn=βˆ’11=βˆ’1m_n = -\frac{1}{1} = -1
  7. 7

    Use the point-gradient form of a straight line to find the equation:

  8. 8
    yβˆ’y1=m(xβˆ’x1)β€…β€ŠβŸΉβ€…β€Šyβˆ’0=βˆ’1(xβˆ’1)y - y_1 = m(x - x_1) \implies y - 0 = -1(x - 1)
  9. 9

    Simplify to get the final answer:

  10. 10
    y=βˆ’x+1y = -x + 1

Exam tip:

Double-check if the question asks for a tangent or a normal, this is one of the most common avoidable mistakes in exams.

4. Stationary Pointsβ˜…β˜…β˜…β˜…β˜†β± 7 min

πŸ“˜ Definition

Stationary Point

A point on a curve where the gradient (derivative) is zero, meaning the tangent is horizontal. There are two types: maximum points (gradient changes from positive to negative) and minimum points (gradient changes from negative to positive).

Example:

The curve has a minimum stationary point at .

πŸ“ Worked Example

Find and classify the stationary points of .

  1. 1

    Differentiate to get the first derivative:

  2. 2
    dydx=3x2βˆ’3\frac{dy}{dx} = 3x^2 - 3
  3. 3

    Set derivative equal to zero to find x-coordinates of stationary points:

  4. 4
    3x2βˆ’3=0β€…β€ŠβŸΉβ€…β€Šx2=1β€…β€ŠβŸΉβ€…β€Šx=1 or x=βˆ’13x^2 - 3 = 0 \implies x^2 = 1 \implies x = 1 \text{ or } x = -1
  5. 5

    Find corresponding y-coordinates:

  6. 6
    x=1:y=1βˆ’3+2=0(1,0)x=1: y=1 - 3 + 2 = 0 \quad (1, 0)
  7. 7
    x=βˆ’1:y=βˆ’1+3+2=4(βˆ’1,4)x=-1: y=-1 + 3 + 2 = 4 \quad (-1, 4)
  8. 8

    Use the second derivative test to classify:

  9. 9
    d2ydx2=6x\frac{d^2y}{dx^2} = 6x
  10. 10

    For : , so it is a minimum. For : , so it is a maximum.

5. Common Pitfalls

Wrong move:

Differentiating a constant term and leaving the constant in the derivative

Why:

Forgetting that a constant , so the power rule gives derivative

Correct move:

All constant terms always differentiate to zero, remove them from the final derivative

Wrong move:

Skipping rewriting negative/fractional powers, e.g. writing

Why:

The power rule only works for terms in the form , so reciprocals/roots must be rewritten first

Correct move:

Rewrite , then apply the rule to get derivative

Wrong move:

Using the tangent gradient for the normal line equation

Why:

Confusing the definition of tangent and normal, or forgetting the perpendicular gradient rule

Correct move:

Always calculate the normal gradient as the negative reciprocal of the tangent gradient:

Wrong move:

Reversing the second derivative test: calling a positive second derivative a maximum

Why:

Misremembering the classification rule for stationary points

Correct move:

Positive second derivative = minimum, negative second derivative = maximum

6. Quick Reference Cheatsheet

Concept

Rule/Formula

First principles derivative

f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}

Power rule

y = ax^n \implies \frac{dy}{dx} = anx^{n-1}

Tangent gradient at

m_t = \frac{dy}{dx} \bigg|_{x=a}

Normal gradient at

m_n = -\frac{1}{m_t}

Stationary point condition

\frac{dy}{dx} = 0

Second derivative test

: minimum; : maximum

7. Frequently Asked

Do I always need to use first principles for differentiation?

No, only when the question explicitly asks for a proof from first principles. All other questions allow you to use the power rule directly.

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2022 Β· 1

    First principles differentiation

  • 2023 Β· 1

    Tangent and normal question

  • 2024 Β· 1

    Stationary points classification

What's Next

Differentiation is the foundation of all further calculus in A-Level Mathematics. After mastering this P1 introduction, you will extend these concepts to trigonometric, exponential and logarithmic functions in Pure Mathematics 2, learn new rules for differentiating products and quotients of functions, and apply differentiation to connected rates of change and optimisation problems. These core topics build directly on the basic rules and skills you learned in this sub-topic, so mastering this content is critical for success in the full A-Level.