EuraStudy
Notes/Mathematics/Integration
Notes · MathematicsUK · A-Levels

Integration

Integration is the reverse of differentiation and the tool for accumulating change. The A-Level covers indefinite integrals and the standard results, definite integrals as areas, the techniques of substitution and integration by parts and integration using partial fractions, and the forming and solving of differential equations by separating the variables.

4 sections·~9 min reading time·3 competencies·Level Standard 2 · Advanced 2

T·0999 / 20
Exam profile
AO1 · Integrate standard functions and evaluate definite integralsAO2 · Justify area and limit arguments and interpret the constant of integrationAO3 · Form and solve differential-equation models and interpret them
Operators:integratefindevaluateshow thatsolvedetermine

basic level

AS-Level covers integration of powers of xxx, indefinite and definite integrals, and areas under curves.

higher level

The full A-Level adds integration of exe^xex, 1x\tfrac{1}{x}x1​ and trigonometric functions, substitution, integration by parts, partial fractions and differential equations.

Depth

Reading depth: In depth

Text

Text size: Standard

Contents · 4 sections▾
  1. Integration
    • 01Indefinite integration and standard results◐
    • 02Definite integrals and areas◐
    • 03Techniques: substitution and by parts●
    • 04Differential equations●
§ 01

Indefinite integration and standard results#

●●○StandardLPDfE GCE Mathematics H1LPAQA 7357 H

The family of antiderivatives

y = x^2/2 + cGraph of c = 0, roots at x = 0, minimum at (0, 0), y-intercept at y = 0, on the interval x from -3 to 3, Graph of c = 2, minimum at (0, 2), y-intercept at y = 2, on the interval x from -3 to 3, Graph of c = -2, roots at x = -2, 2, minimum at (0, -2), y-intercept at y = -2, on the interval x from -3 to 3−3−2−1123−2246c = 0c = 2c = −2yx
Fig. 1∫x dx=12x2+c\displaystyle\int x\,dx = \tfrac{1}{2}x^2 + c∫xdx=21​x2+c: every value of ccc gives a curve with the same gradient function.

Key points

Integration is the reverse of differentiation: to integrate f(x)f(x)f(x) is to find a function whose derivative is f(x)f(x)f(x). Because differentiating a constant gives zero, any two antiderivatives differ by a constant, so an indefinite integral always carries an arbitrary constant of integration: ∫f(x) dx=F(x)+c\displaystyle\int f(x)\,dx = F(x) + c∫f(x)dx=F(x)+c. Omitting the +c+c+c is one of the most common and most easily avoided errors.
Reversing the power rule gives the fundamental result ∫xn dx=xn+1n+1+c\displaystyle\int x^{n}\,dx = \dfrac{x^{n+1}}{n + 1} + c∫xndx=n+1xn+1​+c, valid for all rational nnn except n=−1n = -1n=−1 (where the answer is ln⁡∣x∣\ln|x|ln∣x∣ instead). You raise the power by one and divide by the new power — exactly undoing 'multiply by the power, drop it by one'. Roots and reciprocals are integrated by first writing them as powers.
The other standard integrals mirror the standard derivatives: ∫ex dx=ex+c\displaystyle\int e^{x}\,dx = e^{x} + c∫exdx=ex+c, ∫1x dx=ln⁡∣x∣+c\displaystyle\int \dfrac{1}{x}\,dx = \ln|x| + c∫x1​dx=ln∣x∣+c, ∫cos⁡x dx=sin⁡x+c\displaystyle\int \cos x\,dx = \sin x + c∫cosxdx=sinx+c and ∫sin⁡x dx=−cos⁡x+c\displaystyle\int \sin x\,dx = -\cos x + c∫sinxdx=−cosx+c. Learning these as the reverse of the derivatives you already know is far more reliable than memorising them separately.
Integration is linear, so constant multiples come out and sums integrate term by term. When the integrand is a function of a linear expression, such as e2x+1e^{2x + 1}e2x+1 or (3x−1)4(3x - 1)^4(3x−1)4, you integrate as usual and divide by the derivative of the inner bracket — a reversal of the chain rule that handles the majority of routine integrals.
∫xn dx=xn+1n+1+c(n≠−1)\int x^{n}\,dx = \frac{x^{n+1}}{n + 1} + c \quad (n \neq -1)∫xndx=n+1xn+1​+c(n=−1)

Reverse power rule

Raise the power by one and divide by the new power; the exception n=−1n = -1n=−1 integrates to ln⁡∣x∣\ln|x|ln∣x∣.

∫1x dx=ln⁡∣x∣+c\int \frac{1}{x}\,dx = \ln|x| + c∫x1​dx=ln∣x∣+c

The exceptional case

The reciprocal integrates to the natural logarithm of the modulus.

Worked example

Integrating a sum of powers

Find ∫(6x2+2x3) dx\displaystyle\int \left(6x^2 + \dfrac{2}{x^3}\right)\,dx∫(6x2+x32​)dx.

  1. 01Write in index form

    ∫(6x2+2x−3) dx\displaystyle\int (6x^2 + 2x^{-3})\,dx∫(6x2+2x−3)dx.

  2. 02Integrate term by term

    6x33+2x−2−2+c=2x3−x−2+c\dfrac{6x^3}{3} + \dfrac{2x^{-2}}{-2} + c = 2x^3 - x^{-2} + c36x3​+−22x−2​+c=2x3−x−2+c.

    2x3−x−2+c2x^3 - x^{-2} + c2x3−x−2+c
  3. 03Tidy

    =2x3−1x2+c= 2x^3 - \dfrac{1}{x^2} + c=2x3−x21​+c.

Result: ∫(6x2+2x3)dx=2x3−1x2+c\displaystyle\int \left(6x^2 + \dfrac{2}{x^3}\right)dx = 2x^3 - \dfrac{1}{x^2} + c∫(6x2+x32​)dx=2x3−x21​+c.

Exam focus

  • Always include +c+c+c for an indefinite integral, and treat n=−1n = -1n=−1 separately as ln⁡∣x∣\ln|x|ln∣x∣.
  • Convert roots and reciprocals to index form before integrating.

Typical mistakes

  • Forgetting the constant of integration.
  • Applying xn+1n+1\dfrac{x^{n+1}}{n+1}n+1xn+1​ when n=−1n = -1n=−1, which divides by zero.

Active revision

Find ∫(3x2−4x2+x) dx\displaystyle\int \left(3x^2 - \dfrac{4}{x^2} + \sqrt{x}\right)\,dx∫(3x2−x24​+x​)dx.

Active recall

Recall the key points — then reveal.

Sources: Mathematics: AS and A level content (GCE subject content) (Department for Education) · AQA A-level Mathematics 7357 specification (AQA)

§ 02

Definite integrals and areas#

●●○StandardLPDfE GCE Mathematics H2-H3LPAQA 7357 H

Area under a curve

Area under y = x^2Graph of y = x^2, minimum at (0, 0), y-intercept at y = 0, on the interval x from -0.5 to 3−0.50.511.522.532468y = x2yx
Fig. 2∫02x2 dx=[x33]02=83\displaystyle\int_0^2 x^2\,dx = \left[\tfrac{x^3}{3}\right]_0^2 = \tfrac{8}{3}∫02​x2dx=[3x3​]02​=38​, the shaded area.

Key points

A definite integral ∫abf(x) dx\displaystyle\int_a^b f(x)\,dx∫ab​f(x)dx has numerical value F(b)−F(a)F(b) - F(a)F(b)−F(a), where FFF is any antiderivative of fff; the constant of integration cancels in the subtraction, so it is omitted. This is the fundamental theorem of calculus: differentiation and integration are inverse processes, and the accumulated change of fff over [a,b][a, b][a,b] is the difference in its antiderivative at the endpoints.
Geometrically, ∫abf(x) dx\displaystyle\int_a^b f(x)\,dx∫ab​f(x)dx is the signed area between the curve and the xxx-axis from x=ax = ax=a to x=bx = bx=b. Area below the axis counts as negative, so if a curve crosses the axis in the interval you must split the integral at the crossing points and take the modulus of each part to find the total physical area. Ignoring this sign convention is a classic source of wrong answers.
The area between two curves y=f(x)y = f(x)y=f(x) (upper) and y=g(x)y = g(x)y=g(x) (lower) is ∫ab(f(x)−g(x)) dx\displaystyle\int_a^b \big(f(x) - g(x)\big)\,dx∫ab​(f(x)−g(x))dx, where aaa and bbb are the xxx-coordinates of the points of intersection. You find the limits by solving f(x)=g(x)f(x) = g(x)f(x)=g(x), then integrate the difference 'top minus bottom'. This handles regions enclosed between a line and a curve, or between two curves.
Definite integrals obey useful properties: reversing the limits changes the sign, ∫ba=−∫ab\displaystyle\int_b^a = -\int_a^b∫ba​=−∫ab​, and the interval can be split, ∫ac=∫ab+∫bc\displaystyle\int_a^c = \int_a^b + \int_b^c∫ac​=∫ab​+∫bc​. These, together with the area interpretation, let you evaluate areas that would be awkward to compute in one piece.
∫abf(x) dx=F(b)−F(a)\int_a^b f(x)\,dx = F(b) - F(a)∫ab​f(x)dx=F(b)−F(a)

The fundamental theorem of calculus

Evaluate any antiderivative at the two limits and subtract; the constant cancels.

Area=∫ab(f(x)−g(x)) dx\text{Area} = \int_a^b \big(f(x) - g(x)\big)\,dxArea=∫ab​(f(x)−g(x))dx

Area between two curves

Integrate upper minus lower between the x-coordinates of the intersections.

Area between a line and a curve

Enclosed areaGraph of y = x + 2, roots at x = -2, y-intercept at y = 2, increasing, on the interval x from -2 to 3, Graph of y = x^2, roots at x = 0, minimum at (0, 0), y-intercept at y = 0, on the interval x from -2 to 3−2−1123−1123456y = x + 2y = x2yx
Fig. 3Between y=x+2y = x + 2y=x+2 and y=x2y = x^2y=x2 (meeting at x=−1x = -1x=−1 and x=2x = 2x=2), the enclosed area is 92\tfrac{9}{2}29​.
Worked example

Area between a line and a curve

Find the area enclosed between y=x+2y = x + 2y=x+2 and y=x2y = x^2y=x2.

  1. 01Find the intersections

    x+2=x2⇒x2−x−2=0⇒(x−2)(x+1)=0x + 2 = x^2 \Rightarrow x^2 - x - 2 = 0 \Rightarrow (x - 2)(x + 1) = 0x+2=x2⇒x2−x−2=0⇒(x−2)(x+1)=0, so x=−1x = -1x=−1 and x=2x = 2x=2.

  2. 02Integrate top minus bottom

    ∫−12((x+2)−x2) dx=[x22+2x−x33]−12\displaystyle\int_{-1}^{2}\big((x + 2) - x^2\big)\,dx = \left[\tfrac{x^2}{2} + 2x - \tfrac{x^3}{3}\right]_{-1}^{2}∫−12​((x+2)−x2)dx=[2x2​+2x−3x3​]−12​.

    ∫−12(x+2−x2) dx\int_{-1}^{2}(x + 2 - x^2)\,dx∫−12​(x+2−x2)dx
  3. 03Evaluate

    At x=2x = 2x=2: 2+4−83=1032 + 4 - \tfrac{8}{3} = \tfrac{10}{3}2+4−38​=310​. At x=−1x = -1x=−1: 12−2+13=−76\tfrac{1}{2} - 2 + \tfrac{1}{3} = -\tfrac{7}{6}21​−2+31​=−67​. Difference =103+76=92= \tfrac{10}{3} + \tfrac{7}{6} = \tfrac{9}{2}=310​+67​=29​.

Result: The enclosed area is 92=4.5\dfrac{9}{2} = 4.529​=4.5.

Exam focus

  • Split the integral where the curve crosses the axis and take the modulus of each part for a total area.
  • Find the limits for an area between curves by solving f(x)=g(x)f(x) = g(x)f(x)=g(x), then integrate 'top minus bottom'.

Typical mistakes

  • Reporting a negative definite integral as an area without accounting for the sign.
  • Using the wrong order (bottom minus top) when finding the area between two curves.

Active revision

Find the area enclosed between the curve y=4x−x2y = 4x - x^2y=4x−x2 and the xxx-axis.

Active recall

Recall the key points — then reveal.

Sources: Mathematics: AS and A level content (GCE subject content) (Department for Education) · AQA A-level Mathematics 7357 specification (AQA)

§ 03

Techniques: substitution and by parts#

●●●AdvancedLPDfE GCE Mathematics H4-H5LPAQA 7357 H

Key points

Integration by substitution reverses the chain rule by changing to a new variable uuu. You choose u=g(x)u = g(x)u=g(x), compute dudx\dfrac{du}{dx}dxdu​ so that du=g′(x) dxdu = g'(x)\,dxdu=g′(x)dx, and rewrite the whole integral — integrand and dxdxdx — in terms of uuu. The substitution is well chosen when the integral in uuu is a standard one. For a definite integral you must also change the limits to uuu-values, or convert back to xxx before substituting the original limits.
A frequent pattern is an integral containing a function and (a multiple of) its derivative, such as ∫2x ex2 dx\displaystyle\int 2x\,e^{x^2}\,dx∫2xex2dx: putting u=x2u = x^2u=x2 gives du=2x dxdu = 2x\,dxdu=2xdx and the integral becomes ∫eu du=eu+c=ex2+c\displaystyle\int e^{u}\,du = e^{u} + c = e^{x^2} + c∫eudu=eu+c=ex2+c. Recognising this 'function-and-its-derivative' structure is the main skill, and it also gives the standard result ∫f′(x)f(x) dx=ln⁡∣f(x)∣+c\displaystyle\int \dfrac{f'(x)}{f(x)}\,dx = \ln|f(x)| + c∫f(x)f′(x)​dx=ln∣f(x)∣+c.
Integration by parts reverses the product rule and is used for integrals of products such as xexx e^{x}xex or xcos⁡xx\cos xxcosx. The formula is ∫u dvdx dx=uv−∫v dudx dx\displaystyle\int u\,\dfrac{dv}{dx}\,dx = uv - \int v\,\dfrac{du}{dx}\,dx∫udxdv​dx=uv−∫vdxdu​dx; you choose uuu to be the part that simplifies when differentiated (often the polynomial) and dvdx\dfrac{dv}{dx}dxdv​ to be the part you can integrate. A helpful priority for choosing uuu is 'logs, then powers, then exponentials/trigonometric'.
Some integrals need parts applied twice, or a clever trick such as integrating ln⁡x\ln xlnx by taking u=ln⁡xu = \ln xu=lnx and dvdx=1\dfrac{dv}{dx} = 1dxdv​=1. Choosing the parts wisely is what turns a hard integral into a routine one; a poor choice makes the remaining integral worse, which is the signal to swap the roles of uuu and dvdx\dfrac{dv}{dx}dxdv​.
∫u dvdx dx=uv−∫v dudx dx\int u\,\frac{dv}{dx}\,dx = uv - \int v\,\frac{du}{dx}\,dx∫udxdv​dx=uv−∫vdxdu​dx

Integration by parts

Choose uuu to simplify on differentiating; dvdx\tfrac{dv}{dx}dxdv​ must be integrable.

∫f′(x)f(x) dx=ln⁡∣f(x)∣+c\int \frac{f'(x)}{f(x)}\,dx = \ln|f(x)| + c∫f(x)f′(x)​dx=ln∣f(x)∣+c

A standard substitution result

When the numerator is the derivative of the denominator, the integral is a logarithm.

Worked example

Integration by parts

Find ∫xex dx\displaystyle\int x e^{x}\,dx∫xexdx.

  1. 01Choose the parts

    Let u=xu = xu=x (simplifies on differentiating) and dvdx=ex\dfrac{dv}{dx} = e^{x}dxdv​=ex, so dudx=1\dfrac{du}{dx} = 1dxdu​=1 and v=exv = e^{x}v=ex.

  2. 02Apply the formula

    ∫xex dx=xex−∫ex⋅1 dx\displaystyle\int x e^{x}\,dx = x e^{x} - \int e^{x}\cdot 1\,dx∫xexdx=xex−∫ex⋅1dx.

    ∫xex dx=xex−∫ex dx\int x e^{x}\,dx = x e^{x} - \int e^{x}\,dx∫xexdx=xex−∫exdx
  3. 03Finish

    =xex−ex+c=ex(x−1)+c= x e^{x} - e^{x} + c = e^{x}(x - 1) + c=xex−ex+c=ex(x−1)+c.

Result: ∫xex dx=ex(x−1)+c\displaystyle\int x e^{x}\,dx = e^{x}(x - 1) + c∫xexdx=ex(x−1)+c.

Exam focus

  • For a definite integral by substitution, change the limits to the new variable (or convert back before substituting).
  • Choose uuu in 'by parts' so that its derivative is simpler; use the log-power-exponential priority.

Typical mistakes

  • Forgetting to change the limits when substituting in a definite integral.
  • Choosing uuu and dvdx\dfrac{dv}{dx}dxdv​ so that the remaining integral is harder than the original.

Active revision

Find (a) ∫xx2+1 dx\displaystyle\int x\sqrt{x^2 + 1}\,dx∫xx2+1​dx by substitution and (b) ∫xsin⁡x dx\displaystyle\int x\sin x\,dx∫xsinxdx by parts.

Active recall

Recall the key points — then reveal.

Sources: Mathematics: AS and A level content (GCE subject content) (Department for Education) · AQA A-level Mathematics 7357 specification (AQA)

§ 04

Differential equations#

●●●AdvancedLPDfE GCE Mathematics H6LPAQA 7357 H

Solution of a growth equation

Solution curveGraph of P = 100 e^{0.15t}, y-intercept at y = 100, increasing, on the interval x from 0 to 1224681012100200300400500600P0 = 100P = 100e0.15tPt
Fig. 4dPdt=0.15P\dfrac{dP}{dt} = 0.15PdtdP​=0.15P with P(0)=100P(0) = 100P(0)=100 solves to P=100e0.15tP = 100e^{0.15t}P=100e0.15t.

Key points

A differential equation relates a quantity to its rate of change; the A-Level treats first-order equations that separate. Many models arise directly from a modelling statement: 'the rate of growth is proportional to the population' becomes dPdt=kP\dfrac{dP}{dt} = kPdtdP​=kP; 'the rate of cooling is proportional to the temperature difference' becomes dθdt=−k(θ−θ0)\dfrac{d\theta}{dt} = -k(\theta - \theta_0)dtdθ​=−k(θ−θ0​). Translating the words into an equation is the first, examined, step.
The method of separation of variables solves any equation of the form dydx=f(x)g(y)\dfrac{dy}{dx} = f(x)g(y)dxdy​=f(x)g(y). You gather all the yyy-terms on one side and all the xxx-terms on the other, 1g(y) dy=f(x) dx\dfrac{1}{g(y)}\,dy = f(x)\,dxg(y)1​dy=f(x)dx, and integrate both sides. This yields the general solution, containing one arbitrary constant, which represents a whole family of solution curves.
The general solution becomes a particular solution once a boundary or initial condition fixes the constant. For dPdt=kP\dfrac{dP}{dt} = kPdtdP​=kP, separating gives ln⁡P=kt+c\ln P = kt + clnP=kt+c, so P=AektP = Ae^{kt}P=Aekt; the condition P=P0P = P_0P=P0​ at t=0t = 0t=0 fixes A=P0A = P_0A=P0​, recovering the exponential growth model met earlier. This is why exponential models are exactly the solutions of proportional-rate equations.
Interpreting the solution in context and checking its behaviour completes the modelling cycle. You should be able to state what the solution predicts, identify any long-term (steady-state) value, and comment on the model's limitations — for example that unbounded exponential growth cannot continue indefinitely, motivating a refined model.
dydx=f(x)g(y) ⇒ ∫1g(y) dy=∫f(x) dx\frac{dy}{dx} = f(x)g(y) \ \Rightarrow\ \int \frac{1}{g(y)}\,dy = \int f(x)\,dxdxdy​=f(x)g(y) ⇒ ∫g(y)1​dy=∫f(x)dx

Separation of variables

Separate the variables to opposite sides and integrate both.

dPdt=kP ⇒ P=P0ekt\frac{dP}{dt} = kP \ \Rightarrow\ P = P_0 e^{kt}dtdP​=kP ⇒ P=P0​ekt

The proportional-growth solution

The constant is fixed by the initial value P0P_0P0​; growth for k>0k>0k>0, decay for k<0k<0k<0.

Worked example

Separating the variables

Solve dydx=xy\dfrac{dy}{dx} = xydxdy​=xy given that y=2y = 2y=2 when x=0x = 0x=0.

  1. 01Separate

    1y dy=x dx\dfrac{1}{y}\,dy = x\,dxy1​dy=xdx (valid for y≠0y \neq 0y=0).

  2. 02Integrate both sides

    ln⁡∣y∣=12x2+c\ln|y| = \tfrac{1}{2}x^2 + cln∣y∣=21​x2+c, so y=Aex2/2y = Ae^{x^2/2}y=Aex2/2 where A=ecA = e^{c}A=ec.

    ln⁡∣y∣=12x2+c\ln|y| = \tfrac{1}{2}x^2 + cln∣y∣=21​x2+c
  3. 03Apply the condition

    At x=0x = 0x=0, y=2y = 2y=2: 2=Ae0=A2 = Ae^{0} = A2=Ae0=A, so A=2A = 2A=2.

Result: y=2ex2/2y = 2e^{x^2/2}y=2ex2/2.

Exam focus

  • Translate a proportionality statement into a differential equation, including the sign of the constant.
  • Use the initial condition to find the arbitrary constant and give the particular solution.

Typical mistakes

  • Integrating without separating the variables first.
  • Leaving the answer as a general solution when a boundary condition was given (so a particular solution was required).

Active revision

A tank drains so that dVdt=−0.4V\dfrac{dV}{dt} = -0.4\sqrt{V}dtdV​=−0.4V​. Given V=100V = 100V=100 when t=0t = 0t=0, find VVV as a function of ttt and the time at which the tank is empty.

Active recall

Recall the key points — then reveal.

Sources: Mathematics: AS and A level content (GCE subject content) (Department for Education) · AQA A-level Mathematics 7357 specification (AQA)

Contents

Section -- / 04

    • 01Indefinite integration and standard results◐
    • 02Definite integrals and areas◐
    • 03Techniques: substitution and by parts●
    • 04Differential equations●

0/4 Read

From notes into training

Integration

Reinforce this topic with matching tasks from the question bank.

~9
min
3
Competencies
Practise

References & sources

Sources

Department for Education

  • Mathematics: AS and A level content (GCE subject content)

AQA

  • AQA A-level Mathematics 7357 specification

Previous topic

Differentiation

Next topic

Numerical methods

EuraStudy·Notes T·09·MMXXVI

Carry on to the next topic — your learning path is kept.