Integration is a crucial topic in calculus, and one of the most powerful techniques for solving integrals is integration by substitution. This method allows us to simplify complex integrals into more manageable forms by making a substitution that makes the integral easier to solve.
1.0What is Integration by Substitution?
Integration by substitution is a technique that involves substituting a part of the integral with a new variable to simplify the expression. It’s similar to the chain rule in differentiation but in reverse. The goal is to make the integral easier to solve by changing the variables.
The idea behind substitution is to find a part of the integrand (the function being integrated) that can be replaced with a new variable, such that the new integral is simpler.
2.0Why Use Integration by Substitution?
Simplification: It makes complex integrals easier to handle.
Applicability: It works well when the integral has a composite function (like a function inside another function).
Efficiency: It helps in solving integrals that might otherwise seem impossible.
3.0Integration by Substitution Formula
The general integration by substitution formula is as follows:
∫f(g(x)).g′(x)dx=∫f(u)du
Where:
u = g(x) (the substitution),
du = g′(x) dx (the differential of u).
4.0Steps for Integration by Substitution
Identify the substitution: Choose a part of the integrand that can be replaced by a single variable, usually a function inside another function.
Compute du: Differentiate the chosen substitution to find du, and express dx in terms of du.
Substitute and simplify: Replace all occurrences of x with the new variable u and simplify the integral.
Integrate: Perform the integration with respect to u.
Substitute back: Once the integral is solved in terms of u, substitute back the original expression for u to get the answer in terms of x.
5.0Example of Integration by Substitution
Let’s solve an example problem using the integration by substitution method.
Question:∫2x.ex2dx
Solution:
Choose the substitution: Here, we see that x2 appears in the exponent of the exponential function. Let’s set: u=x2
Compute du: Differentiate u=x2 with respect to x:
du=2xdx
Therefore, 2x dx = du.
Substitute and simplify: Now, replace x2 with u and 2x dx with du in the integral:
∫2x.ex2dx=∫eudu
Integrate: The integral of eu with respect to u is simply:
∫eudu=eu+C
Where C is the constant of integration.
Substitute back: Finally, replace u with x2 to get the result in terms of xx:
eu+C=ex2+C
Thus, the solution to the integral is: ∫2x.ex2dc=ex2+C
6.0Solved Examples of Integration by Substitution
Example 1:∫xlnx2dx
Solution:
Let lnx2=t
x212xdx=dt
x2dx=dt
⇒∫2tdt=4t2+C
=4(lnx2)2+C
Example 2:∫1−x2sin−1xdx
Solution :
Let sin−1x=t
∫1−x21dx=dt
⇒∫tdt=2t2+C
⇒(Sin−1x)2+C
Example 3:∫1+x2sin(tan−1)dx
Solution :
Put, x =t
1+x21dx=dt
⇒∫sintdt=−cost+C
=−cos(tan−1x)+C
Example 4:∫(4x+6)2x2+6x+5dx
Solution:
Let 2x2+6x+5=t
(4x+6)dx=dt
⇒∫tdt=23t3/2+C
=32(2x2+6x+5)23+C
Example 5:∫sin2xtanxdx
Solution:
∫2tanxtanx(1+tan2x)dx
⇒∫2tanxtanxsec2xdx
Put tanx=t
sec2xdx=dt
21∫(t)−21dt=2×1t21×2+C
=t+C
=tanx+C
Example 6:∫1+x22x3dx
Solution:
Put 1+x2=t
2xdx=dt
⇒∫1+x22x.x2dx=∫t(t−1)dt
=∫(1−t1)dt
=t−lnt+C
=(1+x2)−ln(1+x2)+C
Example 7: Evaluate ∫(x4+3x2+1)tan−1(x+x1)(x2−1)dx
Solution:
The given integral can be written as
I=∫[(x+x1)2+1]tan−1(x+x1)(1−x21)dx
Let (x+x1)=t
Differentiating we get (1−x21)dx=dt
Hence I=∫(t2+1)tan−1tdt
Now make one more substitution tan–1t=u. Then t2+1dtand I=udu=ln∣u∣+C
7.0Sample Questions On Integration By Substitution
What is the Formula for Integration by Substitution?
Ans: The formula is: ∫f(g(x)).g′(x)dx=∫f(u)du
Where u = g(x), and du = g'(x) dx.
How Do I Choose the Substitution in Integration by Substitution?
Ans: Look for a function inside another function (like ex2, sin(3x), or x2+11) and set the inside function as the substitution.
Table of Contents
1.0What is Integration by Substitution?
2.0Why Use Integration by Substitution?
3.0Integration by Substitution Formula
4.0Steps for Integration by Substitution
5.0Example of Integration by Substitution
6.0Solved Examples of Integration by Substitution
7.0Sample Questions On Integration By Substitution
Frequently Asked Questions
Integration by substitution is a method to simplify an integral by replacing a complex expression with a new variable, making the integral easier to solve.
Use it when you recognize a composite function in the integrand, where one part can be substituted with a new variable to simplify the integral.
Yes, it can be used for trigonometric integrals, such as integrals involving sin(x), cos(x), or other trigonometric identities.
Yes, integration by substitution can also be used for definite integrals, but you will need to adjust the limits of integration according to your substitution.
Not always. Some integrals cannot be simplified using substitution, and other methods like integration by parts or partial fractions might be necessary.