Find $n$ for which $(1+i)^{2n}=(1-i)^{2n}$

146 Views Asked by At

Question: Find the values of $n$ for which

$$(1+i)^{2n}=(1-i)^{2n}$$

wolfram alpha tells me that the answer should be :

$$n=\frac{2i\pi m}{\log(1-i)-\log(1+i)}$$

$$n=-\frac{i(2\pi m+\pi)}{\log(1-i)-\log(1+i)}$$

PS:I have no idea about the answer. I know de Moivre's theorem and complex logs and I am sure this one could be solved by combinig the two.

My miserable attempt:

$2^{n} e^{\frac{i\pi n}{2}}=2^{n} e^{\frac{-i\pi n}{2}}$

Now assuming $n$ is real, cancelling $2^n$ on both sides

$ e^{\frac{i\pi n}{2}}= e^{\frac{-i\pi n}{2}}$

$\frac{n \pi}{2}=\frac{-n \pi}{2}+ 2 \pi k$

$n\pi =2 \pi k$

$n=2k$ which is far from being correct

5

There are 5 best solutions below

2
On BEST ANSWER

$$\frac{(1+i)^2}{(1-i)^2}=\frac{2i}{-2i}=-1$$

$$\implies(-1)^n=1$$

2
On

Hint: Write $(1+i)$ and $(1-i)$ in the exponential form.

0
On

Multiply both sides with $(1+i)^{2n}$ to arrive at $$ (1+i)^{4n}=\bigl((1+i)(1-i)\bigr)^{2n}=2^{2n}\in\mathbb R_{>0}$$

0
On

Hint

$$1+i=\sqrt{2} \left(\cos \left(\frac{\pi }{4}\right)+i \sin \left(\frac{\pi }{4}\right)\right)=\sqrt{2} e^{\frac{i \pi }{4}}$$ $$1-i=\sqrt{2} \left(\cos \left(\frac{\pi }{4}\right)-i \sin \left(\frac{\pi }{4}\right)\right)=\sqrt{2} e^{\frac{-i \pi}{4}}$$

0
On

Let $w=\frac{1+i}{1-i}$ therefore we have $ w^{2n}=1$ and so $$w=\cos\frac{2k\pi}{2n}+i\sin\frac{2k\pi}{2n} \ \ \text{for}k=0,1,\cdots, 2n-1$$