Solving a trigonometric equation for purely imaginary numbers

65 Views Asked by At

I'm puzzled with the following exercise:

"By constraining $z$ to be purely imaginary, show that the equation $\cos{(z)}= 2$ can be represented as a standard quadratic equation. Solve this equation for $z$."

Any tips or ideas on how I can solve this?

Thanks.

2

There are 2 best solutions below

4
On BEST ANSWER

HINT

Use that by Euler’s formula

$$\cos x=\frac{e^{ix}+e^{-ix}}2$$

1
On

W.K.T $$\cos(x) = \left(e^{ix} + e^{-ix}\right)/2$$ So, $$\cos(z) = \left(e^{iz} + e^{-iz}\right)/2 = 2$$ $$ \left(e^{iz} + e^{-iz}\right) = 4$$ $$ e^{2iz} +1 = 4e^{iz}$$ $$ y^2-4y+1=0$$ where $$ y= e^{iz}$$ which is a quadratic $$y=\left(\frac{4\pm\sqrt {16-4}}{2}\right)$$ $$e^{iz}=\left(\frac{4\pm\sqrt {16-4}}{2}\right)$$ $$=2\pm \sqrt3$$ $$iz= \ln(2\pm\sqrt3)$$ $$z=-\ln(2\pm\sqrt3)i$$