H2 Maths Integration Formula Sheet | Standard Forms & Techniques
H2 Maths Integration Formula Sheet | Standard Forms & Techniques
Study guide/
H2 Maths integration formula sheet: standard integrals, substitution setup, integration by parts, partial fractions, and trigonometric identities - every key result on one page,...
Q: What does H2 Maths Notes (JC 1-2): 5.3) Integration Techniques cover? A: Substitution, parts, partial fractions, and special integrals for H2 Maths Topic 5.3.
Before you revise Build a flowchart for integration: recognise the pattern (substitution, parts, partial fractions, trigonometric identities) before diving in. Always write differential substitutions explicitly.
Reverse differentiation: Basic forms may already fit.
Substitution, parts, or partial fractions: The integrand's structure chooses the method.
Check by differentiating: It catches missing constants, signs, and factors.
Before choosing a method, ask what the integrand is trying to hide. Do this screening step before expanding, splitting, or substituting.
Integrand signal
Method to test first
Check before you commit
A clear inside function and its derivative nearby
Substitution
Can you rewrite every part in terms of the new variable?
A product where one factor simplifies when differentiated
Integration by parts
Does your chosen u get simpler after differentiating?
A rational function with a factorable denominator
Partial fractions
Is the numerator degree lower than the denominator degree?
Powers of trigonometric functions
Trigonometric identities
Can an identity turn the integrand into basic sine or cosine forms?
Infinite bounds or a denominator that can become zero
Improper-integral limit check
Have you split the integral at every problem point?
Status: SEAB's current H2 Mathematics (9758) syllabus PDF is labelled for 2026. Topic 5.3 scope is within Section A Pure Mathematics, which is assessed in Paper 1 (100 marks) and Paper 2 Section A (40 marks).
Formulas at a glance
Every result the 9758 syllabus expects you to recall or apply, on one screen. Standard integrals listed in MF27 are marked (MF27); everything else must be memorised or derived. Worked examples for each technique appear in the sections below.
Apply parts twice; collect I on one side and divide
Partial fractions
Denominator factor
Decomposition form
Distinct linear: (x−a)(x−b)
x−aA+x−bB
Repeated linear: (x−a)2
x−aA+(x−a)2B
Irreducible quadratic: ax2+bx+c
ax2+bx+cAx+B
Each linear-factor term integrates to a ln∣⋅∣ form.
Trigonometric identities for integration
Identity
Use
sin2x=21(1−cos2x)
Reduce powers of sinx
cos2x=21(1+cos2x)
Reduce powers of cosx
sinxcosx=21sin2x
Simplify products of sinx and cosx
Improper integrals
Form
Convergence condition
∫1∞xp1,dx
Converges if and only if p>1
Infinite bound
Replace with parameter b, then take limb→∞
Singularity inside interval
Split the integral at the problem point; take one-sided limits on each piece
Core Formulae
Reverse of differentiation rules (power, exponential, trigonometric, logarithmic).
Integration by substitution: choose u=g(x) to simplify integrand, rewrite dx=g′(x)du.
Integration by parts: ∫udv=uv−∫vdu.
Partial fractions: decompose rational functions into simpler fractions before integrating.
Method Switch Checkpoint
Run this quick sequence before committing to a long technique.
Check
If yes
If no
Does the integrand already match a derivative pair?
Integrate directly and check by differentiating.
Look for a rewrite.
Can a factor be rewritten using algebra or an identity?
Simplify first, then recheck basic forms.
Look for a hidden inside function.
Is there an inside function with its derivative nearby?
Use substitution and rewrite all terms in the new variable.
Check for a product or rational form.
Is it a product where one factor becomes simpler when differentiated?
Use integration by parts, choosing that factor as u.
Check whether partial fractions or limits are needed.
Is it a rational function with a factorable denominator?
Make it proper, decompose, then integrate logarithm terms carefully.
Consider trigonometric identities or an improper-integral limit check.
Common trap: do not use integration by parts just because the integrand is a product. If one factor is already the derivative of an inside function, substitution is usually shorter.
Substitution Examples
Example -- Trigonometric substitution
Evaluate ∫x2+12xdx.
Let u=x2+1⟹du=2xdx.
Integral becomes ∫u1du=ln∣u∣+C=ln∣x2+1∣+C.
Example -- Exponential substitution
Evaluate ∫xex2dx.
Let u=x2⟹du=2xdx.
Integral =21∫eudu=21ex2+C.
Definite-substitution checkpoint
When substitution appears inside a definite integral, choose one consistent route before applying the bounds.
Route
What to do
When it is cleanest
Common trap
Change the limits
Convert each original x-limit into a new u-limit, then integrate fully in u.
The new limits are simple numbers.
Using old x-limits after changing the integrand to u.
Back-substitute first
Find the antiderivative in u, replace u with the original expression in x, then apply the original limits.
The new limits look awkward or the final expression is easy in x.
Applying limits while the expression is still in the wrong variable.
Check the differential
Rewrite every remaining x and dx term before integrating.
The integrand contains extra factors outside the inside function.
Cancelling only part of the differential and leaving mixed variables.
Worked check: for ∫012x(x2+1)3,dx, let u=x2+1. The limits become u=1 when x=0, and u=2 when x=1, so the integral becomes ∫12u3,du. Do not use the old limits 0 and 1 after switching to u.
Misconception check: changing variables changes the meaning of the bounds. A bound of 1 in x is not automatically a bound of 1 in u.
Integration by Parts
Choose u to simplify upon differentiation; set dv as remaining factor.
For repeated parts, loop until integral becomes elementary.
A handy heuristic for choosing u is the ILATE/LIATE mnemonic-use it to decide which factor to differentiate so the algebra keeps simplifying. It is widely taught even though the official H2 syllabus only specifies the integration-by-parts technique itself, so treat ILATE/LIATE as planning advice rather than examinable content.
Order
Pick this first when
I
an Inverse trigonometric term (e.g. arctanx) appears
L
a Logarithmic term (e.g. lnx) is present
A
an Algebraic factor (polynomial or rational) remains
T
Trigonometric or hyperbolic functions turn up
E
finally, the Exponential factor eg(x)
Repeated-parts checkpoint
Before starting integration by parts, decide what should happen after one round. This prevents a long chain of parts steps with no target.
Pattern
Best move
Stop condition
Common trap
Polynomial times exponential or trigonometric factor
Differentiate the polynomial each round.
The polynomial derivative becomes zero.
Integrating the polynomial factor instead, which makes the algebra grow.
Logarithmic or inverse trigonometric factor alone
Set that factor as u and use 1,dx as dv.
The remaining integral becomes a rational or algebraic form.
Waiting for an obvious second factor before using parts.
Exponential times sine or cosine
Use parts twice, then collect the original integral on one side.
The original integral reappears.
Treating the repeated integral as failure instead of solving for it.
Worked check: let I=∫excosx,dx. One round gives
I=excosx+∫exsinx,dx.
A second round on the remaining integral gives ∫exsinx,dx=exsinx−I, so
2I=ex(sinx+cosx),I=2ex(sinx+cosx)+C.
Misconception check: when the original integral returns, do not keep integrating by parts forever. Move it to the left-hand side and divide.
Example -- xcosx
Take u=xdv=cosxdx.
∫xcosxdx=xsinx−∫sinxdx=xsinx+cosx+C.
Example -- xex
Take u=xdv=exdx.
∫xexdx=xex−∫exdx=xex−ex+C=ex(x−1)+C.
Note: reduction formulae are excluded in the 2026 H2 syllabus-use integration by parts directly for each required integral.
Partial Fractions
Proper rational functions: express as sum of linear/quadratic factors.
For repeated factors, include each power up to multiplicity.
Use sin2x=21(1−cos2x), cos2x=21(1+cos2x), and sinxcosx=21sin2x.
For integrals of secx or tanx, multiply numerator and denominator to match derivatives.
Example -- ∫sec2x
Recognise derivative of tanx∫sec2xdx=tanx+C.
Improper Integrals and Convergence
Evaluate limits for infinite bounds or singularities:
∫1∞xp1dx converges iff p>1.
For improper points inside interval, split integral and take limits.
Improper-integral setup checkpoint
Before integrating, locate every place where the integral stops being ordinary. The setup is often worth more than the antiderivative because one missed limit can change convergence to divergence.
Problem point
First move
What to write
Common trap
Upper or lower bound is infinite
Replace infinity with a parameter.
limb→∞∫abf(x),dx, or the matching negative-infinity limit.
Substituting infinity directly into the antiderivative.
Denominator is zero at an endpoint
Move the endpoint slightly inside the interval.
lima→c+∫adf(x),dx
Denominator is zero inside the interval
Split the integral at that point.
∫acf(x),dx+∫cbf(x),dx
Antiderivative limit does not settle to a finite value
State divergence.
The integral diverges if any required limit is infinite or does not exist.
Averaging one convergent side with one divergent side.
Worked check: ∫02(x−1)21,dx has a problem point inside the interval, so split at x=1. The left and right one-sided integrals each have a vertical asymptote, so the original integral diverges. Do not integrate across x=1 in one line.
Misconception check: an antiderivative formula is not enough for an improper integral. The answer depends on the limit process, not just on substituting the two printed bounds.
Calculator Workflow
Use a graphing calculator (GC) to confirm antiderivatives by differentiating results.
Numerical integration (∫f(x)dx) checks definite integrals; still show analytical steps.
Store substitution results before back-substituting to reduce mistakes.
Exam Watch Points
Explicitly state substitution and new limits for definite integrals.
Include constant of integration for indefinite integrals.
Handle absolute values in logarithms when integrating rational functions.
Justify convergence when dealing with improper integrals.
Want weekly guided practice on Integration Techniques? Our H2 Maths tuition programme builds fluency in this topic through structured problem sets and exam-style drills.
Common exam mistakes
Omitting the constant of integration: Every indefinite integral requires +C. Markers deduct a mark for a bare antiderivative - write ln∣x2+1∣+C, not just ln∣x2+1∣.
Incorrect differential in substitution: After letting u=g(x), students often substitute du without dividing by g′(x). Always write dx=g′(x)du
Wrong assignment of u and dv in integration by parts: Choosing u=ex and dv=lnxdx
Missing the ln∣f(x)∣ pattern: When the numerator is a scalar multiple of f′(x), the integral is kln∣f(x)∣+C
Sign errors with trigonometric integrals: ∫sinxdx=−cosx+C and ∫sec2xdx=tanx+C
Frequently asked questions
Is there a formula sheet for H2 Maths integration? Yes - the "Formulas at a glance" section near the top of this page collects every result you need: standard integral forms, the substitution setup, the integration by parts formula with ILATE ordering, partial-fraction decomposition templates, the three trigonometric identities for reducing powers, and the convergence condition for improper integrals. Note that MF27 provides some standard integrals (e.g. ∫tanx,dx, ∫sec2x,dx), but techniques such as integration by parts applications, substitution setups, and partial-fraction procedures must be understood and carried out without the sheet.
Which papers examine Integration Techniques? Integration Techniques (Topic 5.3) is examined in both Paper 1 (Pure Mathematics, 100 marks, 3 hours) and Paper 2 Section A (Pure Mathematics, 40 marks). [1] Either paper can feature substitution, integration by parts, or partial-fractions integrals, so you must be fluent across all three methods.
Is integration using partial fractions examinable at H2 level? Yes. Partial fractions (Topic 1.3) and integration are explicitly linked in the 9758 syllabus. [1] A typical question decomposes a rational integrand - e.g. (x−2)(x+1)3x+5 - into partial fractions first, then integrates each term as a logarithm. Both the decomposition and the integration steps must be shown for full marks.
Is a formula sheet provided in the H2 Maths exam? Yes - MF27 (List of Formulae and Statistical Tables) is provided for both papers. [1] It includes standard integrals such as ∫tanxdx=ln∣secx∣+C and ∫sec2xdx=tanx+C. You are still expected to derive results not on MF27 (e.g. integration by parts applications), so practise working without the sheet as well.
Other H2 Maths formula sheets
Revising more than one topic? Grab the matching one-page formula sheet: