Skip to content

Integration Techniques | IB - Wyatt's Notes

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.

RuleFormula
Power rulexndx=xn+1n+1+C(n1)\displaystyle\int x^n\,dx = \frac{x^{n+1}}{n+1} + C \quad (n \neq -1)
Reciprocal$\displaystyle\int \frac{1}{x},dx = \ln|x|
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
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

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)

If ff is continuous on an interval containing aa Then:

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

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

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

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

Let u = x$$dv = \cos 2x\,dx. Then du = dx$$v = \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}

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}

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 = x^2 + 2x + 5$$du = (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

The region bounded by y = \ln x$$y = 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 = (\ln x)^2$$dv = 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.



  • Differential Calculus covers differentiation techniques that integration reverses, forming the fundamental theorem of calculus.
  • Integral Calculus applies these integration techniques to calculate areas, volumes, and accumulated quantities.
  • Series and Differential Equations connects integration methods to infinite series and solutions of differential equations.