H2 Maths Integration Formula Sheet | Standard Forms & Techniques

Study guideUpdated 17 Jul 2026

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.
Download: Get the H2 Maths Integration formula sheet (PDF) for quick revision, or the complete notes (PDF) for the full walkthrough.
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.

Concrete example: For 2xx2+1,dx\int \frac{2x}{x^2+1},dx, let u=x2+1u=x^2+1

Before choosing a method, ask what the integrand is trying to hide. Do this screening step before expanding, splitting, or substituting.

Integrand signalMethod to test firstCheck before you commit
A clear inside function and its derivative nearbySubstitutionCan you rewrite every part in terms of the new variable?
A product where one factor simplifies when differentiatedIntegration by partsDoes your chosen u get simpler after differentiating?
A rational function with a factorable denominatorPartial fractionsIs the numerator degree lower than the denominator degree?
Powers of trigonometric functionsTrigonometric identitiesCan an identity turn the integrand into basic sine or cosine forms?
Infinite bounds or a denominator that can become zeroImproper-integral limit checkHave 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.

Standard integrals

IntegrandResult
xnx^n (n1n \neq -1)xn+1n+1+C\dfrac{x^{n+1}}{n+1} + C

Integration by substitution

StepWhat to write
Choose substitutionu=g(x)u = g(x)
Rewrite differentialdx=dug(x)\mathrm{d}x = \dfrac{\mathrm{d}u}{g'(x)}

Integration by parts

Formulau,dv=uvv,du\displaystyle\int u , \mathrm{d}v = uv - \int v , \mathrm{d}u
ILATE order for choosing uuInverse trig → Logarithm → Algebraic → Trig → Exponential

Partial fractions

Denominator factorDecomposition form
Distinct linear: (xa)(xb)(x-a)(x-b)Axa+Bxb\dfrac{A}{x-a} + \dfrac{B}{x-b}

Each linear-factor term integrates to a ln\ln\lvert \cdot \rvert form.

Trigonometric identities for integration

IdentityUse
sin2x=12(1cos2x)\sin^2 x = \tfrac{1}{2}(1 - \cos 2x)

Improper integrals

FormConvergence condition
11xp,dx\displaystyle\int_1^\infty \dfrac{1}{x^p} , \mathrm{d}x

Core Formulae

  • Reverse of differentiation rules (power, exponential, trigonometric, logarithmic).
  • Integration by substitution: choose u=g(x) u = g(x) to simplify integrand, rewrite dx=dug(x) \mathrm{d}x = \dfrac{\mathrm{d}u}{g'(x)}

Method Switch Checkpoint

Run this quick sequence before committing to a long technique.

CheckIf yesIf 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 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 2xx2+1 dx \int \dfrac{2x}{x^2 + 1} \space \mathrm{d}x .

  1. Let u=x2+1    du=2x dx u = x^2 + 1 \implies \mathrm{d}u = 2x \space \mathrm{d}x .
  2. Integral becomes 1u du=lnu+C=lnx2+1+C \int \dfrac{1}{u} \space \mathrm{d}u = \ln\lvert u \rvert + C = \ln\lvert x^2 + 1 \rvert + C

Example -- Exponential substitution

Evaluate xex2 dx \int x e^{x^2} \space \mathrm{d}x .

  1. Let u=x2    du=2x dx u = x^2 \implies \mathrm{d}u = 2x \space \mathrm{d}x .
  2. Integral =12eu du=12ex2+C = \tfrac{1}{2} \int e^{u} \space \mathrm{d}u = \tfrac{1}{2} e^{x^2} + C

Definite-substitution checkpoint

When substitution appears inside a definite integral, choose one consistent route before applying the bounds.

RouteWhat to doWhen it is cleanestCommon trap
Change the limitsConvert each original xx-limit into a new uu-limit, then integrate fully in uu.The new limits are simple numbers.Using old xx-limits after changing the integrand to uu

Worked check: for 012x(x2+1)3,dx\int_0^1 2x(x^2+1)^3,\mathrm{d}x, let u=x2+1u=x^2+1

Misconception check: changing variables changes the meaning of the bounds. A bound of 11 in xx is not automatically a bound of 11 in uu.


Integration by Parts

  • Choose u u to simplify upon differentiation; set dv dv as remaining factor.
  • For repeated parts, loop until integral becomes elementary.

A handy heuristic for choosing u 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.

OrderPick this first when
Ian Inverse trigonometric term (e.g. arctanx \operatorname{arctan} x ) appears
La Logarithmic term (e.g. lnx \ln x ) is present
Aan Algebraic factor (polynomial or rational) remains
TTrigonometric or hyperbolic functions turn up
Efinally, the Exponential factor eg(x) e^{g(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.

PatternBest moveStop conditionCommon trap
Polynomial times exponential or trigonometric factorDifferentiate the polynomial each round.The polynomial derivative becomes zero.Integrating the polynomial factor instead, which makes the algebra grow.
Logarithmic or inverse trigonometric factor aloneSet that factor as uu and use 1,dx1,\mathrm{d}x as dv\mathrm{d}v

Worked check: let I=excosx,dxI=\int e^x\cos x,\mathrm{d}x. One round gives

I=excosx+exsinx,dx. I=e^x\cos x+\int e^x\sin x,\mathrm{d}x.

A second round on the remaining integral gives exsinx,dx=exsinxI\int e^x\sin x,\mathrm{d}x=e^x\sin x-I, so

2I=ex(sinx+cosx),I=ex(sinx+cosx)2+C. 2I=e^x(\sin x+\cos x),\quad I=\frac{e^x(\sin x+\cos x)}{2}+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 x \cos x

Take u=x dv=cosx dx u = x \space dv = \cos x \space \mathrm{d}x . xcosx dx=xsinxsinx dx=xsinx+cosx+C. \int x \cos x \space \mathrm{d}x = x \sin x - \int \sin x \space \mathrm{d}x = x \sin x + \cos x + C.

Example -- xex x e^x

Take u=x dv=ex dx u = x \space dv = e^x \space \mathrm{d}x . xex dx=xexex dx=xexex+C=ex(x1)+C. \int x e^x \space \mathrm{d}x = x e^x - \int e^x \space \mathrm{d}x = x e^x - e^x + C = e^x(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.
  • For irreducible quadratics, use Ax+Bquadratic \dfrac{Ax + B}{\text{quadratic}} .

Example -- Partial fraction integral

Evaluate 3x+5x2x2 dx \int \dfrac{3x + 5}{x^2 - x - 2} \space \mathrm{d}x .

  1. Factor denominator: (x2)(x+1) (x - 2)(x + 1) .
  2. Decompose: 3x+5(x2)(x+1)=Ax2+Bx+1 \dfrac{3x + 5}{(x - 2)(x + 1)} = \dfrac{A}{x - 2} + \dfrac{B}{x + 1}

Trigonometric Identities

  • Use sin2x=12(1cos2x) \sin^2 x = \tfrac{1}{2}(1 - \cos 2x) , cos2x=12(1+cos2x) \cos^2 x = \tfrac{1}{2}(1 + \cos 2x)

Example -- sec2x \int \sec^2 x

Recognise derivative of tanx \tan x \: sec2x dx=tanx+C \int \sec^2 x \space \mathrm{d}x = \tan x + C .


Improper Integrals and Convergence

  • Evaluate limits for infinite bounds or singularities: 11xp dx converges iff p>1. \int_1^\infty \dfrac{1}{x^p} \space \mathrm{d}x \text{ converges iff } p > 1.

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 pointFirst moveWhat to writeCommon trap
Upper or lower bound is infiniteReplace infinity with a parameter.limbabf(x),dx\lim_{b\to\infty}\int_a^b f(x),\mathrm{d}x

Worked check: 021(x1)2,dx\int_0^2 \dfrac{1}{(x-1)^2},\mathrm{d}x

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 + C . Markers deduct a mark for a bare antiderivative - write lnx2+1+C \ln\lvert x^2 + 1 \rvert + C , not just lnx2+1 \ln\lvert x^2 + 1 \rvert

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 the standard integral forms, substitution setup, integration by parts, partial-fraction templates, trigonometric identities, and improper-integral conditions used in this topic. MF27 provides selected standard integrals such as tanx,dx\int \tan x , \mathrm{d}x, but it does not list sec2x,dx\int \sec^2 x , \mathrm{d}x. It also provides partial-fraction decomposition templates, not the complete decomposition or integration method.

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. 3x+5(x2)(x+1) \dfrac{3x+5}{(x-2)(x+1)} - 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 Results) is provided for both papers. [1] It includes selected standard integrals such as tanx dx=ln(secx)+C \int \tan x \space \mathrm{d}x = \ln(\sec x) + C on the stated domain, but it does not list sec2x dx=tanx+C \int \sec^2 x \space \mathrm{d}x = \tan x + C


Other H2 Maths formula sheets

Revising more than one topic? Grab the matching one-page formula sheet:

For the official SEAB reference booklet, see the H2 Maths MF27 formula list.


Sources

  • SEAB H2 Mathematics syllabus (9758), examinations from 2026 - Topic 5 Calculus (integration techniques, improper integrals, partial fractions, and areas/volumes): SEAB 9758 syllabus PDF

Practice Quiz

Reinforce substitution, parts, and partial-fractions strategies-including improper integral convergence checks.


Quick Revision Checklist

  • Identify the right technique (substitution, parts, partial fractions) for each integrand.
  • Carry out algebraic manipulations cleanly before integrating.
  • Evaluate definite integrals with correct limits and substitution steps.
  • Discuss convergence for improper integrals and document limit processes.

Next steps: Stay synced via the H2 Maths notes hub and tackle Topic 5.4 - Definite integrals for area/volume modelling.

Keep studying with Eclat

Join the Telegram study group for new notes, quizzes, and study resources.

Join our Telegram study group
Marcus Pang
Reviewed by
Marcus Pang·Managing Director (Maths)

Sources

  1. SEAB H2 Mathematics (9758) Syllabus 2026