How do you integrate int(x+1)/((x-9)(x+3)(x-2))x+1(x9)(x+3)(x2) using partial fractions?

1 Answer
Apr 26, 2016

Set up a partial fraction decomposition and choose xx-values to find the numerators of the partial fractions to get int(x+1)/((x-9)(x+3)(x-2))dx=5/42lnabs(x-9)-1/30lnabs(x+3)-3/35lnabs(x-2)+Cx+1(x9)(x+3)(x2)dx=542ln|x9|130ln|x+3|335ln|x2|+C.

Explanation:

Since all the factors in the denominator of (x+1)/((x-9)(x+3)(x-2))x+1(x9)(x+3)(x2) are linear (yay!), our partial fraction decomposition will be:
A/(x-9)+B/(x+3)+C/(x-2)Ax9+Bx+3+Cx2

For now, let's ignore the integral and focus on decomposing this fraction:
(x+1)/((x-9)(x+3)(x-2))=A/(x-9)+B/(x+3)+C/(x-2)x+1(x9)(x+3)(x2)=Ax9+Bx+3+Cx2

x+1=A(x+3)(x-2)+B(x-9)(x-2)+C(x-9)(x+3)x+1=A(x+3)(x2)+B(x9)(x2)+C(x9)(x+3)

Let x=9x=9 to find the value of AA:
9+1=A(9+3)(9-2)+B(9-9)(9-2)+C(9-9)(9+3)9+1=A(9+3)(92)+B(99)(92)+C(99)(9+3)
10=84A10=84A
A=10/84=5/42A=1084=542

Let x=-3x=3 to find the value of BB:
-3+1=A(-3+3)(-3-2)+B(-3-9)(-3-2)+C(-3-9)(-3+3)3+1=A(3+3)(32)+B(39)(32)+C(39)(3+3)
-2=60B2=60B
B=-2/60=-1/30B=260=130

And let x=2x=2 to find the value of CC:
2+1=A(2+3)(2-2)+B(2-9)(2-2)+C(2-9)(2+3)2+1=A(2+3)(22)+B(29)(22)+C(29)(2+3)
3=-35C3=35C
C=-3/35C=335

Therefore, (x+1)/((x-9)(x+3)(x-2))=(5/42)/(x-9)-(1/30)/(x+3)-(3/35)/(x-2)x+1(x9)(x+3)(x2)=542x9130x+3335x2. Our integral is now:
int(5/42)/(x-9)-(1/30)/(x+3)-(3/35)/(x-2)dx542x9130x+3335x2dx

Using the sum rule, this becomes:
int(5/42)/(x-9)dx-int(1/30)/(x+3)dx-int(3/35)/(x-2)dx542x9dx130x+3dx335x2dx

Integrating these gives:
5/42int1/(x-9)dx-1/30int1/(x+3)dx-3/35int1/(x-2)dx5421x9dx1301x+3dx3351x2dx
5/42lnabs(x-9)-1/30lnabs(x+3)-3/35lnabs(x-2)+C542ln|x9|130ln|x+3|335ln|x2|+C