Hi there I was wondering if someone could help me? I am struggling to find the roots of the polynomial
$z^4+2z+3=0$
It is not a quadratic so can't use the quadratic formula so am not quite sure what to do. What is normally a good way to tackle complex polynomials of this form?
Thanks for your help.
Edit:
I needed its roots to answer the question 67(f), but looks like it would be very difficult to find the reisudes from those singularities. I am guessing there might have been a mistake in the question and that they meant $x^2$:
So wanted a way to do it without using wolfram alpha
Here's a crazy attempt:
If you write down the equation as
$(z^2)^2 + 2z + 3 = 0$,
and you behave as if it's a quadratic polynomial $p(z)$, i.e. use the formula for quadratic equations, you would get that
$$z = \dfrac{-1 + \sqrt{1-3z^2}}{z^2}$$ $$z = \dfrac{-1 - \sqrt{1-3z^2}}{z^2}$$
Now, if you solve for $z$ in these equations you will get the solutions for the original equation.