CornMuffin
- 51
- 5
Homework Statement
To find the decomposition of a polynomial with a repeated factor in the denominator, you should separate them into (x+a)^1 + ... + (x+a)^n. But, my question is why?
For example, why should you decompose it in the following way:
\frac{x+2}{(x+1)(x+3)^2} = \frac{A}{x+1} + \frac{B}{x+3} + \frac{C}{(x+3)^2}
why, for example, isn't it decomposed into either of the following ways:
\frac{x+2}{(x+1)(x+3)^2} = \frac{A}{x+1} + \frac{Bx+C}{(x+3)^2}
OR
\frac{x+2}{(x+1)(x+3)^2} = \frac{A}{x+1} + \frac{B}{x+3}