Integration by Substitution
Substitution
Integration by Substitution: Study Guide
Learning Objectives
- Identify the appropriate "inner function" $u to simplify complex integrands.
- Apply algebraic manipulation (constant alteration) to match the differential du.
- Solve integrals requiring substitution by eliminating original variables (solving for x).
- Evaluate definite integrals by accurately mapping the limits of integration from xu-space.
Key Terms & Glossary
- u-Substitution: A mathematical technique used to evaluate integrals by reversing the chain rule.
- Integrand: The mathematical expression or function that is being integrated.
- Definite Integral: An integral with a defined start and end point (limits of integration), computing net area.
- Differential (du): An infinitesimally small change in the variable u, crucial for variable transformation.
The "Big Idea"
[!IMPORTANT] u-Substitution is the Chain Rule in reverse. When you take the derivative of a composite function, you multiply by the derivative of the inside function. u-substitution seeks out that "inside function" and its derivative to un-do the process, transforming an impossible integral into a fundamental one.
Formula / Concept Box
| Concept | Formula / Equation | Purpose |
|---|---|---|
| Indefinite Integral Substitution | \int f(g(x))g'(x) , dx = \int f(u) , du | Replaces composite functions to find general antiderivatives. |
| Definite Integral Substitution | \int_{a}^{b} f(g(x))g'(x) , dx = \int_{g(a)}^{g(b)} f(u) , du | Evaluates exact area without needing to convert back to x. |
| Change of Variables | u = g(x) \implies x = g^{-1}(u)$ | Used when $x terms remain in the integrand after standard substitution. |
Hierarchical Outline
- 1. Basics of Substitution
- Identify u: Usually the quantity under a root, raised to a power, or in a denominator.
- **Find duux.
- 2. Substitution with Alteration
- Scaling constants: Multiply or divide dux terms exactly.
- Pulling constants out: Move constant multipliers outside the \int sign.
- 3. Eliminating the Original Variable
- Leftover x's: Sometimes substitution leaves extra x terms.
- **Solve for xu = ...xu.
- 4. Definite Integrals
- Mapping limits: Evaluate u(a)u(b) to find new integration bounds.
- Efficiency: With new limits, you never have to substitute back to x.
Visual Anchors
1. The u$-Substitution Decision Process
2. Transforming Limits of Integration
Definition-Example Pairs
- $u-Substitution
- Definition: An integration technique replacing a function g(x) and its derivative with a single variable udu.
- Real-World Example: Like translating a document from English to Spanish to make it easier for a Spanish speaker to summarize, then translating the summary back to English.
- Definite Integral Bound Change
- Definition: Recalculating the start and end points of an area calculation to match a new variable framework.
- Real-World Example: If you switch your speedometer from miles to kilometers, you must also change your trip's start and end markers from miles to kilometers.
- Constant Alteration
- Definition: Multiplying or dividing the du$ equation by a constant to precisely match the remaining integrand.
- Real-World Example: Adjusting a recipe. If a recipe calls for 2 eggs but you only have 1, you scale the entire recipe by a factor of $1/2$.
Worked Examples
▶Example 1: Substitution with Constant Alteration
Problem: Evaluate
Step-by-Step Breakdown:
- Choose : Let $u = x^2 + 1 (the "inner" function).
- **Find dudu = 2x , dx.
- Alteration: The integrand has x , dx2x , dx$. So, divide by 2: .
- Substitute: .
- Integrate: .
- Back-Substitute: .
▶Example 2: Eliminating the Original Variable
Problem: Evaluate
Step-by-Step Breakdown:
- Choose : Let .
- Find : $du = dx.
- Handle Leftovers: We still have an x outside the root. Solve our ux$: .
- Substitute Everything: .
- Distribute: .
- Integrate: .
- Back-Substitute: .
▶Example 3: Changing Definite Integral Bounds
Problem: Evaluate
Step-by-Step Breakdown:
- Choose : Let .
- Find : $du = 2x , dx. (Perfect match!)
- Change Bounds:
- Lower bound: x = 0 \implies u = 0^2 = 0.
- Upper bound: x = 1 \implies u = 1^2 = 1$.
- Substitute: . (Note: these are -bounds now!)
- Integrate & Evaluate: .
Checkpoint Questions
- Why must we sometimes solve for in terms of $u after making our initial substitution?
- When altering the du equation, why are we only allowed to multiply or divide by constants (and not variables)?
- If you perform a u-substitution on a definite integral and update your limits of integration, do you need to back-substitute x$ at the very end? Why or why not?
- What is the fundamental difference between evaluating an indefinite integral using substitution versus a definite integral?
[!TIP] Check your answers: Try solving the Checkpoint Questions without looking back at the text. If you're stuck on question 3, review the "Definite Integrals" section in the Hierarchical Outline!