How to Correctly Approach Partial Fraction Decomposition?

  • Thread starter Thread starter kai92
  • 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
2 replies · 2K views
kai92
Messages
8
Reaction score
0

Homework Statement


(x^3+4)/((x^2-1)(x^2+3x+2))

Homework Equations


The Attempt at a Solution


Try separating them into Ax+B and Cx+D, then expand until
(A+C)x3+(3A+B+D)x2+(2A+3B-C)x+(2B-D)
then, I was stuck. I can't find any value for A,B,C or D. Is my attempt correct or is there other way to solve it?
 
Physics news on Phys.org
kai92 said:

Homework Statement


(x^3+4)/((x^2-1)(x^2+3x+2))


Homework Equations





The Attempt at a Solution


Try separating them into Ax+B and Cx+D, then expand until
(A+C)x3+(3A+B+D)x2+(2A+3B-C)x+(2B-D)
then, I was stuck. I can't find any value for A,B,C or D. Is my attempt correct or is there other way to solve it?

Did you factor the denominator? It's not clear to me from your work that you did. The right side should look something like this:
$$ \frac{A}{x - r_1} + \frac{B}{x - r_2} + \frac{C}{(x - r_2)^2} + \frac{D}{x - r_3}$$
The reason for the 3rd term above is that there is a repeated factor that is shared by the two quadratics in the denominator.