CALCULUS 1 • INTEGRATION: ACCUMULATION & FTC

u-Substitution

The chain rule in reverse — a powerful technique for evaluating integrals that seem impossible at first glance.

Historical Context & Motivation

Integration has always been one of the most challenging problems in mathematics. While differentiation follows clear, mechanical rules — power rule, product rule, chain rule — integration often requires creativity and clever manipulation. As mathematicians in the 17th and 18th centuries developed calculus, they quickly realized that finding antiderivatives was far harder than finding derivatives. They needed systematic techniques to "undo" differentiation, and one of the most essential tools they developed was u-substitution — a method that reverses the chain rule to simplify complicated integrals.

1665–1676
Newton & Leibniz Develop Calculus
Isaac Newton and Gottfried Wilhelm Leibniz independently invented the foundations of calculus, including the concept of the antiderivative. Both recognized that integration and differentiation are inverse operations.
1693
Leibniz Publishes Substitution Ideas
Leibniz's notation — the "dx" and "dy" symbols we still use — made it natural to treat differentials as manipulable quantities. This notation made change of variable techniques intuitive and laid the groundwork for u-substitution.
1748
Euler Formalizes Integration Methods
Leonhard Euler systematized many integration techniques in his influential textbook Introductio in Analysin Infinitorum, organizing substitution methods into forms students could reliably follow.
1800s–Present
Standard Calculus Curriculum
u-Substitution became a cornerstone of every calculus course. It is typically the first integration technique taught after the basic antiderivative rules, forming a bridge to more advanced methods like integration by parts and trigonometric substitution.

Here's the core problem u-substitution addresses: you know the chain rule tells you that the derivative of a composition f(g(x)) is f′(g(x)) × g′(x). But what happens when you see an integral like ∫ 2x × cos(x²) dx? How do you recognize this as a chain-rule derivative in disguise and work backward? That is exactly the question u-substitution answers.

Core Principles & Definitions

u-Substitution is built on one fundamental insight: if an integrand can be viewed as the result of a chain-rule differentiation, then you can reverse the process by introducing a new variable u to represent the "inner function." This simplifies the integral into one you already know how to evaluate. Before diving into the mechanics, let's establish the key ideas that make the technique work.

1

The Inner Function (u)

Identify a composite structure in the integrand. The inner function is the expression nested inside another function — for example, x² inside cos(x²). You set u equal to this inner function: u = x².
2

The Differential (du)

Once you choose u, differentiate it to find du. If u = x², then du = 2x dx. This differential must appear (or be made to appear) in the original integrand so the substitution absorbs all the x-dependent pieces.
3

Rewrite Entirely in Terms of u

Replace every occurrence of x (and dx) with expressions involving u and du. After substitution, no x's should remain. If you cannot eliminate x entirely, your choice of u may need to be adjusted.
4

Integrate, Then Back-Substitute

Evaluate the simpler integral in terms of u, then replace u with the original expression in x. For definite integrals, you can also convert the limits of integration to u-values and skip back-substitution entirely.
KEY TAKEAWAY
Think of u-substitution like peeling layers off a package. The integral is wrapped in complexity — a function inside a function, multiplied by extra terms. By letting u represent the inner layer, you "unwrap" the integral into something simple. It's like recognizing that a complicated-looking combination lock just needs you to find the right code (the right u), and then the whole thing opens up.

Visual Explanation

The diagram below shows how u-substitution transforms a complicated integral into a simpler one. On the left, you see the original integrand in terms of x — a composite function that's hard to integrate directly. The substitution u = g(x) acts as a bridge, mapping the complex x-world integral into the clean u-world integral on the right. After integrating in u-world, you translate back to x-world.

The u-substitution workflow. Start in x-world (top left), substitute to reach u-world (top right), integrate in u (bottom right), then back-substitute to get the final answer in x (bottom left).

Notice how the diagram traces a loop. You start in x-world with a complicated integrand, travel to u-world where the integral becomes simple, evaluate the result, and then loop back to x-world by replacing u with your original expression. The critical step is choosing the right u — it must be the inner function of a composition, and its derivative g′(x) must appear as a factor in the integrand. When these two conditions are met, the substitution works perfectly.

Mathematical Framework

The mathematical foundation of u-substitution rests directly on the chain rule for differentiation. If you know the chain rule, you already understand u-substitution — you just need to learn to read it backward. Let's formalize the key equations.

CHAIN RULE (DIFFERENTIATION)
d/dx [ F(g(x)) ] = F′(g(x)) × g′(x)
F is the outer function, g(x) is the inner function, and F′ = f is the derivative of F. The chain rule multiplies the outer derivative evaluated at the inner function by the inner derivative.
u-SUBSTITUTION FORMULA
∫ f(g(x)) × g′(x) dx = ∫ f(u) du = F(u) + C = F(g(x)) + C
Set u = g(x), so du = g′(x) dx. Replace g(x) with u and g′(x) dx with du. After integrating, substitute g(x) back in for u.
DEFINITE INTEGRAL VERSION
∫ from a to b of f(g(x)) × g′(x) dx = ∫ from g(a) to g(b) of f(u) du
For definite integrals, convert the limits: when x = a, u = g(a); when x = b, u = g(b). This eliminates the need to back-substitute.

The key step is recognizing that du = g′(x) dx is not just symbolic shorthand — it precisely captures the relationship between the differential in x and the differential in u. When you write du = 2x dx (for u = x²), you are saying that a small change in u equals 2x times a small change in x. This lets you swap dx for du in the integral. Sometimes g′(x) doesn't appear exactly in the integrand, but differs by a constant factor; in that case, you can multiply and divide by that constant to make the substitution work.

💡 Handling Constant Adjustments
If you need du = 6x² dx but the integrand only has x² dx (missing the 6), you can write: du/6 = x² dx. Then replace x² dx with du/6 and pull the 1/6 in front of the integral: (1/6)∫ f(u) du. You can always adjust for missing constants, but you cannot adjust for missing variables.

How to Choose the Right u

The most common question students ask about u-substitution is: "How do I know what to pick for u?" While there isn't a single rule that works every time, there are reliable strategies that cover the vast majority of problems. The diagram below organizes these strategies as a decision tree to help guide your choice.

A decision tree for choosing u. Start at the top by asking if there's a composite function. If yes, set u equal to the inner function, compute du, and verify that the derivative appears in the integrand. The reference box on the right lists the most common patterns.

Here are the most reliable heuristics, roughly in order of how often they apply. First, look for the innermost function in a composition — this is your strongest candidate for u. Second, check whether the derivative of that inner function (or a constant multiple of it) is sitting in the integrand as a factor. Third, if you have a denominator that's more complex than the numerator, try setting u equal to the denominator. Fourth, for expressions under a radical or inside an exponent, let u be whatever is under the radical or in the exponent. Practice is the best teacher — after working through enough problems, spotting the right u will become almost instinctive.

🎯 Pro Tip: The "LIATE" Guideline
When in doubt, use the acronym LIATE — Logarithmic, Inverse trig, Algebraic, Trigonometric, Exponential. Functions earlier in this list tend to be better choices for u. While LIATE is technically a heuristic for integration by parts, it can also help you rank candidates when multiple choices of u seem plausible.

Worked Example

Let's walk through a complete example step by step. We'll evaluate the integral ∫ 3x² × (x³ + 5)⁴ dx. This is a classic u-substitution problem because we can see a composite function — something raised to the 4th power — and the derivative of the inner function sitting right there as a factor.

Evaluate ∫ 3x² (x³ + 5)⁴ dx
1
Step 1 — Identify the Inner FunctionThe integrand contains the composite function (x³ + 5)⁴. The inner function is x³ + 5, and the outer function is (·)⁴. Set u = x³ + 5.
u = x³ + 5
2
Step 2 — Compute duDifferentiate u with respect to x: du/dx = 3x². Therefore, du = 3x² dx. Notice that 3x² dx appears exactly in the integrand — perfect! No constant adjustment is needed.
du = 3x² dx
3
Step 3 — Rewrite in Terms of uReplace (x³ + 5) with u, and replace 3x² dx with du. The integral becomes: ∫ u⁴ du. All the x's are gone — the substitution is complete.
∫ u⁴ du
4
Step 4 — Integrate in Terms of uApply the power rule for integration: ∫ u⁴ du = u⁵/5 + C. This is straightforward — exactly the kind of simplification we hoped for.
u⁵/5 + C
5
Step 5 — Back-SubstituteReplace u with the original expression x³ + 5 to express the answer in terms of x.
(x³ + 5)⁵ / 5 + C
6
Step 6 — Verify (Optional but Recommended)Differentiate the answer to check: d/dx [(x³ + 5)⁵ / 5] = (1/5) × 5(x³ + 5)⁴ × 3x² = 3x²(x³ + 5)⁴. This matches the original integrand, confirming the answer is correct. ✓
Always Check Your Work
One of the beautiful things about integration is that you can always verify your answer by differentiating it. If you get back the original integrand, you know you're right. This is especially useful when you're first learning u-substitution and aren't yet confident in your choice of u.

When u-Substitution Works (and When It Doesn't)

u-Substitution is incredibly powerful, but it's not a universal tool. Understanding when it applies — and when you need to reach for a different technique — will save you time and frustration. The table below compares situations where u-substitution is the right approach versus situations where it falls short.

Comparison of integrals that do and do not respond to u-substitution.
Scenariou-Sub Works?Why / What to Do Instead
∫ 2x cos(x²) dxYes ✓u = x², du = 2x dx — the derivative of the inner function is present.
∫ x cos(x²) dxYes ✓u = x², du = 2x dx. The 2 is missing, but we can adjust: (1/2) ∫ cos(u) du.
∫ cos(x²) dxNo ✗u = x² gives du = 2x dx, but there's no x factor in the integrand at all. Cannot substitute.
∫ x eˣ dxNo ✗This is a product of two unrelated functions, not a composition. Use integration by parts.
∫ eˢⁱⁿ⁽ˣ⁾ cos(x) dxYes ✓u = sin(x), du = cos(x) dx — both parts are present. Becomes ∫ eᵘ du.
∫ 1/(x² + 1) dxNot neededThis is already a standard form: arctan(x) + C. Recognize it directly.
KEY TAKEAWAY
u-Substitution is like having a key that fits a specific type of lock. The "lock" is a composite function with its inner derivative present. If the lock matches the key, substitution opens it instantly. If the lock has a different mechanism — like a product of unrelated functions — you'll need a different key, such as integration by parts or trigonometric substitution. The good news is that u-substitution opens more locks than any other single technique.

Connection to Advanced Techniques

u-Substitution is the first integration technique you'll master, but it connects directly to more advanced methods you'll encounter later in calculus. Think of it as the foundation upon which other techniques build. Understanding these connections now will make future topics easier to learn.

How u-substitution relates to more advanced integration techniques.
TechniqueWhen to UseRelationship to u-Sub
u-SubstitutionComposite function with inner derivative present (chain rule pattern)This is the technique! The direct reverse of the chain rule.
Integration by PartsProduct of two unrelated functions (e.g., x sin x, x eˣ)Reverses the product rule, just as u-sub reverses the chain rule. Often used together.
Trigonometric SubstitutionIntegrands containing √(a² − x²), √(a² + x²), or √(x² − a²)A specialized form of u-substitution where u is a trigonometric expression.
Partial FractionsRational functions (polynomial divided by polynomial)Breaks a fraction into simpler pieces, many of which are then integrated using u-sub.
Multivariable Change of VariablesDouble and triple integrals in non-Cartesian coordinatesThe multivariable generalization of u-sub, using Jacobian determinants instead of simple du.

As you can see, u-substitution isn't an isolated trick — it's the central idea behind many advanced techniques. Trigonometric substitution is literally u-substitution with a trigonometric choice for u. Partial fractions decomposes a hard integral into pieces that each require a simple u-sub. Even in multivariable calculus, when you switch from Cartesian to polar coordinates, you're performing a two-dimensional version of the same fundamental idea: changing variables to make the integral easier. Mastering u-substitution now gives you a head start on all of these future topics.

Practice Problems

Test your understanding with these five problems, arranged from conceptual understanding to critical thinking. Try each one on your own before checking the answer.

PROBLEM 1CONCEPTUAL
Explain in your own words why the integral ∫ cos(x²) dx cannot be solved using u-substitution, even though it contains a composite function.
PROBLEM 2BASIC CALCULATION
Evaluate ∫ 4x × (2x² + 1)³ dx using u-substitution.
PROBLEM 3INTERMEDIATE
Evaluate ∫ x² × sin(x³) dx. (Hint: the derivative of the inner function is not perfectly present — you'll need to adjust by a constant.)
PROBLEM 4APPLIED
A particle moves along a line with velocity v(t) = t × e^(t²) meters per second. Find the total displacement of the particle from t = 0 to t = 1 by evaluating the definite integral ∫₀¹ t × e^(t²) dt.
PROBLEM 5CRITICAL THINKING
Evaluate ∫ x / √(1 − x²) dx. Then consider: how is this problem related to both u-substitution and the derivative of arcsin(x)? Compare your answer to d/dx[arcsin(x)] = 1/√(1 − x²) and explain the difference.

Summary

u-Substitution is the reverse of the chain rule. When you see an integrand of the form f(g(x)) × g′(x), you set u = g(x) and compute du = g′(x) dx to transform the integral into a simpler form ∫ f(u) du. The essential skill is choosing the right u — typically the inner function of a composition — and confirming that its derivative appears in the integrand, possibly up to a constant factor.

For indefinite integrals, always back-substitute to express the final answer in terms of x. For definite integrals, you can convert the limits of integration to u-values and evaluate directly. u-Substitution is the first and most fundamental integration technique, and it serves as the gateway to more advanced methods like integration by parts, trigonometric substitution, and partial fractions.

Varsity Tutors • Calculus 1 • u-Substitution