I'm trying to solve this function
$$z^2 + 2z + 2\exp(-z) = 0$$
In one solution I found out the exponential function has been approximated to $\exp(-z)=1-z$, which makes it and easy polynomial to solve.
But is it the complete solution of this equation? Or are there better methods to solve this equation?
HINT: you will have $$(x+iy)^2+2(x+iy)+2e^{-x}(\cos(y)+i\sin(y))=0$$ and you must solve the System $$x^2-y^2+2x+2e^{-x}\cos(y)=0$$ $$2xy+2y+2e^{-x}\sin(y)=0$$ by a numerical method we obtain $$x \approx -3.293017589, y \approx 6.912667999$$