I'm learning about partial fractions, and I've been told of 3 types or "forms" that they can take
(1) If the denominator of the fraction has linear factors:
$${5 \over {(x - 2)(x + 3)}} \equiv {A \over {x - 2}} + {B \over {x + 3}}$$
(2) If the denominator of the fraction has quadratic factors that don't factorise:
$${{2x + 3} \over {(x - 1)({x^2} + 4)}} \equiv {A \over {x - 1}} + {{Bx + C} \over {{x^2} + 4}}$$
(3) If the denominator has a factor that repeats:
$${{5x + 3} \over {(x - 2){{(x + 3)}^2}}} \equiv {A \over {x - 2}} + {B \over {x + 3}} + {C \over {{{(x + 3)}^2}}}$$
I'd appreciate it if someone could explain to me how these equivalence relationships are derived, essentially how do they take the forms that they do? I sort of understand the first one, but the other two I don't.
Thank you
Assad, remember these are fractions, where the NUM has to be of lesser degree than the DENOM or than any factor of the DENOM. So if the DENOM is a non factorable quadratic, the NUM is allowed to be linear, as you are indicating. If the DENOM is repeating, where the lowest term is linear, as in your example, than all of its factors have to be considered with constants in each NUM. I don't think there is more to it, except that if you add them, you should get your original fractions back. Fraction addition ought to be the previous section of partial fraction decomposition. Once you understand the rudiments of fraction addition, you get a grip on PFD. Other than that, it's a matter of practice. Classify your DENOM, set up the partial fractions' DENOM's and work it out. You may post some examples in seperate posts and we can help you to solve them.