Integration methods

u-Substitution

Use substitution to simplify integrals by replacing an inner expression and its differential, then integrate in the new variable.

How this page is maintained

Written for learners, checked against the sources below, and reviewed every year. Last reviewed July 22, 2026.

Short answer

u-substitution reverses the chain rule. Choose u as an inner expression whose derivative appears as a factor, rewrite the integral in u, integrate, then return to x.

  • Pick u so du matches a factor already present.
  • For definite integrals, changing bounds in u avoids back-substitution errors.
  • Track constants carefully when du is off by a factor.

Select substitution based on structure

Substitution works best when one part of the integrand is the derivative of another part. Typical patterns include powers of linear expressions, trig composites, and exponentials with linear exponents.

If du differs by a constant multiple, factor that constant outside the integral.

Execute substitution with clean bookkeeping

Write u and du explicitly, replace all x terms in the integrand, and integrate with respect to u.

For definite integrals, convert x-bounds to u-bounds at the start and finish entirely in u.

  • Do not leave mixed variables after substitution.
  • Check derivative of your final antiderivative.
  • Convert bounds carefully when limits are numeric.

Integrate a composite polynomial

Compute integral of 2x(x^2 + 1)^5 dx.

  1. Let u = x^2 + 1, so du = 2x dx.
  2. Rewrite integral as integral of u^5 du.
  3. Integrate to get u^6/6, then replace u with x^2 + 1.
Result: Antiderivative is (x^2 + 1)^6/6 + C.

Common mistakes

  • Choosing u with no matching derivative factor.
  • Forgetting to convert dx terms into du.
  • Mixing u and x in the same intermediate expression.
  • Missing constant factors when du is a multiple.

Try one

For integral cos(3x) dx, what substitution helps and why?

Use u = 3x, because du = 3 dx and the integrand is a composite cosine.

Sources

Learn this with a tutor

Tell LearnLive what you already know and what you need to do with u-substitution.

Build this course