Andromeda
Note

Substitution in Definite Integrals

Definition

Substitution in Definite Integrals is an extension of the uu-substitution method that includes the transformation of the limits of integration. This allows for the evaluation of a definite integral entirely in terms of the new variable.

Why It Matters

Definite substitution is a “morphism of intervals” that significantly reduces algebraic error; by transforming the limits of integration along with the variable, we can evaluate a problem entirely in a new space, eliminating the risky and time-consuming step of back-substitution.

Core Concepts

  • Limit Transformation: When changing xx to uu using u=g(x)u = g(x), the xx-limits aa and bb must be converted to uu-limits g(a)g(a) and g(b)g(b).
    • How to read: “u equals g of x; x-limits a and b become u-limits g(a) and g(b).”
    • Meaning: The substitution maps the interval [a,b][a,b] to [g(a),g(b)][g(a), g(b)]. Transform limits before integrating.
  • Formula: abf(g(x))g(x)dx=g(a)g(b)f(u)du\int_a^b f(g(x)) g'(x) dx = \int_{g(a)}^{g(b)} f(u) du.
    • How to read: “Integral from a to b of f of g of x times g-prime of x dx equals integral from g(a) to g(b) of f of u du.”
    • Meaning / when to use: When u=g(x)u = g(x), both the integrand and the limits transform. Evaluate entirely in uu-space—no back-substitution needed.
  • No Back-Substitution: Once the limits are converted, the problem is completely redefined in terms of uu; there is no need to return to the variable xx.

Connected Concepts