You can put this solution on YOUR website! What are the complex roots of f(x)=x^4+x^2+4 and how do you find them?
----
Use the Quadratic Formula:
x^2 = [-1 +- sqrt(1 -4*4)]/2
---
x^2 = [-1 +- sqrt(-15)]/2
---
x^2 = [-1+ i*sqrt(15)]/2 or x^2 = [-1-isqrt(15)]/2
----
x = sqrt of each of the above.
===================================
Cheers,
Stan H.
==============