Loading [MathJax]/jax/output/HTML-CSS/jax.js

Saturday, March 22, 2025

23.13 - Integration by Partial Fractions

In the previous section, we completed a discussion on standard integrals. In this section, we will see integration by partial fractions.

This method can be described in 5 steps:
1. We have seen rational functions in our earlier discussions. They are of the form P(x)Q(x).
• Where,
   ♦ P(x) is a polynomial function
   ♦ Q(x) is also a polynomial function
   ♦ Q(x) is not equal to zero
• An example: x43x3+2x+53x2+5x+7
2. There are two types of rational functions.
(i) If the degree of P(x) is less than the degree of Q(x), then it is called a proper rational function.
(ii) If the degree of P(x) is greater than or equal to the degree of Q(x), then it is called an improper rational function.

3. If we are asked to integrate an improper rational function, then we must first reduce it. This can be explained in 2 steps:
(i) Suppose that, we are given the rational function P(x)Q(x).
• where:
Degree of P(x) is greater than degree of Q(x).
(ii) Then we can perform long division (or any other suitable method) and write:
P(x)Q(x) = T(x)+P1(x)Q(x)
• Where:
   ♦ T(x) is the quotient of long division
   ♦ P1(x) is the remainder of long division.
• An example:
4x3+8x2+8x+72x2x+1=2x+5+11x+22x2x+1
• Here,
   ♦ T(x) = 2x + 5. It is the quotient  
   ♦ P1(x) = 11x + 2. It is the remainder
(We have seen long division method in our earlier classes. Detailed notes can be seen here)
• In the reduced form, the integration of T(x) is easy.
• But the integration of P1(x)Q(x) involves some additional steps (4) and (5) below.  
4. Our aim is to find a method to calculate [P1(x)Q(x)]dx
• The method involves decomposing P1(x)Q(x) into simple rational functions.
• After the decomposition, P1(x)Q(x) will be the sum of those simple rational functions.
• The method of decomposing, is called partial fraction decomposition.
• As a result of the decomposition, we get two or more simple rational functions. They will be so simple that, their integration can be achieved by the techniques that we saw in previous sections.

5. So our next task is to learn how to carry out the partial fraction decomposition.
• The first step is the factorization of the denominator Q(x). When we do this factorization, three cases can arise.
Case I:
This can be written in 5 steps:
(i) Case I arises when:
   ♦ All factors are linear,
   ♦ And the factors are distinct from one another.
(ii) So we can write:
Q(x) = (a1x + b1)(a2x + b2)(a3x + b3) . . . (anx + bn)

(iii) In such a situation, we will be able to write:
P1(x)Q(x) = A1a1x+b1+A2a2x+b2+A3a3x+b3+. . . +Ananx+bn
Where A1, A2, A3 etc., are real numbers.
(We will see the proof in higher classes)
(iv) We can find the real numbers A1, A2, A3 etc., by any one of the two methods:
   ♦ Comparing the coefficients.
   ♦ Suitable substitution.

(v) Once we find those real numbers, the decomposition process is over. We have converted P1(x)Q(x) into a sum of simple rational functions.
• Let us see an example:

Solved Example 23.17
Find [1x2+3x+2]dx
Solution:
1. The numerator is a polynomial of degree zero. The denominator is a polynomial of degree 2.
2. So it is a proper rational function. There is no need to do long division. We can straight away start partial fraction decomposition.
3. First we factorize the denominator. We get:
x2 + 3x + 2 = (x+1)(x+2)
• The reader may write all steps involved in the factorization process.   
   ♦ All factors are linear
   ♦ And all factors are distinct from one another.
4. So we are able to write:
1x2+3x+2=1(x+1)(x+2)=A1x+1 + A2x+2
Where A1 and A2 are real numbers.
5. To find A1 and A2, we make denominators same on both sides:
1(x+1)(x+2)=A1x+1 + A2x+2
⇒ 1(x+1)(x+2)=A1(x+2) + A2(x+1)(x+1)(x+2)
6. Since denominators are same on both sides, we can equate the numerators. We get:
1 = A1(x+2) + A2(x+1)
⇒ 1 = A1x + 2A1 + A2x + A2
⇒ 0x + 1 = (A1 + A2)x + (2A1 + A2)
7. Comparing the coefficients in the above step, we get two equations:
(i) A1 + A2 = 0
(ii) 2A1 + A2 = 1
• Solving the two equations, we get:
A1 = 1 and A2 = −1
8. Alternatively, after equating the numerators, we can use suitable substitution.
We have: 1 = A1(x+2) + A2(x+1)
   ♦ Put x = −2. We get: 1 = A2(−1) ⇒ A2 = −1
   ♦ Put x = −1. We get: 1 = A1(1) ⇒ A1 = 1
9. Now the result in (4) becomes:
1x2+3x+2=1(x+1)(x+2)=1x+1 + 1x+2
10. So the integration becomes easy. We get:
[1x2+3x+2]dx=[1x+1]dx + [1x+2]dx

=log|x+1|+C1  log|x+2|C2

=log|x+1x+2|+C

Case II:
This can be written in 5 steps:
(i) Case II arises when:
   ♦ All factors are linear,
   ♦ And the factors are not distinct from one another.
(ii) So we can write:
Q(x) = (ax + b)n (a1x + b1)(a2x + b2)(a3x + b3) . . . (anx + bn)
• Here, the factor (ax + b) occurs n times. So we cannot say that all factors are distinct from one another.

 
(iii) In such a situation, we will be able to write:
P1(x)Q(x) = [A1ax+b+A2(ax+b)2+A3(ax+b)3+. . . +An(ax+b)n]

 + B1a1x+b1+B2a2x+b2+B3a3x+b3+. . . +Bnanx+bn
• Where A1, A2, A3 etc., and B1, B2, B3 etc., are real numbers.
(We will see the proof in higher classes)

• Note that, for the repeating factor (ax+b), we provide a separate "sum" shown inside square brackets. The reader may observe it carefully and get a good feel of the pattern.

• For each repeating factor, we must provide it's own separate "sum" shown inside the square brackets.


(iv) As in case I, we can find the real numbers A1, A2, A3 etc., and B1, B2, B3 etc., by any one of the two methods:
   ♦ Comparing the coefficients.
   ♦ Suitable substitution.
(v) Once we find those real numbers, the decomposition process is over. We have converted P1(x)Q(x) into a sum of simple rational functions.
• Let us see an example:

Solved Example 23.18
Find [3x2x3+5x2+7x+3]dx
Solution:
1. The numerator is a polynomial of degree one. The denominator is a polynomial of degree 3.
2. So it is a proper rational function. There is no need to do long division. We can straight away start partial fraction decomposition.
3. First we factorize the denominator. We get:
x3 + 5x2 + 7x + 3 = (x+1)2(x+3)
• The reader may write all steps involved in the factorization process.   
   ♦ All factors are linear
   ♦ And the factors are not distinct from one another.

4. The factor (x+1) occurs two times. So we are able to write:
3x2(x+1)2(x+3) = [A1x+1+A2(x+1)2] + B1x+3
Where A1,  A2 and B1 are real numbers.
5. To find A1,  A2 and B1, we make denominators same on both sides:
3x2(x+1)2(x+3) = A1(x+1)(x+3) + A2(x+3) + B1(x+1)2(x+1)3(x+3)
6. Since denominators are same on both sides, we can equate the numerators. We get:
3x2=A1(x+1)(x+3) + A2(x+3) + B1(x+1)2

7. After equating the numerators, we can use suitable substitution.
   ♦ Put x = −1. We get: 32=A2(1+3)
So A2 = −(5/2)
   ♦ Put x = −3. We get: 92=B1(2)2
So B2 = −(11/4)
   ♦ Put x = 0. We get: 2=3A1 + 3A2 + B1

2=3A1 + 3(52) + (114)

2+152+114=3A1

A1=114

8. Now the result in (4) becomes:
3x2(x+1)2(x+3) = 114(x+1)52(x+1)2  114(x+3)

9. So the integration becomes easy. Integration of R.H.S will give:
114log|x+1x+3| + 52(x+1) + C

• The reader may write all the steps involved in the integration process.

• Note that, in this solved example, we apply:
   ♦ Case II for the factor (x+2)2  
   ♦ Case I for the factor (x+3)  

Case III:
This can be written in 5 steps:
(i) Case III arises when:
   ♦ One or more factors are quadratic.
   ♦ Those quadratic factors cannot be further factorized.
   ♦ All other factors are linear.
(ii) So we can write:
Q(x) = (ax2 + bx + c) (a1x + b1)(a2x + b2)(a3x + b3) . . . (anx + bn)
 
(iii) In such a situation, we will be able to write:
P1(x)Q(x) = [Ax+Bax2+bx+c] + A1a1x+b1+A2a2x+b2+A3a3x+b3+. . . +Ananx+bn
Where A, B and A1, A2, A3 etc., are real numbers.
(We will see the proof in higher classes)

• Note that, for the quadratic factor (ax2 +bx + c), we provide a separate term shown inside square brackets. The reader may observe it carefully and get a good feel of the pattern.

• For each quadratic factor, we must provide it's own separate term shown inside the square brackets.


(iv) As in cases I and II, we can find the real numbers A, B and A1, A2, A3 etc., by any one of the two methods:
   ♦ Comparing the coefficients.
   ♦ Suitable substitution.
(v) Once we find those real numbers, the decomposition process is over. We have converted P1(x)Q(x) into a sum of simple rational functions.
• Let us see an example:

Solved Example 23.19
Find [x2+x+1x3+2x2+x+2]dx
Solution:
1. The numerator is a polynomial of degree 2. The denominator is a polynomial of degree 3.
2. So it is a proper rational function. There is no need to do long division. We can straight away start partial fraction decomposition.

3. First we factorize the denominator. We get:
x3 + 2x2 + x + 2 = (x+2)(x2+1)
• The reader may write all steps involved in the factorization process.   
   ♦ One or more factors are quadratic.
   ♦ Those quadratic factors cannot be further factorized.
   ♦ All other factors are linear.
4. The quadratic factor (x2+1) cannot be further factorized. So we are able to write:
x2+x+1(x+2)(x2+1) = [Ax+Bx2+1] + A1x+2
Where A, B and A1 are real numbers.
5. To find the real numbers, we make denominators same on both sides:
x2+x+1(x+2)(x2+1) = (Ax+B)(x+2) + A1(x2+1)(x+2)(x2+1)
6. Since denominators are same on both sides, we can equate the numerators. We get:
x2+x+1 = (Ax+B)(x+2) + A1(x2+1)

7. After equating the numerators, we can use suitable substitution.
   ♦ Put x = −2. We get:
42+1 = A1(5)    A1=35
   ♦ Put x = 0. We get:
1 = 2B + A1  1=2B+35  B=15
   ♦ Put x = 1, and all known values. We get:
12+1+1 = (A(1)+15)(1+2) + 35(12+1)

3 = 3A+35+65A=25

8. Now the result in (4) becomes:
x2+x+1(x+2)(x2+1) = [(2/5)x+1/5x2+1] + 3/5x+2

x2+x+1(x+2)(x2+1) = 2x+15(x2+1) + 35(x+2)

9. So the integration becomes easy. Integration of R.H.S can be done using known techniques. We get:
35log|x+2| + 15log|x2+1| + 15tan1x + C

• The reader may write all the steps involved in the integration process.

• Note that, in this solved example, we apply:
   ♦ Case III for the factor (x2+1)  
   ♦ Case I for the factor (x+2)


We have seen all the three possible cases in partial fraction decomposition. In the next section, we will see a few more solved examples.

Previous

Contents

Next

Copyright©2025 Higher secondary mathematics.blogspot.com

No comments:

Post a Comment