How to factorize bi-quadratic

98 Views Asked by At

I came across this question and have no idea how to factorise this. How can $x^4+4$ be factorised?

2

There are 2 best solutions below

2
On

Recall that the Quadratic Formula $$x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}$$ solves $ax^2+bx+c=0$ just as $$x^2=\frac{-b\pm\sqrt{b^2-4ac}}{2a}$$ solves $ax^4+bx^2+c=0$.

Thus apply it for $a=1,b=0,c=4$

0
On

Here is how it can be factored in high school: $$x^4+4=(x^4+4x^2+4)-4x^2=(x^2+2)^2-(2x)^2=(x^2+2-2x)(x^2+2+2x).$$