Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

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.

Understanding U-Substitution

The deeper idea comes from the chain rule. When a quantity is built in layers, its rate of change includes the rate of change of the inside layer. Integration can undo that process, but only when the needed rate appears in the integrand.

The notation involving d u is useful because it keeps track of this rate change. It should not be treated as an ordinary fraction in every situation.

In substitution, its use is justified by the chain rule. This connection explains why the method works instead of making it seem like a symbol-moving trick.

Selecting the new variable is often the hardest part. Good candidates are expressions that appear repeatedly or sit inside another operation. Look for the input of an exponential, a logarithm, a trigonometric function, a root, or a large power.

For example, in an expression with the sine of three times the variable plus two, the whole expression three times the variable plus two is usually the important layer. Students sometimes choose only the variable inside it.

That choice does not simplify the structure enough. A useful habit is to circle the likely inner expression, then immediately differentiate it mentally.

A constant factor can determine whether a substitution succeeds. Suppose differentiating the chosen expression produces four times the original variable, while the integrand contains only the original variable. The missing factor of four must be handled by multiplying by one fourth outside the integral.

This is not optional bookkeeping. It keeps the rewritten integral equal to the original one. Another common error is leaving a mixture of the old variable and the new variable after substitution.

Once the new variable has been chosen, every part of the integrand must be converted. If an old variable remains, use the substitution statement to replace it or reconsider the choice.

Definite integrals need extra care because their limits describe positions on the original variable scale. When the variable changes, the endpoints must describe positions on the new scale. Changing both limits keeps the entire calculation in one variable and prevents confusion at the end.

This matters in physics when accumulated quantities are found from changing rates. A force may depend on position through a complicated expression, or a changing electric field may be integrated across a distance. In each case, substitution can reveal a standard accumulation pattern.

Check your answer by differentiating an antiderivative when possible. For a definite integral, estimate whether the sign and size of the result make sense from the graph or the values of the integrand.

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.