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.

Worked example

Evaluate i1000+i1001+i1002+i1003i^{1000}+i^{1001}+i^{1002}+i^{1003}.
  1. Four consecutive powers of ii sum to 0.
Answer:00.
Practice this conceptself-check · 4 quick reps

Try it yourself

What is i2026i^{2026}?

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    i3=i^3=?
  2. 2.
    ini^n depends on?
  3. 3.
    ik+ik+1+ik+2+ik+3=i^k+i^{k+1}+i^{k+2}+i^{k+3}=?
  4. 4.
    i102i^{102}?

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]

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).

Worked example

Use De Moivre to find (1+i)4(1+i)^4.
  1. 1+i=2eiπ/41+i=\sqrt2\,e^{i\pi/4}, so (1+i)4=(2)4eiπ=4(cosπ+isinπ)(1+i)^4=(\sqrt2)^4 e^{i\pi}=4(\cos\pi+i\sin\pi).
  2. =4(1)=4=4(-1)=-4.
Answer:4-4.
Practice this conceptself-check · 4 quick reps

Try it yourself

Find a square root of i-i.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    De Moivre: (cosθ+isinθ)n=(\cos\theta+i\sin\theta)^n=?
  2. 2.
    How many distinct nth roots does a complex number have?
  3. 3.
    nth roots are spaced how, geometrically?
  4. 4.
    (1+i)4=(1+i)^4=?

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]

Mastery check — 5 interleaved questions

Try each one before clicking. Questions are interleaved across the concepts above, not grouped — interleaving sharpens transfer.

Example 1Complex NumbersEASY
If i=1i=\sqrt{-1}, then how many values does i2ni^{-2n} have for different nZn\in\mathbb{Z}?

[Q48 · Sep · 2021]

Example 2Complex NumbersMODERATE
Which one of the following is a square root of 2a+2a2+b22a+2\sqrt{a^{2}+b^{2}}, where a,bRa,b\in\mathbb{R}?

[Q15 · Sep · 2021]

Example 3Complex NumbersHARD
What is n=211(in+in+1)\sum_{n=2}^{11}(i^n + i^{n+1}), where i=1i = \sqrt{-1}?

[Q35 · Apr · 2018]

Example 4Complex NumbersHARD
Let α\alpha and β\beta be real numbers and zz be a complex number. If z2+αz+β=0z^2 + \alpha z + \beta = 0 has two distinct non-real roots with Re(z)=1\text{Re}(z) = 1, then it is necessary that

[Q5 · Apr · 2018]

Example 5Complex NumbersEASY
The smallest positive integer nn for which (1+i1i)n=1\left(\dfrac{1+i}{1-i}\right)^n = 1, is

[Q21 · Sep · 2017]

Drill every past-year question on this subtopic

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

Related notes