Problems in solving $\cos^{2}z=-1$

75 Views Asked by At

I want to find the solutions of $$\cos^{2}z=-1$$ and I proceeded in a couple of different ways that are giving different result (so I'm questioning if this idea is correct). I defined $w=e^{iz}$ and then considering that $$\cos z=\frac{w^2+1}{2w},$$ I had $$\frac{w^4+6w^2+1}{4w^{2}}=0,$$ Then the solutions$$w_1=-3+2\sqrt2,\,\,\,w_2=-3-2\sqrt2$$ And then I applied the logarithm $$z=-i Log(-3+2\sqrt2)$$ But when I then try to compute the cosine of $z$ the result it's 3 and not 0 as it should be. What am I missing?

What really bothers me is that if I simply consider $$\cos z=\frac{w^2+1}{2w}=i,$$ Then I find a different result such as $z=-i+i\sqrt2$ and $z=-i-i\sqrt2$

2

There are 2 best solutions below

3
On BEST ANSWER

If, as you did, $w=e^{iz}$, then your equation becomes $\frac12\left(w+\frac1w\right)=\pm i$. Consider the case in which you have $\frac12\left(w+\frac1w\right)=i$. Then $w=\left(1\pm\sqrt2\right)i$. Now:

  • $e^{iz}=\left(1+\sqrt2\right)i\iff iz=\log\left(1+\sqrt2\right)+\frac{\pi i}2+2k\pi i$ for some $k\in\mathbb Z$, which is equivalent to $z=-\log\left(1+\sqrt2\right)i-\frac\pi2+2k\pi$ for some $k\in\mathbb Z$.
  • $e^{iz}=\left(1-\sqrt2\right)i\iff iz=\log\left(\sqrt2-1\right)+\frac{3\pi i}2+2k\pi i$ for some $k\in\mathbb Z$, which is equivalent to $z=-\log\left(1+\sqrt2\right)i-\frac{3\pi}2+2k\pi$ for some $k\in\mathbb Z$.

The case in which you have $\frac12\left(w+\frac1w\right)=-i$ is similar.

2
On

The solutions you found are not the solutions for $w$. You found solutions for $w^2$. You need to square-root your $w_1,w_2$ to get the solutions for $w$.