CAIE A-Level · Mathematics 9709 · Integration

Definite Integrals (including Improper Integrals) — Pure Mathematics 1

8 min readSyllabus 1.8FreeBy Uzair Khan

Syllabus objective

Evaluate definite integrals (including simple cases of 'improper' integrals).

Introduction

A definite integral produces a numerical value rather than a function. It represents the signed area between a curve and the xx-axis over a specified interval. In the 9709 exam, definite integrals appear throughout — in area and volume calculations, in kinematics, and as standalone evaluation questions. Mastering precise limit substitution and handling simple improper integrals (where one limit is \infty) is directly examined and earns method marks at every stage.


Core Concept

From Indefinite to Definite

Recall that the indefinite integral gives a family of antiderivatives:

f(x)dx=F(x)+c\int f(x)\,\mathrm{d}x = F(x) + c

A definite integral fixes two limits of integration, aa (lower) and bb (upper), and evaluates the antiderivative at each:

abf(x)dx=[F(x)]ab=F(b)F(a)\int_a^b f(x)\,\mathrm{d}x = \Big[F(x)\Big]_a^b = F(b) - F(a)

The constant of integration cc cancels in every definite integral, so it is never written.

The Square-Bracket Notation

The notation [F(x)]ab\Big[F(x)\Big]_a^b means: substitute x=bx = b, then subtract the result of substituting x=ax = a.

Simple Improper Integrals

An improper integral arises when one (or both) limits of integration is ±\pm\infty. For the 9709 syllabus, only simple cases are required — typically an upper limit of ++\infty.

The technique is to replace the infinite limit with a finite parameter tt, evaluate the integral, then take the limit as tt \to \infty:

af(x)dx=limtatf(x)dx=limt[F(x)]at\int_a^{\infty} f(x)\,\mathrm{d}x = \lim_{t \to \infty}\int_a^{t} f(x)\,\mathrm{d}x = \lim_{t \to \infty}\Big[F(x)\Big]_a^t

If this limit exists and is finite, the improper integral converges to that value. If the expression grows without bound, it diverges (no finite answer exists).


Key Formulae & Definitions

Definite integral — Fundamental Theorem of Calculus:

abf(x)dx=F(b)F(a),where F(x)=f(x)\int_a^b f(x)\,\mathrm{d}x = F(b) - F(a), \quad \text{where } F'(x) = f(x)

Standard power rule (for definite integrals, n1n \neq -1):

abxndx=[xn+1n+1]ab=bn+1n+1an+1n+1\int_a^b x^n\,\mathrm{d}x = \left[\frac{x^{n+1}}{n+1}\right]_a^b = \frac{b^{n+1}}{n+1} - \frac{a^{n+1}}{n+1}

Improper integral definition:

af(x)dx=limt[F(x)]at=limtF(t)F(a)\int_a^{\infty} f(x)\,\mathrm{d}x = \lim_{t \to \infty}\Big[F(x)\Big]_a^t = \lim_{t \to \infty} F(t) - F(a)

Key limit facts needed:

ExpressionLimit as tt \to \infty
tnt^n for n>0n > 0\infty (diverges)
tnt^{-n} for n>0n > 000
1tn\dfrac{1}{t^n} for n>0n > 000

Worked Examples

Example 1 — Standard Definite Integral

Evaluate 14(3x24x+1)dx\displaystyle\int_1^4 \left(3x^2 - 4x + 1\right)\mathrm{d}x.

Step 1 — Find the antiderivative (omit cc):

F(x)=x32x2+xF(x) = x^3 - 2x^2 + x

Step 2 — Apply the limits using square-bracket notation:

[x32x2+x]14\Big[x^3 - 2x^2 + x\Big]_1^4

Step 3 — Substitute x=4x = 4:

F(4)=6432+4=36F(4) = 64 - 32 + 4 = 36

Step 4 — Substitute x=1x = 1:

F(1)=12+1=0F(1) = 1 - 2 + 1 = 0

Step 5 — Subtract:

14(3x24x+1)dx=360=36\int_1^4 \left(3x^2 - 4x + 1\right)\mathrm{d}x = 36 - 0 = \boxed{36}

Example 2 — Integral Involving Negative and Fractional Powers

Evaluate 19(x+2x2)dx\displaystyle\int_1^9 \left(\sqrt{x} + \frac{2}{x^2}\right)\mathrm{d}x.

Step 1 — Rewrite in index form:

19(x1/2+2x2)dx\int_1^9 \left(x^{1/2} + 2x^{-2}\right)\mathrm{d}x

Step 2 — Find the antiderivative:

F(x)=x3/232+2x11=23x3/22x1F(x) = \frac{x^{3/2}}{\tfrac{3}{2}} + \frac{2x^{-1}}{-1} = \frac{2}{3}x^{3/2} - 2x^{-1}

Step 3 — Apply the limits:

[23x3/22x]19\left[\frac{2}{3}x^{3/2} - \frac{2}{x}\right]_1^9

Step 4 — Substitute x=9x = 9:

23(27)29=1829=16229=1609\frac{2}{3}(27) - \frac{2}{9} = 18 - \frac{2}{9} = \frac{162 - 2}{9} = \frac{160}{9}

Step 5 — Substitute x=1x = 1:

23(1)2=232=43\frac{2}{3}(1) - 2 = \frac{2}{3} - 2 = -\frac{4}{3}

Step 6 — Subtract:

1609(43)=1609+129=172919.1\frac{160}{9} - \left(-\frac{4}{3}\right) = \frac{160}{9} + \frac{12}{9} = \frac{172}{9} \approx 19.1
1729\boxed{\dfrac{172}{9}}

Example 3 — Simple Improper Integral

Evaluate 23x4dx\displaystyle\int_2^{\infty} \frac{3}{x^4}\,\mathrm{d}x, or show it diverges.

Step 1 — Replace \infty with parameter tt:

2t3x4dx\int_2^{t} 3x^{-4}\,\mathrm{d}x

Step 2 — Find the antiderivative:

[3x33]2t=[x3]2t\left[\frac{3x^{-3}}{-3}\right]_2^t = \left[-x^{-3}\right]_2^t

Step 3 — Apply the limits:

=t3(23)=1t3+18= -t^{-3} - \left(-2^{-3}\right) = -\frac{1}{t^3} + \frac{1}{8}

Step 4 — Take the limit as tt \to \infty:

limt(1t3+18)=0+18=18\lim_{t \to \infty}\left(-\frac{1}{t^3} + \frac{1}{8}\right) = 0 + \frac{1}{8} = \boxed{\dfrac{1}{8}}

The integral converges to 18\dfrac{1}{8}.


Common Mistakes & Examiner Pitfalls

  • Forgetting to subtract F(a)F(a), or computing F(a)F(b)F(a) - F(b) in the wrong order. The upper limit is always substituted first: F(b)F(a)F(b) - F(a).

  • Including +c+\,c in a definite integral. The constant of integration is never written — it cancels automatically.

  • Errors with negative index arithmetic. When integrating x2x^{-2}, the result is x11=x1\dfrac{x^{-1}}{-1} = -x^{-1}, not +x1+x^{-1}. Always check the sign carefully.

  • Not checking convergence in improper integrals. If limtF(t)\lim_{t\to\infty}F(t) grows to ±\pm\infty (e.g., integrating x2x^2 to \infty), the integral diverges — you must state this clearly rather than writing a numerical answer.

  • Assuming all improper integrals converge. For example, 1x1dx=limt[lntln1]\int_1^\infty x^{-1}\,\mathrm{d}x = \lim_{t\to\infty}[\ln t - \ln 1] diverges because lnt\ln t \to \infty. The power must be strictly less than 1-1 (i.e., n<1n < -1) for axndx\int_a^\infty x^n\,\mathrm{d}x to converge.

  • Mishandling fractional powers at the lower limit. Check that the integrand is defined at every point in [a,b][a, b] — for instance, x1/2x^{-1/2} is undefined at x=0x = 0.


Practice Questions

Q1. Evaluate 03(2x35x)dx\displaystyle\int_0^3 (2x^3 - 5x)\,\mathrm{d}x.

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

Antiderivative: F(x)=x425x22F(x) = \dfrac{x^4}{2} - \dfrac{5x^2}{2}

Upper limit x=3x=3: 812452=362=18\dfrac{81}{2} - \dfrac{45}{2} = \dfrac{36}{2} = 18

Lower limit x=0x=0: 00=00 - 0 = 0

03(2x35x)dx=180=18\int_0^3(2x^3-5x)\,\mathrm{d}x = 18 - 0 = \boxed{18}
</details>

Q2. Evaluate 4161xdx\displaystyle\int_4^{16} \frac{1}{\sqrt{x}}\,\mathrm{d}x.

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

Rewrite: x1/2x^{-1/2}

Antiderivative: x1/21/2=2x1/2=2x\dfrac{x^{1/2}}{1/2} = 2x^{1/2} = 2\sqrt{x}

Apply limits:

[2x]416=2(4)2(2)=84=4\Big[2\sqrt{x}\Big]_4^{16} = 2(4) - 2(2) = 8 - 4 = \boxed{4}
</details>

Q3. Evaluate 15x3dx\displaystyle\int_1^{\infty} \frac{5}{x^3}\,\mathrm{d}x, or show it diverges.

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

Replace \infty with tt: 1t5x3dx\displaystyle\int_1^t 5x^{-3}\,\mathrm{d}x

Antiderivative: [5x22]1t=[52x2]1t\left[\dfrac{5x^{-2}}{-2}\right]_1^t = \left[-\dfrac{5}{2x^2}\right]_1^t

Apply limits:

=52t2+52= -\frac{5}{2t^2} + \frac{5}{2}

Take tt \to \infty:

limt(52t2+52)=0+52=52\lim_{t\to\infty}\left(-\frac{5}{2t^2} + \frac{5}{2}\right) = 0 + \frac{5}{2} = \boxed{\dfrac{5}{2}}

The integral converges.

</details>

Q4. Determine whether 11xdx\displaystyle\int_1^{\infty} \frac{1}{\sqrt{x}}\,\mathrm{d}x converges or diverges. Justify your answer.

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

Replace \infty with tt:

1tx1/2dx=[2x1/2]1t=2t2\int_1^t x^{-1/2}\,\mathrm{d}x = \Big[2x^{1/2}\Big]_1^t = 2\sqrt{t} - 2

Take tt \to \infty:

limt(2t2)=\lim_{t\to\infty}(2\sqrt{t} - 2) = \infty

The limit does not exist (finite), so the integral diverges. No numerical answer can be given.

</details>

Q5. Given that 1k(6x2+2)dx=26\displaystyle\int_1^k (6x^2 + 2)\,\mathrm{d}x = 26, find the value of kk (where k>1k > 1).

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

Antiderivative: F(x)=2x3+2xF(x) = 2x^3 + 2x

Apply limits:

[2x3+2x]1k=(2k3+2k)(2+2)=2k3+2k4\Big[2x^3 + 2x\Big]_1^k = (2k^3 + 2k) - (2 + 2) = 2k^3 + 2k - 4

Set equal to 26:

2k3+2k4=262k^3 + 2k - 4 = 26
2k3+2k=302k^3 + 2k = 30
k3+k=15k^3 + k = 15
k3+k15=0k^3 + k - 15 = 0

Testing k=2k = 2: 8+215=58 + 2 - 15 = -5 (not zero). Testing k=2.3k = 2.3: 12.167+2.315=0.53312.167 + 2.3 - 15 = -0.533 (close). Testing k=2.34k = 2.34: 12.81+2.34150.1512.81 + 2.34 - 15 \approx 0.15.

By inspection or a sign-change argument, the solution is k2.33k \approx 2.33.

For exact form: k3+k15=0k^3 + k - 15 = 0. Since this cubic has one real root, by the intermediate value theorem k2.33k \approx 2.33 (to 3 s.f.).

k2.33\boxed{k \approx 2.33}
</details>

Connections

Prerequisites — build directly on these:

  • Integration as the Reverse of Differentiation: the antiderivative F(x)F(x) found by reversing the power rule is the essential building block for every definite integral.

Leads directly into:

  • Area Under a Curve: definite integrals are used to calculate the area between a curve and the xx-axis, requiring careful attention to sign when the curve dips below the axis.
  • Area Between Two Curves: extends the definite integral to compute the area enclosed between y=f(x)y = f(x) and y=g(x)y = g(x) over an interval.
  • Volumes of Revolution: the formula V=πaby2dxV = \pi\int_a^b y^2\,\mathrm{d}x depends entirely on evaluating definite integrals of squared functions.
  • Kinematics using Calculus: displacement is recovered from velocity by evaluating a definite integral between two time values.

Figures

Graph of f(x) = 3x^2 - 4x + 1 on the interval [1,4] with the area under the curve shaded, illustrating the definite integral evaluated in Example 1.
Figure 1: The curve y = 3x² − 4x + 1 over [1, 4]. The shaded region represents the definite integral evaluated in Example 1, which equals 36.
Graph of f(x) = 5/x^3 on the interval [1, 6], approaching zero as x increases, illustrating convergence of the improper integral in Practice Question 3.
Figure 2: The curve y = 5/x³ for x ≥ 1. As x → ∞ the function decays to zero rapidly enough for the improper integral to converge to 5/2.

Keep learning

Explore CAIE A-Level Mathematics tutoring →

View the full Mathematics syllabus →

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