Study Guide

Integration

CIE A-Level MathematicsΒ· Pure 3 Section 2: IntegrationΒ· 15 min read

1. Standard Integrals for Pure 3β˜…β˜…β˜†β˜†β˜†β± 4 min

In Pure 3, you extend the set of standard integrals you are expected to recall from Pure 1, adding results for exponential, reciprocal, and inverse trigonometric functions.

πŸ“˜ Definition

Indefinite Integral (Antiderivative)

∫f(x)dx=F(x)+C\int f(x) dx = F(x) + C

A function whose derivative equals the original integrand , with the arbitrary constant of integration.

Example:

The antiderivative of is

∫eax+bdx=1aeax+b+C∫1ax+bdx=1aln⁑∣ax+b∣+C∫sin⁑(ax+b)dx=βˆ’1acos⁑(ax+b)+C∫cos⁑(ax+b)dx=1asin⁑(ax+b)+C∫sec⁑2xdx=tan⁑x+C∫1a2+x2dx=1aarctan⁑(xa)+C\begin{aligned} \int e^{ax+b} dx &= \frac{1}{a}e^{ax+b} + C \\ \int \frac{1}{ax+b} dx &= \frac{1}{a}\ln|ax+b| + C \\ \int \sin(ax+b) dx &= -\frac{1}{a}\cos(ax+b) + C \\ \int \cos(ax+b) dx &= \frac{1}{a}\sin(ax+b) + C \\ \int \sec^2 x dx &= \tan x + C \\ \int \frac{1}{a^2+x^2} dx &= \frac{1}{a}\arctan\left(\frac{x}{a}\right) + C \end{aligned}
πŸ“ Worked Example

Find the indefinite integral

  1. 1

    Match the integrand to the standard form for , with so .

  2. 2
    3∫122+x2dx3 \int \frac{1}{2^2 + x^2} dx
  3. 3

    Apply the standard integral formula, adding the constant of integration:

  4. 4
    3Γ—12arctan⁑(x2)+C=32arctan⁑(x2)+C3 \times \frac{1}{2} \arctan\left(\frac{x}{2}\right) + C = \frac{3}{2}\arctan\left(\frac{x}{2}\right) + C

Exam tip:

Always write the constant of integration for indefinite integrals, you will lose a mark for omitting it.

2. Integration by Substitutionβ˜…β˜…β˜…β˜†β˜†β± 5 min

Integration by substitution simplifies integrals of composite functions by changing the variable of integration. It is the reverse of the chain rule for differentiation.

∫f(x)dx=∫f(u(x))Γ—dxdudu\int f(x) dx = \int f(u(x)) \times \frac{dx}{du} du
πŸ“ Worked Example

Use the substitution to find

  1. 1

    Differentiate with respect to to find in terms of :

  2. 2
    u=x2+1β€…β€ŠβŸΉβ€…β€Šdudx=2xβ€…β€ŠβŸΉβ€…β€Šdx=du2xu = x^2 + 1 \implies \frac{du}{dx} = 2x \implies dx = \frac{du}{2x}
  3. 3

    Substitute into the original integral, cancel common terms:

  4. 4
    ∫xuΓ—du2x=∫12udu\int \frac{x}{\sqrt{u}} \times \frac{du}{2x} = \int \frac{1}{2\sqrt{u}} du
  5. 5

    Integrate the simplified expression with respect to :

  6. 6
    12∫uβˆ’1/2du=12Γ—2u1/2+C=u+C\frac{1}{2} \int u^{-1/2} du = \frac{1}{2} \times 2 u^{1/2} + C = \sqrt{u} + C
  7. 7

    Substitute back to the original variable :

  8. 8
    =x2+1+C= \sqrt{x^2 + 1} + C

Exam tip:

For definite integrals, change the limits to the new variable immediately to avoid substitution errors later.

3. Integration by Partsβ˜…β˜…β˜…β˜†β˜†β± 5 min

Integration by parts is the reverse of the product rule for differentiation, used to integrate products of two different types of functions (e.g. , ).

∫udvdxdx=uvβˆ’βˆ«vdudxdx\int u \frac{dv}{dx} dx = uv - \int v \frac{du}{dx} dx
πŸ“ Worked Example

Find

  1. 1

    Apply the LIATE rule: is algebraic, is exponential, so set and .

  2. 2

    Calculate and :

  3. 3
    dudx=1,v=∫e2xdx=12e2x\frac{du}{dx} = 1, \quad v = \int e^{2x} dx = \frac{1}{2}e^{2x}
  4. 4

    Substitute into the integration by parts formula:

  5. 5
    uvβˆ’βˆ«vdudxdx=12xe2xβˆ’βˆ«12e2xdxuv - \int v \frac{du}{dx} dx = \frac{1}{2}x e^{2x} - \int \frac{1}{2}e^{2x} dx
  6. 6

    Integrate the remaining term and add the constant:

  7. 7
    =12xe2xβˆ’14e2x+C=14e2x(2xβˆ’1)+C= \frac{1}{2}x e^{2x} - \frac{1}{4}e^{2x} + C = \frac{1}{4}e^{2x}(2x - 1) + C

Exam tip:

For repeated integration by parts, keep track of signs to avoid arithmetic errors.

4. Integration via Partial Fractionsβ˜…β˜…β˜…β˜…β˜†β± 6 min

To integrate a rational function (a fraction of two polynomials), you first decompose it into partial fractions, then integrate each term separately using the standard result for .

πŸ“ Worked Example

Find

  1. 1

    The degree of the numerator (1) is less than the degree of the denominator (2), so it is proper. Decompose into partial fractions:

  2. 2
    3x+1(xβˆ’1)(x+2)=Axβˆ’1+Bx+2\frac{3x + 1}{(x-1)(x+2)} = \frac{A}{x-1} + \frac{B}{x+2}
  3. 3

    Solve for constants and by substituting roots of the denominator:

  4. 4
    3x+1=A(x+2)+B(xβˆ’1)β€…β€ŠβŸΉβ€…β€ŠA=43,B=533x+1 = A(x+2) + B(x-1) \implies A = \frac{4}{3}, B = \frac{5}{3}
  5. 5

    Rewrite the integral and integrate term by term:

  6. 6
    ∫(43(xβˆ’1)+53(x+2))dx\int \left(\frac{4}{3(x-1)} + \frac{5}{3(x+2)}\right) dx
  7. 7
    =43ln⁑∣xβˆ’1∣+53ln⁑∣x+2∣+C= \frac{4}{3} \ln|x-1| + \frac{5}{3} \ln|x+2| + C

Exam tip:

Always check if the rational function is improper before decomposing into partial fractions.

5. Common Pitfalls

Wrong move:

Omitting the constant of integration for indefinite integrals

Why:

Examiners always penalize missing constants, even if the rest of the answer is correct

Correct move:

Always write at the end of every indefinite integral

Wrong move:

Forgetting to change limits of integration for substitution with definite integrals

Why:

This leads to common arithmetic errors when substituting back to the original variable

Correct move:

Calculate new limits for the substituted variable immediately after choosing the substitution

Wrong move:

Choosing the wrong in integration by parts, leading to a more complex integral

Why:

Picking as the exponential/trigonometric function instead of algebraic leads to unnecessary complexity

Correct move:

Always use the LIATE mnemonic to select the correct

Wrong move:

Forgetting to divide by the coefficient of for composite functions, e.g.

Why:

You forget to apply the reverse chain rule for linear inner functions

Correct move:

Always divide by the derivative of the linear term, so

Wrong move:

Skipping polynomial division for improper rational functions

Why:

You cannot decompose an improper rational function into partial fractions correctly, leading to an incorrect result

Correct move:

Always check the degrees of numerator and denominator, divide first if the fraction is improper

6. Quick Reference Cheatsheet

Integral Type

Formula / Rule

Key Notes

Composite

Divide by , add

Integration by substitution

Change limits for definite integrals

Integration by parts

Choose by LIATE rule

Keep absolute value

Recall for P3

Improper rational function

Divide first, then decompose to partial fractions

Don't skip the division step

7. Frequently Asked

Do I need to memorize all standard integral results for P3?

Yes, most standard integrals for P3 are not provided in the formula booklet, so you are expected to recall them.

Do I have to show full working for substitution steps?

Yes, full marks require you to show all substitution steps, even if you arrive at the correct final answer.

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.

  • 2023 Β· 3

    Integration by parts problem

  • 2022 Β· 3

    Partial fraction integration

  • 2021 Β· 3

    Substitution definite integral

What's Next

Mastering core integration techniques is the foundation for almost all remaining topics in CIE Pure 3, including volumes of revolution, solving differential equations, and further calculus applications. Integration questions are often weighted heavily in Paper 3, and frequently combine multiple techniques (e.g. substitution after partial fractions, repeated integration by parts) into a single problem. Building fluency with these methods now will help you tackle harder, higher-mark questions efficiently in your final exam.