Skip to main content
SingaporeMathsSyllabus dot point

How do substitution, integration by parts and partial fractions extend what we can integrate?

Integrate standard functions and use substitution, integration by parts and partial fractions to evaluate a wide range of integrals

A focused answer to the H2 Mathematics outcome on integration techniques. Standard integrals, integration by substitution, integration by parts, and integrating rational functions via partial fractions.

Generated by Claude Opus 4.810 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The answer
  3. Examples in context
  4. Try this

What this dot point is asking

SEAB wants you to integrate the standard functions and apply the three main techniques - substitution, integration by parts, and partial fractions - to evaluate integrals that do not yield to direct integration.

The answer

Standard integrals

The reverse of the standard derivatives, including:

xndx=xn+1n+1+C (n1),1xdx=lnx+C,exdx=ex+C,\int x^n\,dx = \frac{x^{n+1}}{n+1} + C\ (n \neq -1), \quad \int \frac{1}{x}\,dx = \ln|x| + C, \quad \int e^x\,dx = e^x + C,

sinxdx=cosx+C,cosxdx=sinx+C,sec2xdx=tanx+C.\int \sin x\,dx = -\cos x + C, \quad \int \cos x\,dx = \sin x + C, \quad \int \sec^2 x\,dx = \tan x + C.

Integration by substitution

Substitution reverses the chain rule. Choose uu so that dudx\dfrac{du}{dx} appears (up to a constant) in the integrand, rewrite the whole integral in uu (including dxdx), integrate, then revert to xx. For definite integrals, change the limits to uu-values.

Integration by parts

Reversing the product rule:

udv=uvvdu.\int u\,dv = uv - \int v\,du.

Choose uu to be the part that simplifies when differentiated (logs and powers) and dvdv the part that integrates easily. A common guide is the LIATE order (logarithmic, inverse, algebraic, trigonometric, exponential) for picking uu.

Partial fractions

A proper rational function with a factorable denominator splits into simpler fractions, each integrable as a logarithm or power. For example 1(x1)(x+2)\dfrac{1}{(x-1)(x+2)} becomes Ax1+Bx+2\dfrac{A}{x-1} + \dfrac{B}{x+2}, and each term integrates to a logarithm.

Recognising which technique a question wants

Choosing the right method quickly is half the battle. Reach for substitution when the integrand contains a function and (a constant multiple of) its own derivative, as in xex2dx\int x e^{x^2}\,dx. Reach for integration by parts when the integrand is a product of two unrelated functions, one of which simplifies on differentiating, such as xlnxdx\int x\ln x\,dx. Reach for partial fractions when you have a proper rational function with a factorable denominator. A quick scan for these signatures, "derivative present", "product to peel apart", or "rational function", tells you the technique before you commit pen to paper and avoids the dead ends that cost time in an exam.

The "parts twice" and recurring-integral trick

Some integrals need integration by parts applied twice, and occasionally the original integral reappears, which you then solve algebraically. For excosxdx\int e^x \cos x\,dx, applying parts twice brings back a multiple of the original integral II; collecting gives an equation like I=ex(sinx+cosx)II = e^x(\sin x + \cos x) - I, so 2I=ex(sinx+cosx)2I = e^x(\sin x + \cos x) and I=12ex(sinx+cosx)+CI = \tfrac{1}{2}e^x(\sin x + \cos x) + C. Recognising that the integral has cycled back to itself, and solving for it as an unknown, is an elegant H2-level technique worth having ready for products of exponentials with sine or cosine.

Examples in context

Example 1. Total accumulated quantity. Integrating a rate of flow r(t)=3tet2r(t) = 3t e^{-t^2} over time uses the substitution u=t2u = -t^2 to recover the total volume delivered, the workhorse of accumulation problems.

Example 2. Logarithmic growth integral. Computing the work done against a resistance proportional to 1x\frac{1}{x} leads to a lnx\ln|x| integral, which is why logarithms appear naturally in energy and entropy calculations.

Try this

Q1. Find (2x+1)4dx\displaystyle\int (2x + 1)^4\,dx. [2 marks]

  • Cue. Substitution u=2x+1u = 2x + 1: (2x+1)510+C\frac{(2x+1)^5}{10} + C.

Q2. Find xexdx\displaystyle\int x e^x\,dx. [3 marks]

  • Cue. By parts with u=xu = x, dv=exdxdv = e^x dx: xexex+Cx e^x - e^x + C.

Q3. Express 1x(x+1)\dfrac{1}{x(x+1)} in partial fractions. [2 marks]

  • Cue. 1x1x+1\dfrac{1}{x} - \dfrac{1}{x+1}.

Exam-style practice questions

Practice questions written in the style of SEAB exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

Original4 marksFind xex2dx\displaystyle\int x e^{x^2}\,dx using a suitable substitution.
Show worked answer →

Let u=x2u = x^2, so dudx=2x\dfrac{du}{dx} = 2x, that is du=2xdxdu = 2x\,dx, so xdx=12dux\,dx = \tfrac{1}{2}du.

xex2dx=eu12du=12eu+C=12ex2+C\displaystyle\int x e^{x^2}\,dx = \int e^u \cdot \tfrac{1}{2}\,du = \tfrac{1}{2}e^u + C = \tfrac{1}{2}e^{x^2} + C.

Markers reward choosing u=x2u = x^2, expressing xdxx\,dx in terms of dudu, integrating, and reverting to xx with the constant.

Original5 marksFind xlnxdx\displaystyle\int x \ln x\,dx using integration by parts.
Show worked answer →

Choose u=lnxu = \ln x (differentiates simply) and dv=xdxdv = x\,dx (integrates simply).

Then du=1xdxdu = \dfrac{1}{x}dx and v=x22v = \dfrac{x^2}{2}.

xlnxdx=uvvdu=x22lnxx221xdx=x22lnxx2dx=x22lnxx24+C\displaystyle\int x\ln x\,dx = uv - \int v\,du = \dfrac{x^2}{2}\ln x - \int \dfrac{x^2}{2}\cdot\dfrac{1}{x}\,dx = \dfrac{x^2}{2}\ln x - \int \dfrac{x}{2}\,dx = \dfrac{x^2}{2}\ln x - \dfrac{x^2}{4} + C.

Markers reward a sensible choice of uu and dvdv, the parts formula, and the simplified result with the constant.

Related dot points