Integration Techniques Explained in Plain English — Edexcel Further Maths
Integration techniques command 2.3% of all marks across Edexcel Further Maths, securing the 8th-highest share out of 83 individual subtopics.
When you sit down with a calculus problem in Further Maths, your instinct is often to write down an operation immediately. In standard differentiation, that instinct serves you well. When you differentiate an expression, you can look at whatever is on the page and plough right on. If it is a product, you apply the product rule. If it is a quotient, you use the quotient rule. If it is a composite function, the chain rule takes care of it. You do not need to reshape the expression before you start finding derivatives; the rules accommodate whatever notation the examiner chose to give you.
Integration does not work that way. This, like A Level Maths integration, is all about not rushing your integral and instead taking the time to express it in the correct canonical form. Unlike differentiation, where you can just take however it is written and plough on with finding the derivative, integration requires carefully identifying its form before attempting to tackle it. Once you do put it in the right form, the steps are mechanical, and worth a lot of marks.
What the Exam Actually Tests
According to our analysis of every published Edexcel Further Maths paper from 2019 to 2025, questions within Integration Techniques concentrate heavily in four areas:
- Calculus involving inverse trig functions: 42%
- Further integration techniques: 29%
- Integration by substitution: 18%
- Integration with partial fractions: 11%
Notice that calculus involving inverse trigonometric functions alone accounts for over four out of every ten marks awarded in this subtopic. If you want to secure high marks here, understanding how inverse trigonometric forms work—and why they fail when rushed—is where your revision must focus.
The Canonical Form Trap in Inverse Trig
The formula booklet provides you with two standard inverse trigonometric integrals:
\[\int \frac{1}{\sqrt{a^2 - x^2}} \, dx = \arcsin\left(\frac{x}{a}\right) + C\] \[\int \frac{1}{a^2 + x^2} \, dx = \frac{1}{a} \arctan\left(\frac{x}{a}\right) + C\]Look closely at their structure. Both standard forms require the coefficient of \(x^2\) to be strictly \(1\), and the numerator to be strictly \(1\). In an actual exam, an examiner will rarely hand you an integral with a single \(x^2\) term already isolated. Instead, you encounter integrands with denominators like \(9 - 4x^2\) under a square root, or \(4x^2 + 9\) in a fraction.
The mistake that costs students marks is attempting to integrate before the expression matches the formula booklet exactly. Under time pressure, students try to do the algebraic scaling in their heads. They jump straight from \(\frac{1}{4x^2 + 9}\) to \(\frac{1}{3} \arctan\left(\frac{2x}{3}\right)\), forgetting the additional factor of \(\frac{1}{2}\) produced by the chain rule on \(2x\). Or, when dealing with a radical like \(\sqrt{9 - 4x^2}\), they pull a factor of \(4\) out of the square root and write it as \(4\) outside the radical instead of \(2\).
To guarantee full marks, do not guess. Stop, isolate the coefficient of \(x^2\), factor it completely out of the integral, and only then write down the antiderivative.
Worked Example: An Exam-Style Question
In Edexcel Further Maths, papers like Core Pure 1 and Core Pure 2 consist of 21 questions. Because of this format, integration questions are often un-scaffolded: there are no multi-part \((a)\), \((b)\), or \((c)\) prompts to hold your hand, and no "show that" signposts to tell you if you dropped a constant along the way. You must produce the exact value cleanly from a single prompt.
Exam-style question: Find the exact value of
\[\int_{0}^{\frac{3}{4}} \frac{1}{\sqrt{9 - 4x^2}} \, dx\]Here is how to solve it methodically without skipping steps:
Step 1: Identify the canonical form
The denominator contains a square root of the form \(\sqrt{\text{constant} - \text{variable}^2}\). This matches the standard \(\arcsin\) integral:
Working with a specialist tutor can transform your results. Our expert tutors personalise every session around your gaps and goals.
Book a Free Intro MeetingHowever, the coefficient of \(x^2\) is \(4\), not \(1\). We must rewrite the integrand algebraically before integrating.
Step 2: Factor out the coefficient
Factor \(4\) out from inside the square root:
\[\sqrt{9 - 4x^2} = \sqrt{4\left(\frac{9}{4} - x^2\right)} = 2\sqrt{\left(\frac{3}{2}\right)^2 - x^2}\]Now, bring the constant factor of \(\frac{1}{2}\) outside the integral entirely:
\[\int_{0}^{\frac{3}{4}} \frac{1}{\sqrt{9 - 4x^2}} \, dx = \frac{1}{2} \int_{0}^{\frac{3}{4}} \frac{1}{\sqrt{\left(\frac{3}{2}\right)^2 - x^2}} \, dx\]Now the integral is in pure canonical form, with \(a = \frac{3}{2}\) and the coefficient of \(x^2\) equal to \(1\).
Step 3: Integrate mechanically
Because the prep work was done thoroughly, the integration itself requires no mental gymnastics:
\[\frac{1}{2} \left[ \arcsin\left(\frac{x}{\frac{3}{2}}\right) \right]_{0}^{\frac{3}{4}} = \frac{1}{2} \left[ \arcsin\left(\frac{2x}{3}\right) \right]_{0}^{\frac{3}{4}}\]Step 4: Substitute the limits
Evaluate between the upper limit \(x = \frac{3}{4}\) and the lower limit \(x = 0\):
\[= \frac{1}{2} \left( \arcsin\left(\frac{2}{3} \cdot \frac{3}{4}\right) - \arcsin(0) \right)\] \[= \frac{1}{2} \left( \arcsin\left(\frac{1}{2}\right) - 0 \right)\]Recalling standard exact trig values, \(\arcsin\left(\frac{1}{2}\right) = \frac{\pi}{6}\). Therefore:
\[= \frac{1}{2} \cdot \frac{\pi}{6} = \frac{\pi}{12}\]The entire solution took four clear lines of working. Taking 20 seconds to establish the canonical form in Step 2 eliminated any risk of dropping the factor of \(\frac{1}{2}\).
How Further Techniques and Substitution Connect
The remaining marks in this subtopic—further integration techniques (29%) and integration by substitution (18%)—often rely on this exact same principle. A question might present an expression involving exponentials or logarithms, such as:
\[\int \frac{e^x}{1 + e^{2x}} \, dx\]Students who rush try integration by parts or attempt complex algebraic rearrangements. But if you take a moment to inspect the relationship between the numerator and denominator, you will spot the pattern: the numerator \(e^x\) is the derivative of the inner term \(e^x\), and the denominator contains \((e^x)^2\).
By letting \(u = e^x\), so \(du = e^x \, dx\), the integral transforms into:
\[\int \frac{1}{1 + u^2} \, du = \arctan(u) + C = \arctan(e^x) + C\]Once again, success does not come from memorising dozens of unrelated tricks. It comes from pausing to recognize which canonical target form the examiner has disguised.
The Three-Step Pre-Flight Checklist
Before writing down an antiderivative on your paper, run through this quick checklist:
- Check the coefficient: Is the variable term strictly \(x^2\), or is there a coefficient like \(4x^2\) or \(9x^2\)? If a coefficient exists, factor it out of the denominator or radical first.
- Watch the radical rule: Remember that \(\sqrt{k(a^2 - x^2)} = \sqrt{k}\sqrt{a^2 - x^2}\). The factor emerging from the square root is \(\sqrt{k}\), not \(k\).
- Verify the formula factor: Remember that \(\int \frac{1}{a^2 + x^2} \, dx\) has a factor of \(\frac{1}{a}\) in front of \(\arctan\left(\frac{x}{a}\right)\), but \(\int \frac{1}{\sqrt{a^2 - x^2}} \, dx\) leads directly to \(\arcsin\left(\frac{x}{a}\right)\) with no \(\frac{1}{a}\) out front.
Treat integration as an algebraic preparation exercise first and a calculus exercise second. Once the form is right, the marks take care of themselves.
Struggling with Integration Techniques? Fraley Tutors teaches Edexcel Further Maths the same way — clear explanations, real examples, and a focus on exam technique.