Learn · A-Level Further Maths · Strand Pure
AQA-A-FMATH-E · Further calculus

Further calculus.

Written for AQA 7367 Official specification ↗ Updated 2026.07.31

HookThe horn you can fill but never paint

Around 1643 Evangelista Torricelli — Galileo's last assistant — rotated the curve \(y=\frac{1}{x}\), for \(x\ge 1\), around the \(x\)-axis and studied the infinitely long trumpet it sweeps out. His result scandalised the century: the horn's volume is finite. In modern notation, \(V=\pi\int_1^\infty\frac{1}{x^2}\,dx=\pi\) — you could fill the infinite horn with about 3.14 cubic units of paint. But its surface area is infinite: the paint that fills it could never coat its inside wall. Hobbes declared that to accept it 'a man need not be a geometrician or a logician, but he should be mad'. The mathematics, it turned out, was fine; it was intuition that needed the upgrade.

Gabriel's Horn is this whole section in one object. To even state the result you need improper integrals — integrals that reach to infinity or lean on an undefined endpoint, made rigorous by a limit. The finite side is a volume of revolution; the infinite side is a surface area of revolution, cousin to arc length. Around these headline acts AQA arranges the supporting artillery: the mean value of a function, integration by partial fractions with quadratic factors, the inverse trigonometric functions and their signature integrals, reduction formulae that knock out whole families of integrals at once, and the two standard limits that decide when an improper integral converges at all.

ModelImproper integrals — taming infinity with a limit

An integral is improper in two ways: a limit of integration is infinite, like \(\int_1^\infty\frac{1}{x^2}\,dx\), or the integrand is undefined somewhere in the range, like \(\int_0^1\frac{1}{\sqrt{x}}\,dx\) at \(x=0\). Either way the definition of integration has been breached, and the repair is the same ritual: replace the offending endpoint with a parameter, integrate normally, then take the limit. \(\int_1^\infty\frac{1}{x^2}\,dx=\lim_{t\to\infty}\int_1^t\frac{1}{x^2}\,dx=\lim_{t\to\infty}\left(1-\frac{1}{t}\right)=1\). If the limit exists the integral converges to it; if not, it diverges, and 'diverges' is a complete and mark-worthy answer.

The boundary between the two is thinner than intuition suggests. \(\int_1^\infty\frac{1}{x^2}\,dx\) converges, but \(\int_1^\infty\frac{1}{x}\,dx=\lim_{t\to\infty}\ln t\) diverges — even though \(\frac{1}{x}\) also shrinks to zero. An integrand tending to zero is nowhere near enough; it has to shrink fast enough, and that pair of integrals is precisely why the horn holds finite paint behind an infinite wall.

When exponentials and logarithms enter, AQA hands you two standard limits and expects them quoted by name: for any \(k>0\), \(\lim_{x\to\infty}x^k e^{-x}=0\) and \(\lim_{x\to 0^+}x^k\ln x=0\). The slogan: exponentials beat powers, and powers beat logarithms. \(e^{-x}\) drags any polynomial to zero eventually; \(x^k\) crushes the slow divergence of \(\ln x\) near the origin. These two facts are exactly what evaluates the boundary terms that integration by parts leaves behind in improper integrals.

Worked example

Evaluate \(\int_0^\infty xe^{-x}\,dx\).

Step 1 (make it proper): work with \(\int_0^t xe^{-x}\,dx\) and let \(t\to\infty\) at the end.

Step 2 (integrate by parts): with \(u=x\), \(dv=e^{-x}dx\): \(\int_0^t xe^{-x}\,dx=\big[-xe^{-x}\big]_0^t+\int_0^t e^{-x}\,dx=-te^{-t}+\big[-e^{-x}\big]_0^t=-te^{-t}-e^{-t}+1\).

Step 3 (take the limit): as \(t\to\infty\), \(te^{-t}\to 0\) by the standard limit \(x^ke^{-x}\to 0\) with \(k=1\), and \(e^{-t}\to 0\).

Step 4: \(\int_0^\infty xe^{-x}\,dx=1\). The integral converges — and the limit statement in step 3 is a required line of working, not an optional flourish.

ModelVolumes of revolution and the mean value of a function

Rotate the region under \(y=f(x)\), between \(x=a\) and \(x=b\), about the \(x\)-axis, and slice the solid into discs perpendicular to the axis: each slice is (almost) a cylinder of radius \(y\) and thickness \(\delta x\), volume \(\pi y^2\,\delta x\). Summing and taking the limit gives \(V=\pi\int_a^b y^2\,dx\). About the \(y\)-axis, the roles swap: \(V=\pi\int x^2\,dy\), with limits in \(y\) and \(x^2\) expressed in terms of \(y\). The two mechanical traps: square the whole expression for \(y\) — cross terms included — and match everything (integrand, variable, limits) to the axis of rotation. Rotating between two curves subtracts volumes: \(\pi\int(y_{\text{outer}}^2-y_{\text{inner}}^2)\,dx\), not \(\pi\int(y_{\text{outer}}-y_{\text{inner}})^2\,dx\).

The mean value of a function answers a different question: what constant height would produce the same area over the interval? Define \(\bar{f}=\frac{1}{b-a}\int_a^b f(x)\,dx\) — the area under the curve, shared out evenly across the width. For example, the mean value of \(\sin x\) over \([0,\pi]\) is \(\frac{1}{\pi}\int_0^\pi\sin x\,dx=\frac{2}{\pi}\approx 0.64\): a sine arch, flattened to a rectangle, stands about \(0.64\) high. Physically this is the average of a continuously varying quantity — mean current, mean velocity — and it is emphatically not the average of the endpoint values, because the function spends more 'time' at some heights than others.

Worked example

The region under \(y=\sqrt{x}\) from \(x=0\) to \(x=4\) is rotated through \(2\pi\) about the \(x\)-axis. Find the volume, and the mean value of \(y=\sqrt{x}\) over the same interval.

Step 1 (volume): \(V=\pi\int_0^4 y^2\,dx=\pi\int_0^4 x\,dx\).

Step 2: \(V=\pi\left[\frac{x^2}{2}\right]_0^4=8\pi\) — exact, in terms of \(\pi\), units cubed.

Step 3 (mean value): \(\bar{f}=\frac{1}{4-0}\int_0^4\sqrt{x}\,dx=\frac{1}{4}\left[\frac{2}{3}x^{3/2}\right]_0^4=\frac{1}{4}\cdot\frac{16}{3}=\frac{4}{3}\).

Step 4 (sense check): \(\sqrt{x}\) runs from \(0\) to \(2\) on this interval, and \(\frac{4}{3}\) sits above the midpoint \(1\) — as it should, since the curve is concave and spends most of the interval near its higher values.

MechanismPartial fractions grow up — quadratic factors in the denominator

At A-level Maths, partial fractions handled linear factors. Further Maths adds the irreducible quadratic factor \(ax^2+c\), and the decomposition rule changes with it: a factor \(ax^2+c\) in the denominator demands a numerator of the form \(Bx+C\), a full linear term — not a bare constant. So \(\frac{p(x)}{x(x^2+1)}\) splits as \(\frac{A}{x}+\frac{Bx+C}{x^2+1}\). Find the constants the usual way: multiply out, substitute convenient values, compare coefficients.

The payoff is that each resulting piece is directly integrable, and the quadratic piece splits along its numerator. The \(Bx\) part is a disguised logarithm — \(\int\frac{x}{x^2+c}\,dx=\frac{1}{2}\ln(x^2+c)+k\), since the numerator is half the derivative of the denominator. The constant part is a disguised inverse tangent — \(\int\frac{1}{x^2+c}\,dx\) is an arctan, using the standard form from the next block. One decomposition can therefore feed logarithms and inverse trig into the same answer line, which is exactly the look of a typical exam solution: \(2\ln|x|+\arctan x+c\).

Watch the top-heaviness check first, always: if the numerator's degree is greater than or equal to the denominator's, divide out before decomposing. And keep the modulus signs on logarithms of linear factors — \(\ln|x|\), not \(\ln x\) — unless the given domain makes the argument positive; \(\ln(x^2+c)\) needs no modulus because its argument cannot be negative.

Worked example

Find \(\displaystyle\int\frac{2x^2+x+2}{x(x^2+1)}\,dx\).

Step 1 (decompose): write \(\frac{2x^2+x+2}{x(x^2+1)}=\frac{A}{x}+\frac{Bx+C}{x^2+1}\), so \(2x^2+x+2=A(x^2+1)+(Bx+C)x\).

Step 2 (find constants): \(x=0\) gives \(A=2\). Comparing \(x^2\): \(2=A+B\), so \(B=0\). Comparing \(x\): \(C=1\).

Step 3 (rewrite): the integrand is \(\frac{2}{x}+\frac{1}{x^2+1}\).

Step 4 (integrate): \(\displaystyle\int\frac{2x^2+x+2}{x(x^2+1)}\,dx=2\ln|x|+\arctan x+c\). A logarithm and an inverse tangent from one fraction — the signature Further Maths finish.

MechanismInverse trig — differentiate once, integrate forever

The derivatives of the inverse trigonometric functions come from one move: implicit differentiation. If \(y=\arcsin x\) then \(x=\sin y\), so \(\frac{dx}{dy}=\cos y=\sqrt{1-\sin^2 y}=\sqrt{1-x^2}\) — the positive root, because \(\cos y\ge 0\) on the principal range \(-\frac{\pi}{2}\le y\le\frac{\pi}{2}\). Hence \(\frac{d}{dx}\arcsin x=\frac{1}{\sqrt{1-x^2}}\). The same manoeuvre gives \(\frac{d}{dx}\arccos x=-\frac{1}{\sqrt{1-x^2}}\) and \(\frac{d}{dx}\arctan x=\frac{1}{1+x^2}\), the last via \(\sec^2 y=1+\tan^2 y\).

Read backwards, these are integration results, and AQA states them with a general constant: \(\int\frac{dx}{\sqrt{a^2-x^2}}=\arcsin\frac{x}{a}+c\) and \(\int\frac{dx}{a^2+x^2}=\frac{1}{a}\arctan\frac{x}{a}+c\) — note the extra \(\frac{1}{a}\) in the arctan result, the most-dropped factor in the section. Recognition is the skill: a square root of (constant minus \(x^2\)) says arcsine; (constant plus \(x^2\)) downstairs with no root says arctangent.

When the integral is dressed up — \(\sqrt{9-4x^2}\), say — the substitutions that undress it are trigonometric, chosen to kill the square root by identity: \(x=a\sin\theta\) turns \(a^2-x^2\) into \(a^2\cos^2\theta\); \(x=a\tan\theta\) turns \(a^2+x^2\) into \(a^2\sec^2\theta\). Match the pattern, choose the substitution that makes the identity fire, and change the limits as you go for definite integrals.

Worked example

Evaluate \(\displaystyle\int_0^3\frac{dx}{9+x^2}\).

Step 1 (recognise the form): constant plus \(x^2\), no square root — the arctan pattern with \(a=3\).

Step 2 (apply the standard result): \(\displaystyle\int_0^3\frac{dx}{9+x^2}=\left[\frac{1}{3}\arctan\frac{x}{3}\right]_0^3\) — the \(\frac{1}{3}\) out front is compulsory.

Step 3 (evaluate): \(\frac{1}{3}\arctan 1-\frac{1}{3}\arctan 0=\frac{1}{3}\cdot\frac{\pi}{4}-0\).

Step 4: \(\displaystyle\int_0^3\frac{dx}{9+x^2}=\frac{\pi}{12}\), exact. (Via the substitution \(x=3\tan\theta\) instead: \(dx=3\sec^2\theta\,d\theta\), the integrand becomes \(\frac{3\sec^2\theta}{9\sec^2\theta}=\frac{1}{3}\), and the limits become \(0\) to \(\frac{\pi}{4}\) — same \(\frac{\pi}{12}\), confirming the shortcut.)

MechanismArc length and surface area — the horn's punchline

Zoom in on any smooth curve and a tiny piece of it is almost straight: Pythagoras on the small triangle with legs \(\delta x\) and \(\delta y\) gives \(\delta s\approx\sqrt{(\delta x)^2+(\delta y)^2}\). Divide through and integrate: arc length is \(s=\int_a^b\sqrt{1+\left(\frac{dy}{dx}\right)^2}\,dx\) for a Cartesian curve, or \(s=\int\sqrt{\dot{x}^2+\dot{y}^2}\,dt\) for a parametric one — the same triangle, sliced by the parameter instead. Spin the curve about the \(x\)-axis and each element of arc sweeps a thin band of radius \(y\) and width \(\delta s\): surface area of revolution is \(S=2\pi\int y\,ds\), with \(ds\) expanded in whichever form matches the curve. The discipline of the topic is bookkeeping: compute the derivative, square it, add, simplify under the root until something integrable appears — questions are engineered so that \(1+\left(\frac{dy}{dx}\right)^2\) collapses to a perfect square or a linear expression.

Now Torricelli's paradox resolves into two integrals. Volume: \(\pi\int_1^\infty x^{-2}\,dx=\pi\) — converges, as the first block showed. Surface: \(S=2\pi\int_1^\infty\frac{1}{x}\sqrt{1+x^{-4}}\,dx\). The root factor is always at least \(1\), so \(S\ge 2\pi\int_1^\infty\frac{1}{x}\,dx\), which diverges. Finite volume, infinite surface, zero contradiction: volume shrinks like \(\frac{1}{x^2}\) (fast enough), surface like \(\frac{1}{x}\) (not). The 'paradox' was only ever a bet that the two rates were the same — and improper integration is the tool that settles the bet.

Worked example

Find the length of the curve \(y=\frac{2}{3}x^{3/2}\) from \(x=0\) to \(x=3\).

Step 1 (derivative): \(\frac{dy}{dx}=x^{1/2}\).

Step 2 (build the integrand): \(1+\left(\frac{dy}{dx}\right)^2=1+x\) — the engineered simplification appearing on cue.

Step 3 (integrate): \(s=\int_0^3\sqrt{1+x}\,dx=\left[\frac{2}{3}(1+x)^{3/2}\right]_0^3\).

Step 4 (evaluate): \(s=\frac{2}{3}\left(4^{3/2}-1\right)=\frac{2}{3}(8-1)=\frac{14}{3}\). Sense check: the straight line from \((0,0)\) to \((3,2\sqrt{3})\) has length \(\sqrt{9+12}\approx 4.58\), and \(\frac{14}{3}\approx 4.67\) is slightly longer — exactly what a gentle curve should give.

CaseReduction formulae — solving a whole family at once

Some integrals come in indexed families: \(I_n=\int_0^{\pi/2}\sin^n x\,dx\), \(\int x^n e^x\,dx\), \(\int\tan^n x\,dx\). Attacking \(n=6\) directly is misery; the professional move is a reduction formula — an equation expressing \(I_n\) in terms of \(I_{n-1}\) or \(I_{n-2}\), derived once, then applied repeatedly until the index hits a trivial base case like \(I_0\) or \(I_1\). It is recursion for integrals, and the derivation is almost always integration by parts: split off one or two factors, integrate them, and manoeuvre the leftover integral — which may be a rearranged copy of \(I_n\) itself — onto the left-hand side.

That last manoeuvre is the step students miss. In the \(\sin^n\) derivation below, parts produces \((n-1)I_{n-2}-(n-1)I_n\) on the right: the unknown reappears. Collect it — \(nI_n=(n-1)I_{n-2}\) — and the formula falls out. Expect exactly this structure whenever the identity \(\cos^2x=1-\sin^2x\) (or \(\sec^2x=1+\tan^2x\)) reintroduces the original power.

Exam questions stage it as derive-then-apply: part (a) 'show that \(nI_n=(n-1)I_{n-2}\)', part (b) 'hence find \(I_4\)' or an improper relative. The word hence is binding — use the formula, walk the index down in steps of two, and evaluate the base case explicitly. This block also closes the section's loop: reduction formulae routinely feed the improper integrals of the first block, with the standard limits killing the boundary terms at each rung.

Worked example

Let \(I_n=\int_0^{\pi/2}\sin^n x\,dx\). Show that \(nI_n=(n-1)I_{n-2}\) for \(n\ge 2\), and hence find \(I_4\).

Step 1 (split and integrate by parts): write \(I_n=\int_0^{\pi/2}\sin^{n-1}x\cdot\sin x\,dx\) with \(u=\sin^{n-1}x\), \(dv=\sin x\,dx\): \(I_n=\big[-\sin^{n-1}x\cos x\big]_0^{\pi/2}+(n-1)\int_0^{\pi/2}\sin^{n-2}x\cos^2 x\,dx\).

Step 2 (boundary term): at \(x=\frac{\pi}{2}\), \(\cos x=0\); at \(x=0\), \(\sin^{n-1}x=0\). The bracket vanishes.

Step 3 (recover \(I_n\)): substitute \(\cos^2x=1-\sin^2x\): \(I_n=(n-1)I_{n-2}-(n-1)I_n\). Collecting: \(nI_n=(n-1)I_{n-2}\) as required.

Step 4 (apply): \(I_4=\frac{3}{4}I_2=\frac{3}{4}\cdot\frac{1}{2}I_0\), and \(I_0=\int_0^{\pi/2}1\,dx=\frac{\pi}{2}\). So \(I_4=\frac{3}{4}\cdot\frac{1}{2}\cdot\frac{\pi}{2}=\frac{3\pi}{16}\) — a sixth-power version would just be one more rung down the same ladder.

VocabularyKey terms the mark scheme pays for

Improper integral
An integral with an infinite limit or an integrand undefined in the range, evaluated by integrating to a parameter and taking a limit.
Convergent / divergent
An improper integral converges if the limit exists (a finite value) and diverges otherwise. \(\int_1^\infty x^{-2}dx\) converges; \(\int_1^\infty x^{-1}dx\) diverges.
Standard limits
For \(k>0\): \(x^ke^{-x}\to 0\) as \(x\to\infty\), and \(x^k\ln x\to 0\) as \(x\to 0^+\). Exponentials beat powers; powers beat logs — quoted to dispatch boundary terms.
Volume of revolution
\(V=\pi\int y^2\,dx\) about the \(x\)-axis (discs of radius \(y\)); \(V=\pi\int x^2\,dy\) about the \(y\)-axis. Square the whole expression for the radius.
Mean value of a function
\(\frac{1}{b-a}\int_a^b f(x)\,dx\) — the constant height with the same area over the interval; the true average of a continuously varying quantity.
Arc length
\(\int\sqrt{1+(dy/dx)^2}\,dx\) (Cartesian) or \(\int\sqrt{\dot{x}^2+\dot{y}^2}\,dt\) (parametric) — Pythagoras applied to infinitesimal pieces of curve.
Surface area of revolution
\(S=2\pi\int y\,ds\): each arc element sweeps a band of circumference \(2\pi y\). The 'infinite paint' side of Gabriel's Horn.
Reduction formula
A recurrence such as \(nI_n=(n-1)I_{n-2}\) expressing an indexed integral in terms of a lower index — derived by parts, applied down to a base case.

TrapsMisconceptions that cost marks

“If the integrand tends to zero, the integral out to infinity must converge.”
Actually: \(\frac{1}{x}\to 0\), yet \(\int_1^\infty\frac{1}{x}dx=\lim_{t\to\infty}\ln t\) diverges. Shrinking is not enough — it must shrink fast enough, and \(\frac{1}{x}\) versus \(\frac{1}{x^2}\) is precisely the line between an unpaintable surface and a fillable volume.
“You can just substitute infinity like a number: \(e^{-\infty}=0\), done.”
Actually: Infinity is not in the domain of anything. The mark scheme wants the limit ritual: integrate to \(t\), write \(\lim_{t\to\infty}\), and justify each vanishing term — quoting \(t e^{-t}\to 0\) where needed. Skipping the limit line is the standard way to lose the method mark even with the right value.
“The mean value of a function is just the average of its endpoint values.”
Actually: That would ignore everything between. The mean of \(\sin x\) on \([0,\pi]\) is \(\frac{2}{\pi}\approx 0.64\), but the endpoint average is \(0\). The definition is \(\frac{1}{b-a}\int_a^b f\,dx\) — area shared across width — and only coincides with the endpoint average for straight lines.

ExamWhat examiners want

Improper integral questions are marked on the ritual as much as the result: introduce the parameter, integrate, then show the limit — with the standard limit quoted by name when a term like \(te^{-t}\) or \(t^2\ln t\) has to vanish. Writing \(\infty\) inside an integral or substituting it into a formula reads as not knowing why the integral is improper, and examiners treat it that way. If the limit fails to exist, say 'diverges' and stop — that is the full-mark answer, and inventing a value for a divergent integral is the worst outcome available.

Everywhere else, exactness and bookkeeping decide the grade. Volumes and areas stay in terms of \(\pi\) unless a decimal is demanded; the arctan result carries its \(\frac{1}{a}\); logarithms of linear factors carry modulus signs. In arc-length and surface questions, simplify \(1+\left(\frac{dy}{dx}\right)^2\) under the root before integrating — the expression is designed to collapse, and if it refuses, recheck the derivative rather than forcing an impossible integral. In reduction-formula derivations, show the boundary term evaluated at both limits (write the zeros, don't wave at them) and show the moment \(I_n\) is collected onto the left; in 'hence' parts, use the formula you derived — a direct integration scores nothing after that word. Wherever partial fractions feed an integral, state the decomposition form first, with \(Bx+C\) over any quadratic factor: the form itself is usually a mark.

Vofti has 0 questions on AQA-A-FMATH-E — every one hook-first, every one mapped to this section of the AQA spec.

Last updated · 2026.08.09 AQA A-Level Further Maths · Spec AQA-A-FMATH-E