Solve Polynomial Decomposition: -4x2 + 15x - 8/(x-1)3(x+2) | Step-by-Step Guide

  • Thread starter Thread starter js14
  • Start date Start date
js14
Messages
43
Reaction score
0
−4x2 + 15x − 8/
(x − 1)3(x + 2)

A/x+2 + B/x-1 + C/(x-1)^2 + D(x-1)^3 =

A(x-1) + B(x+2) + C(x-1)^3 + D(x-1)^2 =

(Ax-A) + (Bx+2B) + (Cx^3-3C^2+Cx-C) + (Dx^2-2Dx+D) =

(Cx^3) + (-3Cx^2+Dx^2) + (Ax+Bx+Cx-2Dx) + (-A+2B-C+D)

I know this isn't finished but I think i when wrong somewhere. can someone help me?
 
Physics news on Phys.org
are you trying to do partial fractions?
 
Yes. My class just started on it the other day and I think I am getting close but I am still a little confused.
 
your first couple of steps look good .
<br /> \frac{-4x^2+15x-8}{(x-1)^3(x+2)}=\frac{A}{x+2}+\frac{B}{x-1}+\frac{C}{(x-1)^2}+\frac{D}{(x-1)^3}
then multiply both sides by(x-1)^3(x+2)
then you can solve for D by plugging in x=1 to zero out the other terms
and then plug in x=-2 to solve for A
so A=2 D=1
to solve for B and C expand out those polynomials and then equate the coefficient of the correct powers of x to give you different equations.
so you will equal all the x cubed therms to 0 and the x squared to -4 ... etc.
 
Last edited:
Thank you.
 
your welcome
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top