![]() |
VOOZH | about |
Tabular method, also known as the "method of integration by parts," is an efficient way to integrate products of functions when repeated integration by parts is required. This method is particularly useful for functions that involve polynomial and exponential or trigonometric terms.
In this article, we will discuss the method in detail including various solved examples.
Table of Content
To integrate the product of two functions using tabular methods, we can use the following steps:
- Step 1: Identify u and dv.
Choose u and dv from the integrand ∫u dv such that u is a function that simplifies upon differentiation, and dv is a function that remains manageable upon integration.
- Step 2: Create the Table.
Set up a table with two columns. Label the left column as "Differentiation" and the right column as "Integration."
- Step 3: Fill in the Columns.
In the "Differentiation" column, list u and its successive derivatives until you reach zero.
In the "Integration" column, list dv and its successive integrals.
- Step 4: Assign Signs.
Alternate signs starting with a positive sign for the first row. The sequence of signs will be +, − , + , − , . . .
- Step 5: Construct the Product Terms.
For each row, multiply the entry in the "Differentiation" column by the entry diagonally below it in the "Integration" column.
- Step 6: Sum the Terms.
Combine the terms with the appropriate signs to form the integral.
Let's consider an example for better understanding.
Let's integrate ∫xex dx using the tabular method.
| Differentiation | Integration |
|---|---|
| x | ex |
| 1 | ex |
| 0 |
| Differentiation | Integration | Sign |
|---|---|---|
| x | ex | + |
| 1 | ex | - |
| 0 |
Thus, the final result is:
Some of the key advantages of using the Tabular Method of Integration:
Read More,
Example 1: ∫xcos(x) dx
Solution:
| Differentiation | Integration |
|---|---|
| x | sin(x) |
| 1 | −cos(x) |
| 0 |
| Differentiation | Integration | Sign |
|---|---|---|
| x | sin(x) | + |
| 1 | −cos(x) | - |
| 0 |
Thus, the final result is: \int x \cos(x) \, dx = x \sin(x) + \cos(x) + C
Example 2: ∫x2ex dx
Solution:
| Differentiation | Integration |
|---|---|
| x2 | ex |
| 2x | ex |
| 2 | ex |
| 0 |
| Differentiation | Integration | Sign |
|---|---|---|
| x2 | ex | + |
| 2x | ex | - |
| 2 | ex | + |
| 0 |
Thus, the final result is: \int x^2 e^x \, dx = e^x (x^2 - 2x + 2) + C
Example 3: ∫x2sin(x) dx
Solution:
| Differentiation | Integration |
|---|---|
| x2 | −cos(x) |
| 2x | −sin(x) |
| 2 | cos(x) |
| 0 |
| Differentiation | Integration | Sign |
|---|---|---|
| x2 | −cos(x) | + |
| 2x | −sin(x) | - |
| 2 | cos(x) | + |
| 0 |
Thus, the final result is: \int x^2 \sin(x) \, dx = -x^2 \cos(x) + 2x \sin(x) + 2 \cos(x) + C
Example 4: ∫xe2x dx
Solution:
| Differentiation | Integration |
|---|---|
| x | (1/2)e2x |
| 1 | (1/4)e2x |
| 0 |
| Differentiation | Integration | Sign |
|---|---|---|
| x | (1/2)e2x | + |
| 1 | (1/4)e2x | - |
| 0 |
Thus, the final result is: \int x e^{2x} \, dx = \frac{e^{2x}}{4} (2x - 1) + C
The tabular method or tabular integration by parts simplifies the integration process for the functions involving the products of polynomials, exponentials and trigonometric functions. By systematically creating a table to the handle the derivatives and integrals, this technique streamlines the process and reduces the complexity of the repeated integration by parts. It's particularly useful for the integrals where traditional methods become cumbersome. The Mastering the tabular method enhances efficiency and accuracy in solving the complex integrals making it a valuable tool for both the students and professionals in calculus.