How do I solve a Partial Fraction Problem?

  • Thread starter Thread starter jdawg
  • Start date Start date
  • Tags Tags
    Fraction Partial
jdawg
Messages
366
Reaction score
2

Homework Statement


∫(5x2+20x+6)/(x3+2x2+x


Homework Equations





The Attempt at a Solution


(5x2+20x+6)/(x3+(x(x2+2x+1)

(5x2+20x+6)=(A/x)+(B/(x+1))+(C/(x+1))

(5x2+20x+6)=x2(A+B+C)+x(2A+B+C)+A

5=A+B+C
20=2A+B+C
6=A

It's not coming out quite right. Did I maybe factor the denominator incorrectly?
 
Physics news on Phys.org
jdawg said:

Homework Statement


∫(5x2+20x+6)/(x3+2x2+x


Homework Equations





The Attempt at a Solution


(5x2+20x+6)/(x3+(x(x2+2x+1)

(5x2+20x+6)=(A/x)+(B/(x+1))+(C/(x+1))

You want$$
\frac{5x^2+20x+6}{x(x+1)^2}=\frac A x + \frac{Bx+C}{(x+1)^2}$$
 
Ohh! But wouldn't you need one for x+1?:

A/x + (Bx+C)/(x+1)2 + (Dx+E)/(x+1)
 
jdawg said:
Ohh! But wouldn't you need one for x+1?:

A/x + (Bx+C)/(x+1)2 + (Dx+E)/(x+1)

No, you only need three independent variables. You could write it as $$\frac A x + \frac{Bx+C}{(x+1)^2}$$ as LCKurtz did, or you could write it as $$\frac A x + \frac{B}{(x+1)^2}+\frac{C}{(x+1)}$$.
 
Oh ok! Thanks for clearing that up :)
 
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