Now we will examine an interesting property of i. When we raise it to any
positive integer power and simplify, the result is one of only four
possibilities: i, -1, -i, or 1.
Look at the powers of i listed in the table.
To simplify a higher power of i, we use this fact: i4 = 1.
For example, let’s simplify i10.
i10
Use the Multiplication Property of Exponents
to write i10 as a product where one factor is a
power of i that is a multiple of 4.
= i8 · i2
Rewrite i8 in terms of i4.
Replace i4 with 1. Replace i2 with -1.
Multiply.
So, i10 = -1.
= (i4)2
· i2
= (1)2
· i2
= -1
Note:
i1 = i
i2 = -1
i3 = i2 · i = (-1)
· i = -i
i4 = i2 · i2
= (-1)(-1) = 1
i5 = i4 · i1
= 1 · i = i
i6 = i4 · i2
= 1 · (-1) = -1
i7 = i4 · i3
= 1 · -i = -i
i8 = i4 · i4
= 1 · 1 = 1
i9 = i4 · i4
· i = 1 · 1
· i = i
The pattern repeats:
i, -1, -i, 1, i, -1, -i, 1, …