How to Use U Substitution for Definite Integrals- Integration Guide

What U Substitution Actually Is

U substitution is the integration counterpart of the chain rule. If you learned the chain rule for derivatives, you already know the basics. The problem is most textbooks make this seem way more complicated than it is.

Here's the deal: you're trying to find an antiderivative where one part is a composition of functions. You spot that some inner function's derivative shows up (or can be made to show up) in the integrand. That's your cue to try u substitution.

The formula is straightforward:

∫f(g(x)) · g'(x) dx = ∫f(u) du

Where u = g(x) and du = g'(x) dx

Why Students Screw This Up

Most mistakes come from two places:

The second one is where people lose marks. U substitution on definite integrals requires you to transform the limits. If you forget, you'll get the wrong answer every time.

The Step-by-Step Process

Step 1: Pick Your u

Look for an expression inside another function. Common choices:

Rule of thumb: Pick u to be the thing that, when differentiated, shows up (or almost shows up) in the rest of your integrand.

Step 2: Find du

Take the derivative of u with respect to x, then solve for dx. If u = x² + 3x, then du = (2x + 3) dx.

Step 3: Rewrite Everything in Terms of u

Substitute your u and du into the integral. The x's should disappear completely. If they don't, you either picked the wrong u or need a different approach.

Step 4: Handle the Limits (Critical for Definite Integrals)

Convert your original x-limits to u-limits using your u substitution:

This is the step most people skip. Don't skip it.

Step 5: Integrate with Respect to u

Now you have a standard integral in u. Integrate, then plug in your u-limits like you would any definite integral.

Getting Started: A Worked Example

Let's do this one:

02 x · cos(x² + 1) dx

Step 1: Let u = x² + 1

Step 2: du = 2x dx, so x dx = ½ du

Step 3: Rewrite: ∫ cos(u) · ½ du = ½ ∫ cos(u) du

Step 4: Convert limits:

Step 5: Integrate: ½ · sin(u) evaluated from 1 to 5

= ½ [sin(5) - sin(1)]

Done. No need to convert back to x.

U Substitution vs Other Methods

Sometimes u substitution is just the first step. Here's when you need more:

Integral Type First Technique Notes
Polynomial × trig/exponential Integration by parts May need u sub after IBF
Rational functions Partial fractions U sub often helps evaluate denominators
Products of trig functions Trig identities U sub for powers sometimes
Square roots of quadratics Trig substitution U sub rarely helps here

Common U Substitution Patterns

1. Linear expressions: For ∫ sin(3x + 2) dx, let u = 3x + 2

2. Powers: For ∫ x(x² + 4)3 dx, let u = x² + 4

3. Exponentials: For ∫ 2x·e dx, let u = x²

4. Reciprocals: For ∫ tan(x) dx, write as sin(x)/cos(x) and let u = cos(x)

When U Substitution Doesn't Work

You'll know because after your substitution, x's are still hanging around. Options:

If none of these work and the integral is nasty, check if you need numerical methods instead.

The Bottom Line

U substitution is mechanical. Pick u, find du, substitute, convert limits, integrate, evaluate. That's it. The hard part is recognizing when to use it, and that just comes from practice.

Work through 20-30 problems and you'll stop thinking about it consciously. It'll just click.