Study Guide

Differentiation

CIE A-Level Mathematicsยท 9709 P1 Topic 7: Differentiationยท 15 min read

1. Definition and First Principles Differentiationโ˜…โ˜†โ˜†โ˜†โ˜†โฑ 3 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

As the second point of a chord slides toward the first, the sequence of chord gradients approaches a limiting value โ€” the gradient of the tangent at that point. This limit is the derivative . In 9709 Paper 1 you need to understand this idea, but you are not required to differentiate from first principles; in practice you use the power rule and chain rule that follow.

Exam tip:

You are not required to differentiate from first principles in 9709 P1. Understand the derivative as the limiting gradient of a sequence of chords, then differentiate using the power and chain rules.

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 any real constant and any rational power . This rule can be applied term-by-term to a 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. The Chain Ruleโ˜…โ˜…โ˜…โ˜†โ˜†โฑ 6 min

๐Ÿ“˜ Definition

Chain Rule

dydx=dyduร—dudx\frac{dy}{dx} = \frac{dy}{du} \times \frac{du}{dx}

To differentiate a composite function , substitute so that becomes a function of . Differentiate the outer function with respect to , then multiply by the derivative of the inner function โ€” differentiate the outside, then multiply by the derivative of the inside.

Example:

For , let : .

๐Ÿ“ Worked Example

Differentiate with respect to .

  1. 1

    Write the function as a power and identify the inner function:

  2. 2
    y=(3x2โˆ’1)12,u=3x2โˆ’1y = (3x^2 - 1)^{\frac{1}{2}}, \quad u = 3x^2 - 1
  3. 3

    Differentiate the outside with respect to :

  4. 4
    dydu=12uโˆ’12=12(3x2โˆ’1)โˆ’12\frac{dy}{du} = \frac{1}{2} u^{-\frac{1}{2}} = \frac{1}{2}(3x^2 - 1)^{-\frac{1}{2}}
  5. 5

    Differentiate the inside with respect to :

  6. 6
    dudx=6x\frac{du}{dx} = 6x
  7. 7

    Multiply the two derivatives (chain rule):

  8. 8
    dydx=12(3x2โˆ’1)โˆ’12ร—6x=3x3x2โˆ’1\frac{dy}{dx} = \frac{1}{2}(3x^2 - 1)^{-\frac{1}{2}} \times 6x = \frac{3x}{\sqrt{3x^2 - 1}}

Exam tip:

For a bracket raised to a power, . Always include the derivative of the inside.

4. 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.

5. Increasing and Decreasing Functionsโ˜…โ˜…โ˜…โ˜†โ˜†โฑ 5 min

๐Ÿ“˜ Definition

Increasing and Decreasing Functions

fโ€ฒ(x)>0โ€…โ€ŠโŸนโ€…โ€Šโ†—,fโ€ฒ(x)<0โ€…โ€ŠโŸนโ€…โ€Šโ†˜f'(x) > 0 \implies \nearrow, \quad f'(x) < 0 \implies \searrow

A function is increasing on an interval where its derivative is positive, and decreasing on an interval where its derivative is negative. The sign of tells you whether the curve is going up or down as increases.

Example:

For , : the function is decreasing for and increasing for .

๐Ÿ“ Worked Example

Find the values of for which is decreasing.

  1. 1

    Differentiate to find the gradient function:

  2. 2
    fโ€ฒ(x)=3x2โˆ’6xf'(x) = 3x^2 - 6x
  3. 3

    A function is decreasing where :

  4. 4
    3x2โˆ’6x<0โ€…โ€ŠโŸนโ€…โ€Š3x(xโˆ’2)<03x^2 - 6x < 0 \implies 3x(x - 2) < 0
  5. 5

    Solve the inequality (the critical values are and ):

  6. 6
    0<x<20 < x < 2
  7. 7

    So is decreasing for .

Exam tip:

State your answer as an inequality or interval. A function is increasing where and decreasing where โ€” do not get these the wrong way round.

6. 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.

7. Rates of Change and Connected Ratesโ˜…โ˜…โ˜…โ˜…โ˜†โฑ 6 min

A derivative is a rate of change: measures how fast changes with . When two quantities both change with time, their rates are connected by the chain rule: . This lets you find an unknown rate from a known one.

๐Ÿ“ Worked Example

The radius cm of a circle increases at a constant rate of cm s. Find the rate at which the area is increasing at the instant when cm.

  1. 1

    Write down the known rate and the relationship between and :

  2. 2
    drdt=0.2,A=ฯ€r2\frac{dr}{dt} = 0.2, \quad A = \pi r^2
  3. 3

    Differentiate with respect to :

  4. 4
    dAdr=2ฯ€r\frac{dA}{dr} = 2\pi r
  5. 5

    Connect the rates using the chain rule:

  6. 6
    dAdt=dAdrร—drdt=2ฯ€rร—0.2\frac{dA}{dt} = \frac{dA}{dr} \times \frac{dr}{dt} = 2\pi r \times 0.2
  7. 7

    Substitute :

  8. 8
    dAdt=2ฯ€(5)(0.2)=2ฯ€โ‰ˆ6.28 cm2โ€‰sโˆ’1\frac{dA}{dt} = 2\pi (5)(0.2) = 2\pi \approx 6.28 \text{ cm}^2\,\text{s}^{-1}

Exam tip:

Identify the rate you are given and the rate you want, then build the chain of derivatives that links them. Include units in your final answer.

8. 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

9. 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}

Chain rule

\frac{dy}{dx} = \frac{dy}{du} \times \frac{du}{dx}

Tangent gradient at

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

Normal gradient at

m_n = -\frac{1}{m_t}

Increasing / decreasing

: increasing; : decreasing

Stationary point condition

\frac{dy}{dx} = 0

Second derivative test

: minimum; : maximum

Connected rates of change

\frac{dA}{dt} = \frac{dA}{dr} \times \frac{dr}{dt}

10. Frequently Asked

Do I need to differentiate from first principles in 9709 P1?

No. Formal differentiation from first principles is not required in 9709 Paper 1. You should understand the derivative as the limit of the gradients of a sequence of chords (which gives the gradient of the tangent), but in practice you differentiate using the power rule and the chain rule.

What's Next

Differentiation is the foundation of all further calculus in A-Level Mathematics. Within this P1 topic you have already met the chain rule, increasing and decreasing functions, connected rates of change, and optimisation using stationary points. In Pure Mathematics 2 and 3 you will extend differentiation to trigonometric, exponential and logarithmic functions, and learn new rules for differentiating products and quotients of functions. Mastering the P1 rules and skills here is essential before taking on those later techniques.