Andromeda
Note

Substitution in Indefinite Integrals

Definition

The Substitution Method (or uu-substitution) is a technique for simplifying complex integrals by reversing the Chain Rule. It involves introducing a new variable (uu) to transform a difficult integrand into a standard, recognizable form.

Why It Matters

Substitution is the fundamental tool for “reversing the Chain Rule”; it allows mathematicians to uncover hidden symmetries in complex functions by packaging inner components into a single variable, making it indispensable for solving the differential equations that govern physics and engineering.

Core Concepts

  • The Target: Functions of the form f(g(x))g(x)f(g(x))g'(x).
    • How to read: “f of g of x times g-prime of x.”
    • Meaning: The integrand is an outer function ff evaluated at an inner function gg, multiplied by the inner function’s derivative—exactly what the Chain Rule produces.
  • The Substitution: Let u=g(x)u = g(x), then du=g(x)dxdu = g'(x) dx.
    • How to read: “u equals g of x; du equals g-prime of x dx.”
    • Meaning: Package the inner function and its differential together as a single new variable.
  • The Transformation: f(g(x))g(x)dx=f(u)du\int f(g(x))g'(x) dx = \int f(u) du.
    • How to read: “Integral of f of g of x g-prime dx equals integral of f of u du.”
    • Meaning / when to use: Reverses the Chain Rule. After integrating in uu, substitute back u=g(x)u = g(x) to return to the original variable.
  • Back-Substitution: Replacing uu with the original g(x)g(x) after integration to return to the original variable.

Connected Concepts