Integration
x

Revision notes for Edexcel A Level Maths Integration. Open each subtopic for explanations, worked examples, and summaries of 11.1 Integrating Standard Functions, 11.2 Integrating f(ax + b), 11.3 Using Trigonometric Identities, 11.4 Reverse Chain Rule, 11.5 Integration by Substitution, 11.6 Integration by Parts, 11.7 Partial Fractions, 11.8 Finding Areas, 11.9 The Trapezium Rule, 11.10 Solving Differential Equations, and 11.11 Modelling with Differential Equations. Written against the Edexcel A Level Maths (9MA0) specification, so the content matches what's examinable rather than general Maths background.

Integration

What you'll learn

  • How integration reverses differentiation, including why you need a constant of integration.

  • How to integrate powers, exponentials, logs and trigonometric functions.

  • How substitution, integration by parts and partial fractions help with harder integrals.

  • How integration is used for areas, parametric curves, differential equations and estimates.

1. The big idea: integration reverses differentiation

Integration is the opposite process to differentiation. If differentiating tells you the gradient function, integrating helps you recover the original function.

Integration reverses differentiation but gives a family of curves that differ by a constant.

Definition

Indefinite integral

An indefinite integral such as ∫f(x) dx\int f(x)\,dx∫f(x)dx means “find all functions whose derivative is f(x)f(x)f(x)”. The symbol dxdxdx tells you the variable, and +c+c+c is the constant of integration because constants disappear when differentiated.

Key Idea

Reverse the differentiation rules

  • For n≠−1n \neq -1n=−1, ∫xn dx=xn+1n+1+c\int x^n\,dx=\frac{x^{n+1}}{n+1}+c∫xndx=n+1xn+1​+c.

  • The special case is ∫1x dx=ln⁡∣x∣+c\int \frac{1}{x}\,dx=\ln|x|+c∫x1​dx=ln∣x∣+c.

  • If the expression is a linear bracket like ax+bax+bax+b, divide by the derivative of the bracket, so divide by aaa.

Example

Basic algebraic integrals

  1. Find

    I1=∫(5x−3+2(4x+1)3) dxI_1=\int \left(\sqrt{5x-3}+\frac{2}{(4x+1)^3}\right)\,dxI1​=∫(5x−3​+(4x+1)32​)dx
  2. Rewrite using powers, then apply the reverse chain rule:

    I1=∫((5x−3)1/2+2(4x+1)−3) dx=215(5x−3)3/2−14(4x+1)−2+c\begin{aligned} I_1 &=\int \left((5x-3)^{1/2}+2(4x+1)^{-3}\right)\,dx \\ &=\frac{2}{15}(5x-3)^{3/2}-\frac{1}{4}(4x+1)^{-2}+c \end{aligned}I1​​=∫((5x−3)1/2+2(4x+1)−3)dx=152​(5x−3)3/2−41​(4x+1)−2+c​
  3. For a definite log-style integral, find

    I2=∫0163x+2 dxI_2=\int_0^1 \frac{6}{3x+2}\,dxI2​=∫01​3x+26​dx
  4. The derivative of 3x+23x+23x+2 is 3, so the numerator is twice that derivative:

    I2=[2ln⁡(3x+2)]01=2ln⁡5−2ln⁡2=2ln⁡(52)I_2=\left[2\ln(3x+2)\right]_0^1=2\ln5-2\ln2=2\ln\left(\frac{5}{2}\right)I2​=[2ln(3x+2)]01​=2ln5−2ln2=2ln(25​)
Common Mistake

Forgetting the hidden derivative

If you integrate (5x−3)1/2(5x-3)^{1/2}(5x−3)1/2 as 23(5x−3)3/2\frac{2}{3}(5x-3)^{3/2}32​(5x−3)3/2, differentiating gives five times too much. Always divide by the derivative of the bracket.

2. Trigonometric integrals and identities

For A-Level calculus, trigonometric angles are in radians unless told otherwise. You need to know the derivative facts so that you can reverse them confidently.

Useful identities include:

The double-angle identities show how squared trigonometric graphs can be rewritten before integration.

tan⁡2θ=sec⁡2θ−1sin⁡2x=1−cos⁡2x2cos⁡2x=1+cos⁡2x2\begin{aligned} \tan^2\theta &= \sec^2\theta-1 \\ \sin^2x &= \frac{1-\cos2x}{2} \\ \cos^2x &= \frac{1+\cos2x}{2} \end{aligned}tan2θsin2xcos2x​=sec2θ−1=21−cos2x​=21+cos2x​​
Tip

Differentiate to check

For trig integrals, a quick derivative check is very powerful. For example, differentiating tan⁡(4x)\tan(4x)tan(4x) gives 4sec⁡2(4x)4\sec^2(4x)4sec2(4x), so integrating sec⁡2(4x)\sec^2(4x)sec2(4x) must introduce a factor of 14\frac{1}{4}41​.

Example

Trig functions and a squared integral

  1. Find

    I=∫(3sec⁡2(2x)−4cosec⁡(5x)cot⁡(5x)) dxI=\int\left(3\sec^2(2x)-4\operatorname{cosec}(5x)\cot(5x)\right)\,dxI=∫(3sec2(2x)−4cosec(5x)cot(5x))dx
  2. Use ddxtan⁡(2x)=2sec⁡2(2x)\frac{d}{dx}\tan(2x)=2\sec^2(2x)dxd​tan(2x)=2sec2(2x) and ddxcosec⁡(5x)=−5cosec⁡(5x)cot⁡(5x)\frac{d}{dx}\operatorname{cosec}(5x)=-5\operatorname{cosec}(5x)\cot(5x)dxd​cosec(5x)=−5cosec(5x)cot(5x):

    I=32tan⁡(2x)+45cosec⁡(5x)+cI=\frac{3}{2}\tan(2x)+\frac{4}{5}\operatorname{cosec}(5x)+cI=23​tan(2x)+54​cosec(5x)+c
  3. Now find

    J=∫0π2cos⁡2x dxJ=\int_0^{\frac{\pi}{2}}\cos^2x\,dxJ=∫02π​​cos2xdx
  4. Replace cos⁡2x\cos^2xcos2x using the double-angle identity, then integrate:

    J=∫0π21+cos⁡2x2 dx=[x2+sin⁡2x4]0π2=π4\begin{aligned} J&=\int_0^{\frac{\pi}{2}}\frac{1+\cos2x}{2}\,dx \\ &=\left[\frac{x}{2}+\frac{\sin2x}{4}\right]_0^{\frac{\pi}{2}} \\ &=\frac{\pi}{4} \end{aligned}J​=∫02π​​21+cos2x​dx=[2x​+4sin2x​]02π​​=4π​​

3. Integration by substitution

Definition

Substitution

A substitution changes the variable in an integral, usually from xxx to uuu, so that a complicated expression becomes simpler. It is the reverse of the chain rule.

For definite integrals, you can either change back to xxx before substituting the limits, or change the limits into uuu-values straight away. Do not mix the two methods.

Changing variables in a definite integral also changes the limits.

Example

Changing limits with u=1+cosx

  1. Find

    I=∫0π2sin⁡x1+cos⁡x dxI=\int_0^{\frac{\pi}{2}}\frac{\sin x}{1+\cos x}\,dxI=∫02π​​1+cosxsinx​dx
  2. Let u=1+cos⁡xu=1+\cos xu=1+cosx, so dudx=−sin⁡x\frac{du}{dx}=-\sin xdxdu​=−sinx and therefore sin⁡x dx=−du\sin x\,dx=-dusinxdx=−du.

  3. Change the limits: when x=0x=0x=0, u=2u=2u=2; when x=π2x=\frac{\pi}{2}x=2π​, u=1u=1u=1.

  4. Substitute carefully, including the minus sign:

    I=∫21−1u du=∫121u du=[ln⁡u]12=ln⁡2\begin{aligned} I&=\int_2^1 -\frac{1}{u}\,du \\ &=\int_1^2 \frac{1}{u}\,du \\ &=\left[\ln u\right]_1^2=\ln2 \end{aligned}I​=∫21​−u1​du=∫12​u1​du=[lnu]12​=ln2​
Common Mistake

Mixing variables

If you change the limits into uuu-values, finish the integral in uuu. If you want to use the original xxx-limits, change your answer back to xxx first.

4. Integration by parts

Integration by parts is the product rule in reverse. Use it when your integrand is a product, especially involving xxx, ln⁡x\ln xlnx, exponentials or trig functions.

Integration by parts comes from reversing the product rule and splitting a product into chosen parts.

∫udvdx dx=uv−∫vdudx dx\int u\frac{dv}{dx}\,dx=uv-\int v\frac{du}{dx}\,dx∫udxdv​dx=uv−∫vdxdu​dx
Example

A product like xsinx

  1. Let

    I=∫xsin⁡x dxI=\int x\sin x\,dxI=∫xsinxdx
  2. Choose u=xu=xu=x and dvdx=sin⁡x\frac{dv}{dx}=\sin xdxdv​=sinx, so dudx=1\frac{du}{dx}=1dxdu​=1 and v=−cos⁡xv=-\cos xv=−cosx.

  3. Substitute into the formula:

    I=x(−cos⁡x)−∫(−cos⁡x)(1) dx=−xcos⁡x+∫cos⁡x dx=−xcos⁡x+sin⁡x+c\begin{aligned} I&=x(-\cos x)-\int(-\cos x)(1)\,dx \\ &=-x\cos x+\int\cos x\,dx \\ &=-x\cos x+\sin x+c \end{aligned}I​=x(−cosx)−∫(−cosx)(1)dx=−xcosx+∫cosxdx=−xcosx+sinx+c​
  4. A quick check is that differentiating −xcos⁡x+sin⁡x-x\cos x+\sin x−xcosx+sinx gives xsin⁡xx\sin xxsinx.

5. Algebraic integration and partial fractions

Definition

Partial fractions

Partial fractions rewrite one complicated rational expression as a sum of simpler fractions. They are useful because terms like 1x+a\frac{1}{x+a}x+a1​ integrate to logarithms.

If the numerator has degree greater than or equal to the denominator, use algebraic division first. For repeated factors, include every power of the factor.

Example

Partial fractions before integrating

  1. Decompose

    3x(x+1)(x−2)\frac{3x}{(x+1)(x-2)}(x+1)(x−2)3x​
  2. Write

    3x(x+1)(x−2)=Ax+1+Bx−2\frac{3x}{(x+1)(x-2)}=\frac{A}{x+1}+\frac{B}{x-2}(x+1)(x−2)3x​=x+1A​+x−2B​
  3. Multiply through by (x+1)(x−2)(x+1)(x-2)(x+1)(x−2) and compare coefficients:

    3x=A(x−2)+B(x+1)3x=A(x-2)+B(x+1)3x=A(x−2)+B(x+1)
  4. Match coefficients of xxx and constants:

    A+B=3,−2A+B=0⇒A=1, B=2A+B=3,\qquad -2A+B=0 \Rightarrow A=1,\ B=2A+B=3,−2A+B=0⇒A=1, B=2
  5. Integrate the simpler form:

    ∫3x(x+1)(x−2) dx=ln⁡∣x+1∣+2ln⁡∣x−2∣+c\int\frac{3x}{(x+1)(x-2)}\,dx=\ln|x+1|+2\ln|x-2|+c∫(x+1)(x−2)3x​dx=ln∣x+1∣+2ln∣x−2∣+c
Common Mistake

Vertical asymptotes

For indefinite integrals, use modulus signs in ln⁡∣x−a∣\ln|x-a|ln∣x−a∣. For definite integrals, check the interval does not cross a point where the denominator is zero.

6. Areas, including parametric curves

A definite integral gives signed area. If the curve is above the xxx-axis, the area is positive. If finding the area between two curves, integrate “upper curve minus lower curve”.

Definite integrals count area above the x-axis as positive and area below it as negative.

Definition

Parametric equations

Parametric equations describe xxx and yyy using a third variable, often ttt. For area under a parametric curve, use A=∫y dx=∫y(t)dxdt dtA=\int y\,dx=\int y(t)\frac{dx}{dt}\,dtA=∫ydx=∫y(t)dtdx​dt.

For a parametric curve, the area element is the height y(t) times the horizontal change dx.

Example

Area under a parametric curve

  1. A curve is given by x=2sin⁡tx=2\sin tx=2sint, y=3sin⁡2ty=3\sin2ty=3sin2t, where 0≤t≤π20\leq t\leq \frac{\pi}{2}0≤t≤2π​. Since xxx increases from 0 to 2, use the area formula directly.

  2. Differentiate xxx with respect to ttt:

    dxdt=2cos⁡t\frac{dx}{dt}=2\cos tdtdx​=2cost
  3. Substitute into A=∫ydxdt dtA=\int y\frac{dx}{dt}\,dtA=∫ydtdx​dt:

    A=∫0π23sin⁡2t(2cos⁡t) dt=∫0π212sin⁡tcos⁡2t dt\begin{aligned} A&=\int_0^{\frac{\pi}{2}}3\sin2t(2\cos t)\,dt \\ &=\int_0^{\frac{\pi}{2}}12\sin t\cos^2t\,dt \end{aligned}A​=∫02π​​3sin2t(2cost)dt=∫02π​​12sintcos2tdt​
  4. Use u=cos⁡tu=\cos tu=cost, so du=−sin⁡t dtdu=-\sin t\,dtdu=−sintdt, with limits u=1u=1u=1 to u=0u=0u=0:

    A=∫10−12u2 du=∫0112u2 du=4A=\int_1^0 -12u^2\,du=\int_0^1 12u^2\,du=4A=∫10​−12u2du=∫01​12u2du=4
Common Mistake

Negative parametric area

If dxdt\frac{dx}{dt}dtdx​ is negative over the interval, ∫ydxdt dt\int y\frac{dx}{dt}\,dt∫ydtdx​dt may give a negative signed area. Reverse the limits or take the positive area when the question asks for area.

7. Differential equations

Definition

Differential equation

A differential equation contains a derivative, such as dydx\frac{dy}{dx}dxdy​. It is separable if you can rearrange it so all the yyy terms are with dydydy and all the xxx terms are with dxdxdx.

When a rate is directly proportional to the amount present, you often get an exponential model such as P=AektP=Ae^{kt}P=Aekt.

Example

Solving a separable differential equation

  1. Solve dydx=(y+2)2\frac{dy}{dx}=(y+2)^2dxdy​=(y+2)2, given that y=−1y=-1y=−1 when x=0x=0x=0.

  2. Separate the variables:

    1(y+2)2 dy=dx\frac{1}{(y+2)^2}\,dy=dx(y+2)21​dy=dx
  3. Integrate both sides:

    −1y+2=x+c-\frac{1}{y+2}=x+c−y+21​=x+c
  4. Use the initial condition:

    −1=0+c⇒c=−1-1=0+c \Rightarrow c=-1−1=0+c⇒c=−1
  5. Rearrange into the form y=f(x)y=f(x)y=f(x):

    −1y+2=x−1⇒1y+2=1−x⇒y=11−x−2-\frac{1}{y+2}=x-1 \Rightarrow \frac{1}{y+2}=1-x \Rightarrow y=\frac{1}{1-x}-2−y+21​=x−1⇒y+21​=1−x⇒y=1−x1​−2

8. The trapezium rule

The trapezium rule estimates an area by splitting it into trapezia. The vertical values used are called ordinates.

The trapezium rule replaces strips under a curve with trapezia whose parallel sides are the ordinates.

For width hhh and ordinates y0,y1,…,yny_0,y_1,\dots,y_ny0​,y1​,…,yn​,

∫aby dx≈h2(y0+yn+2(y1+y2+⋯+yn−1))\int_a^b y\,dx\approx \frac{h}{2}\left(y_0+y_n+2(y_1+y_2+\cdots+y_{n-1})\right)∫ab​ydx≈2h​(y0​+yn​+2(y1​+y2​+⋯+yn−1​))
Example

Using five ordinates

  1. Estimate ∫02ex/2 dx\int_0^2 e^{x/2}\,dx∫02​ex/2dx using ordinates at x=0,0.5,1,1.5,2x=0,0.5,1,1.5,2x=0,0.5,1,1.5,2. The corresponding values are 1.000, 1.284, 1.649, 2.117 and 2.718.

  2. There are four strips, so the strip width is 0.5.

  3. Substitute into the trapezium rule:

    Estimate=0.52(1.000+2.718+2(1.284+1.649+2.117))=3.4545\begin{aligned} \text{Estimate} &=\frac{0.5}{2}\left(1.000+2.718+2(1.284+1.649+2.117)\right) \\ &=3.4545 \end{aligned}Estimate​=20.5​(1.000+2.718+2(1.284+1.649+2.117))=3.4545​
  4. To three significant figures, the estimate is 3.45.

Tip

Overestimate or underestimate

Trapezia use straight chords. For a concave-up curve, the chords lie above the curve, so the estimate is an overestimate; for a concave-down curve, it is an underestimate.

Chord positions explain why the trapezium rule overestimates concave-up curves and underestimates concave-down curves.

Exam technique

In the exam

  1. For every indefinite integral, include +c+c+c unless the question is definite.

  2. Differentiate your answer quickly to check missing scale factors.

  3. In substitution, change the limits or change back to the original variable, but do not mix methods.

  4. For areas, decide whether you need signed area, positive area, or upper curve minus lower curve.

  5. Keep exact answers exact: simplify logs using laws of logarithms only at the end.

Self review

Check yourself

  • Why does ∫(2x+1)5 dx\int(2x+1)^5\,dx∫(2x+1)5dx need a factor involving the derivative of 2x+12x+12x+1?

  • In the substitution u=1+cos⁡xu=1+\cos xu=1+cosx, what happens to the limits x=0x=0x=0 and x=π2x=\frac{\pi}{2}x=2π​?

  • Which technique would you try first for ∫xln⁡x dx\int x\ln x\,dx∫xlnxdx, and why?

Recap questions

Test yourself with 5 quick questions on this guide. Answer them all correctly to complete it.

You've reached the end

Test yourself on this topic, or move on to the next guide.

Practice questionsTake a quick quiz on this topicFlashcardsSelf-test with active recall
VectorsUp next

How was this guide?

Integration Revision Guide

  1. A Level
  2. /Maths
  3. /Integration