I need to solve for $z$ with $|\cos z|^2+|\sin z|^2=4$ I know $\cos z =\frac{1}{2}(e^{iz}+e^{-iz})$ and $\sin z = \frac{1}{2i}(e^{iz}-e^{-iz})$ but I'm not sure if this is helpful because I don't know how to split it into Re$(z)$ and Im$(z)$ to find $|\text{cos}\ z|$ and $|\text{sin}\ z|$
2026-05-16 19:54:00.1778961240
Find all $z$ such that $|\cos z|^2+|\sin z|^2=4$
112 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Since\begin{align}|\cos z|^2+|\sin z|^2&=\cos(z)\overline{\cos(z)}+\sin(z)\overline{\sin(z)}\\&=\cos(z)\cos\left(\overline z\right)+\sin(z)\sin\left(\overline z\right)\\&=\cos\left(z-\overline z\right)\\&=\cos\bigl(2\operatorname{Im}(z)i\bigr)\\&=\cosh(2\operatorname{Im}z),\end{align}all you have to do is to solve the equation $\cosh(2\operatorname{Im}z)=4$. Can you take it from here?