Suppose I want to find the square root of $i$ using polar form. We have:
$z^2 = 0+i = \cos{\dfrac{\pi}{2}} + i \sin\dfrac{\pi}{2} = e^{i\dfrac{\pi}{2}}$
Then $z = e ^{i\dfrac{\pi + 2k\pi}{4}}$
$k=0 \Rightarrow z=e^{\dfrac{\pi}{4}}$
$k=1 \Rightarrow z=e^{\dfrac{3\pi}{4}}$
However, we can see that these are not complements to each other. What am I doing wrong here?
Any help would be appreciated.
Thanks.
You have
$z = e ^{i\dfrac{\pi + 2k\pi}{4}}$
The i$\frac{\pi}{4}$ term is right but you needed to divide the periodicity term $i2k\pi$ by $2$ not $4$. Dividing the periodicity term by $4$ corresponds to a fourth root. Thus, properly,
$z = e ^{i(\dfrac{\pi}{4} + \dfrac{2k\pi}{2})}$
Now put $k=1$ and see what is gotten.