NDA Maths · Complex Numbers

Powers of i, De Moivre & Roots

The four-step cycle of powers of i, De Moivre's theorem for raising complex numbers to powers, and finding square/nth roots of a complex number.

Why this matters

Powers-of-i questions are fast marks once you use the period-4 cycle, and De Moivre turns an ugly (1+i)ⁿ computation into one angle multiplication.

Concept 1 of 2

Powers of i (the period-4 cycle)

Intuition

Powers of ii repeat every four: i,1,i,1,i,-1,-i,1, then back to ii. So any ini^n is decided by nmod4n \bmod 4, and any block of four consecutive powers sums to zero — which collapses long sums instantly.

Definition

i1=i,  i2=1,  i3=i,  i4=1i^1=i,\;i^2=-1,\;i^3=-i,\;i^4=1; thereafter in=inmod4i^n=i^{\,n\bmod 4}. Block sum: ik+ik+1+ik+2+ik+3=0i^k+i^{k+1}+i^{k+2}+i^{k+3}=0 for any kk. So \sum of ini^n over a full set of consecutive 4 is 0 — only the leftover terms survive.

Powers of i

i2=1i3=ii4=1i4k+r=irik+ik+1+ik+2+ik+3=0i^2=-1 \qquad i^3=-i \qquad i^4=1 \qquad i^{4k+r}=i^r \qquad i^k+i^{k+1}+i^{k+2}+i^{k+3}=0

Worked example

Evaluate i1000+i1001+i1002+i1003i^{1000}+i^{1001}+i^{1002}+i^{1003}.
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 1Complex NumbersEASY
The value of i2n+i2n+1+i2n+2+i2n+3i^{2n} + i^{2n+1} + i^{2n+2} + i^{2n+3}, where i=1i = \sqrt{-1}, is

[Q3 · Apr · 2017]

Reduce the exponent of ii mod 4 — and watch the remainder

in=inmod4i^n=i^{\,n\bmod 4}: take the exponent mod 4, not the whole number mod something else. Remainder 010\to1, 1i1\to i, 212\to-1, 3i3\to-i. So i102i^{102}: 102mod4=2i102=1102\bmod4=2\Rightarrow i^{102}=-1 (a frequent error is reading remainder 2 as ii instead of 1-1).

Concept 2 of 2

De Moivre's theorem and roots

Intuition

To raise a complex number to a power, put it in polar form and multiply the angle: (cosθ+isinθ)n=cosnθ+isinnθ(\cos\theta+i\sin\theta)^n=\cos n\theta+i\sin n\theta. Running it backwards gives the nn nth-roots, equally spaced around a circle. Square roots of a+iba+ib can also be found by solving (x+iy)2=a+ib(x+iy)^2=a+ib.

Definition

De Moivre: (cosθ+isinθ)n=cosnθ+isinnθ(\cos\theta+i\sin\theta)^n=\cos n\theta+i\sin n\theta (also for the modulus: zn=rneinθz^n=r^n e^{in\theta}). nth roots of reiθre^{i\theta}: r1/nei(θ+2kπ)/nr^{1/n}e^{i(\theta+2k\pi)/n}, k=0,,n1k=0,\ldots,n-1nn points on a circle of radius r1/nr^{1/n}. Square root of a+iba+ib: set (x+iy)2=a+ib(x+iy)^2=a+ib, match parts (x2y2=ax^2-y^2=a, 2xy=b2xy=b).

De Moivre's theorem and nth roots

(cosθ+isinθ)n=cosnθ+isinnθzn=rneinθz1/n=r1/nei(θ+2kπ)/n, k=0,,n1(\cos\theta+i\sin\theta)^n=\cos n\theta+i\sin n\theta \qquad z^n=r^n e^{in\theta} \qquad z^{1/n}=r^{1/n}e^{i(\theta+2k\pi)/n},\ k=0,\ldots,n-1

Worked example

Use De Moivre to find (1+i)4(1+i)^4.
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 2Complex NumbersHARD
Which one of the following is a square root of 1\sqrt{-\sqrt{-1}}?

[Q12 · Sep · 2023]

Summary — formulas & gotchas at a glance

A revision cheat-sheet for the formulas and gotchas above. Click any concept name to jump back to its full explanation.

Formulas (2)

  • Powers of i (the period-4 cycle)

    Powers of i

    i2=1i3=ii4=1i4k+r=irik+ik+1+ik+2+ik+3=0i^2=-1 \qquad i^3=-i \qquad i^4=1 \qquad i^{4k+r}=i^r \qquad i^k+i^{k+1}+i^{k+2}+i^{k+3}=0
  • De Moivre's theorem and roots

    De Moivre's theorem and nth roots

    (cosθ+isinθ)n=cosnθ+isinnθzn=rneinθz1/n=r1/nei(θ+2kπ)/n, k=0,,n1(\cos\theta+i\sin\theta)^n=\cos n\theta+i\sin n\theta \qquad z^n=r^n e^{in\theta} \qquad z^{1/n}=r^{1/n}e^{i(\theta+2k\pi)/n},\ k=0,\ldots,n-1

Watch out for (1)

Drill every past-year question on this subtopic

15 questions from the bank — paginated, with cart and Word-export support.

Related notes