I need to solve $$z^2+iz=0$$.
I need to explicit trigonometric and algebric form.
Since there is a i in the equation I'm not able to start with $z=\rho( \cos\theta +i\sin\theta)$ so I used:
$$z = (a + ib )$$
and I get:
$$(a+ib)^2 + i(a-ib) = 0$$ $$a^2-b^2+2aib+ia+b = 0$$
but now I don't know how to procede and, is this the rigth way?
There's an easier way:
$$z^2 + iz = 0$$
$$z(z+i)=0$$
$$z=0\quad\mathrm{or}\quad z+i=0$$
So the two solutions are $z=0$ and $z=-i$.