How do you find int (2x)/((1-x)(1+x^2)) dx2x(1x)(1+x2)dx using partial fractions?

1 Answer
Jan 9, 2017

int (2xdx)/((1-x)(1+x^2)) =-ln abs(1-x)+1/2ln(1+x^2)-arctanx2xdx(1x)(1+x2)=ln|1x|+12ln(1+x2)arctanx

Explanation:

Develop the integral in partial fractions:

(2x)/((1-x)(1+x^2)) = A/(1-x) + (Bx+C)/(1+x^2)2x(1x)(1+x2)=A1x+Bx+C1+x2

(2x)/((1-x)(1+x^2)) = (A(1+x^2) + (Bx+C)(1-x))/((1-x)(1+x^2))2x(1x)(1+x2)=A(1+x2)+(Bx+C)(1x)(1x)(1+x2)

2x = A+Ax^2 +Bx+C-Bx^2-Cx2x=A+Ax2+Bx+CBx2Cx

2x = (A-B)x^2 +(B-C)x+(A+C)2x=(AB)x2+(BC)x+(A+C)

So:

A-B = 0 => A=BAB=0A=B

B-C = 2 => A-C=2BC=2AC=2

[(A-C=2) , (A+C = 0)] => A=1, B=1, C=-1

(2x)/((1-x)(1+x^2)) = 1/(1-x) +(x-1)/(1+x^2)

int (2xdx)/((1-x)(1+x^2)) = int (dx)/(1-x) +int (xdx)/(1+x^2)-int (dx)/(1+x^2)=-ln abs(1-x)+1/2ln(1+x^2)-arctanx