At the start of your calculus journey, integration seems straightforward: you simply reverse the power rule of differentiation term by term. However, as you progress to A-Level Mathematics, integrands become more complex. You will routinely encounter products, fractions, and composite functions that cannot be integrated directly.

The true challenge of an exam is not just executing the calculus itself, but diagnosing which technique to apply to a given problem. This guide provides a strategic decision-making framework to help you navigate advanced integration techniques and includes an exam-style integration techniques worksheet to test your skills.

The best Maths tutors available
Poonam
5
5 (74 reviews)
Poonam
£100
/h
Gift icon
1st lesson free!
Paolo
4.9
4.9 (83 reviews)
Paolo
£35
/h
Gift icon
1st lesson free!
Sehaj
4.9
4.9 (60 reviews)
Sehaj
£60
/h
Gift icon
1st lesson free!
Anthony
5
5 (86 reviews)
Anthony
£15
/h
Gift icon
1st lesson free!
Johann
5
5 (60 reviews)
Johann
£50
/h
Gift icon
1st lesson free!
Tomi
5
5 (40 reviews)
Tomi
£75
/h
Gift icon
1st lesson free!
Imad
5
5 (27 reviews)
Imad
£95
/h
Gift icon
1st lesson free!
Harjinder
4.9
4.9 (165 reviews)
Harjinder
£25
/h
Gift icon
1st lesson free!
Poonam
5
5 (74 reviews)
Poonam
£100
/h
Gift icon
1st lesson free!
Paolo
4.9
4.9 (83 reviews)
Paolo
£35
/h
Gift icon
1st lesson free!
Sehaj
4.9
4.9 (60 reviews)
Sehaj
£60
/h
Gift icon
1st lesson free!
Anthony
5
5 (86 reviews)
Anthony
£15
/h
Gift icon
1st lesson free!
Johann
5
5 (60 reviews)
Johann
£50
/h
Gift icon
1st lesson free!
Tomi
5
5 (40 reviews)
Tomi
£75
/h
Gift icon
1st lesson free!
Imad
5
5 (27 reviews)
Imad
£95
/h
Gift icon
1st lesson free!
Harjinder
4.9
4.9 (165 reviews)
Harjinder
£25
/h
Gift icon
1st lesson free!
Let's go

The A-Level Integration Decision Framework

When you see an integral in an exam, do not guess the method. Run it through this structural checklist from top to bottom:

Integrand FeatureBest TechniqueMathematical Indicator
Fraction where the numerator is a scalar multiple of the denominator's derivativeIntegration by Recognition
A composite function multiplied by a scalar multiple of its internal derivativeReverse Chain Rule / Recognition
A product of two distinct, unrelated function families (e.g. Algebraic * Exponential)Integration by Parts
A complex composite function where a linear term is trapped inside a root or powerIntegration by SubstitutionSet equal to the trapped 'inside' function
An algebraic fraction with a denominator that factorizes into linear bracketsPartial Fractions first
Even powers of sine or cosineTrigonometric IdentitiesUse double-angle identities to eliminate the squared terms

Core Techniques and Worked Examples

1. Integration by Recognition (Reverse Chain Rule)

Recognition is the fastest integration technique. It is used when an expression is a configuration of an outer function containing an inner function, multiplied by the inner function's derivative.

The Logarithmic Standard Form

A crucial recognition form to memorise is:

f(x)f(x),dx=ln|f(x)|+c\int \dfrac{f'(x)}{f(x)} , dx = \ln|f(x)| + c

Worked Example

Find:

6x2x3+5,dx\int \dfrac{6x^2}{x^3 + 5} , dx

Solution:

  • Calculate the derivative of the denominator:

f(x)=x3+5f(x) = x^3 + 5

f(x)=3x2f'(x) = 3x^2
  • Notice that the numerator is exactly twice the derivative of the denominator:

2×3x2=6x22 \times 3x^2 = 6x^2

  • Factor out the constant to expose the standard form:

23x2x3+5,dx2 \int \dfrac{3x^2}{x^3 + 5} , dx

Integrate directly by recognition:

2ln|x3+5|+c2\ln|x^3 + 5| + c

2. Integration by Substitution (u-Substitution)

Substitution acts as a powerful alternative when recognition is difficult to spot or when a linear function is trapped inside a power or radical bracket, blocking algebraic expansion.

Worked Example

Find:

x(2x1)4,dx\int x(2x - 1)^4 , dx

Solution:

Expanding the brackets using the binomial theorem is tedious. Instead, substitute the trapped inner linear expression.

  • Define u:
u=2x1u = 2x - 1
  • Differentiate and find dx:

dudx=2dx=du2\dfrac{du}{dx} = 2 \implies dx = \dfrac{du}{2}

  • Rearrange for the remaining x:
u=2x1x=u+12u = 2x - 1 \implies x = \dfrac{u + 1}{2}

  • Substitute everything back into the integral:

(u+12)(u)4(du2)\int \left(\dfrac{u + 1}{2}\right) (u)^4 \left(\dfrac{du}{2}\right)

  • Pull out constants and simplify the algebra:

14(u+1)u4,du=14(u5+u4),du\dfrac{1}{4} \int (u + 1)u^4 , du = \dfrac{1}{4} \int (u^5 + u^4) , du

  • Integrate using the standard power rule:

14[u66+u55]+c=u624+u520+c\dfrac{1}{4} \left[ \dfrac{u^6}{6} + \dfrac{u^5}{5} \right] + c = \dfrac{u^6}{24} + \dfrac{u^5}{20} + c

  • Substitute the original x-expression back in:

(2x1)624+(2x1)520+c\dfrac{(2x - 1)^6}{24} + \dfrac{(2x - 1)^5}{20} + c

3. Integration by Parts

Use Integration by Parts when the integrand is a product of two independent, distinct function families.

udvdxdx=uvvdudxdx\int u \frac{dv}{dx} \, dx = uv - \int v \frac{du}{dx} \, dx

To choose which function becomes u, use the LATE priority system: Logarithmic, Algebraic, Trigonometric, Exponential.

Worked Example

Find:

3xe2x,dx\int 3x e^{2x} , dx

Solution:

  • This is a product of an algebraic function () and an exponential function (). Following the LATE rule, Algebraic comes before Exponential, so we set .
  • Differentiate and integrate dv/dx:
u=3xdudx=3u = 3x \implies \dfrac{du}{dx} = 3

dvdx=e2xv=12e2x\dfrac{dv}{dx} = e^{2x} \implies v = \dfrac{1}{2}e^{2x}

  • Apply the Integration by Parts formula:

3xe2x,dx=(3x)(12e2x)(12e2x)(3),dx\int 3x e^{2x} , dx = (3x)\left(\dfrac{1}{2}e^{2x}\right) - \int \left(\dfrac{1}{2}e^{2x}\right)(3) , dx

  • Simplify and complete the final remaining integral:

=32xe2x32e2x,dx= \dfrac{3}{2}x e^{2x} - \dfrac{3}{2} \int e^{2x} , dx

=32xe2x34e2x+c= \dfrac{3}{2}x e^{2x} - \dfrac{3}{4}e^{2x} + c

Practice Questions and Solutions

1

Evaluate the following indefinite integral:

Solution

The expression outside the bracket () is a scalar multiple of the derivative of the inside function (). This can be solved quickly by Recognition (or alternatively by setting ).

Adjust the constants outside the operator to set up the clean reverse chain rule form:

Increase the outer power by one and divide by that value:

2

Find the general solution for the trigonometric fractional product:

Solution

This is a product of an algebraic term () and a trigonometric term (). This requires Integration by Parts.


Following the LATE rule, prioritize the algebraic term for :

Apply the standard components to the formula:

Recall that the standard lookup integral for is :

3

Determine the general antiderivative for the following rational algebraic expression:

Solution

The numerator is not the derivative of the denominator, and it is a rational algebraic fraction. Factorize the denominator to see if it can be broken down using Partial Fractions.

Set up the partial fraction identity:

Multiply through by the common denominator:

Set:

Set:

Rewrite the original integral as two separate components and integrate using the logarithmic standard form:

4

Find the exact area under the curve given by the following definite limits:

Solution

This is an even power of a single trigonometric function. It cannot be integrated directly. You must use a Trigonometric Identity first to remove the squared power.

Recall the cosine double-angle identity:

Substitute this linear conversion into the definite boundaries:

Substitute the upper boundary limit ():

Substitute the lower boundary limit ():

Subtract the limits to find the final exact value:

5

Evaluate the following integral using an appropriate substitution:

Solution

A linear function is trapped inside a square root in the denominator. This is a classic indicator for Integration by Substitution.


Let:

Rearrange the substitution to isolate the remaining variable: . Substitute these terms into the original integral:

Apply the standard power rule to the independent indices:

Substitute the original expression for back into the terms:

Summarise with AI:

Did you like this article? Rate it!

4.00 (4 rating(s))
Loading...

Gianpiero Placidi

UK-based Chemistry graduate with a passion for education, providing clear explanations and thoughtful guidance to inspire student success.