The smallest possible integer $k$ for which $\left(\frac{1+i}{1-i}\right)^k = 1$ is?
I tried solving this, but my answer doesn't match the given answer. Correct me if I'm wrong at some place
My solution:
\begin{align} \left(\frac{1+i}{1-i}.\frac{1+i}{1+i}\right)^k&= 1\\ \left(\frac{1+2i+i^2}{1-i^2}\right)^k&= 1\\ \left(\frac{1+2i-1}{1-(-1)}\right)^k&= 1\\ \left(\frac{2i}{2}\right)^k&= 1\\ i^k&= 1\\ i^4&= 1\\ \end{align}
EDIT: The question is part of the multiple choice section and the answer is 2. Other options include: 4, 8, 16
Your answer looks good. Although $4$ is not the smallest integer such that $i^k=1$, I'm not quite sure what answer you're supposed to give, since there is no smallest integer $k$ with $i^k=1$ ($k$ is a multiple of $4$, but could be $-4$, $-8$, $-12$, etcetera).