Integration is the reverse process of differentiation. Every technique you learn here — from reading off a standard result to setting up a volume of revolution — ultimately rests on one question: what function, when differentiated, gives the integrand?
What you need to know
Standard integrals you must recall: ∫xndx=n+1xn+1+C(n=−1), ∫exdx=ex+C, ∫x1dx=ln∣x∣+C, ∫cosxdx=sinx+C, ∫sinxdx=−cosx+C, ∫sec2xdx=tanx+C.
Integration by substitution replaces a complicated expression with a single variable u; always change dx to du using dxdu.
Integration by parts follows ∫udxdvdx=uv−∫vdxdudx; choose u to be the factor that simplifies on differentiation (LIATE order: Logarithm, Inverse trig, Algebraic, Trig, Exponential).
Definite integrals give a numerical value: ∫abf(x)dx=[F(x)]ab=F(b)−F(a) where F′(x)=f(x).
Area between curves: if f(x)≥g(x) on [a,b], the enclosed area is ∫ab[f(x)−g(x)]dx.
Volume of revolution about the x-axis: V=π∫aby2dx.
Worked example 1 — Integration by parts
Find ∫xexdx.
Set up. Let u=x and dxdv=ex, so dxdu=1 and v=ex.
Applying the formula:
∫xexdx=xex−∫ex⋅1dx=xex−ex+C.
Check by differentiating:dxd(xex−ex)=ex+xex−ex=xex. Confirmed.
∫xexdx=(x−1)ex+C
Worked example 2 — Area between two curves
Find the area enclosed between y=x2 and y=x+2.
Step 1 — intersections. Set x2=x+2, so x2−x−2=0, giving (x−2)(x+1)=0, i.e. x=−1 and x=2.
Step 2 — which is on top? At x=0: y=x+2 gives 2, y=x2 gives 0, so the line is above the parabola on [−1,2].
Forgetting the constant of integration C in indefinite integrals — always include it.
Wrong sign with ∫sinxdx — the result is −cosx+C, not +cosx+C.
Not swapping limits (or the integrand) when substituting in a definite integral — either change the limits to u-values, or substitute back to x before evaluating.
Taking the area as negative when the curve dips below the x-axis — split the integral at the x-intercept and take the absolute value of each part separately.