What is i^47? — Powers of i and the Cycle of Four

hard CBSE JEE-MAIN NCERT Class 11 Chapter 5 3 min read

Question

Find the value of i47i^{47}.


Solution — Step by Step

The imaginary unit ii follows a repeating cycle of length 4:

i1=i,i2=1,i3=i,i4=1i^1 = i, \quad i^2 = -1, \quad i^3 = -i, \quad i^4 = 1

After every 4 powers, we’re back to 1. This is the key pattern the entire topic is built on.

We need the remainder when 47 is divided by 4:

47=4×11+347 = 4 \times 11 + 3

So the remainder is 3.

Since 47=4×11+347 = 4 \times 11 + 3, we can write:

i47=i4×11+3=(i4)11i3i^{47} = i^{4 \times 11 + 3} = (i^4)^{11} \cdot i^3

Now (i4)11=111=1(i^4)^{11} = 1^{11} = 1, so:

i47=1i3=i3=ii^{47} = 1 \cdot i^3 = i^3 = -i

Answer: i47=ii^{47} = -i


Why This Works

The pattern i,1,i,1i, -1, -i, 1 repeats because each multiplication by ii rotates a point 90° anticlockwise in the Argand plane. After four 90° rotations, you’re back where you started — that’s a full 360°.

This is why i4=1i^4 = 1 is not a coincidence. It’s a geometric fact dressed in algebra. Every time the exponent is a multiple of 4, you land back at 1.

The division algorithm does the heavy lifting here. Any integer nn can be written as n=4q+rn = 4q + r where r{0,1,2,3}r \in \{0, 1, 2, 3\}. The value of ini^n depends only on rr — the “excess” after all the complete cycles cancel out.

The four remainders map directly:

  • Remainder 0 → in=1i^n = 1
  • Remainder 1 → in=ii^n = i
  • Remainder 2 → in=1i^n = -1
  • Remainder 3 → in=ii^n = -i

Memorise this table once. Every powers-of-ii question in JEE Main and CBSE Class 11 reduces to finding which remainder you’re in.


Alternative Method

We can also use negative exponents to simplify large powers. Notice that:

i47=i48i1i^{47} = i^{48} \cdot i^{-1}

Since 48=4×1248 = 4 \times 12, we have i48=1i^{48} = 1. And i1=1i=ii2=i1=ii^{-1} = \frac{1}{i} = \frac{i}{i^2} = \frac{i}{-1} = -i.

So i47=1(i)=ii^{47} = 1 \cdot (-i) = -i.

This approach is useful when the exponent is just 1 below a known multiple of 4 — spotting 48=4×1248 = 4 \times 12 is faster than doing the division algorithm. Both methods are equally valid for JEE.


Common Mistake

Dividing 47 by 2 instead of 4.

Students sometimes remember “i cycles” but forget the cycle length is 4, not 2. They compute 47÷2=2347 \div 2 = 23 remainder 1, then write i47=i1=ii^{47} = i^1 = i. Wrong.

The cycle has length 4 because it takes four multiplications by ii to get back to 1. The remainder must always be taken mod 4. In JEE Main 2019, a similar question — i999i^{-999} — was marked incorrectly by a large number of students for exactly this reason.

For i999i^{-999}: remainder of 999÷4999 \div 4 is 33, so i999=i3i^{-999} = i^{-3}. Then i3=1i3=1i=i1=ii^{-3} = \frac{1}{i^3} = \frac{1}{-i} = \frac{i}{1} = i (after rationalising). Watch for negative exponents in JEE — they are a separate trap on top of the cycle rule.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next