Differentiation is a set of rules that always works. Integration is a set of techniques, and the skill is recognising which one an integral needs. That recognition is what this topic trains.
Standard integrals
∫exdx=ex+C∫ekxdx=kekx+C
∫x1dx=ln∣x∣+C
This last one fills the gap left by the power rule at n=−1.
A pattern worth learning to spot:
∫f(x)f′(x)dx=ln∣f(x)∣+C
∫x2+12xdx=ln(x2+1)+C
because 2x is exactly the derivative of x2+1. (No modulus needed here — x2+1 is always positive.)
Also worth recognising, from the inverse trigonometric derivatives:
∫1+x2dx=tan−1x+C∫1−x2dx=sin−1x+C
Integration by substitution
The reverse of the chain rule. Choose u to be the awkward inner function, then convert everything — including dx — into terms of u.
Find ∫2x(x2+1)5dx.
Let u=x2+1, so dxdu=2x, giving du=2xdx.
∫2x(x2+1)5dx=∫u5du=6u6+C=6(x2+1)6+C
Find ∫xx2+4dx.
Let u=x2+4, so du=2xdx and xdx=21du:
∫xx2+4dx=21∫u1/2du=21⋅32u3/2+C=31(x2+4)3/2+C
Integration by parts
The reverse of the product rule:
∫udxdvdx=uv−∫vdxdudx
The whole art is choosing u. Pick the factor that gets simpler when differentiated.
Find ∫xexdx.
Take u=x (which differentiates to 1) and dxdv=ex (so v=ex):
∫xexdx=xex−∫exdx=xex−ex+C=ex(x−1)+C
Check by differentiating: ex(x−1)+ex=xex ✓
Find ∫lnxdx.
There appears to be only one factor — so take u=lnx and dxdv=1, giving v=x:
∫lnxdx=xlnx−∫x⋅x1dx=xlnx−x+C
Find ∫xlnxdx.
Here u=lnx again — a logarithm never becomes simpler when integrated, so it must be the part you differentiate. With dxdv=x and v=2x2:
∫xlnxdx=2x2lnx−∫2x2⋅x1dx=2x2lnx−4x2+C
Partial fractions
A fraction with a factorised denominator can be split into simpler pieces, each of which integrates to a logarithm.
Express (x−1)(x+2)5x+1 in partial fractions.
(x−1)(x+2)5x+1≡x−1A+x+2B
Multiplying up:
5x+1≡A(x+2)+B(x−1)
Let x=1: 6=3A, so A=2.
Let x=−2: −9=−3B, so B=3.
(x−1)(x+2)5x+1=x−12+x+23
Check by recombining: (x−1)(x+2)2(x+2)+3(x−1)=(x−1)(x+2)5x+1 ✓
Now the integral is easy:
∫(x−1)(x+2)5x+1dx=2ln∣x−1∣+3ln∣x+2∣+C
If the numerator's degree is greater than or equal to the denominator's, divide first, then apply partial fractions to the remainder.
The trapezium rule
When an integral cannot be found exactly, approximate it with strips:
∫abydx≈2h[y0+2(y1+y2+⋯+yn−1)+yn]h=nb−a
The first and last ordinates are counted once; every ordinate in between is doubled.
Estimate ∫01x2dx with 4 strips.
h=0.25, and the ordinates are 0,0.0625,0.25,0.5625,1: