How do I solve a Partial Fraction Problem?

  • Thread starter Thread starter jdawg
  • Start date Start date
  • Tags Tags
    Fraction Partial
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
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 :)