CAIE A-Level · Mathematics 9709 · Differentiation

Differentiating Powers and the Chain Rule (9709 Pure Mathematics 1)

8 min readSyllabus 1.7FreeBy Uzair Khan

Syllabus objective

Use the derivative of xⁿ (for any rational n), together with constant multiples, sums and differences of functions, and of composite functions using the chain rule.

Introduction

Differentiation is one of the most heavily examined topics in 9709 Pure Mathematics 1. This note focuses on the two core differentiation skills assessed in objective 1.7: the power rule (extended to all rational powers) and the chain rule for composite functions.

Together, these tools allow you to differentiate a wide class of functions — polynomials, roots, negative powers, and functions-of-a-function — all of which appear routinely in exam questions on gradients, tangents, normals, stationary points, and rates of change.


Core Concept

The Power Rule for xnx^n (any rational nn)

You already know that differentiating xnx^n gives nxn1nx^{n-1}. The crucial extension here is that nn can be any rational number — positive, negative, or fractional. This means you can differentiate expressions involving roots (e.g. x=x1/2\sqrt{x} = x^{1/2}) and reciprocals (e.g. 1x2=x2\tfrac{1}{x^2} = x^{-2}) in exactly the same way as ordinary polynomials.

Constant multiples, sums, and differences follow directly: you differentiate term by term, pulling constants through.

The Chain Rule for Composite Functions

A composite function has the form y=f(g(x))y = f(g(x)) — a function of a function. The chain rule states:

dydx=dydududx\frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx}

where u=g(x)u = g(x) is the inner function. In practice, this means:

  1. Identify the outer function and the inner function.
  2. Differentiate the outer function (treating the inner as the variable).
  3. Multiply by the derivative of the inner function.

A compact direct form: if y=[f(x)]ny = [f(x)]^n, then

dydx=n[f(x)]n1f(x)\frac{dy}{dx} = n[f(x)]^{n-1} \cdot f'(x)

This covers brackets raised to a rational power — the most common chain rule form in P1.


Key Formulae & Definitions

ddx(xn)=nxn1,nQ\frac{d}{dx}\left(x^n\right) = nx^{n-1}, \quad n \in \mathbb{Q}
ddx(kxn)=knxn1,k constant\frac{d}{dx}\left(kx^n\right) = knx^{n-1}, \quad k \text{ constant}
ddx[f(x)±g(x)]=f(x)±g(x)\frac{d}{dx}\left[f(x) \pm g(x)\right] = f'(x) \pm g'(x)

Chain Rule:

ddx[f(g(x))]=f(g(x))g(x)\frac{d}{dx}\left[f(g(x))\right] = f'(g(x)) \cdot g'(x)

Bracket form:

ddx[(ax+b)n]=n(ax+b)n1a\frac{d}{dx}\left[(ax+b)^n\right] = n(ax+b)^{n-1} \cdot a

Useful rewrites before differentiating:

Original formRewrite as
x\sqrt{x}x1/2x^{1/2}
1xn\dfrac{1}{x^n}xnx^{-n}
x23\sqrt[3]{x^2}x2/3x^{2/3}
1x\dfrac{1}{\sqrt{x}}x1/2x^{-1/2}

Worked Examples

Example 1 — Power Rule with Sums and Differences

Differentiate y=3x45x2+4x7y = 3x^4 - \dfrac{5}{x^2} + 4\sqrt{x} - 7.

Step 1 — Rewrite every term using rational indices:

y=3x45x2+4x1/27y = 3x^4 - 5x^{-2} + 4x^{1/2} - 7

Step 2 — Apply the power rule term by term:

dydx=34x35(2)x3+412x1/20\frac{dy}{dx} = 3 \cdot 4x^{3} - 5 \cdot (-2)x^{-3} + 4 \cdot \tfrac{1}{2}x^{-1/2} - 0
dydx=12x3+10x3+2x1/2\frac{dy}{dx} = 12x^{3} + 10x^{-3} + 2x^{-1/2}

Step 3 — Write tidily (leave in index form, or convert back if the question requires):

dydx=12x3+10x3+2x\frac{dy}{dx} = 12x^3 + \frac{10}{x^3} + \frac{2}{\sqrt{x}}

Justification: The constant 7-7 disappears (derivative of a constant is zero). Each term is treated independently by linearity.


Example 2 — Chain Rule with a Bracket to a Fractional Power

Differentiate y=3x25x+1y = \sqrt{3x^2 - 5x + 1} with respect to xx.

Step 1 — Rewrite using a rational index:

y=(3x25x+1)1/2y = (3x^2 - 5x + 1)^{1/2}

Step 2 — Identify outer and inner functions:

  • Outer: u1/2u^{1/2}, where u=3x25x+1u = 3x^2 - 5x + 1
  • Inner: u=3x25x+1u = 3x^2 - 5x + 1

Step 3 — Differentiate using the chain rule:

dydx=12(3x25x+1)1/2ddx(3x25x+1)\frac{dy}{dx} = \frac{1}{2}(3x^2 - 5x + 1)^{-1/2} \cdot \frac{d}{dx}(3x^2 - 5x + 1)

Step 4 — Compute the derivative of the inner function:

dudx=6x5\frac{du}{dx} = 6x - 5

Step 5 — Combine:

dydx=12(3x25x+1)1/2(6x5)\frac{dy}{dx} = \frac{1}{2}(3x^2 - 5x + 1)^{-1/2} \cdot (6x - 5)
dydx=6x523x25x+1\boxed{\frac{dy}{dx} = \frac{6x-5}{2\sqrt{3x^2 - 5x + 1}}}

Justification: The negative index from the outer differentiation is immediately rewritten as a denominator for clarity — examiners reward tidy, unsimplified or simplified answers in equivalent form.


Example 3 — Chain Rule with a Negative Integer Power

Differentiate y=4(2x3)3y = \dfrac{4}{(2x-3)^3}.

Step 1 — Rewrite:

y=4(2x3)3y = 4(2x-3)^{-3}

Step 2 — Apply chain rule:

dydx=4(3)(2x3)4ddx(2x3)\frac{dy}{dx} = 4 \cdot (-3)(2x-3)^{-4} \cdot \frac{d}{dx}(2x - 3)

Step 3 — Inner derivative:

ddx(2x3)=2\frac{d}{dx}(2x-3) = 2

Step 4 — Combine:

dydx=4(3)2(2x3)4=24(2x3)4\frac{dy}{dx} = 4 \cdot (-3) \cdot 2 \cdot (2x-3)^{-4} = -24(2x-3)^{-4}
dydx=24(2x3)4\boxed{\frac{dy}{dx} = -\frac{24}{(2x-3)^4}}

Common Mistakes & Examiner Pitfalls

  • Forgetting to multiply by the inner derivative. Writing ddx(3x+1)5=5(3x+1)4\dfrac{d}{dx}(3x+1)^5 = 5(3x+1)^4 scores no marks — the factor of 33 must appear.

  • Failing to rewrite before differentiating. Attempting to differentiate 1x3\dfrac{1}{x^3} or x4\sqrt[4]{x} without converting to index form leads to errors. Always rewrite first.

  • Subtracting 1 from the wrong index. With x2x^{-2}, the new index is 3-3, not 1-1. Keep careful track of negative indices.

  • Losing the negative sign. When differentiating xnx^{-n}, the coefficient becomes n-n (negative). This is a very common slip.

  • Treating f(x)\sqrt{f(x)} as if it were x\sqrt{x} scaled. The chain rule is essential; only ddxx=12x\dfrac{d}{dx}\sqrt{x} = \dfrac{1}{2\sqrt{x}} is the basic result — a non-trivial inner function always requires the chain rule multiplier.

  • Leaving answers with negative or fractional indices when the question says "simplify" or when evaluating at a point. Check the demand of the question.


Practice Questions

Q1. Differentiate y=5x33x+2x9y = 5x^3 - \dfrac{3}{\sqrt{x}} + 2x - 9.

<details><summary>Show answer</summary>

Rewrite: y=5x33x1/2+2x9y = 5x^3 - 3x^{-1/2} + 2x - 9

dydx=15x23(12)x3/2+2\frac{dy}{dx} = 15x^2 - 3 \cdot \left(-\tfrac{1}{2}\right)x^{-3/2} + 2
dydx=15x2+32x3/2+2=15x2+32x3/2+2\frac{dy}{dx} = 15x^2 + \frac{3}{2}x^{-3/2} + 2 = 15x^2 + \frac{3}{2x^{3/2}} + 2
</details>

Q2. Find dydx\dfrac{dy}{dx} when y=(5x23)6y = (5x^2 - 3)^6.

<details><summary>Show answer</summary>

Let u=5x23u = 5x^2 - 3, so y=u6y = u^6.

dydx=6(5x23)5ddx(5x23)\frac{dy}{dx} = 6(5x^2-3)^5 \cdot \frac{d}{dx}(5x^2 - 3)
=6(5x23)510x= 6(5x^2-3)^5 \cdot 10x
dydx=60x(5x23)5\frac{dy}{dx} = 60x(5x^2-3)^5
</details>

Q3. A curve has equation y=24x1y = \dfrac{2}{\sqrt{4x-1}}. Find the gradient of the curve at the point where x=54x = \dfrac{5}{4}.

<details><summary>Show answer</summary>

Rewrite: y=2(4x1)1/2y = 2(4x-1)^{-1/2}

Apply chain rule:

dydx=2(12)(4x1)3/24=4(4x1)3/2\frac{dy}{dx} = 2 \cdot \left(-\tfrac{1}{2}\right)(4x-1)^{-3/2} \cdot 4 = -4(4x-1)^{-3/2}

At x=54x = \tfrac{5}{4}: 4x1=51=44x - 1 = 5 - 1 = 4

dydx=443/2=418=12\frac{dy}{dx} = -4 \cdot 4^{-3/2} = -4 \cdot \frac{1}{8} = -\frac{1}{2}

The gradient at that point is 12-\dfrac{1}{2}.

</details>

Q4. Differentiate y=x2+1(32x)4y = x^2 + \dfrac{1}{(3-2x)^4} and find the xx-value(s) where dydx=0\dfrac{dy}{dx} = 0.

<details><summary>Show answer</summary>

Rewrite: y=x2+(32x)4y = x^2 + (3-2x)^{-4}

dydx=2x+(4)(32x)5(2)=2x+8(32x)5\frac{dy}{dx} = 2x + (-4)(3-2x)^{-5} \cdot (-2) = 2x + 8(3-2x)^{-5}

Set equal to zero:

2x+8(32x)5=02x + \frac{8}{(3-2x)^5} = 0
2x(32x)5=82x(3-2x)^5 = -8
x(32x)5=4x(3-2x)^5 = -4

This equation has no simple closed-form solution by elementary algebra; at P1 level, questions are typically set so that a specific value is sought numerically or an approximate value is acceptable. Check the question context for whether exact or decimal form is required.

</details>

Q5. Given f(x)=(x3+1x)1/2f(x) = \left(x^3 + \dfrac{1}{x}\right)^{1/2}, find f(x)f'(x), leaving your answer in simplified surd form.

<details><summary>Show answer</summary>

Let u=x3+x1u = x^3 + x^{-1}, so f(x)=u1/2f(x) = u^{1/2}.

f(x)=12(x3+x1)1/2ddx(x3+x1)f'(x) = \frac{1}{2}\left(x^3 + x^{-1}\right)^{-1/2} \cdot \frac{d}{dx}\left(x^3 + x^{-1}\right)
dudx=3x2x2\frac{du}{dx} = 3x^2 - x^{-2}
f(x)=3x2x22x3+x1f'(x) = \frac{3x^2 - x^{-2}}{2\sqrt{x^3 + x^{-1}}}

Multiplying numerator and denominator by x2x^2 to clear the inner negative index:

f(x)=3x412x2x3+x1f'(x) = \frac{3x^4 - 1}{2x^2\sqrt{x^3 + x^{-1}}}
</details>

Connections

Prerequisite — The Derivative and Its Notation: This note builds directly on the definition of dydx\dfrac{dy}{dx} and the basic idea that the derivative gives the gradient of the tangent. Fluency with index notation is assumed throughout.

Next: Tangents and Normals — You will apply these differentiation skills to evaluate dydx\dfrac{dy}{dx} at a specific point and hence find the equations of tangent and normal lines.

Next: Stationary Points and Curve Sketching — Setting dydx=0\dfrac{dy}{dx} = 0 and classifying results requires exactly the differentiation techniques in this note.

Next: Differentiation of Products and Quotients (A2 Further Mathematics / extension) — The chain rule is a building block for the product and quotient rules encountered in more advanced work.

Connected: Integration of xnx^n — The reverse process (the power rule for integration) mirrors the differentiation power rule exactly; recognising this symmetry aids in checking answers.

Figures

Graph of y = x to the power one-half (square root of x) and its derivative y = one over two root x, plotted for x from 0 to 4, showing how the derivative decreases as x increases.
Figure 1: The function $y = x^{1/2}$ (blue) and its derivative $y = \frac{1}{2}x^{-1/2}$ (orange). As $x$ increases the gradient decreases — illustrating the power rule with a fractional index.

Keep learning

Explore CAIE A-Level Mathematics tutoring →

View the full Mathematics syllabus →

Part of Novark's free CAIE A-Level Mathematics notes