For example:
$\Large{\frac{2x^3+5x+1}{(x^2+4)(x^2+x+2)}}$ breaks down to $\Large{\frac{ax+b}{x^2+4}+\frac{cx+d}{x^2+x+2}}$
I have been told that since the denominators are irreducible, the numerators will be either linear or constant.
Now my question is for something like $\Large{\frac{2x^3+5x+1}{x^2-4}}$ you would make it equal $\Large{\frac{A}{x+2}+\frac{B}{x-2}}$, why do we assume that the numerators are constant? Why couldn't they be linear??
First you divide the denominator into the numerator, getting a remainder. So, for your example, $$\frac{2x^3+5x+1}{x^2-4}=2x+\frac{13x+1}{x^2-4}$$ and expand the last fraction in partial fractions. As the denominator now has a higher degree than the numerator, the limit as $x \to \infty$ is $0$, so you don't want a constant term. In fact, $$\frac{13x+1}{x^2-4}=\frac {25/4}{x+2}+\frac{27/4}{x-2}$$ and you don't want or need a linear term in the numerator.