Remember when you had two rational expressions that you had to add or subtract, and the result was a single rational expression. With partial fraction decomposition, we are looking for the two expressions.
First, we need to factor the given expression using either FOIL or extracting the GCF. The denominator part can be factored. This helps sets the stage in the process.
(4x2 - x - 2) / [x3(x + 2)]
Now we can break this up into two parts. So we have
(4x2 - x - 2) / [x3(x + 2)] = [A / x3] + [B / (x + 2)]
where A and B are coefficients.
Note that on the right side of the equation, we are adding rational expressions with different denominators. Therefore, we need to look for the LCD. We know the LCD is x3(x + 2).
So we multiply the first rational expression by (x + 2) / (x + 2) and multiply the second rational expression by x3 / x3.
So the numerators on the right side of the equation is then
A(x + 2) + Bx3 = Ax + 2A + Bx3
Next, we equate the numerators on the left and right side of the equation.
4x2 - x - 2 = Ax + 2A + Bx3
Next we equate coefficients. This means that the coefficient of a type of variable on one side of the equation must equal the sum of the coefficients of the same type of variable on the other side of the equation.
x terms: -1 = A
constant terms: -2 = 2A
You have an x2 term on the left side of the equation, but no x2 terms on the right side of equation. The same goes for the x3 term that is right side of the equation. We only have equations to solve for A, but not B. Because we have no equation for B, the two equations that are shown here are not valid.
Therefore, this entire question is not written correctly. But the procedures that I have shown you here can be used to decompose a single rational expression.
Mark M.
11/21/15