In A-Level Further Mathematics you meet integrals that push beyond the familiar territory of the standard definite integral. An improper integral is one where either the interval of integration is infinite, or the integrand has a discontinuity (a vertical asymptote) somewhere on the interval. Rather than evaluating such integrals blindly, we redefine them carefully as limits of ordinary definite integrals. This lesson develops both types rigorously, the test for convergence versus divergence, the comparison test, and the exam technique examiners reward.
1 Spec mapping (AQA 7367)
Improper integrals sit in the compulsory Pure content assessed on Paper 1 and Paper 2 (each 2 h, 100 marks, 33⅓%, with per-paper weighting AO1 55% / AO2 25% / AO3 20%). They form part of the "Further calculus" strand alongside volumes of revolution, the mean value of a function and reduction formulae. The skill is predominantly AO1 (selecting and carrying out the limit-evaluation technique correctly), but a well-set question — "explain why this integral is improper" or "determine whether it converges" — also tests AO2 (reasoning and rigorous communication), and a problem-in-context version can reach into AO3. Improper integrals reappear synoptically: the normal-distribution constant in Statistics, Laplace transforms beyond A-Level, and the integral test for series. Mastering them now pays off repeatedly across the rest of Further calculus.
2 Core theory — why "improper", and the limit definition
A standard definite integral ∫abf(x)dx is guaranteed to make sense provided both of the following hold:
the limits a and b are finite;
the integrand f is continuous (hence bounded) on the whole closed interval [a,b].
When either condition fails, the symbol ∫abf(x)dx is not yet defined — we cannot simply apply the Fundamental Theorem of Calculus. We give it meaning through a limit.
Type 1 — an infinite limit of integration
∫a∞f(x)dx=limt→∞∫atf(x)dx
If this limit exists and is finite, the integral converges to that value; otherwise it diverges. The mirror-image definitions are
for any convenient real c; the doubly-infinite integral converges only if both pieces converge independently.
Type 2 — a discontinuity (asymptote) in the interval
If f has a vertical asymptote at an endpoint, we again retreat to a limit. With the asymptote at the lower limit x=a:
∫abf(x)dx=limt→a+∫tbf(x)dx
and symmetrically ∫abf(x)dx=t→b−lim∫atf(x)dx when the asymptote is at x=b. If the asymptote is at an interior point c with a<c<b, you must split the integral at c and treat each piece as its own limit:
∫abf(x)dx=limt→c−∫atf(x)dx+lims→c+∫sbf(x)dx
Why the limit definition is not optional
It is tempting to treat an improper integral as "just another definite integral" and slot the bad limit straight into the antiderivative. The definition above exists precisely because that shortcut can give nonsense. The cleanest cautionary tale is the function f(x)=x21 on [−1,1]. It is positive everywhere it is defined, so any sensible "area" must be positive. Yet ignoring the asymptote at x=0 and applying the Fundamental Theorem blindly gives
∫−11x21dx=?[−x1]−11=(−1)−(1)=−2,
a negative answer for a positive integrand — an immediate contradiction that flags the error. Handled properly, the integral must be split at x=0, and each half is then examined as a one-sided limit:
∫01x21dx=limt→0+[−x1]t1=limt→0+(−1+t1)=+∞,
so the right-hand half diverges, and (by symmetry) so does the left; the whole integral therefore diverges. The moral: always scan the integrand for points where it blows up inside the interval before you integrate. The limit machinery is what keeps the answer honest.
Convergence intuition. Picture the region under y=f(x) stretching off to infinity. Convergence means that, although the region is unbounded in extent, its area settles to a finite total — successive slivers added on the far right shrink fast enough that the running total approaches a ceiling. Divergence means the running total grows without bound. Everything in this lesson is a precise way of deciding which of these two pictures applies.
3 Worked examples with M1/A1 mark scheme
Worked Example 1 — a convergent Type-1 integral
Evaluate ∫1∞x21dx.
∫1tx−2dx=[−x−1]1t=−t1−(−1)=1−t1
(M1 replacing the infinite limit with t and integrating; A1 for 1−t1.)
∫1∞x21dx=limt→∞(1−t1)=1−0=1
(M1 taking the limit; A1 for the value 1 with the conclusion "converges".) The integral converges to 1.
Worked Example 2 — a divergent Type-1 integral
Evaluate ∫1∞x1dx.
∫1tx1dx=[ln∣x∣]1t=lnt−ln1=lnt
As t→∞, lnt→∞, so the integral diverges.
Key insight:x21 converges but x1 diverges. The rate at which the integrand decays as x→∞ is what decides the outcome — and x1 simply does not decay fast enough.
Worked Example 3 — exponential decay
Evaluate ∫0∞e−2xdx.
∫0te−2xdx=[−21e−2x]0t=−21e−2t+21
(M1 for the integral with the −21 factor; A1 for the bracket.) As t→∞, e−2t→0, so
∫0∞e−2xdx=21.
More generally ∫0∞e−kxdx=k1 for any k>0 — a result worth memorising.
Worked Example 4 — a Type-2 (asymptote) integral
Evaluate ∫01x1dx. Note x1→∞ as x→0+, so the lower limit is a singularity.
∫t1x−1/2dx=[2x1/2]t1=2−2t
(M1 introducing t→0+ and integrating to 2x; A1 for 2−2t.) As t→0+, 2t→0, so
∫01x1dx=2(converges).
4 Specimen-style exam question
(Specimen-style — not a real past paper.)
The integrand f(x)=(4−x)−2/3 is undefined at x=4.
(a) Explain why ∫04(4−x)2/31dx is an improper integral. (b) Determine, using a limit, whether it converges, and if so find its exact value.
(a) As x→4−, (4−x)2/3→0+, so f(x)→∞: the integrand has a vertical asymptote at the upper limit x=4, making the integral improper of Type 2.
(b) Substitute u=4−x, du=−dx:
∫(4−x)−2/3dx=−∫u−2/3du=−3u1/3+C=−3(4−x)1/3+C.
∫0t(4−x)−2/3dx=[−3(4−x)1/3]0t=−3(4−t)1/3+3⋅41/3
As t→4−, (4−t)1/3→0, so
∫04(4−x)2/31dx=3⋅41/3=334(converges).
5 The p-test (the key convergence criterion)
The two single most useful results compare powers of x:
∫1∞xp1dxconverges⟺p>1,∫01xp1dxconverges⟺p<1.
When p>1, ∫1∞x−pdx=p−11. These are worth proving once, because the proof shows exactly where the borderline p=1 comes from. For p=1,
∫1tx−pdx=[1−px1−p]1t=1−pt1−p−1.
As t→∞, the term t1−p tends to 0iff the exponent 1−p<0, i.e. p>1; then the limit is 1−p0−1=p−11. If p<1, then t1−p→∞ and the integral diverges. The case p=1 is excluded from this algebra (the antiderivative is lnx, not a power) and we saw in Worked Example 2 that it diverges. The mirror result near 0 follows the same way: ∫t1x−pdx=1−p1−t1−p, and now it is t1−p→0 as t→0+ that needs 1−p>0, i.e. p<1. The conditions are opposite at the two ends, and they dovetail neatly:
p
∫01x−pdx (near 0)
∫1∞x−pdx (at ∞)
p<1
converges
diverges
p=1
diverges
diverges
p>1
diverges
converges
The borderline p=1 (the function x1) diverges at both ends — a fact worth internalising, because it is the single most common case examiners use to test whether you really understand the boundary.
6 The comparison test, and mark-scheme literacy
When no antiderivative is available you can still settle convergence by comparison.
Comparison test. Suppose 0≤f(x)≤g(x) for all x≥a. If ∫a∞gdx converges then so does ∫a∞fdx; contrapositively, if ∫a∞fdx diverges then so does ∫a∞gdx.
Worked Example 5 — comparison test
Does ∫1∞x2+11dx converge? For x≥1, x2+1>x2, so 0<x2+11<x21. Since ∫1∞x−2dx converges (p=2>1), the smaller integral converges too. Here we can even evaluate it directly:
∫1∞x2+11dx=[arctanx]1∞=2π−4π=4π.
Worked Example 6 — comparison test with a divergent benchmark
Show that ∫2∞lnx1dx diverges. For x≥2, lnx<x, so lnx1>x1>0. Since the smaller integral ∫2∞x1dx=limt→∞[lnx]2t=limt→∞(lnt−ln2) already diverges, the larger one must diverge too. This is the other direction of the comparison test: a function lying above a divergent benchmark inherits the divergence.
Choosing the benchmark. The whole skill is picking a comparison function g whose behaviour you already know — almost always a power xp1 or an exponential e−kx. To prove convergence, bound your integrand above by a convergent g; to prove divergence, bound it below by a divergent g. Getting the inequality the wrong way round proves nothing, so state it carefully.
Mark-scheme literacy. The command word matters. "Show that the integral converges" rewards the limit being taken correctly and an explicit "converges" conclusion — a numerical answer with no limit written down loses the method marks. "Hence" signals you must reuse a result just derived (e.g. a p-test value). Follow-through (ft) marks are available: if you mis-integrate but then take the limit correctly on your expression, the limit mark can still be earned. Always write the limit symbollimt→∞ explicitly — examiners do not award "plugging in ∞". For a comparison-test answer, the marks are for (i) the stated inequality, (ii) naming the known convergence/divergence of the benchmark, and (iii) the correct conclusion in the correct direction.
7 Grade-band model answers
Question: Determine whether ∫1∞x1dx converges, justifying your answer fully.
Mid-band response. "∫x1dx=lnx. So ∫1∞x1dx=ln∞−ln1=∞, so it diverges."
Examiner-style commentary. The conclusion is correct and the antiderivative is right, but "ln∞" is not legitimate notation — no limit process is shown, so the reasoning (AO2) marks are at risk even though the final word "diverges" is right.
Stronger response. "∫1tx1dx=[lnx]1t=lnt. As t→∞, lnt→∞, so the limit does not exist and the integral diverges."
Examiner-style commentary. This is essentially complete: the integral is replaced by a proper definite integral up to t, evaluated, and the limit examined. It would gain full marks. The only refinement is naming why the limit fails.
Top-band response. "By definition ∫1∞x1dx=limt→∞∫1tx1dx=limt→∞[lnx]1t=limt→∞lnt. Since lnt increases without bound as t→∞, the limit does not exist (is not finite); hence the integral diverges. This is the boundary case p=1 of the p-test, consistent with convergence requiring p>1."
Examiner-style commentary. Exemplary. It quotes the definition, executes the limit cleanly, states precisely why the limit fails, and connects the result to the general p-test — communicating mathematical reasoning, not merely computing. This is what "Top-band" means: correctness plus articulate justification plus synoptic awareness.
8 Common misconceptions
"Just substitute ∞."∞ is not a number, so F(∞) is meaningless and writing "ln∞" or "=∞−1" is not legitimate working. You must introduce a variable upper limit t, evaluate the definite integral as a function of t, and then write limt→∞F(t). This is where the method marks live.
Missing an interior asymptote. Evaluating ∫−11x−2dx as [−x−1]−11=−2 gives a negative answer for a positive integrand — absurd, and a red flag that a singularity was missed. The asymptote at x=0 must be detected, the integral split at 0, and each half tested separately (here each half diverges, so the whole thing diverges). Always inspect the integrand's denominator for interior zeros first.
Confusing the two p-tests. Convergence needs p>1 at infinity but p<1 near zero — opposite conditions. A useful mnemonic: near 0 a mild blow-up (small p) is survivable; at ∞ you need fast decay (large p).
Thinking convergence means the area is "small". A convergent improper integral can equal any finite number — 7, π, 106. "Converges" means the limit is finite, not that the value is small or close to zero.
Assuming f(x)→0 guarantees convergence.x1→0 as x→∞, yet ∫1∞x1dx diverges. The integrand must tend to 0 for an infinite-interval integral to have a chance, but that condition is necessary, not sufficient — the decay must be fast enough (faster than x1).
Mishandling a doubly-improper integral.∫−∞∞fdx converges only if each half (split at any finite c) converges on its own. You may not pair off the +∞ and −∞ ends by symmetry and hope cancellation rescues a divergent integral — for instance ∫−∞∞xdx diverges even though it "looks" antisymmetric.
Dropping the modulus in ∫x1dx=ln∣x∣. It rarely changes a value when the limits are positive, but examiners expect ln∣x∣, and the modulus is essential whenever the interval includes negative x.
9 Common errors
Sign slips integrating negative powers: ∫x−2dx=−x−1, not +x−1; a single sign error here flips a convergent answer to a nonsensical negative.
Lost constant factors with exponentials: ∫e−2xdx=−21e−2x, not −e−2x — the chain-rule factor 21 is easy to drop and changes the final value.
Forgetting to state the conclusion ("converges"/"diverges") — the question explicitly asks for it, and the conclusion is usually worth a mark in its own right.
Evaluating the limit too early, before integrating, instead of integrating up to t first and then letting t tend to its limit.
Wrong one-sided limit: for an asymptote at the lower limit you need t→a+ (approaching from inside the interval), not t→a−; the side matters because the function is only defined on one side there.
Substitution limits left in the old variable: after a substitution like u=4−x, either change the limits to u-values or convert back to x before substituting the x-limits — mixing the two is a frequent slip.
9a A doubly-improper integral worked in full
Some integrals are improper for two reasons at once and must be split. Consider ∫0∞x(1+x)1dx. At the lower limit the integrand behaves like x1→∞ (a Type-2 singularity at x=0), and the upper limit is infinite (Type 1). Split at a convenient point, say x=1, and treat each piece independently:
∫0∞x(1+x)dx=∫01x(1+x)dx+∫1∞x(1+x)dx.
The substitution u=x, so x=u2 and dx=2udu, simplifies the integrand beautifully:
Both halves converge, so the original integral converges to 2π+2π=π. The lesson here is procedural: identify every reason the integral is improper, split so that each piece has a single difficulty, and resolve each with its own limit.
9b Where improper integrals appear
Improper integrals are not an academic curiosity — they underpin several later topics and university mathematics:
The normal distribution. The constant 2π1 in the standard normal density exists so that ∫−∞∞2π1e−x2/2dx=1 — a (doubly-infinite) improper integral that makes the total probability 1.
Laplace transforms. The transform L{f}(s)=∫0∞e−stf(t)dt is an improper integral in t; its convergence for large enough s is exactly a p-test/exponential-decay argument.
The integral test for series. A positive decreasing sequence an=f(n) gives a series ∑an that converges iff∫1∞f(x)dx converges — directly linking improper integrals to the convergence of infinite series.
Physics. Total work done against an inverse-square force from a finite radius out to infinity, and electrostatic/gravitational potentials, are computed as improper integrals.
10 Going further (STEP / MAT flavour)
A beautiful divergent case is Torricelli's trumpet (Gabriel's horn): rotate y=x1 for x≥1 about the x-axis. Its volume is finite,
V=π∫1∞x21dx=π,
yet its surface area is infinite, because
S=2π∫1∞x11+x41dx>2π∫1∞x1dx=∞.
A solid you could fill with a finite amount of paint, but never paint! The paradox dissolves once you realise "painting" assumes a layer of constant thickness (an infinite-volume coat), whereas the filling paint thins indefinitely.
A STEP-style follow-up generalises the factorial. Define the Gamma function
Γ(n)=∫0∞xn−1e−xdx(n>0).
Integrate by parts with u=xn−1 and dv=e−xdx (so du=(n−1)xn−2dx and v=−e−x):
Γ(n)=[−xn−1e−x]0∞+(n−1)∫0∞xn−2e−xdx.
The boundary term vanishes at both ends (at ∞ because e−x crushes the polynomial; at 0 because xn−1→0 for n>1), leaving the recurrenceΓ(n)=(n−1)Γ(n−1). Since Γ(1)=∫0∞e−xdx=1, iterating gives Γ(n)=(n−1)! for positive integers — a convergent improper integral that is the factorial, and which extends it smoothly to non-integers (famously Γ(21)=π). This single identity ties together improper integrals, integration by parts and the factorial, and is exactly the kind of synthesis STEP rewards.
11 Additional A* practice (with worked answers)
P1. Evaluate ∫0∞xe−xdx.Answer. By parts with u=x,dv=e−xdx: ∫0txe−xdx=[−xe−x]0t+∫0te−xdx=−te−t+[−e−x]0t=−te−t−e−t+1. As t→∞, both te−t→0 and e−t→0 (exponential beats polynomial), so the value is 1.
P2. Show that ∫0∞1+x21dx=2π.Answer.∫0t1+x2dx=[arctanx]0t=arctant. As t→∞, arctant→2π. □
P3. For which values of k>0 does ∫01xk1dx converge, and what is its value when it does?
Answer. For k=1, ∫t1x−kdx=[1−kx1−k]t1=1−k1−t1−k. As t→0+, t1−k→0 iff 1−k>0, i.e. k<1. So it converges ⟺k<1, to 1−k1. (At k=1 it diverges.)
P4. Determine whether ∫1∞x3+11dx converges.
Answer. For x≥1, x3+1>x3, so 0<x3+11<x3/21. Since ∫1∞x−3/2dx converges (p=23>1), by comparison the given integral converges.
P5. Evaluate ∫01lnxdx (improper at x=0).
Answer.∫t1lnxdx=[xlnx−x]t1=(0−1)−(tlnt−t)=−1−tlnt+t. As t→0+, tlnt→0, so the value is −1.
P6. Evaluate ∫0∞x2e−xdx.Answer. Integrating by parts twice (or quoting Γ(3)=2!=2): with In=∫0∞xne−xdx one has In=nIn−1 and I0=1, so I2=2⋅1⋅I0=2. Value =2.
P7. Determine whether ∫011−x1dx converges, and find its value if so.
Answer. Singularity at the upper limit x=1. With u=1−x: ∫0t(1−x)−1/2dx=[−21−x]0t=−21−t+2. As t→1−, 1−t→0, so the integral converges to 2.
P8. Show that ∫1∞x22+sinxdx converges.
Answer. Since −1≤sinx≤1, we have 0<x22+sinx≤x23 for x≥1. As ∫1∞x23dx=3 converges (p-test, p=2), the given integral converges by comparison — even though it has no elementary antiderivative. □
12 Board-alignment footer
Aligned to AQA 7367 compulsory Pure (Papers 1 & 2), "Further calculus" strand. Edexcel (9FM0) and OCR (H245 / MEI H645) cover improper integrals identically — the limit definition, the convergence/divergence vocabulary and the p-test transfer verbatim, so this material serves all three boards.
12a Standard results to know cold
A handful of improper integrals recur so often that you should recognise them instantly and be able to reproduce each in two or three lines. Memorise the values, but also rehearse the derivations — examiners frequently ask you to establish one of these rather than quote it.
Integral
Value
One-line reason
∫1∞xp1dx
p−11 for p>1 (else diverges)
[1−px1−p]1∞
∫0∞e−kxdx
k1 for k>0
[−k1e−kx]0∞
∫0∞1+x21dx
2π
[arctanx]0∞
∫0∞xne−xdx
n!
Γ(n+1), parts n times
∫01xp1dx
1−p1 for p<1 (else diverges)
mirror p-test near 0
∫01lnxdx
−1
[xlnx−x]01
Three habits turn these from memorised facts into reliable marks. First, always confirm why an integral is improper before quoting a value — a question may deliberately disguise a convergent-looking integrand that actually diverges. Second, when a value depends on a parameter (p, k), state the condition for convergence alongside it; an unqualified "=p−11" is incomplete. Third, treat the exponential results ∫0∞e−kxdx=k1 and ∫0∞xne−xdx=n! as your default benchmarks for comparison tests, because exponential decay dominates every polynomial.
13 Visual summary
∫a∞fdx=t→∞lim∫atfdxand∫abfdx=t→a+lim∫tbfdx(asymptote at a)
Situation
Make improper because…
Evaluate as
∫a∞
infinite upper limit
limt→∞∫at
∫−∞b
infinite lower limit
limt→−∞∫tb
asymptote at a
f unbounded near a
limt→a+∫tb
asymptote at interior c
f unbounded inside
split at c, two limits
Recap.Improper ⇒ replace the bad limit by a variable, integrate, then take the limit. Convergence at infinity needs decay faster than x1 (p>1); convergence near a singularity needs a milder blow-up than x1 (p<1); and ∫0∞e−kxdx=k1.