CAIE A-Level · Mathematics 9709 · Integration

Integration as the Reverse of Differentiation

8 min readSyllabus 1.8FreeBy Uzair Khan

Syllabus objective

Understand integration as the reverse process of differentiation, and integrate (ax + b)ⁿ (for any rational n except −1), together with constant multiples, sums and differences.

Introduction

Integration is one of the two fundamental operations of calculus. At this stage of the 9709 course, integration is introduced as the reverse process of differentiation — that is, given a derivative, we work backwards to recover the original function. This is sometimes called antidifferentiation, and the result is called an indefinite integral.

This topic forms the foundation for all later integration work in Pure Mathematics 1, including finding areas under curves and solving problems involving displacement, velocity, and acceleration. In the examination, questions may ask you to integrate expressions directly, find a constant of integration using given conditions, or connect integration explicitly to differentiation.


Core Concept

Recall from differentiation that if y=xny = x^n, then dydx=nxn1\dfrac{\mathrm{d}y}{\mathrm{d}x} = nx^{n-1}.

Integration reverses this: if dydx=xn1\dfrac{\mathrm{d}y}{\mathrm{d}x} = x^{n-1}, then y=xnn+cy = \dfrac{x^n}{n} + c.

More generally, the indefinite integral of a function f(x)f(x) is written

f(x)dx\int f(x)\, \mathrm{d}x

and represents the family of all functions whose derivative is f(x)f(x). The constant of integration cc is essential — it accounts for the fact that any constant differentiates to zero, so infinitely many functions share the same derivative.

Integrating (ax+b)n(ax + b)^n

The syllabus requires integration of expressions of the form (ax+b)n(ax + b)^n where nn is any rational number except 1-1, and a,ba, b are constants with a0a \neq 0.

This result follows directly from the chain rule in reverse. When differentiating (ax+b)n+1(ax+b)^{n+1}, the chain rule produces a factor of a(n+1)a(n+1). To reverse this, we divide by that factor.


Key Formulae & Definitions

Power rule for integration:

xndx=xn+1n+1+c,n1\int x^n \, \mathrm{d}x = \frac{x^{n+1}}{n+1} + c, \qquad n \neq -1

Integration of (ax+b)n(ax + b)^n:

(ax+b)ndx=(ax+b)n+1a(n+1)+c,n1, a0\int (ax+b)^n \, \mathrm{d}x = \frac{(ax+b)^{n+1}}{a(n+1)} + c, \qquad n \neq -1,\ a \neq 0

Constant multiple rule:

kf(x)dx=kf(x)dx\int k\,f(x)\,\mathrm{d}x = k\int f(x)\,\mathrm{d}x

Sum and difference rule:

[f(x)±g(x)]dx=f(x)dx±g(x)dx\int \bigl[f(x) \pm g(x)\bigr]\,\mathrm{d}x = \int f(x)\,\mathrm{d}x \pm \int g(x)\,\mathrm{d}x

Note: The formula (ax+b)n+1a(n+1)+c\dfrac{(ax+b)^{n+1}}{a(n+1)} + c is valid for all rational nn except n=1n = -1, including negative integers and fractions. Always divide by both aa and (n+1)(n+1).


Worked Examples

Example 1 — Polynomial and negative power

Find (3x24x3+5)dx\displaystyle\int \left(3x^2 - \frac{4}{x^3} + 5\right)\mathrm{d}x.

Step 1: Rewrite negative powers using index notation.

4x3=4x3\frac{4}{x^3} = 4x^{-3}

So the integral becomes:

(3x24x3+5)dx\int \left(3x^2 - 4x^{-3} + 5\right)\mathrm{d}x

Step 2: Integrate term by term using the power rule.

=3x334x22+5x+c= \frac{3x^3}{3} - \frac{4x^{-2}}{-2} + 5x + c

Step 3: Simplify each term.

=x3+2x2+5x+c= x^3 + 2x^{-2} + 5x + c
=x3+2x2+5x+c\boxed{= x^3 + \frac{2}{x^2} + 5x + c}

Justification: Each term uses xndx=xn+1n+1+c\int x^n\,\mathrm{d}x = \dfrac{x^{n+1}}{n+1}+c. The constant of integration is added once at the end.


Example 2 — Integrating (ax+b)n(ax+b)^n with a fractional power

Find (2x3)1/2dx\displaystyle\int (2x - 3)^{1/2}\,\mathrm{d}x.

Step 1: Identify aa, bb, and nn.

a=2,b=3,n=12a = 2,\quad b = -3,\quad n = \tfrac{1}{2}

Step 2: Apply the formula (ax+b)ndx=(ax+b)n+1a(n+1)+c\displaystyle\int(ax+b)^n\,\mathrm{d}x = \frac{(ax+b)^{n+1}}{a(n+1)}+c.

=(2x3)3/2232+c= \frac{(2x-3)^{\,3/2}}{2 \cdot \frac{3}{2}} + c

Step 3: Simplify the denominator.

232=32 \cdot \frac{3}{2} = 3
=(2x3)3/23+c\boxed{= \frac{(2x-3)^{3/2}}{3} + c}

Verification by differentiation: ddx ⁣[(2x3)3/23]=1332(2x3)1/22=(2x3)1/2\dfrac{\mathrm{d}}{\mathrm{d}x}\!\left[\dfrac{(2x-3)^{3/2}}{3}\right] = \dfrac{1}{3} \cdot \dfrac{3}{2}(2x-3)^{1/2} \cdot 2 = (2x-3)^{1/2}


Example 3 — Finding a particular function given a condition

A curve has dydx=(3x+1)2\dfrac{\mathrm{d}y}{\mathrm{d}x} = (3x+1)^{-2} and passes through the point (1,2)(1,\, 2). Find the equation of the curve.

Step 1: Integrate dydx\dfrac{\mathrm{d}y}{\mathrm{d}x} to find yy.

y=(3x+1)2dx=(3x+1)13(1)+c=13(3x+1)+cy = \int (3x+1)^{-2}\,\mathrm{d}x = \frac{(3x+1)^{-1}}{3 \cdot (-1)} + c = -\frac{1}{3(3x+1)} + c

Step 2: Use the condition (1,2)(1, 2) to find cc.

2=13(3(1)+1)+c=112+c2 = -\frac{1}{3(3(1)+1)} + c = -\frac{1}{12} + c
c=2+112=2512c = 2 + \frac{1}{12} = \frac{25}{12}

Step 3: Write the equation.

y=13(3x+1)+2512\boxed{y = -\frac{1}{3(3x+1)} + \frac{25}{12}}

Common Mistakes & Examiner Pitfalls

MistakeWhat goes wrongHow to avoid it
Forgetting to divide by aa in (ax+b)n(ax+b)^nWriting (ax+b)n+1n+1\dfrac{(ax+b)^{n+1}}{n+1} onlyAlways divide by both aa and (n+1)(n+1)
Omitting the constant of integration ccLoses a mark in every indefinite integralAdd +c+c as a matter of habit
Applying the formula when n=1n = -1Formula breaks down (division by zero)Recognise (ax+b)1(ax+b)^{-1} needs a different approach (ln) — outside this syllabus objective
Not rewriting roots/fractions as indices firstInability to apply power ruleAlways convert: x3=x1/3\sqrt[3]{x} = x^{1/3}, 1x2=x2\dfrac{1}{x^2} = x^{-2}
Adding cc to each term separatelyTechnically valid but messy, and wastes timeOne single +c+c at the end of the whole integral
Integrating dydx\dfrac{\mathrm{d}y}{\mathrm{d}x} and forgetting to apply the given pointEquation of curve is wrongAlways substitute coordinates to evaluate cc

Practice Questions

Q1. Find (4x33x+2)dx\displaystyle\int \left(4x^3 - \frac{3}{\sqrt{x}} + 2\right)\mathrm{d}x.

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

Rewrite: 3x=3x1/2\dfrac{3}{\sqrt{x}} = 3x^{-1/2}

(4x33x1/2+2)dx\int \left(4x^3 - 3x^{-1/2} + 2\right)\mathrm{d}x
=4x443x1/21/2+2x+c= \frac{4x^4}{4} - \frac{3x^{1/2}}{1/2} + 2x + c
=x46x1/2+2x+c= x^4 - 6x^{1/2} + 2x + c
=x46x+2x+c\boxed{= x^4 - 6\sqrt{x} + 2x + c}
</details>

Q2. Find (52x)4dx\displaystyle\int (5 - 2x)^4\,\mathrm{d}x.

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

Here a=2a = -2, n=4n = 4.

(52x)4dx=(52x)5(2)(5)+c=(52x)510+c\int (5-2x)^4\,\mathrm{d}x = \frac{(5-2x)^5}{(-2)(5)} + c = \frac{(5-2x)^5}{-10} + c
=(52x)510+c\boxed{= -\frac{(5-2x)^5}{10} + c}

Check by differentiating: 1105(52x)4(2)=(52x)4-\dfrac{1}{10} \cdot 5(5-2x)^4 \cdot (-2) = (5-2x)^4

</details>

Q3. Find 6(4x1)3dx\displaystyle\int \frac{6}{(4x-1)^3}\,\mathrm{d}x.

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

Rewrite: 6(4x1)3=6(4x1)3\dfrac{6}{(4x-1)^3} = 6(4x-1)^{-3}

Here a=4a = 4, n=3n = -3.

6(4x1)3dx=6(4x1)24(2)+c=6(4x1)28+c\int 6(4x-1)^{-3}\,\mathrm{d}x = 6 \cdot \frac{(4x-1)^{-2}}{4 \cdot (-2)} + c = 6 \cdot \frac{(4x-1)^{-2}}{-8} + c
=34(4x1)2+c= -\frac{3}{4}(4x-1)^{-2} + c
=34(4x1)2+c\boxed{= -\frac{3}{4(4x-1)^2} + c}
</details>

Q4. A curve is such that dydx=6x24x+1\dfrac{\mathrm{d}y}{\mathrm{d}x} = 6x^2 - 4x + 1. Given that the curve passes through (2,5)(2,\, 5), find yy in terms of xx.

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

Integrate:

y=(6x24x+1)dx=2x32x2+x+cy = \int (6x^2 - 4x + 1)\,\mathrm{d}x = 2x^3 - 2x^2 + x + c

Apply condition (2,5)(2, 5):

5=2(8)2(4)+2+c=168+2+c=10+c5 = 2(8) - 2(4) + 2 + c = 16 - 8 + 2 + c = 10 + c
c=5c = -5
y=2x32x2+x5\boxed{y = 2x^3 - 2x^2 + x - 5}
</details>

Q5. Find (x23+12(3x+2)2)dx\displaystyle\int \left(\sqrt[3]{x^2} + \frac{1}{2(3x+2)^2}\right)\mathrm{d}x.

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

Rewrite: x23=x2/3\sqrt[3]{x^2} = x^{2/3} and 12(3x+2)2=12(3x+2)2\dfrac{1}{2(3x+2)^2} = \dfrac{1}{2}(3x+2)^{-2}

Integrate the first term:

x2/3dx=x5/35/3=3x5/35\int x^{2/3}\,\mathrm{d}x = \frac{x^{5/3}}{5/3} = \frac{3x^{5/3}}{5}

Integrate the second term (a=3a=3, n=2n=-2):

12(3x+2)2dx=12(3x+2)13(1)=16(3x+2)1\int \tfrac{1}{2}(3x+2)^{-2}\,\mathrm{d}x = \frac{1}{2} \cdot \frac{(3x+2)^{-1}}{3 \cdot (-1)} = -\frac{1}{6}(3x+2)^{-1}

Combine:

3x5/3516(3x+2)+c\boxed{\frac{3x^{5/3}}{5} - \frac{1}{6(3x+2)} + c}
</details>

Connections

Prerequisite topics (assumed known):

  • Differentiating Powers — the power rule ddx(xn)=nxn1\dfrac{\mathrm{d}}{\mathrm{d}x}(x^n) = nx^{n-1} is directly reversed here; fluency with it makes integration immediate.
  • The Chain Rule — differentiating (ax+b)n(ax+b)^n via the chain rule provides the exact mechanism that the (ax+b)n(ax+b)^n integration formula undoes. Verifying integration results by differentiating back is strongly recommended.

Topics that follow directly:

  • Definite Integration and Area — using the same integration techniques with limits to find areas under and between curves.
  • Integration of 1x\frac{1}{x} and exponential/trigonometric functions (Pure Mathematics 2/3) — extends integration to the case n=1n = -1 and beyond.
  • Kinematics using Calculus — applying integration to displacement–velocity–acceleration problems, a key application in Mechanics components.

Figures

Graph of y equals (2x minus 3) to the power 3/2, divided by 3, showing a smooth increasing curve starting from (1.5, 0).
Figure 2: The result of integrating √(2x − 3). The curve starts at x = 1.5 (where 2x − 3 = 0) and increases smoothly, illustrating how integrating a fractional power raises the power by 1 and produces a less steep initial gradient.

Keep learning

Explore CAIE A-Level Mathematics tutoring →

View the full Mathematics syllabus →

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