A possibly easy question,
Can we find all complex solutions of $z\sin(z)=1$ ?
My try:
Let $$\sin(z) = \frac{e^{iz} - e^{-iz}}{2i}$$ so we have $$ z\frac{e^{iz} - e^{-iz}}{2i}=1 $$
Not sure how can I continue ?
Thanks
EDIT : I have posted a related question here.
As shown elsewhere, $z\sin z=1$, with $z\in$ C, has only real solutions. So we are ultimately left with solving $x\sin x=1$, with $x\in$ R, which, unlike the solution to your other question, does not possess a closed form, not even in terms of the special Lambert W function. However, what we can say for certain, is that it has exactly two solutions in each interval of the form $\Big[2n\pi,(2n+1)\pi\Big]$ for $n\ge0$ and $\Big[(2k-1)\pi,2k\pi\Big]$ for $k\le0$, whose values get closer to the two extremities of the interval as x increases in absolute value. The only way to compute them is by using numerical methods, such as Newton's, for instance. Here are the first few, with a precision of $45$ decimals:
$$\pm1.11415714087193008730052517816920390395410138$$ $$\pm2.77260470826599123395356972149927927932229123$$
$$\pm6.43911723841724646172451484031087947865696505$$ $$\pm9.31724294141480961860128851356951156244980218$$