AOS4 Topic 5: Integration by Substitution
Introduction
Integration by substitution, often referred to as the "u-substitution" method, is a fundamental technique in calculus used to simplify and solve complex integrals. It serves as a powerful tool for mathematicians, scientists, engineers, and students alike, allowing them to navigate through intricate mathematical landscapes with confidence and precision. By strategically substituting variables within integrals, integration by substitution transforms seemingly daunting problems into more manageable forms, unlocking the door to a deeper understanding of functions and their behavior.
Definition
Let \( f(x) \) be a continuous function defined on an interval \([a, b]\), and let \( g(x) \) be a differentiable function on \([a, b]\) such that the range of \( g(x) \) is also contained in the domain of \( f(x) \). Then, the integral of \( f(g(x)) \cdot g'(x) \) with respect to \( x \) over the interval \([a, b]\) can be rewritten as the integral of \( f(u) \) with respect to \( u \) over the interval \([c, d]\), where \( u = g(x) \) and \( c = g(a) \) and \( d = g(b) \).
Mathematically, the integration by substitution formula can be expressed as:
\[ \int_{a}^{b} f(g(x)) \cdot g'(x) \, dx = \int_{c}^{d} f(u) \, du \]
where \( u = g(x) \) and \( du = g'(x) \, dx \).
Why we use integration by substitution?
Integration by substitution is a powerful technique used in calculus for simplifying and solving complex integrals. There are several reasons why integration by substitution is commonly employed:
Simplification of Integrals:
Integration by substitution replaces complex expressions in integrals with simpler ones, facilitating easier evaluation.
Resolution of Composite Functions:
By introducing a new variable, integration by substitution helps untangle composite functions within integrals, making it easier to apply standard integration techniques.
Alignment with Derivative Rules:
This method mirrors the chain rule for derivatives, allowing us to reverse the process and simplify integrals accordingly.
Recognition of Patterns:
Integration by substitution aids in identifying integral patterns resembling derivatives of known functions, streamlining evaluation processes.
Versatility and Generalization:
It offers a broad application scope, applicable to various types of integrals without constraints, making it a versatile tool in calculus.
Application in Real-World Problems:
Integration by substitution finds practical use in scientific and engineering fields, where it enables the analysis of real-world phenomena and facilitates problem-solving in physics, engineering, economics, and beyond.
Change of variable rule:
\[ \int f(u) \, \frac{du}{dx} \, dx = \int f(u) \, du \]
Steps to perform substitution method:
Evaluate the integral \(\int 2x e^{x^2} \, dx\).
- Identify the Inner Function:
In this integral, the inner function is \(x^2\), since the derivative of \(x^2\) is \(2x\), which appears in the integrand. - Choose the New Variable:
Let's choose the inner function \(x^2\) as the new variable. So, we let \(u = x^2\). - Express the Differential Element:
To find \(du\), we differentiate \(u\) with respect to \(x\):
\(du = \frac{d}{dx}(x^2) \, dx = 2x \, dx\) - Rewrite the Integral:
Substitute \(u = x^2\) and \(du = 2x \, dx\) into the integral:
\(\int e^u 2x \, dx = \int e^u, du \) - Integrate with Respect to \(u\):
Now, we integrate with respect to \(u\). The integral becomes:
\( \int e^u \, du = e^u + C\) - Revert to the Original Variable:
Replace \(u\) with \(x^2\) to get the final result:
\(e^{x^2} + C\) - Check the Solution:
Differentiate \(e^{x^2}\) with respect to \(x\) to verify if it gives the original integrand. The derivative of \(e^{x^2}\) is \(2xe^{x^2}\), which matches the original integrand, confirming the correctness of the solution.
Linear Substitution
Antiderivatives of expressions such as:
\((2x + 3)\sqrt{3x - 4}\), \(\frac{2x + 5}{\sqrt{3x - 4}}\), \(\frac{2x + 5}{(x + 2)^2}\), \((2x + 4)(x + 3)^{20}\), \(x^2 \sqrt{3x - 1}\)
can be found using a linear substitution.
Definite integrals by substitution
Definite integrals by substitution involve applying the technique of substitution to evaluate definite integrals with specified limits of integration. By appropriately choosing the substitution, we can often simplify the integral and make it more manageable for evaluation.
Antiderivatives of expressions such as:
\[ \int_{0}^{1} 2x \sqrt{1 - x^2} \, dx \],\[ \int_{0}^{1} e^{2x} \, dx \]
can be found using a definite integral substitution.
Use of Trigonometric Identities for Integration
Products of sines and cosines:
Integrals of the form \( \int \sin^m x \cos^n x \, dx \), where \( m \) and \( n \) are non-negative integers, can be considered in the following three cases:
Case A: The power of sine is odd
If \( m \) is odd, write \( m = 2k + 1 \). Then
\[ \sin^{2k+1} x = (\sin^2 x)^k \sin x = (1 - \cos^2 x)^k \sin x \]
and the substitution \( u = \cos x \) can now be made.
Case B:The power of cosine is odd
If \( m \) is even and \( n \) is odd, write \( n = 2k + 1 \). Then
\[ \cos^{2k+1} x = (\cos^2 x)^k \cos x = (1 - \sin^2 x)^k \cos x \]
and the substitution \( u = \sin x \) can now be made.
Case C: Both powers are even
If both \( m \) and \( n \) are even, then the identity
\[ \sin^2 x = \frac{1}{2}(1 - \cos(2x)), \quad \cos^2 x = \frac{1}{2}(1 + \cos(2x)), \quad \text{or} \quad \sin(2x) = 2 \sin x \cos x \]
can be used.
Also note that \( \int \sec^2(kx) \, dx = \frac{1}{k} \tan(kx) + c \). The identity \( 1 + \tan^2 x = \sec^2 x \) is used in the following example.
Product-to-Sum Identities
2 cos x cos y = cos(x − y) + cos(x + y)
2 sin x sin y = cos(x − y) − cos(x + y)
2 sin x cos y = sin(x + y) + sin(x − y)
These identities enable us to determine further integrals involving the circular functions.
Further Substitution
\[ \int f(u) \, \frac{du}{dx} \, dx = \int f(u) \, du \]
If we interchange the variables \(x\) and \(u\), then we can write this as follows:
\[ \int f(x) \, dx = \int f(x) \, \frac{dx}{du} \, du \]
Note: For this substitution to work, the function that we substitute for \(x\) must be one-to-one.
Example 1
In this integral, the inner function is \( x^2 \), since the derivative of \( x^2 \) is \( 2x \), which appears in the integrand.
Let's choose the inner function \( x^2 \) as the new variable. So, we let \( u = x^2 \).
To find \( du \), we differentiate \( u \) with respect to \( x \):
\( du = \frac{d}{dx}(x^2) \, dx = 2x \, dx \)
Substitute \( u = x^2 \) and \( du = 2x \, dx \) into the integral:
\( \int 2x e^u \, du \)
Now, we integrate with respect to \( u \). The integral becomes:
\( 2 \int e^u \, du = 2e^u + C \)
Replace \( u \) with \( x^2 \) to get the final result:
\( 2e^{x^2} + C \)
Differentiate \( 2e^{x^2} \) with respect to \( x \) to verify if it gives the original integrand. The derivative of \( 2e^{x^2} \) is \( 2xe^{x^2} \), which matches the original integrand, confirming the correctness of the solution.
Example 2
Example 3
\[ \int \frac{-2x}{\sqrt{4-x^2}} \, dx = \int \frac{-2x}{\sqrt{u}} \left( -\frac{du}{2x} \right) \]
\[ = \int \frac{du}{\sqrt{u}} \]
\[ = 2 \sqrt{u} + C \]
\[ = 2 \sqrt{4 - x^2} + C \]
Example 4
Example 5
Example 6
Evaluate the integral:\(\int \frac{2x + 1}{(1 - 2x)^2} \, dx\)
\[ \int \frac{2x + 1}{(1 - 2x)^2} \, dx \]
- Let \( u = 1 - 2x \).
- Then, \( \frac{du}{dx} = -2 \) and \( 2x = 1 - u \).
- Substitute \( u = 1 - 2x \) and \( 2x = 1 - u \) into the integral:
\[ \int \frac{2x + 1}{(1 - 2x)^2} \, dx = \int \frac{2 - u}{u^2} \cdot (-2) \, dx \]
\[ = -\frac{1}{2} \int \frac{2 - u}{u^2} \, du \]
\[ = -\frac{1}{2} \int \frac{2u - 2}{u^2} \, du \]
\[ = -\frac{1}{2} \int \left( \frac{2}{u} - \frac{2}{u^2} \right) \, du \]
\[ = -\frac{1}{2} \left( -2 \ln|u| - \frac{2}{u} \right) + C \]
\[ = \ln|u| - \frac{1}{u} + C \]
\[ = \ln|1 - 2x| - \frac{1}{1 - 2x} + C \]
\[ = \frac{1}{1 - 2x} + \frac{1}{2} \ln|1 - 2x| + C \]
Example 7
\[ \int x^2\sqrt{3x - 1} \, dx \]
- Let \( u = 3x - 1 \).
- Then, \( \frac{du}{dx} = 3 \).
- We have \( x = \frac{u + 1}{3} \) and so \( x^2 = \frac{(u + 1)^2}{9} \).
- Substitute \( u = 3x - 1 \) and \( x^2 = \frac{(u + 1)^2}{9} \) into the integral:
\[ \int x^2\sqrt{3x - 1} \, dx = \int \frac{(u + 1)^2}{9}\sqrt{u} \, du \]
\[ = \frac{1}{27} \int \left( (u + 1)^2 \right) u^{\frac{1}{2}} \cdot 3 \, du \]
\[ = \frac{1}{27} \int (u^{\frac{5}{2}} + 2u^{\frac{3}{2}} + u^{\frac{1}{2}}) \, du \]
\[ = \frac{1}{27} \left( \frac{2}{7}u^{\frac{7}{2}} + \frac{4}{5}u^{\frac{5}{2}} + \frac{2}{3}u^{\frac{3}{2}} \right) + C \]
\[ = \frac{2}{2835} u^{\frac{3}{2}} \left( 135u^2 + 36u + 8 \right) + C \]
\[ = \frac{2}{2835} (3x - 1)^{\frac{3}{2}} \left( 135x^2 + 36x + 8 \right) + C \]
\[ \frac{2}{2835}(3x - 1)^{\frac{3}{2}} \left( 135x^2 + 36x + 8 \right) + C \]
Example 8
\[ \int 3x \sqrt{x^2 + 9} \, dx = \frac{3}{2} \int \sqrt{x^2 + 9} \cdot 2x \, dx \]
\[ = \frac{3}{2} \int u^{\frac{1}{2}} \, du \]
\[ = \frac{3}{2} \left( \frac{2}{3} u^{\frac{3}{2}} \right) + c \]
\[ = u^{\frac{3}{2}} + c \]
\[ = (x^2 + 9)^{\frac{3}{2}} + c \]
\[ \int_{0}^{4} 3x \sqrt{x^2 + 9} \, dx = \left( (x^2 + 9)^{\frac{3}{2}} \right) \Bigg|_{0}^{4} \]
\[ = \left( (4^2 + 9)^{\frac{3}{2}} \right) - \left( (0^2 + 9)^{\frac{3}{2}} \right) \]
\[ = \left( 25^{\frac{3}{2}} \right) - \left( 9^{\frac{3}{2}} \right) \]
\[ = 125 - 27 = 98 \]
Example 9
Example 10
Example 11
Now, let \( u = \cos(x) \). Then \( du/dx = -\sin(x) \).