Learn Without Walls
← Module 8 Home Lesson 1 of 4 Next Lesson →

Lesson 1: u-Substitution

Estimated time: 45-55 minutes

Learning Objectives

By the end of this lesson, you will be able to:

The Idea Behind u-Substitution

u-Substitution is the integration counterpart of the chain rule. Recall: d/dx [F(g(x))] = F'(g(x)) · g'(x). Running this in reverse:

u-Substitution Rule

If u = g(x) and du = g'(x) dx, then:

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

The key is to identify a function and its derivative within the integrand, then substitute to simplify.

How to Choose u

General guidelines for picking u:

Example 1: Basic u-Substitution

Evaluate ∫ 2x(x² + 1)5 dx.

Step 1: Let u = x² + 1. Then du = 2x dx.

Step 2: Substitute: ∫ u5 du = u6/6 + C.

Step 3: Back-substitute: (x² + 1)6/6 + C.

Example 2: Adjusting for a Constant

Evaluate ∫ x e dx.

Step 1: Let u = x². Then du = 2x dx, so x dx = du/2.

Step 2: ∫ eu (du/2) = (1/2)eu + C = (1/2)e + C.

Common u-Substitution Patterns

Pattern Recognition

Integral FormLet u =Result
∫ f(ax + b) dxax + b(1/a) F(ax + b) + C
∫ xn−1 f(xn) dxxn(1/n) F(u) + C
∫ f(sin x) cos x dxsin xF(sin x) + C
∫ f(ex) ex dxexF(ex) + C
∫ f(ln x) / x dxln xF(ln x) + C

Example 3: Trig Pattern

Evaluate ∫ sin³x cos x dx.

Step 1: Let u = sin x, du = cos x dx.

Step 2: ∫ u³ du = u4/4 + C = sin4x / 4 + C.

Definite Integrals: Changing the Bounds

For definite integrals, you have two options: (1) back-substitute and use the original bounds, or (2) change the bounds to u-values and evaluate directly in terms of u.

Changing Bounds

If u = g(x), then when x = a, u = g(a); when x = b, u = g(b):

ab f(g(x)) g'(x) dx = ∫g(a)g(b) f(u) du

Example 4: Definite Integral with Changed Bounds

Evaluate ∫01 x(x² + 1)³ dx.

Step 1: u = x² + 1, du = 2x dx, x dx = du/2.

Step 2: Change bounds: x = 0 → u = 1; x = 1 → u = 2.

Step 3: (1/2) ∫12 u³ du = (1/2)[u4/4]12 = (1/2)(16/4 − 1/4) = (1/2)(15/4) = 15/8.

Example 5: Exponential with Changed Bounds

Evaluate ∫0ln 3 ex/(ex + 1) dx.

Step 1: u = ex + 1, du = ex dx.

Step 2: x = 0 → u = 2; x = ln 3 → u = 4.

Step 3:24 (1/u) du = [ln u]24 = ln 4 − ln 2 = ln 2.

More Challenging Substitutions

Example 6: Multiplying and Dividing to Create du

Evaluate ∫ tan x dx.

Solution: ∫ (sin x / cos x) dx. Let u = cos x, du = −sin x dx.

= ∫ (−1/u) du = −ln|u| + C = −ln|cos x| + C = ln|sec x| + C.

Example 7: Algebraic Manipulation

Evaluate ∫ x/√(1 − x²) dx.

Step 1: Let u = 1 − x², du = −2x dx, so x dx = −du/2.

Step 2: ∫ (−1/2) u−1/2 du = −u1/2 + C = −√(1 − x²) + C.

When u-Substitution Does Not Work

u-Substitution requires that the derivative of u appears (up to a constant) in the integrand. If it does not, you need a different technique:

These techniques are covered in the upcoming lessons.

Key Takeaways

Check Your Understanding

1. Evaluate ∫ cos(3x) dx.

Answer: u = 3x, du = 3 dx. (1/3) ∫ cos u du = (1/3) sin(3x) + C.

2. Evaluate ∫ x²(x³ + 5)4 dx.

Answer: u = x³ + 5, du = 3x² dx. (1/3) ∫ u4 du = (1/3)(u5/5) + C = (x³ + 5)5/15 + C.

3. Evaluate ∫02 x √(x² + 5) dx.

Answer: u = x² + 5, du = 2x dx. Bounds: u(0) = 5, u(2) = 9. (1/2)∫59 u1/2 du = (1/2)[(2/3)u3/2]59 = (1/3)(27 − 5√5) = (27 − 5√5)/3.

4. Evaluate ∫ (ln x)² / x dx.

Answer: u = ln x, du = (1/x) dx. ∫ u² du = u³/3 + C = (ln x)³/3 + C.

Ready for More?

Next Lesson

Lesson 2 covers integrals involving trigonometric functions.

Start Lesson 2