
How to Solve Integrals Using the Substitution Method with Formula and Examples
In order to determine the integrals of function accurately, we are required to develop techniques that can minimize the functions to standard form. The integration by substitution class 12th is one important topic which we will discuss in this article.
In the integration by substitution,a given integer f (x) dx can be changed into another form by changing the independent variable x to z.
This is done by substituting x = k(z).
Consider I = f(x)dx
Now substitute x = k(z) so that dx/dz = k’(z) or dx = k’(z) dz.
Hence, I = \[\int\] f(x) dx = f[k(z) k’(z)dz
It is essential to notice here that you should make a substitution for a function whose derivative also appears in the integrals as shown in the below -solved examples.
What is Integration?
The integration represents the summation of discrete data. The integral is usually calculated to find the functions which detail information about the area, displacement, volume, which appears due to the collection of small data, which cannot be measured singularly. Generally, in calculus, the idea of limit is used where algebra and geometry are applied. Limits assist us in the study of the result of points on a graph such as how they get nearer to each other until their distance is almost zero. There are two major types of calculus –
Differential Calculus
Integral Calculus
Integration by Substitution Method
In the integration by substitution method, any given integral can be changed into a simple form of integral by substituting the independent variable by others.
For example,
Let us consider an equation having an independent variable in z, i.e.
\[\int\] sin (z³).3z².dz———————–(i),
The independent variable given in the above example can be changed into another variable say k.
Substituting z³ = k ———————-(ii)
By differentiation of the above equation, we get
3z².dz = dk———————-(iii)
Substituting the value of equation (ii) and (iii) in equation (i), we get
\[\int\] sin (z³).3z².dz = \[\int\] sin k.dk
Hence, the integration of the above equation will give us
\[\int\] sin k.dk= - cos k + c
Again substituting back the value of k from equation (ii), we get
\[\int\]sin (z³).3z².dz = -cos(z³ )+ c
The standard form of integration by substitution is:
\[\int\]f(g(z)).g'(z).dz = f(k).dk, where k = g(z)
The integration by substitution method is extremely useful when we make a substitution for a function whose derivative is also included in the integer. With this, the function simplifies and then the basic integration formula can be used to integrate the function.
Integration Examples
Integrate sin(zx) in terms to x,
Solution: We know that the derivative of zx = z
No, let us substitute zx = k son than zdx = dk
Hence,
\[\int\]Sin zx dx = 1/z sink dk
= -1/z cos k + C
= -1/z cos zx + C
Integrate 2x sin (x² + 1) in terms of x.
Solution: As, we know that the derivative of (x² +1) = 2x
Now, let us substitute x + 1= k so that 2x dx = dk. Hence,
\[\int\]2x sin (x²+1) dx = \[\int\]sin k dk
= - Cos k + C
= - Cos (x² +1) + c
Solved Examples
Integrate 2x cos (x² - 5) in terms to x.
Solution:
I = \[\int\]2xcos (x² - 5).dx
Let x² - 5 = t…………….(1)
2x.dx = dt
Substituting these values, we have
I = \[\int\]cos(t).dt
= sin t + C……………...(2)
Substituting the value of (1) in (2), we have
= sin (x² - 5) + C.
\[\int\] X / \[\sqrt{X + 1}\] dx
Solution: Let u = x + 1
Hence, x= u-1
dx/du = 1 so dx = du
Hence, the integral becomes
\[\int\] u-1/\[\sqrt{u}\]du
= \[\int\] u/\[\sqrt{u}\]-1/\[\sqrt{u}\]
= u1/2
\[\int\]u1/2 – u1/2 du
= 2u3/2 - 2 u1/2 + C
We will now substitute the values of x’s back in
2 (x + 1)3/2 -2(x+1)1/2 + C
Quiz Time
What should be used for u in the integral?
No u required
4t²
T³
1/4t²
2. What should be assigned to u in the integral?
2x²
sin(2x²)
5x
No u required
3. \[\int\] 6x(x² +1)2 dx
(x² +1)³ + C
3 (x² +1)³ + C
(x² +1)1 + C
6(x² +1)³ + C
FAQs on Integration by Substitution in Calculus with Concept and Steps
1. What is integration by substitution?
Integration by substitution is a method of evaluating integrals by replacing a complicated expression with a single variable to simplify the calculation. It is also called u-substitution and is based on reversing the chain rule from differentiation. The idea is to rewrite the integral in a simpler form by:
- Choosing a new variable u = g(x)
- Finding du = g'(x) dx
- Substituting into the integral to make it easier to integrate
2. What is the formula for integration by substitution?
The formula for integration by substitution is ∫ f(g(x))g'(x) dx = ∫ f(u) du, where u = g(x). This works because:
- Let u = g(x)
- Then du = g'(x) dx
- The integral becomes simpler in terms of u
3. How do you do integration by substitution step by step?
To perform integration by substitution, you replace part of the integral with a new variable to simplify it. Follow these steps:
- Choose u as the inner function (e.g., inside brackets or roots)
- Differentiate to find du
- Rewrite the integral completely in terms of u
- Integrate with respect to u
- Substitute back the original expression
4. Can you give an example of integration by substitution?
Yes, for example, evaluate ∫ 2x cos(x²) dx using substitution.
- Let u = x²
- Then du = 2x dx
- The integral becomes ∫ cos(u) du
- Integrate to get sin(u) + C
- Substitute back: sin(x²) + C
5. When should you use integration by substitution?
You should use integration by substitution when the integral contains a function and its derivative together. Common situations include:
- Expressions like f(g(x))g'(x)
- Integrals involving powers, roots, exponentials, or trigonometric functions with inner expressions
- Composite functions similar to the chain rule pattern
6. What is the difference between substitution and integration by parts?
Integration by substitution simplifies composite functions, while integration by parts is used for products of functions. The key differences are:
- Substitution reverses the chain rule
- Integration by parts uses the formula ∫ u dv = uv − ∫ v du
- Substitution works best for nested functions
- Integration by parts works best for products like x e^x
7. How do you change limits in definite integration by substitution?
When using substitution in definite integrals, you must change the limits to match the new variable u. The steps are:
- Let u = g(x)
- Convert each limit by substituting the original x values into u
- Integrate using the new limits in terms of u
8. Why does integration by substitution work?
Integration by substitution works because it reverses the chain rule from differentiation. Since the chain rule states that d/dx [F(g(x))] = F'(g(x))g'(x), integration reverses this process. When an integrand matches this pattern, substitution directly recovers the original function.
9. What are common mistakes in integration by substitution?
Common mistakes in integration by substitution include failing to fully convert the integral into the new variable. Typical errors are:
- Not replacing all instances of x with u
- Forgetting to compute du correctly
- Not adjusting limits in definite integrals
- Forgetting to substitute back after integrating
10. Is integration by substitution the same as u-substitution?
Yes, integration by substitution and u-substitution are the same method. Both terms describe replacing part of an integral with a new variable, usually u, to simplify integration. The name “u-substitution” comes from the common practice of choosing the variable u for the substitution.


































