Integration is anti-differentiation: ∫f(x)dx=F(x)+C where F′=f, and the constant C is a mark on the board scheme — omit it and pay.
The standard table (both directions of the derivative table):∫xndx=n+1xn+1+C (n=−1); ∫x1dx=log∣x∣+C; ∫exdx=ex+C; ∫axdx=logaax+C; ∫sinxdx=−cosx+C; ∫cosxdx=sinx+C; ∫sec2xdx=tanx+C; ∫1−x2dx=sin−1x+C; ∫1+x2dx=tan−1x+C. And the derived trio: ∫tanxdx=log∣secx∣+C, ∫cotxdx=log∣sinx∣+C, ∫secxdx=log∣secx+tanx∣+C.
Method 1 — Substitution: when the integrand contains a function and its derivative, set t equal to the inner function. ∫1+x22xdx: put t=1+x2, dt=2xdx, giving log(1+x2)+C. The shape ∫f(x)f′(x)dx=log∣f(x)∣+C is worth recognising on sight.
Method 2 — Special quadratic forms:∫x2−a2dx=2a1logx+ax−a+C,∫a2−x2dx=2a1loga−xa+x+C,∫x2+a2dx=a1tan−1ax+C∫a2−x2dx=sin−1ax+C,∫x2±a2dx=logx+x2±a2+C
For a general quadratic, complete the square first: x2+2x+2=(x+1)2+1, then apply the matching form.
Method 3 — Integration by parts:∫uvdx=u∫vdx−∫(u′∫vdx)dx. Choose u by ILATE (Inverse trig, Logarithmic, Algebraic, Trigonometric, Exponential) — the earlier in the list, the better a u. Two must-know products: ∫logxdx=xlogx−x+C (take v=1), and the shortcut
∫ex[f(x)+f′(x)]dx=exf(x)+C
Method 4 — Partial fractions (proper rational functions, distinct/repeated linear and quadratic factors): split, then integrate term by term — (x+1)(x+2)1=x+11−x+21 is the template.
Definite Integrals and Their Properties
Fundamental theorem:∫abf(x)dx=F(b)−F(a) — no constant C in definite answers. Under substitution, change the limits along with the variable.
The property toolkit:
∫abf(x)dx=∫abf(t)dt (dummy variable) and ∫ab=−∫ba.
∫ab=∫ac+∫cb (splitting — essential for modulus integrands).
King's property:∫0af(x)dx=∫0af(a−x)dx — add the two copies when f(x)+f(a−x) simplifies.
Even/odd on symmetric intervals:∫−aaf=2∫0af for even f, and =0 for odd f — check the parity before integrating; many scary integrals are odd and die instantly.
The king-property template: for I=∫0π/2sinx+cosxsinxdx, replacing x by 2π−x swaps sine and cosine, and adding the two versions gives 2I=∫0π/21dx=2π, so I=4π — the single most-recycled definite integral on board papers.
Worked Examples — Indefinite Integrals
Example 1 — Table warm-up
Evaluate ∫(2x+3cosx+ex)dx.
Step 1 — term by term:x2+3sinx+ex.
Answer:x2+3sinx+ex+C — one C for the whole integral, never one per term.
Example 2 — Deriving ∫tanxdx
Evaluate ∫tanxdx.
Step 1 — write as a quotient:∫cosxsinxdx; put t=cosx, dt=−sinxdx.
Step 2 — integrate:−∫tdt=−log∣t∣=−log∣cosx∣.
Answer:log∣secx∣+C — the two forms −log∣cosx∣ and log∣secx∣ are the same answer.
Example 3 — The ff′ shape
Evaluate ∫1+x22xdx.
Step 1 — recognise numerator = derivative of denominator: so the answer is the log of the denominator.
Answer:log(1+x2)+C (no modulus needed — the denominator is always positive).
Example 4 — Substitution with a power inside
Evaluate ∫xsin(x2)dx.
Step 1 — put t=x2:dt=2xdx, so the integral is 21∫sintdt.
Step 2 — integrate and return:−21cost.
Answer:−21cos(x2)+C — the visible factor x is what makes the substitution work.
Example 5 — Completing the square
Evaluate ∫x2+2x+2dx.
Step 1 — complete the square:x2+2x+2=(x+1)2+1.
Step 2 — match the tan−1 form with a=1:
Answer:tan−1(x+1)+C — every irreducible quadratic denominator routes through this two-step.
Example 6 — By parts, ILATE in action
Evaluate ∫xcosxdx.
Step 1 — choose u by ILATE: Algebraic x beats Trigonometric cosx, so u=x, v=cosx.
Step 2 — apply the formula:xsinx−∫1⋅sinxdx=xsinx+cosx.
Answer:xsinx+cosx+C — check by differentiating: sinx+xcosx−sinx=xcosx. ✓
Example 7 — The famous ∫logxdx
Evaluate ∫logxdx.
Step 1 — take u=logx, v=1:logx⋅x−∫x1⋅xdx.
Step 2 — finish:xlogx−x.
Answer:xlogx−x+C — the invisible factor 1 is the trick worth remembering.
Example 8 — The ex(f+f′) shortcut
Evaluate ∫ex(sinx+cosx)dx.
Step 1 — match the template: with f(x)=sinx, f′(x)=cosx — exactly ex[f+f′].
Answer:exsinx+C — no by-parts loop needed once the shape is spotted.
Example 9 — Algebraic times exponential
Evaluate ∫xexdx.
Step 1 — by parts with u=x:xex−∫exdx=xex−ex.
Answer:(x−1)ex+C.
Example 10 — Partial fractions
Evaluate ∫(x+1)(x+2)dx.
Step 1 — split:(x+1)(x+2)1=x+1A+x+2B; covering up gives A=1, B=−1.
Step 2 — integrate term by term:log∣x+1∣−log∣x+2∣.
Answer:logx+2x+1+C.
Worked Examples — Definite Integrals
Example 11 — Fundamental theorem
Evaluate ∫01x2dx.
Step 1 — antiderivative and limits:[3x3]01=31−0.