Substitution Review
students, in Calculus 2, one of the most important integration tools is substitution. It is a method for turning a hard integral into an easier one by changing variables π. Think of it like swapping a complicated puzzle for a simpler version that has the same shape. The big goal of this lesson is to help you recognize when substitution works, choose the right new variable, and use it correctly in both indefinite and definite integrals.
What substitution is and why it works
The core idea behind substitution is to undo the chain rule. If a function is built inside another function, then its derivative often contains a factor that matches the outside derivative. Substitution uses that pattern in reverse.
For example, if you see an integrand like $2x\cos(x^2)$, the expression $x^2$ is inside another function, and its derivative is $2x$. That is a clue that substitution may work. You let $u=x^2$, so $du=2x\,dx$. Then the integral becomes much simpler:
$$\int 2x\cos(x^2)\,dx=\int \cos(u)\,du=\sin(u)+C=\sin(x^2)+C.$$
This method matters because many real integrals are hard only because of their composition. Substitution helps remove that nesting. In school math, it is one of the clearest examples of how differentiation and integration are connected through the Fundamental Theorem of Calculus.
How to recognize a good substitution
A good substitution usually has two parts:
- A inside expression that looks complicated, like $x^2+1$, $\sqrt{x}$, or $\sin x$.
- A matching factor from its derivative, like $2x$, $\frac{1}{2\sqrt{x}}$, or $\cos x$.
The best substitutions often make the integral look simpler immediately. students, a helpful question to ask is: βIf I choose $u$ as the inside expression, does $du$ appear somewhere nearby?β If the answer is yes, that is usually a strong sign.
For instance, consider
$$\int x(x^2+1)^5\,dx.$$
A smart choice is $u=x^2+1$. Then $du=2x\,dx$, so $x\,dx=\frac{1}{2}du$. The integral becomes
$$\int x(x^2+1)^5\,dx=\frac{1}{2}\int u^5\,du=\frac{u^6}{12}+C=\frac{(x^2+1)^6}{12}+C.$$
The original expression looked messy, but after substitution it became a basic power rule problem.
Steps for substitution in indefinite integrals
When you work with an indefinite integral, substitution usually follows a clear process:
Step 1: Choose a variable
Pick a part of the integrand to call $u$. Usually this is the inside expression of a composition.
Step 2: Differentiate $u$
Compute $du$ by finding the derivative of $u$.
Step 3: Rewrite the integral
Replace every appearance of the old variable expression with $u$, and replace the differential piece using $du$.
Step 4: Integrate in terms of $u$
Now the integral should be easier.
Step 5: Substitute back
Replace $u$ with the original expression in the final answer.
Letβs see another example:
$$\int \frac{3x^2}{1+x^3}\,dx.$$
Choose $u=1+x^3$, so $du=3x^2\,dx$. Then
$$\int \frac{3x^2}{1+x^3}\,dx=\int \frac{1}{u}\,du=\ln|u|+C=\ln|1+x^3|+C.$$
Notice the absolute value in the logarithm. That is standard for $\int \frac{1}{u}\,du=\ln|u|+C$.
Substitution and the chain rule connection
Substitution is really the integration version of the chain rule. If the chain rule says
$$\frac{d}{dx}[F(g(x))]=F'(g(x))g'(x),$$
then substitution helps evaluate integrals that look like
$$\int F'(g(x))g'(x)\,dx.$$
This is important because many formulas in calculus come in pairs. For example, if
$$\frac{d}{dx}[\sin(x^2)]=2x\cos(x^2),$$
then
$$\int 2x\cos(x^2)\,dx=\sin(x^2)+C.$$
students, this connection is not just a trick. It explains why substitution works mathematically. You are changing variables so the integral matches a simpler antiderivative pattern.
Definite integrals and changing limits
Substitution also works for definite integrals, but there is an extra detail: you can change the limits to match the new variable. This often makes the process cleaner because you do not have to substitute back at the end.
Example:
$$\int_0^1 2x\,(x^2+1)^4\,dx.$$
Let $u=x^2+1$, so $du=2x\,dx$.
Now change the bounds:
- When $x=0$, $u=0^2+1=1$.
- When $x=1$, $u=1^2+1=2$.
So the integral becomes
$$\int_1^2 u^4\,du=\left.\frac{u^5}{5}\right|_1^2=\frac{32-1}{5}=\frac{31}{5}.$$
Using new limits is a clean and reliable method. It avoids confusion from switching back and forth between $x$ and $u$.
Common mistakes to avoid
Even strong students sometimes make substitution mistakes. Here are a few common ones students should watch for π:
Forgetting the differential
If you choose $u=x^2+1$, you must also convert $dx$ using $du$. Writing only $u$ without changing the differential leaves the substitution incomplete.
Missing a constant factor
Sometimes $du$ is not exactly what appears in the integral, but only off by a constant. For example, if $u=x^2+1$, then $du=2x\,dx$, not $x\,dx$. In that case you must include the factor $\frac{1}{2}$.
Choosing a substitution that does not simplify
Not every part of an integrand is a good choice. A useful substitution should make the problem easier, not harder.
Forgetting to change bounds in definite integrals
If you switch to $u$ but keep the old $x$-bounds, the result may be incorrect unless you substitute back properly before evaluating.
Ignoring absolute values in logarithms
When integrating $\frac{1}{u}$, remember
$$\int \frac{1}{u}\,du=\ln|u|+C.$$
That absolute value is part of the correct formula.
More examples to build skill
Letβs practice with a few classic forms.
Example 1: Powers of a linear expression
$$\int (5x-1)^7\,dx.$$
Let $u=5x-1$, so $du=5\,dx$ and $dx=\frac{1}{5}du$.
Then
$$\int (5x-1)^7\,dx=\frac{1}{5}\int u^7\,du=\frac{u^8}{40}+C=\frac{(5x-1)^8}{40}+C.$$
Example 2: A trigonometric composition
$$\int \cos(3x)\,dx.$$
Let $u=3x$, so $du=3\,dx$ and $dx=\frac{1}{3}du$.
Then
$$\int \cos(3x)\,dx=\frac{1}{3}\int \cos(u)\,du=\frac{1}{3}\sin(u)+C=\frac{1}{3}\sin(3x)+C.$$
Example 3: A radical expression
$$\int \frac{x}{\sqrt{x^2+4}}\,dx.$$
Let $u=x^2+4$, so $du=2x\,dx$. Then $x\,dx=\frac{1}{2}du$.
So
$$\int \frac{x}{\sqrt{x^2+4}}\,dx=\frac{1}{2}\int u^{-1/2}\,du=\frac{1}{2}\cdot 2u^{1/2}+C=\sqrt{x^2+4}+C.$$
These examples show a pattern: substitution often works best when the integrand contains a function and something close to its derivative.
How substitution fits into the bigger picture of Calculus 2
Substitution is one of the first major integration techniques in Calculus 2, and it connects directly to other topics in the course. It helps with antiderivatives, the Fundamental Theorem of Calculus, and later methods like integration by parts and trigonometric substitution.
It also helps you understand why integrals can represent accumulation. When substitution changes variables, it changes how the input is measured, but the total accumulated value stays consistent if you adjust everything correctly.
In real life, substitution can simplify formulas that come from motion, growth, and area problems. For example, if a rate depends on a combined expression like $x^2+1$, substitution can make a model easier to evaluate. That is why it is such a central skill in applied calculus.
Conclusion
students, substitution is a powerful way to simplify integrals by rewriting them with a new variable. It works because it mirrors the chain rule in reverse, and it is especially useful when an integrand contains a function inside another function. For indefinite integrals, you substitute, integrate, and then switch back. For definite integrals, you can either switch back at the end or, more efficiently, change the limits too. Mastering substitution gives you a strong foundation for the rest of Calculus 2 and for solving many real integration problems β
Study Notes
- Substitution changes variables to turn a hard integral into an easier one.
- It works best when an integrand has a composite function and a matching derivative factor.
- The main idea is the reverse of the chain rule.
- A typical substitution uses $u$ for the inside expression and $du$ for its derivative.
- For indefinite integrals, finish by substituting back to the original variable.
- For definite integrals, you may change the limits to match the new variable.
- A standard formula is $\int \frac{1}{u}\,du=\ln|u|+C$.
- Common mistakes include forgetting the differential, missing constants, and not changing bounds.
- Substitution is a foundational technique for antiderivatives and for later Calculus 2 methods.
