How do you express x21(x)(x2+1) in partial fractions?

1 Answer
Feb 8, 2016

1x+2xx2+1

Explanation:

We should solve the equation:

x21x(x2+1)=Ax+Bx+Cx2+1

Putting everithing with the samw denominators:

x21x(x2+1)=A(x2+1)x(x2+1)+(Bx+C)xx(x2+1)

Then we can eliminate denominators:

x21=(Ax2+A)+(Bx2+Cx)

x21=(A+B)x2+Cx+A

The we have three equations to solve:

Terms in x2:1=A+B

Terms in x:0=C

Terms in 1:1=A

The solution is: A=-1, B=2, C=0.

So,

x21x(x2+1)=1x+2xx2+1