U-substitution is a calculus technique for rewriting an integral so it becomes easier to evaluate. It is especially useful when an integrand contains a function and its derivative, or something close to that pattern. By introducing a new variable uu for the inner expression, you can turn a messy integral into a familiar basic form. This matters because many important integrals in physics, engineering, and mathematics depend on recognizing these hidden structures.

The method works by choosing u=g(x)u = g(x), then replacing dxdx using du=g(x)dxdu = g'(x)\,dx. After substitution, the integral is written entirely in terms of uu, integrated with standard rules, and then converted back to xx. For definite integrals, the limits should also be changed from xx-values to uu-values so no back-substitution is needed. Success with u-substitution depends on spotting the inner function and checking whether its derivative is present as a factor or can be adjusted by a constant.

Key Facts

  • Choose the inner expression as the substitution: u=g(x)u = g(x)
  • Differentiate to relate the variables: du=g(x)dxdu = g'(x)\,dx
  • Basic substitution rule: integral of f(g(x))g(x)dx=f(u)duf(g(x))g'(x)\,dx = \int f(u)\,du
  • Example: if u=x2+1u = x^2 + 1, then du=2xdxdu = 2x\,dx, so xdx=du2x\,dx = \frac{du}{2}
  • For definite integrals, change limits using the substitution: if x=ax = a, then u=g(a)u = g(a); if x=bx = b, then u=g(b)u = g(b)
  • After integrating in uu, substitute back to xx unless the integral is definite with updated limits

Vocabulary

Substitution
A method of replacing part of an expression with a new variable to simplify an \int.
Inner function
The expression inside another function, such as x2+1x^2 + 1 inside (x2+1)5(x^2 + 1)^5.
Differential
A symbolic quantity like dx or du that shows the variable of integration and changes during substitution.
Antiderivative
A function whose derivative equals the original integrand.
Definite integral
An integral with upper and lower limits that represents accumulated change over an interval.

Common Mistakes to Avoid

  • Choosing uu without checking for dudu, which is wrong because the derivative of the chosen expression must appear in the integral or be created with a constant factor.
  • Substituting only part of the integrand, which is wrong because after the change of variable the entire integral must be written in terms of uu and dudu only.
  • Forgetting to change the limits in a definite integral, which is wrong because mixing xx-limits with a uu-integral leads to inconsistent work and wrong answers.
  • Not substituting back to xx in an indefinite integral, which is wrong because the final antiderivative should be expressed in the original variable unless new limits were used.

Practice Questions

  1. 1 Evaluate the integral of 2x(x2+3)4dx2x(x^2 + 3)^4\,dx.
  2. 2 Evaluate the integral of xx2+1dx\frac{x}{x^2 + 1}\,dx.
  3. 3 Explain why u=x2u = x^2 is a good substitution for the integral of xcos(x2)dxx \cos(x^2)\,dx, and identify what part of the integrand becomes dudu.