Toolkit 43
Partial Fraction Decomposition
(x−1)(x+2)5x+1=x−1A+x+2B
Partial Fraction Decomposition rewrites a rational expression as a sum of simpler fractions.
Two Ways to Calculate the Numerators
Approach 1: Comparing Coefficients
(x−1)(x+2)5x+1=x−1A+x+2B
Multiply both sides by (x−1)(x+2):
5x+1=A(x+2)+B(x−1)
Expand:
5x+1=(A+B)x+(2A−B)
Compare coefficients:
A+B=5
2A−B=1
Therefore,
A=2,B=3
Approach 2: Heaviside Cover-Up Method
f(x)=(x−1)(x+2)5x+1=x−1A+x+2B
Multiply both sides by (x−1):
(x−1)f(x)=x+25x+1=A+x+2B(x−1)
Substitute x=1:
A=1+25(1)+1=36=2
Similarly, multiply both sides by (x+2):
(x+2)f(x)=x−15x+1=x−1A(x+2)+B
Substitute x=−2:
B=−2−15(−2)+1=−3−9=3