Consider the 'The Big example' as shown in this site, in it we are tasked to split:
$$ \frac{x^2 +15}{(x^2+3)(x+3)^2} $$
They split it as:
$$ \frac{A_1}{x+3} + \frac{A_2}{(x+3)^2} + \frac{Bx+C}{(x^2+3)}$$
Suppose, the degree of the numerator polynomial was greater than degree of expanded polynomial in numeartor. For example say it was $x^7+15$, it seems clear to me that the above split fails. So, does there exist a split which is applicable even in such cases?
If the degree of the numerator is greater than or equal to the degree of the denominator, perform polynomial long division to obtain $$P(x)+\frac{A_1}{x+3}+\frac{A_2}{(x+3)^2}+\frac{Bx+C}{x^2+3},$$ where $P(x)$ is a polynomial.