For example, what is the value of $i^{83}~$? To my understanding, I can solve this problem in 2 different ways that give me different answers:
Solution 1: $$ i^{83} = i^{82}i=(i^2)^{41}i=(-1)^{41}i=-i $$
Solution 2: $$ i^{83} = ((-1)^{1/2})^{83}=((-1)^{83})^{1/2}=(-1)^{1/2}=i $$
Both solutions seem to be correct to me but they yield different results. Could someone please help me understand which one of these solutions is wrong and why?