Skip to main content

Integration Techniques

Antidifferentiation Review

Integration (antidifferentiation) is the reverse process of differentiation. If F(x)=f(x)F'(x) = f(x), then:

f(x)dx=F(x)+C\int f(x)\,dx = F(x) + C

where CC is the constant of integration.

Basic Integration Rules

RuleFormula
Power rulexndx=xn+1n+1+C(n1)\displaystyle\int x^n\,dx = \frac{x^{n+1}}{n+1} + C \quad (n \neq -1)
Reciprocal1xdx=lnx+C\displaystyle\int \frac{1}{x}\,dx = \ln\|x\| + C
Constant multiplekf(x)dx=kf(x)dx\displaystyle\int kf(x)\,dx = k\int f(x)\,dx
Sum/difference[f(x)±g(x)]dx=f(x)dx±g(x)dx\displaystyle\int [f(x) \pm g(x)]\,dx = \int f(x)\,dx \pm \int g(x)\,dx

Standard Integrals

f(x)f(x)f(x)dx\int f(x)\,dx
exe^xex+Ce^x + C
axa^xaxlna+C\dfrac{a^x}{\ln a} + C
sinx\sin xcosx+C-\cos x + C
cosx\cos xsinx+C\sin x + C
sec2x\sec^2 xtanx+C\tan x + C
csc2x\csc^2 xcotx+C-\cot x + C
secxtanx\sec x \tan xsecx+C\sec x + C
11x2\dfrac{1}{\sqrt{1-x^2}}arcsinx+C\arcsin x + C
11+x2\dfrac{1}{1+x^2}arctanx+C\arctan x + C

The Fundamental Theorem of Calculus

First Fundamental Theorem

If ff is continuous on [a,b][a, b] and F(x)=f(x)F'(x) = f(x), then:

abf(x)dx=F(b)F(a)\int_a^b f(x)\,dx = F(b) - F(a)

Second Fundamental Theorem

If ff is continuous on an interval containing aa, then:

\frac{d}`\{dx}`\left[\int_a^x f(t)\,dt\right] = f(x)

Definite Integrals

Properties

For continuous functions ff and gg on [a,b][a, b]:

  1. abkf(x)dx=kabf(x)dx\displaystyle\int_a^b kf(x)\,dx = k\int_a^b f(x)\,dx
  2. ab[f(x)±g(x)]dx=abf(x)dx±abg(x)dx\displaystyle\int_a^b [f(x) \pm g(x)]\,dx = \int_a^b f(x)\,dx \pm \int_a^b g(x)\,dx
  3. aaf(x)dx=0\displaystyle\int_a^a f(x)\,dx = 0
  4. abf(x)dx=baf(x)dx\displaystyle\int_a^b f(x)\,dx = -\int_b^a f(x)\,dx
  5. abf(x)dx=acf(x)dx+cbf(x)dx\displaystyle\int_a^b f(x)\,dx = \int_a^c f(x)\,dx + \int_c^b f(x)\,dx for any cc

Even and Odd Functions

If ff is even (f(x)=f(x)f(-x) = f(x)):

aaf(x)dx=20af(x)dx\int_{-a}^{a} f(x)\,dx = 2\int_0^a f(x)\,dx

If ff is odd (f(x)=f(x)f(-x) = -f(x)):

aaf(x)dx=0\int_{-a}^{a} f(x)\,dx = 0
Exam Tip

Always check if a function is odd or even before integrating over a symmetric interval. This can save significant computation time.

Example

Evaluate 22x3cos(x2)dx\displaystyle\int_{-2}^{2} x^3\cos(x^2)\,dx.

Since x3cos(x2)x^3\cos(x^2) is odd (odd ×\times even == odd):

22x3cos(x2)dx=0\int_{-2}^{2} x^3\cos(x^2)\,dx = 0

Integration by Substitution

Method

When the integrand contains a function and its derivative (or a composite function), substitute u=g(x)u = g(x) where g(x)g(x) is the "inner" function:

f(g(x))g(x)dx=f(u)du\int f(g(x))g'(x)\,dx = \int f(u)\,du

Steps

  1. Choose u=g(x)u = g(x) (the inner function).
  2. Compute dudx=g(x)\dfrac{du}{dx} = g'(x), so du=g(x)dxdu = g'(x)\,dx.
  3. Rewrite the integral in terms of uu.
  4. Integrate with respect to uu.
  5. Substitute back u=g(x)u = g(x).
Example

Evaluate 2xx2+1dx\displaystyle\int 2x\sqrt{x^2+1}\,dx.

Let u=x2+1u = x^2 + 1, so dudx=2x\dfrac{du}{dx} = 2x, giving du=2xdxdu = 2x\,dx.

udu=u1/2du=23u3/2+C=23(x2+1)3/2+C\int \sqrt{u}\,du = \int u^{1/2}\,du = \frac{2}{3}u^{3/2} + C = \frac{2}{3}(x^2+1)^{3/2} + C
Example

Evaluate 01xex2dx\displaystyle\int_0^1 xe^{x^2}\,dx.

Let u=x2u = x^2, so du=2xdxdu = 2x\,dx.

When x=0x = 0: u=0u = 0. When x=1x = 1: u=1u = 1.

01xex2dx=1201eudu=12[eu]01=12(e1)\int_0^1 xe^{x^2}\,dx = \frac{1}{2}\int_0^1 e^u\,du = \frac{1}{2}\big[e^u\big]_0^1 = \frac{1}{2}(e - 1)

Trigonometric Substitutions

Certain integrals can be simplified using trigonometric substitutions:

ExpressionSubstitutionIdentity
a2x2\sqrt{a^2 - x^2}x=asinθx = a\sin\theta1sin2θ=cos2θ1 - \sin^2\theta = \cos^2\theta
a2+x2\sqrt{a^2 + x^2}x=atanθx = a\tan\theta1+tan2θ=sec2θ1 + \tan^2\theta = \sec^2\theta
x2a2\sqrt{x^2 - a^2}x=asecθx = a\sec\thetasec2θ1=tan2θ\sec^2\theta - 1 = \tan^2\theta
Example

Evaluate 14x2dx\displaystyle\int \frac{1}{\sqrt{4-x^2}}\,dx.

This is a standard integral: arcsin ⁣(x2)+C\arcsin\!\left(\dfrac{x}{2}\right) + C.

Alternatively, let x=2sinθx = 2\sin\theta, so dx=2cosθdθdx = 2\cos\theta\,d\theta:

2cosθ2cosθdθ=1dθ=θ+C=arcsin ⁣(x2)+C\int \frac{2\cos\theta}{2\cos\theta}\,d\theta = \int 1\,d\theta = \theta + C = \arcsin\!\left(\frac{x}{2}\right) + C

Integration by Parts

For the product of two functions:

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

Choosing uu and dvdv

Use the LIATE rule (prioritise choosing uu from):

  • Logarithmic functions
  • Inverse trig functions
  • Algebraic functions (polynomials)
  • Trigonometric functions
  • Exponential functions
Example

Evaluate xexdx\displaystyle\int x e^x\,dx.

Let u=xu = x (algebraic) and dv=exdxdv = e^x\,dx.

Then du=dxdu = dx and v=exv = e^x.

xexdx=xexexdx=xexex+C=ex(x1)+C\int x e^x\,dx = xe^x - \int e^x\,dx = xe^x - e^x + C = e^x(x - 1) + C
Example

Evaluate xsinxdx\displaystyle\int x\sin x\,dx.

Let u=xu = x and dv=sinxdxdv = \sin x\,dx.

Then du=dxdu = dx and v=cosxv = -\cos x.

xsinxdx=xcosx(cosx)dx=xcosx+sinx+C\int x\sin x\,dx = -x\cos x - \int (-\cos x)\,dx = -x\cos x + \sin x + C

Repeated Integration by Parts

For integrals like x2exdx\displaystyle\int x^2 e^x\,dx or x2sinxdx\displaystyle\int x^2 \sin x\,dx, apply integration by parts repeatedly.

Example

Evaluate x2exdx\displaystyle\int x^2 e^x\,dx.

First application: u=x2u = x^2, dv=exdxdv = e^x\,dx:

x2exdx=x2ex2xexdx\int x^2 e^x\,dx = x^2 e^x - \int 2x e^x\,dx

Second application on 2xexdx\int 2x e^x\,dx: u=2xu = 2x, dv=exdxdv = e^x\,dx:

2xexdx=2xex2exdx=2xex2ex\int 2x e^x\,dx = 2xe^x - \int 2e^x\,dx = 2xe^x - 2e^x

Combining:

x2exdx=x2ex2xex+2ex+C=ex(x22x+2)+C\int x^2 e^x\,dx = x^2 e^x - 2xe^x + 2e^x + C = e^x(x^2 - 2x + 2) + C

Cyclic Integration by Parts

Integrals like exsinxdx\displaystyle\int e^x \sin x\,dx require applying integration by parts twice and solving algebraically.

Example

Evaluate exsinxdx\displaystyle\int e^x \sin x\,dx.

Let u=exu = e^x, dv=sinxdxdv = \sin x\,dx. Then du=exdxdu = e^x\,dx, v=cosxv = -\cos x.

I=excosx+excosxdxI = -e^x\cos x + \int e^x\cos x\,dx

Now let u=exu = e^x, dv=cosxdxdv = \cos x\,dx. Then du=exdxdu = e^x\,dx, v=sinxv = \sin x.

excosxdx=exsinxexsinxdx=exsinxI\int e^x\cos x\,dx = e^x\sin x - \int e^x\sin x\,dx = e^x\sin x - I

Substituting back:

I=excosx+exsinxII = -e^x\cos x + e^x\sin x - I2I=ex(sinxcosx)2I = e^x(\sin x - \cos x)I=ex(sinxcosx)2+CI = \frac{e^x(\sin x - \cos x)}{2} + C

Partial Fractions

When the integrand is a rational function with a denominator that can be factorised, decompose into partial fractions.

Types of Decomposition

DenominatorPartial Fractions
(ax+b)(cx+d)(ax+b)(cx+d)Aax+b+Bcx+d\dfrac{A}{ax+b} + \dfrac{B}{cx+d}
(ax+b)2(ax+b)^2Aax+b+B(ax+b)2\dfrac{A}{ax+b} + \dfrac{B}{(ax+b)^2}
(ax+b)(x2+c)(ax+b)(x^2+c)Aax+b+Bx+Cx2+c\dfrac{A}{ax+b} + \dfrac{Bx+C}{x^2+c}
Example

Evaluate 5x+1(x+1)(x2)dx\displaystyle\int \frac{5x+1}{(x+1)(x-2)}\,dx.

5x+1(x+1)(x2)=Ax+1+Bx2\frac{5x+1}{(x+1)(x-2)} = \frac{A}{x+1} + \frac{B}{x-2}5x+1=A(x2)+B(x+1)5x + 1 = A(x-2) + B(x+1)

x=1x = -1: 5+1=A(3)    A=43-5 + 1 = A(-3) \implies A = \dfrac{4}{3}.

x=2x = 2: 10+1=B(3)    B=11310 + 1 = B(3) \implies B = \dfrac{11}{3}.

5x+1(x+1)(x2)dx=43lnx+1+113lnx2+C\int \frac{5x+1}{(x+1)(x-2)}\,dx = \frac{4}{3}\ln\|x+1\| + \frac{11}{3}\ln\|x-2\| + C

Area Under Curves

Area Between a Curve and the xx-axis

The signed area between y=f(x)y = f(x) and the xx-axis from x=ax = a to x=bx = b is:

Area=abf(x)dx\mathrm{Area} = \int_a^b f(x)\,dx

If the curve crosses the xx-axis, split the integral at the zeros and take the absolute value of each part.

Area Between Two Curves

The area between y=f(x)y = f(x) and y=g(x)y = g(x) from x=ax = a to x=bx = b (where f(x)g(x)f(x) \ge g(x)):

Area=ab[f(x)g(x)]dx\mathrm{Area} = \int_a^b [f(x) - g(x)]\,dx
Example

Find the area enclosed by y=x2y = x^2 and y=2xy = 2x.

Intersection points: x2=2x    x(x2)=0    x=0x^2 = 2x \implies x(x-2) = 0 \implies x = 0 or x=2x = 2.

For 0x20 \le x \le 2: 2xx22x \ge x^2.

Area=02(2xx2)dx=[x2x33]02=483=43\mathrm{Area} = \int_0^2 (2x - x^2)\,dx = \left[x^2 - \frac{x^3}{3}\right]_0^2 = 4 - \frac{8}{3} = \frac{4}{3}
Example

Find the area enclosed by y=x24y = x^2 - 4 and the xx-axis.

Zeros: x24=0    x=±2x^2 - 4 = 0 \implies x = \pm 2.

Area=22x24dx=202(4x2)dx=2[4xx33]02=2(883)=323\mathrm{Area} = \int_{-2}^{2} |x^2 - 4|\,dx = 2\int_0^2 (4 - x^2)\,dx = 2\left[4x - \frac{x^3}{3}\right]_0^2 = 2\left(8 - \frac{8}{3}\right) = \frac{32}{3}

Volume of Revolution

Rotation about the xx-axis

The volume generated by rotating y=f(x)y = f(x) from x=ax = a to x=bx = b about the xx-axis:

V=πab[f(x)]2dxV = \pi \int_a^b [f(x)]^2\,dx

Rotation about the yy-axis

The volume generated by rotating x=g(y)x = g(y) from y=cy = c to y=dy = d about the yy-axis:

V=πcd[g(y)]2dyV = \pi \int_c^d [g(y)]^2\,dy

Alternatively, using the shell method about the yy-axis:

V=2πabxf(x)dxV = 2\pi \int_a^b x |f(x)|\,dx
Example

Find the volume generated by rotating the region bounded by y=xy = \sqrt{x}, x=4x = 4, and the xx-axis about the xx-axis.

V=π04(x)2dx=π04xdx=π[x22]04=8πV = \pi\int_0^4 (\sqrt{x})^2\,dx = \pi\int_0^4 x\,dx = \pi\left[\frac{x^2}{2}\right]_0^4 = 8\pi
Example

Find the volume generated by rotating the region bounded by y=x2y = x^2, y=0y = 0, and x=1x = 1 about the yy-axis.

Using the disc method (in terms of yy):

x=yx = \sqrt{y}, from y=0y = 0 to y=1y = 1.

V=π01(y)2dy=π01ydy=π[y22]01=π2V = \pi\int_0^1 (\sqrt{y})^2\,dy = \pi\int_0^1 y\,dy = \pi\left[\frac{y^2}{2}\right]_0^1 = \frac{\pi}{2}

Volume between two curves

When rotating the region between y=f(x)y = f(x) and y=g(x)y = g(x) about the xx-axis:

V=πab([f(x)]2[g(x)]2)dxV = \pi\int_a^b \left([f(x)]^2 - [g(x)]^2\right)\,dx
Example

Find the volume generated by rotating the region between y=xy = x and y=x2y = x^2 about the xx-axis.

Intersection: x=x2    x=0x = x^2 \implies x = 0 or x=1x = 1.

V=π01(x2x4)dx=π[x33x55]01=π(1315)=2π15V = \pi\int_0^1 \left(x^2 - x^4\right)\,dx = \pi\left[\frac{x^3}{3} - \frac{x^5}{5}\right]_0^1 = \pi\left(\frac{1}{3} - \frac{1}{5}\right) = \frac{2\pi}{15}

Kinematics Applications

Displacement, Velocity, and Acceleration

  • Velocity is the derivative of displacement: v=dsdtv = \dfrac{ds}{dt}
  • Acceleration is the derivative of velocity: a=dvdt=d2sdt2a = \dfrac{dv}{dt} = \dfrac{d^2s}{dt^2}
  • Displacement from velocity: s=vdts = \displaystyle\int v\,dt
  • Velocity from acceleration: v=adtv = \displaystyle\int a\,dt

Total Distance vs Displacement

Displacement=t1t2v(t)dt\mathrm{Displacement} = \int_{t_1}^{t_2} v(t)\,dt Totaldistance=t1t2v(t)dt\mathrm{Total distance} = \int_{t_1}^{t_2} |v(t)|\,dt
Example

A particle moves with velocity v(t)=t24t+3m/sv(t) = t^2 - 4t + 3\mathrm{ m/s} for 0t50 \le t \le 5.

(a) Find the displacement.

s=05(t24t+3)dt=[t332t2+3t]05=125350+15=403ms = \int_0^5 (t^2 - 4t + 3)\,dt = \left[\frac{t^3}{3} - 2t^2 + 3t\right]_0^5 = \frac{125}{3} - 50 + 15 = \frac{40}{3}\mathrm{ m}

(b) Find the total distance travelled.

Find when v=0v = 0: t24t+3=0    (t1)(t3)=0    t=1,3t^2 - 4t + 3 = 0 \implies (t-1)(t-3) = 0 \implies t = 1, 3.

IntervalSign of vvMotion
0<t<10 \lt t \lt 1++Forward
1<t<31 \lt t \lt 3-Backward
3<t<53 \lt t \lt 5++Forward
Distance=01vdt+13vdt+35vdt\mathrm{Distance} = \int_0^1 v\,dt + \left|\int_1^3 v\,dt\right| + \int_3^5 v\,dt=43+43+203=43+43+203=283m= \frac{4}{3} + \left|-\frac{4}{3}\right| + \frac{20}{3} = \frac{4}{3} + \frac{4}{3} + \frac{20}{3} = \frac{28}{3}\mathrm{ m}

Improper Integrals

Type 1: Infinite Limits

af(x)dx=limbabf(x)dx\int_a^{\infty} f(x)\,dx = \lim_{b \to \infty} \int_a^b f(x)\,dx

Type 2: Discontinuous Integrand

abf(x)dx=limta+tbf(x)dx\int_a^b f(x)\,dx = \lim_{t \to a^+} \int_t^b f(x)\,dx

An improper integral converges if the limit exists (is finite) and diverges otherwise.

Example

Determine whether 11x2dx\displaystyle\int_1^{\infty} \frac{1}{x^2}\,dx converges.

11x2dx=limb1bx2dx=limb[1x]1b=limb(1b+1)=1\int_1^{\infty} \frac{1}{x^2}\,dx = \lim_{b \to \infty}\int_1^b x^{-2}\,dx = \lim_{b \to \infty}\left[-\frac{1}{x}\right]_1^b = \lim_{b \to \infty}\left(-\frac{1}{b} + 1\right) = 1

The integral converges to 11.

Example

Determine whether 11xdx\displaystyle\int_1^{\infty} \frac{1}{x}\,dx converges.

11xdx=limb[lnx]1b=limblnb=\int_1^{\infty} \frac{1}{x}\,dx = \lim_{b \to \infty}[\ln x]_1^b = \lim_{b \to \infty}\ln b = \infty

The integral diverges.


IB Exam-Style Questions

Question 1 (Paper 1 style)

Evaluate 0π/2sin2xdx\displaystyle\int_0^{\pi/2} \sin^2 x\,dx.

Using the identity sin2x=1cos2x2\sin^2 x = \dfrac{1 - \cos 2x}{2}:

0π/21cos2x2dx=12[xsin2x2]0π/2=12(π20)=π4\int_0^{\pi/2} \frac{1 - \cos 2x}{2}\,dx = \frac{1}{2}\left[x - \frac{\sin 2x}{2}\right]_0^{\pi/2} = \frac{1}{2}\left(\frac{\pi}{2} - 0\right) = \frac{\pi}{4}

Question 2 (Paper 2 style)

Let RR be the region bounded by the curve y=x(x2)y = x(x-2) and the xx-axis.

(a) Find the area of RR.

Zeros: x=0x = 0 and x=2x = 2. The curve is below the axis (opens upward).

Area=02x(x2)dx=02(2xx2)dx=[x2x33]02=483=43\mathrm{Area} = \int_0^2 |x(x-2)|\,dx = \int_0^2 (2x - x^2)\,dx = \left[x^2 - \frac{x^3}{3}\right]_0^2 = 4 - \frac{8}{3} = \frac{4}{3}

(b) Find the volume when RR is rotated 360°360\degree about the xx-axis.

V=π02[x(x2)]2dx=π02x2(x2)2dxV = \pi\int_0^2 [x(x-2)]^2\,dx = \pi\int_0^2 x^2(x-2)^2\,dx =π02(x44x3+4x2)dx=π[x55x4+4x33]02= \pi\int_0^2 (x^4 - 4x^3 + 4x^2)\,dx = \pi\left[\frac{x^5}{5} - x^4 + \frac{4x^3}{3}\right]_0^2 =π(32516+323)=π1615=16π15= \pi\left(\frac{32}{5} - 16 + \frac{32}{3}\right) = \pi \cdot \frac{16}{15} = \frac{16\pi}{15}

Question 3 (Paper 2 style)

Evaluate 2x+3x2+3x+2dx\displaystyle\int \frac{2x + 3}{x^2 + 3x + 2}\,dx.

Factorise the denominator: x2+3x+2=(x+1)(x+2)x^2 + 3x + 2 = (x+1)(x+2).

2x+3(x+1)(x+2)=Ax+1+Bx+2\frac{2x+3}{(x+1)(x+2)} = \frac{A}{x+1} + \frac{B}{x+2} 2x+3=A(x+2)+B(x+1)2x + 3 = A(x+2) + B(x+1)

x=1x = -1: 1=A    A=11 = A \implies A = 1.

x=2x = -2: 1=B    B=1-1 = -B \implies B = 1.

2x+3x2+3x+2dx=lnx+1+lnx+2+C=ln(x+1)(x+2)+C\int \frac{2x+3}{x^2+3x+2}\,dx = \ln\|x+1\| + \ln\|x+2\| + C = \ln\|(x+1)(x+2)\| + C

Question 4 (Paper 1 style)

Use integration by parts to evaluate 01xe2xdx\displaystyle\int_0^1 xe^{2x}\,dx.

Let u=xu = x, dv=e2xdxdv = e^{2x}\,dx. Then du=dxdu = dx, v=12e2xv = \dfrac{1}{2}e^{2x}.

01xe2xdx=[12xe2x]011201e2xdx=e2212[e2x2]01\int_0^1 xe^{2x}\,dx = \left[\frac{1}{2}xe^{2x}\right]_0^1 - \frac{1}{2}\int_0^1 e^{2x}\,dx = \frac{e^2}{2} - \frac{1}{2}\left[\frac{e^{2x}}{2}\right]_0^1 =e22e24+14=e24+14=e2+14= \frac{e^2}{2} - \frac{e^2}{4} + \frac{1}{4} = \frac{e^2}{4} + \frac{1}{4} = \frac{e^2 + 1}{4}

Question 5 (Paper 2 style)

A particle moves in a straight line with acceleration a(t)=6t2m/s2a(t) = 6t - 2\mathrm{ m/s}^2. At t=0t = 0, the velocity is 4m/s4\mathrm{ m/s} and the displacement is 0m0\mathrm{ m}.

(a) Find the velocity function.

v(t)=(6t2)dt=3t22t+Cv(t) = \int (6t-2)\,dt = 3t^2 - 2t + C

v(0)=4    C=4v(0) = 4 \implies C = 4.

v(t)=3t22t+4v(t) = 3t^2 - 2t + 4

(b) Find the displacement function.

s(t)=(3t22t+4)dt=t3t2+4t+Ds(t) = \int (3t^2 - 2t + 4)\,dt = t^3 - t^2 + 4t + D

s(0)=0    D=0s(0) = 0 \implies D = 0.

s(t)=t3t2+4ts(t) = t^3 - t^2 + 4t

(c) Find the total distance travelled in the first 3 seconds.

Check if v=0v = 0: 3t22t+4=03t^2 - 2t + 4 = 0. Discriminant =448<0= 4 - 48 \lt 0, so v>0v \gt 0 always.

Distance=03vdt=03(3t22t+4)dt=[t3t2+4t]03=279+12=30m\mathrm{Distance} = \int_0^3 v\,dt = \int_0^3 (3t^2 - 2t + 4)\,dt = \left[t^3 - t^2 + 4t\right]_0^3 = 27 - 9 + 12 = 30\mathrm{ m}

Question 6 (Paper 2 style)

The region bounded by y=exy = e^x, y=1y = 1, x=0x = 0, and x=2x = 2 is rotated about the xx-axis. Find the volume.

V=π02[(ex)212]dx=π02(e2x1)dx=π[e2x2x]02V = \pi\int_0^2 [(e^x)^2 - 1^2]\,dx = \pi\int_0^2 (e^{2x} - 1)\,dx = \pi\left[\frac{e^{2x}}{2} - x\right]_0^2 =π(e42212+0)=π(e4252)=π(e45)2= \pi\left(\frac{e^4}{2} - 2 - \frac{1}{2} + 0\right) = \pi\left(\frac{e^4}{2} - \frac{5}{2}\right) = \frac{\pi(e^4 - 5)}{2}

Summary Table of Techniques

TechniqueWhen to UseKey Idea
DirectSimple power functions, standard formsApply basic rules directly
SubstitutionComposite functions, f(g(x))g(x)f(g(x))g'(x)Let u=g(x)u = g(x)
By partsProduct of different function typesudv=uvvdu\int u\,dv = uv - \int v\,du
Partial fractionsRational functions, factorisable denominatorDecompose then integrate each term
Trig substitutiona2±x2\sqrt{a^2 \pm x^2} or x2a2\sqrt{x^2 - a^2}Replace with trig function
Exam Strategy

When facing an integral, first check if it is a standard form. If not, consider substitution (especially if you see a function and its derivative). If it is a product of different function types, use integration by parts. If it is a rational function, consider partial fractions.


Additional Integration Techniques

Integrals Involving Trigonometric Identities

Many trigonometric integrals require using identities to simplify before integrating.

Powers of Sine and Cosine

Odd power of sine: Factor out one sinx\sin x, convert the rest to cosines using sin2x=1cos2x\sin^2 x = 1 - \cos^2 x, then substitute u=cosxu = \cos x.

Example

Evaluate sin3xdx\displaystyle\int \sin^3 x\,dx.

sin2xsinxdx=(1cos2x)sinxdx\int \sin^2 x \sin x\,dx = \int (1 - \cos^2 x)\sin x\,dx

Let u=cosxu = \cos x, du=sinxdxdu = -\sin x\,dx:

=(1u2)du=u+u33+C=cosx+cos3x3+C= -\int (1 - u^2)\,du = -u + \frac{u^3}{3} + C = -\cos x + \frac{\cos^3 x}{3} + C

Even powers of sine or cosine: Use the half-angle formulas.

sin2x=1cos2x2,cos2x=1+cos2x2\sin^2 x = \frac{1 - \cos 2x}{2}, \quad \cos^2 x = \frac{1 + \cos 2x}{2}
Example

Evaluate cos4xdx\displaystyle\int \cos^4 x\,dx.

cos4x=(cos2x)2=(1+cos2x2)2=1+2cos2x+cos22x4\cos^4 x = (\cos^2 x)^2 = \left(\frac{1 + \cos 2x}{2}\right)^2 = \frac{1 + 2\cos 2x + \cos^2 2x}{4}=1+2cos2x+1+cos4x24=3+4cos2x+cos4x8= \frac{1 + 2\cos 2x + \frac{1 + \cos 4x}{2}}{4} = \frac{3 + 4\cos 2x + \cos 4x}{8}cos4xdx=3x8+sin2x4+sin4x32+C\int \cos^4 x\,dx = \frac{3x}{8} + \frac{\sin 2x}{4} + \frac{\sin 4x}{32} + C

Products of Sine and Cosine

For sinmxcosnxdx\displaystyle\int \sin mx \cos nx\,dx, use the product-to-sum identities:

sinAcosB=12[sin(A+B)+sin(AB)]\sin A \cos B = \frac{1}{2}[\sin(A+B) + \sin(A-B)] sinAsinB=12[cos(AB)cos(A+B)]\sin A \sin B = \frac{1}{2}[\cos(A-B) - \cos(A+B)] cosAcosB=12[cos(AB)+cos(A+B)]\cos A \cos B = \frac{1}{2}[\cos(A-B) + \cos(A+B)]
Example

Evaluate sin3xcos5xdx\displaystyle\int \sin 3x \cos 5x\,dx.

sin3xcos5x=12[sin8x+sin(2x)]=12(sin8xsin2x)\sin 3x \cos 5x = \frac{1}{2}[\sin 8x + \sin(-2x)] = \frac{1}{2}(\sin 8x - \sin 2x)sin3xcos5xdx=12(cos8x8+cos2x2)+C\int \sin 3x \cos 5x\,dx = \frac{1}{2}\left(-\frac{\cos 8x}{8} + \frac{\cos 2x}{2}\right) + C
1a2+x2dx=1aarctanxa+C\int \frac{1}{a^2 + x^2}\,dx = \frac{1}{a}\arctan\frac{x}{a} + C 1a2x2dx=arcsinxa+C\int \frac{1}{\sqrt{a^2 - x^2}}\,dx = \arcsin\frac{x}{a} + C 1x2a2dx=12alnxax+a+C\int \frac{1}{x^2 - a^2}\,dx = \frac{1}{2a}\ln\left|\frac{x-a}{x+a}\right| + C
Example

Evaluate 14+9x2dx\displaystyle\int \frac{1}{4 + 9x^2}\,dx.

Rewrite as: 14+(3x)2dx\displaystyle\int \frac{1}{4 + (3x)^2}\,dx.

Let u=3xu = 3x, du=3dxdu = 3\,dx:

=1314+u2du=1312arctanu2+C=16arctan3x2+C= \frac{1}{3}\int \frac{1}{4 + u^2}\,du = \frac{1}{3} \cdot \frac{1}{2}\arctan\frac{u}{2} + C = \frac{1}{6}\arctan\frac{3x}{2} + C

Integrals Involving exe^x and lnx\ln x

Integrals with exe^x and Polynomials

Use integration by parts when exe^x is multiplied by a polynomial.

Integrals with lnx\ln x

Use integration by parts with u=lnxu = \ln x and dv=dxdv = dx:

lnxdx=xlnxx+C\int \ln x\,dx = x\ln x - x + C
Example

Evaluate x2lnxdx\displaystyle\int x^2 \ln x\,dx.

Let u=lnxu = \ln x, dv=x2dxdv = x^2\,dx. Then du=1xdxdu = \dfrac{1}{x}\,dx, v=x33v = \dfrac{x^3}{3}.

x2lnxdx=x33lnxx331xdx=x33lnx13x2dx\int x^2 \ln x\,dx = \frac{x^3}{3}\ln x - \int \frac{x^3}{3} \cdot \frac{1}{x}\,dx = \frac{x^3}{3}\ln x - \frac{1}{3}\int x^2\,dx=x33lnxx39+C= \frac{x^3}{3}\ln x - \frac{x^3}{9} + C

Arc Length

The arc length of a curve y=f(x)y = f(x) from x=ax = a to x=bx = b:

L = \int_a^b \sqrt{1 + \left(\frac`\{dy}``\{dx}`\right)^2}\,dx

For a parametric curve (x(t),y(t))(x(t), y(t)) from t=t1t = t_1 to t=t2t = t_2:

L = \int_{t_1}^{t_2} \sqrt{\left(\frac`\{dx}``\{dt}`\right)^2 + \left(\frac`\{dy}``\{dt}`\right)^2}\,dt
Example

Find the arc length of y=x36+12xy = \dfrac{x^3}{6} + \dfrac{1}{2x} from x=1x = 1 to x=3x = 3.

\frac`\{dy}``\{dx}` = \frac{x^2}{2} - \frac{1}{2x^2}\left(\frac`\{dy}``\{dx}`\right)^2 = \frac{x^4}{4} - \frac{1}{2} + \frac{1}{4x^4}1 + \left(\frac`\{dy}``\{dx}`\right)^2 = \frac{x^4}{4} + \frac{1}{2} + \frac{1}{4x^4} = \left(\frac{x^2}{2} + \frac{1}{2x^2}\right)^2L=13(x22+12x2)dx=[x3612x]13L = \int_1^3 \left(\frac{x^2}{2} + \frac{1}{2x^2}\right)\,dx = \left[\frac{x^3}{6} - \frac{1}{2x}\right]_1^3=(27616)(1612)=266+13=143= \left(\frac{27}{6} - \frac{1}{6}\right) - \left(\frac{1}{6} - \frac{1}{2}\right) = \frac{26}{6} + \frac{1}{3} = \frac{14}{3}

Mean Value of a Function

The mean value of a function f(x)f(x) over [a,b][a, b]:

fˉ=1baabf(x)dx\bar{f} = \frac{1}{b - a}\int_a^b f(x)\,dx
Example

Find the mean value of f(x)=x2f(x) = x^2 over [0,3][0, 3].

fˉ=1303x2dx=13[x33]03=13×9=3\bar{f} = \frac{1}{3}\int_0^3 x^2\,dx = \frac{1}{3}\left[\frac{x^3}{3}\right]_0^3 = \frac{1}{3} \times 9 = 3

Additional Exam-Style Questions

Question 7 (Paper 2 style)

Evaluate 0π/4xcos2xdx\displaystyle\int_0^{\pi/4} x\cos 2x\,dx.

Let u=xu = x, dv=cos2xdxdv = \cos 2x\,dx. Then du=dxdu = dx, v=sin2x2v = \dfrac{\sin 2x}{2}.

0π/4xcos2xdx=[xsin2x2]0π/4120π/4sin2xdx\int_0^{\pi/4} x\cos 2x\,dx = \left[\frac{x\sin 2x}{2}\right]_0^{\pi/4} - \frac{1}{2}\int_0^{\pi/4}\sin 2x\,dx =(π/4×120)12[cos2x2]0π/4= \left(\frac{\pi/4 \times 1}{2} - 0\right) - \frac{1}{2}\left[-\frac{\cos 2x}{2}\right]_0^{\pi/4} =π812(02+12)=π814= \frac{\pi}{8} - \frac{1}{2}\left(-\frac{0}{2} + \frac{1}{2}\right) = \frac{\pi}{8} - \frac{1}{4}

Question 8 (Paper 2 style)

Find the area enclosed by the curves y=x3y = x^3 and y=xy = \sqrt{x}.

Intersection: x3=x    x6=x    x(x51)=0    x=0x^3 = \sqrt{x} \implies x^6 = x \implies x(x^5 - 1) = 0 \implies x = 0 or x=1x = 1.

For 0x10 \le x \le 1: xx3\sqrt{x} \ge x^3.

Area=01(xx3)dx=[2x3/23x44]01=2314=512\mathrm{Area} = \int_0^1 (\sqrt{x} - x^3)\,dx = \left[\frac{2x^{3/2}}{3} - \frac{x^4}{4}\right]_0^1 = \frac{2}{3} - \frac{1}{4} = \frac{5}{12}

Question 9 (Paper 1 style)

Evaluate xx2+2x+5dx\displaystyle\int \frac{x}{x^2 + 2x + 5}\,dx.

Complete the square: x2+2x+5=(x+1)2+4x^2 + 2x + 5 = (x+1)^2 + 4.

Let u=x2+2x+5u = x^2 + 2x + 5, du=(2x+2)dxdu = (2x + 2)\,dx.

We need to split: xx2+2x+5=(2x+2)/21x2+2x+5=122x+2x2+2x+51x2+2x+5\dfrac{x}{x^2+2x+5} = \dfrac{(2x+2)/2 - 1}{x^2+2x+5} = \dfrac{1}{2} \cdot \dfrac{2x+2}{x^2+2x+5} - \dfrac{1}{x^2+2x+5}.

xx2+2x+5dx=12ln(x2+2x+5)1(x+1)2+4dx\int \frac{x}{x^2+2x+5}\,dx = \frac{1}{2}\ln(x^2+2x+5) - \int \frac{1}{(x+1)^2 + 4}\,dx =12ln(x2+2x+5)12arctan ⁣(x+12)+C= \frac{1}{2}\ln(x^2+2x+5) - \frac{1}{2}\arctan\!\left(\frac{x+1}{2}\right) + C

Question 10 (Paper 2 style)

The region bounded by y=lnxy = \ln x, y=0y = 0, and x=ex = e is rotated 360°360\degree about the xx-axis. Find the volume.

V=π1e(lnx)2dxV = \pi\int_1^e (\ln x)^2\,dx

Using integration by parts with u=(lnx)2u = (\ln x)^2, dv=dxdv = dx:

=π[x(lnx)2]1e2π1elnxdx= \pi\left[x(\ln x)^2\right]_1^e - 2\pi\int_1^e \ln x\,dx =π(e0)2π[xlnxx]1e=πe2π(ee+1)=πe2π=π(e2)= \pi(e - 0) - 2\pi[x\ln x - x]_1^e = \pi e - 2\pi(e - e + 1) = \pi e - 2\pi = \pi(e - 2)

For the A-Level treatment of this topic, see Integration.


tip

Diagnostic Test Ready to test your understanding of Integration? The diagnostic test contains the hardest questions within the IB specification for this topic, each with a full worked solution.

Unit tests probe edge cases and common misconceptions. Integration tests combine Integration with other IB mathematics topics to test synthesis under exam conditions.

See Diagnostic Guide for instructions on self-marking and building a personal test matrix.