How do you write the partial fraction decomposition of the rational expression x3+2x2−x?
1 Answer
Feb 16, 2016
Explanation:
first step is to factor the denominator
x2−x=x(x−1) Since these factors are linear,the numerators will be constants, say A and B.
⇒x3+2x(x−1)=Ax+Bx−1 multiply through by x(x-1)
x3+3=A(x−1)+Bx..............................................(1) The aim now is to find the values of A and B. Note tat if x = 1 the term with A will be zero and if x = 0 the term with B will be zero.
This is the starting point for finding A and B.let x = 1 in (1) : 4 = B
let x = 0 in (1) :
3=−A⇒A=−3
⇒x3+2x2−x=4x−1−3x