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
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top