6.2 Integration by Substitution (Indefinite)
Key Takeaways
- Integration by substitution (u-substitution) is the inverse operation of the Chain Rule, transforming composite integrands int f(g(x))*g'(x) dx into elementary integrals int f(u) du.
- The core strategy is identifying an inner function u = g(x) whose exact or scalar derivative g'(x) dx appears in the integrand.
- When the derivative g'(x) differs from the existing integrand by a constant factor k, balance the integral by multiplying inside by k and outside by 1/k (or solving dx = du/g'(x)).
- Advanced algebraic substitution resolves remaining linear powers of x by solving u = g(x) for x = h(u) and substituting directly into residual terms.
- Substitution provides the derivations for fundamental trigonometric integrals such as int tan(x) dx = ln|sec x| + C and int cot(x) dx = ln|sin x| + C.
6.2 Integration by Substitution (Indefinite)
Core CLEP Concept: Integration by substitution—commonly called $u$-substitution—is the single most important analytical technique for evaluating non-basic integrals on the CLEP Calculus exam. It operates as the reverse of the differential Chain Rule. Whenever an integrand contains a composite function multiplied by the derivative of its inside expression, $u$-substitution simplifies the expression into a standard elementary integral.
1. Conceptual Foundation: Inverting the Chain Rule
Recall the Chain Rule for differentiation: if $F(u)$ is an antiderivative of $f(u)$, and $u = g(x)$ is a differentiable function, then:
Integrating both sides with respect to $x$ yields the Substitution Rule for Indefinite Integrals:
By defining the substitution variable $u = g(x)$, the differential is $du = g'(x) , dx$. Substituting $u$ and $du$ transforms the integral into:
Original Integral: / f( g(x) ) * g'(x) dx
| ^^^^ ^^^^^^^^
/ u du
|
v
Transformed Integral: / f(u) du = F(u) + C = F(g(x)) + C
/
2. The 5-Step Master Protocol for $u$-Substitution
To ensure complete accuracy under timed exam conditions, follow this structured 5-step method:
Step 1: Identify the Inner Function $u = g(x)$
Look for an expression inside parentheses, under a radical, in a denominator, or in an exponent whose derivative is present elsewhere in the integrand (up to a constant scalar factor).
Step 2: Compute the Differential $du$
Differentiate $u$ with respect to $x$ to calculate $du = g'(x) , dx$. Isolate the differential expression: $dx = \frac{du}{g'(x)}$.
Step 3: Rewrite the Entire Integral in Terms of $u$ and $du$
Replace $g(x)$ with $u$ and $dx$ with $\frac{du}{g'(x)}$. Cancel all factors of $x$. Critical Rule: The resulting integral must contain only the variable $u$. If any $x$ variables remain, the substitution is either incomplete or an alternative technique is required.
Step 4: Evaluate the Integral with Respect to $u$
Apply fundamental power, exponential, logarithmic, or trigonometric integration rules to compute $\int f(u) , du = F(u) + C$.
Step 5: Back-Substitute $u = g(x)$
Replace every instance of $u$ with the original function $g(x)$ to express the final answer purely in terms of $x$, and append $+ C$.
3. Handling Constant Multipliers and Scaling Factors
In most CLEP problems, the derivative $g'(x)$ will not match the integrand's outer factor exactly, but will differ by a constant numerical multiplier.
Step-by-Step Worked Example: Constant Adjustment
Problem: Evaluate $\int x^2 \left( 2x^3 + 5 \right)^7 , dx$.
Step 1: Choose $u$. The inner composite expression is $u = 2x^3 + 5$.
Step 2: Differentiate to find $du$.
Step 3: Substitute into the integral.
Step 4: Integrate with respect to $u$.
Step 5: Back-substitute $u = 2x^3 + 5$.
Step-by-Step Worked Example: Logarithmic Form $\int \frac{g'(x)}{g(x)} , dx$
Problem: Evaluate $\int \frac{x^3}{x^4 + 9} , dx$.
- Let $u = x^4 + 9$, so $du = 4x^3 , dx \implies x^3 , dx = \frac{1}{4} , du$.
- Substitute: $\int \frac{1}{u} \cdot \left(\frac{1}{4} , du\right) = \frac{1}{4} \int \frac{1}{u} , du = \frac{1}{4} \ln|u| + C$.
- Back-substitute: $\frac{1}{4} \ln(x^4 + 9) + C$ (since $x^4 + 9 > 0$ for all real $x$, absolute value bars can be simplified to parentheses).
4. Advanced Algebraic Substitution (Residual $x$ Method)
On higher-difficulty CLEP questions, substituting $u = g(x)$ does not immediately cancel all $x$ terms because the outer factor has a higher degree than the differential. In these cases, use algebraic inversion: solve the substitution equation $u = g(x)$ explicitly for $x$ in terms of $u$, and substitute that expression into the leftover $x$ factors.
Rigorous Worked Example: Radical with Linear Residual
Problem: Evaluate $\int x \sqrt{x + 3} , dx$.
Step 1: Define $u$ and isolate $x$. Let $u = x + 3 \implies x = u - 3$.
Step 2: Differentiate.
Step 3: Substitute all terms into the integral.
Step 4: Distribute $u^{1/2}$ across the binomial.
Step 5: Integrate term by term using the Power Rule.
Step 6: Back-substitute $u = x + 3$.
(Factored Alternative: $\frac{2}{15}(x + 3)^{3/2}[3(x+3) - 15] + C = \frac{2}{15}(x + 3)^{3/2}(3x - 6) + C = \frac{2}{5}(x + 3)^{3/2}(x - 2) + C$.)
5. Trigonometric, Exponential, and Logarithmic Substitutions
$u$-substitution is essential for evaluating integrals involving transcendental functions.
Derivation of the Tangent and Cotangent Integrals
The standard formulas for $\int \tan x , dx$ and $\int \cot x , dx$ are derived directly via substitution:
- Let $u = \cos x \implies du = -\sin x , dx \implies \sin x , dx = -du$.
- The integral becomes $\int \frac{-du}{u} = -\ln|u| + C = -\ln|\cos x| + C = \ln|(\cos x)^{-1}| + C = \ln|\sec x| + C$.
Similarly:
Trigonometric Powers
When evaluating $\int \sin^n(x) \cos(x) , dx$ or $\int \tan^n(x) \sec^2(x) , dx$, the substitution is immediate:
Exponential and Logarithmic Composites
- Logarithmic Numerators: $\int \frac{(\ln x)^3}{x} , dx$. Let $u = \ln x, , du = \frac{1}{x} , dx \implies \int u^3 , du = \frac{(\ln x)^4}{4} + C$.
- Exponential Exponents: $\int \frac{e^{1/x}}{x^2} , dx$. Let $u = \frac{1}{x} = x^{-1}, , du = -x^{-2} , dx \implies -\int e^u , du = -e^{1/x} + C$.
6. Common CLEP Pitfalls & Traps
- Leaving Mixed Variables in the Integrand: Writing an expression like $\int x u^5 , du$ is mathematically meaningless. You cannot integrate with respect to $u$ until all $x$ variables have been completely eliminated.
- Pulling Non-Constant Variables Outside the Integral: Moving $x$ outside the integral sign (e.g., $\int x f(x) , dx = x \int f(x) , dx$) violates the fundamental linearity properties of calculus. Only constant numbers may be factored out.
- Forgetting to Adjust for Negative Signs: For substitutions involving $\cos x$, $e^{-x}$, or $(a - x)$, forgetting the negative sign in $du$ produces an immediate sign error in the final answer.
- Omitting Back-Substitution: In an indefinite integral, leaving the answer in terms of $u$ (such as $\frac{1}{4}u^4 + C$) rather than $x$ is incomplete.
Evaluate the indefinite integral: int x^3 * sqrt(x^4 + 7) dx.
Evaluate the indefinite integral: int (sec^2(ln x) / x) dx.
Using algebraic substitution, evaluate int x*(x - 4)^5 dx.
Evaluate the indefinite integral: int (e^x / (3 + 2*e^x)) dx.