Since $i = \sqrt{-1}, i^2 = -1, i^3=-i, i^4 =1$ I understand to calculate, say, $i^{999}$ I just have to $i^{999} = i^{4 \cdot 249 + 3} = (i^4)^{249} \cdot i^{3} = -i$ But I have a question here, why can't I do something like $i^{999} = (i^4)^{\frac{999}{4}} = 1$ clearly the answer is wrong, infact everytime I'll only end up with $1$. Can anyone point out which step exactly is invalid and with reasons like why is it wrong.
Which naturally extends the question to, how do you calculate $i$ to the power of any "rational" exponent. Like $i^{743/5}$ or something.
Thanks.