You can
put this solution on YOUR website!Raising the imaginary unit i to a power follows a pattern that repeats on a cycle of 4.
Then

and so on.
The process is to apply the modulo function to the exponent on i. The modulo function returns the remainder when integer division is performed. In this case, your divisor is always 4.

, remainder

, so 10 modulo 4 = 2 =>
So,

. In

form,