u-Substitution
u-Substitution
Substitution Method
Integration by Substitution
An integration method that essentially involves using the chain rule in reverse.

Key Formula
∫f(g(x))g′(x)dx=∫f(u)duwhere u=g(x)
Where:
- u = The substitution variable, set equal to an inner function g(x)
- g(x) = An inner function of x chosen to simplify the integral
- g′(x) = The derivative of g(x), which must appear (up to a constant) in the integrand
- f(u) = The outer function, now written in terms of u
Worked Example
Problem: Evaluate the integral ∫2xcos(x2)dx.
Step 1: Choose u to be the inner function. Let u=x2.
u=x2
Step 2: Differentiate u with respect to x and solve for dx.
du=2xdx⟹dx=2xdu
Step 3: Substitute into the integral. The 2x in the integrand cancels with the 2x in the denominator of dx.
∫2xcos(x2)dx=∫cos(u)du
Step 4: Integrate with respect to u.
∫cos(u)du=sin(u)+C
Step 5: Substitute back, replacing u with x2.
sin(x2)+C
Answer: sin(x2)+C
Why It Matters
u-Substitution is the most frequently used integration technique in calculus. Many integrals that look difficult become straightforward once you identify the right substitution. Mastering it is essential before moving on to more advanced methods like integration by parts or partial fractions.
Common Mistakes
Mistake: Forgetting to convert every part of the integrand—including dx—into terms of u and du.
Correction: After choosing u, compute du and replace dx accordingly. No x terms should remain in the integral once the substitution is complete.
Related Terms
- Chain Rule — u-Substitution reverses the chain rule
- Integration Methods — Broader category of integration techniques
- Integration by Parts — Another common integration technique
- Definite Integral — Requires changing limits when using u-sub
- Antiderivative — The result found through integration
