I want to write this polynomial in factored form:
$$x^4+4$$
The reason I want to do this is to be able to make partial-fraction decomposition on it to make an integrand easier to integrate. What's the general method?
In addition to this, I searched on how to figure out the numerators $A, B...etc$ for this decomposed fraction, is Inverse Laplace the way to go? Or is there another way? (which doesnt make it any more difficult).
Hint
$$x^4+4=(x^4\color{red}{+4x^2}+4) \color{red}{-4x^2}$$ and notice that $$a^2-b^2=(a-b)(a+b)$$