u-Substitution

Calculus
process

Also known as: substitution method, integration by substitution, reverse chain rule

Grade 9-12

View on concept map

An integration technique where you substitute u = g(x) and du = g'(x)\,dx to transform a complicated integral into a simpler one. This is the single most important integration technique—it's the first method to try on any non-trivial integral.

This concept is covered in depth in our solving rational integrals tutorial, with worked examples, practice problems, and common mistakes.

Definition

An integration technique where you substitute u = g(x) and du = g'(x)\,dx to transform a complicated integral into a simpler one. It is the reverse of the chain rule for differentiation.

💡 Intuition

When you see a composite function inside an integral along with its inner derivative lurking nearby, substitution collapses the composition into a single variable. It's like un-nesting a function: replace the inner part with u, and the integral becomes simpler.

🎯 Core Idea

u-substitution reverses the chain rule. Since \frac{d}{dx}[F(g(x))] = F'(g(x)) \cdot g'(x), integrating F'(g(x)) \cdot g'(x) recovers F(g(x)).

Example

\int 2x\cos(x^2)\,dx Let u = x^2, du = 2x\,dx.
= \int \cos u\,du = \sin u + C = \sin(x^2) + C

Formula

\int f(g(x))\,g'(x)\,dx = \int f(u)\,du \quad \text{where } u = g(x)
For definite integrals: change the bounds too! If u = g(x), then when x = a, u = g(a).

Notation

Let u = g(x), then du = g'(x)\,dx. After integrating in terms of u, substitute back to express the result in terms of x.

🌟 Why It Matters

This is the single most important integration technique—it's the first method to try on any non-trivial integral. Most integrals in practice require at least one substitution.

💭 Hint When Stuck

Circle the inner function in the integrand as your u, then check whether du (or a constant multiple of it) appears in the rest.

Formal View

If g is differentiable on [a, b] and f is continuous on the range of g, then \int_a^b f(g(x)) \cdot g'(x)\,dx = \int_{g(a)}^{g(b)} f(u)\,du where u = g(x).

See Also

🚧 Common Stuck Point

The trickiest part is choosing the right u. Look for a function whose derivative also appears in the integrand (perhaps off by a constant factor). The 'inner function' of a composition is usually a good first guess.

⚠️ Common Mistakes

  • Forgetting to change dx to du: after substituting u = g(x), you MUST replace dx with \frac{du}{g'(x)}. Leaving a mix of u and dx is meaningless.
  • Not changing the limits of integration for definite integrals: if u = x^2 and x goes from 0 to 3, then u goes from 0 to 9. Either change the bounds OR substitute back to x before evaluating.
  • Choosing u poorly: if your substitution makes the integral MORE complicated, try a different choice. A good u makes du appear (up to a constant) in the remaining integrand.

Frequently Asked Questions

What is u-Substitution in Math?

An integration technique where you substitute u = g(x) and du = g'(x)\,dx to transform a complicated integral into a simpler one. It is the reverse of the chain rule for differentiation.

Why is u-Substitution important?

This is the single most important integration technique—it's the first method to try on any non-trivial integral. Most integrals in practice require at least one substitution.

What do students usually get wrong about u-Substitution?

The trickiest part is choosing the right u. Look for a function whose derivative also appears in the integrand (perhaps off by a constant factor). The 'inner function' of a composition is usually a good first guess.

What should I learn before u-Substitution?

Before studying u-Substitution, you should understand: integral, chain rule.

Prerequisites

How u-Substitution Connects to Other Ideas

To understand u-substitution, you should first be comfortable with integral and chain rule. Once you have a solid grasp of u-substitution, you can move on to integration by parts.

Want the Full Guide?

This concept is explained step by step in our complete guide:

How to Integrate Rational Functions: Long Division and Partial Fractions →