The Core Idea: Integrating Using Substitution
The method of integration using substitution, often called "u-substitution," is the primary technique for finding the antiderivatives of composite functions. While basic integration rules allow us to find antiderivatives of functions like , , or , they are insufficient for more complex functions like or . These are composite functions, where one function is nested inside another.
The entire method is based on reversing the chain rule for differentiation. The chain rule tells us how to differentiate a composite function, and substitution provides the corresponding method to integrate one. The goal is to transform a complicated integral in terms of one variable (e.g., ) into a much simpler integral in terms of a new variable (e.g., ), which can then be solved using basic antiderivative rules.
The Substitution Process
The method of substitution follows a systematic process to simplify and solve integrals of composite functions. The process is the direct reversal of the chain rule.
Let the integral be of the form .
Identify the Inner Function: Look for a composite function. Let the "inner" function be . A good choice for is a function whose derivative also appears in the integrand.
- Let .
Find the Differential of : Differentiate with respect to to find .
- , which can be written in differential form as .
Substitute: Replace both with and with in the original integral. The goal is to create a new integral entirely in terms of .
- The integral becomes .
Integrate: Find the antiderivative of the new, simpler function with respect to .
- .
Back-Substitute: Replace with the original expression to express the final answer in terms of the original variable, .
- The final answer is .
Understanding the Link to the Chain Rule
The method of substitution is not a new rule but rather a technique for recognizing and reversing the chain rule. The validity of the method comes directly from the chain rule for differentiation.
Recall the chain rule:
If we let , then the chain rule can be written as:
By the definition of an antiderivative, if we integrate both sides, we must get back to the original function (plus a constant of integration):
The substitution process is a formal way to identify this pattern. By setting and , we transform the complex integral into the much simpler form . Integrating this gives , and substituting back for yields the correct result, .
Core Concepts & Rules
Reversing the Chain Rule: The method of substitution is the integration counterpart to the chain rule for differentiation. It is used to find antiderivatives of composite functions.
Composite Function Recognition: The key to substitution is identifying a composite function structure within the integrand, such as a function of a linear function (e.g., ) or other composite functions (e.g., ).
The and Pair: A successful substitution requires identifying an "inner function," , such that its differential, , also appears in the integrand (perhaps missing only a constant multiplier).
Complete Transformation: The entire integral, including the differential , must be converted from the original variable () to the new variable (). No terms from the original variable should remain.
Definite Integrals: When using substitution for a definite integral, the limits of integration, which are values of , must also be converted to corresponding values of .
Step-by-Step Example 1: Composite Function with a Linear Inner Function
Find the indefinite integral .
Step 1: Identify the Inner Function
The integrand is a composite function. The "inner" function is the linear function inside the square root.
Let .
Step 2: Find the Differential of
Differentiate with respect to .
.
In differential form, this is .
Step 3: Substitute
Our integral has , which becomes . It also has . From Step 2, we can solve for to get . Now substitute both parts into the integral.
We can pull the constant outside the integral.
Step 4: Integrate
Now we have a simple integral that can be solved using the power rule for integration.
Step 5: Back-Substitute
Replace with the original expression .
Step-by-Step Example 2: Definite Integral with Substitution
Evaluate the definite integral .
Step 1: Identify the Inner Function
The denominator contains the composite function. The inner function is .
Let .
Step 2: Find the Differential of
Differentiate with respect to .
.
In differential form, this is . Our integral contains , so we can solve for it: .
Step 3: Change the Limits of Integration
Since this is a definite integral, the limits and must be converted to -values.
Lower limit: When , .
Upper limit: When , .
Step 4: Substitute
Rewrite the entire integral in terms of , including the new limits.
The term becomes . The term becomes .
Step 5: Integrate and Evaluate
Use the power rule to find the antiderivative and evaluate it at the new limits. There is no need to back-substitute to because we have already changed the limits.
The value of the definite integral is .
Using Your Calculator
The method of substitution is an analytical technique for finding indefinite integrals (antiderivatives), a process which a graphing calculator cannot perform symbolically. You cannot use a calculator to find .
However, for definite integrals, the calculator is an excellent tool for checking your answer. After you have found the value of a definite integral by hand using substitution, you can verify it using your calculator's numerical integration feature.
For Example 2, , you would use the following command (on a TI-84 style calculator):
fnInt(X/(X^2+1)^2, X, 0, 2)
The calculator will return , which is the decimal equivalent of the exact answer we found by hand.
AP Exam Quick Hit
Common Question Types
Direct Indefinite Integral: A multiple-choice question asking for the antiderivative of a function that requires substitution.
- Example: Find .
Definite Integral Evaluation: A multiple-choice or free-response question that requires using substitution to find the exact value of a definite integral.
- Example: Evaluate .
Changing the Limits of Integration: A multiple-choice question that provides an integral and a substitution, and asks for the equivalent integral in terms of with the correct new limits.
- Example: "Using the substitution , the integral is equivalent to which of the following?" The correct answer would be .
Common Mistakes
Forgetting "+ C": When finding an indefinite integral, the constant of integration is required for a full-credit answer.
Incorrectly Handling Constants: When for some constant , students often forget to include the factor in the transformed integral. For example, in , letting gives , so the integral becomes . Forgetting the is a very common error.
Mixing Variables: The new integral must be written entirely in terms of and . An incorrect intermediate step like cannot be integrated. Every instance of the original variable must be substituted for.
Forgetting to Change the Bounds: For definite integrals, a frequent mistake is to substitute for but use the original -bounds for evaluation. You must either change the limits to be in terms of or integrate, substitute back to , and then use the original -limits.
Choosing the Wrong : While not always a "mistake," choosing a non-productive can make the problem impossible to solve. The choice for should be an "inner function" whose derivative is also present in the integrand.