Use u-substitution to evaluate integrals and compute areas between two curves.
Integration by substitution (u-substitution) is the integration counterpart of the chain rule. We replace a complicated expression with a simpler variable u, integrate, then substitute back. The area between two curves uses the definite integral of their difference.
∫f(g(x))g′(x)dxu=g(x)∫f(u)du
U-Substitution Method
1Choose u = g(x) — usually the inner function of a composite.
2Compute du = g'(x) dx.
3Rewrite the entire integral in terms of u.
4Integrate with respect to u.
5Substitute g(x) back for u.
∫2xex2dxu=x2∫eudu=eu+C=ex2+C
Area between curves: A=∫ab[f(x)−g(x)]dx(f(x)≥g(x))
📐Area Between Two Parabolas
Find the area between y = x and y = x². Intersections: x = x² → x = 0 and x = 1. A = ∫₀¹ (x − x²) dx = [x²/2 − x³/3]₀¹ = 1/2 − 1/3 = 1/6.
A=∫01(x−x2)dx=[2x2−3x3]01=21−31=61
💡
Remember This!
For u-substitution with definite integrals, either convert the limits of integration to u-values (and skip back-substitution) or back-substitute to x first, then apply the original limits.