Complex Numbers: Speed-Solving Techniques (4)

easy 2 min read

Question

If z=1+i1iz = \frac{1 + i}{1 - i}, find z2024z^{2024}.

Solution — Step by Step

Multiply numerator and denominator by the conjugate of the denominator:

z=1+i1i×1+i1+i=(1+i)21i2=1+2i+i22=2i2=iz = \frac{1 + i}{1 - i} \times \frac{1 + i}{1 + i} = \frac{(1 + i)^2}{1 - i^2} = \frac{1 + 2i + i^2}{2} = \frac{2i}{2} = i

i1=ii^1 = i, i2=1i^2 = -1, i3=ii^3 = -i, i4=1i^4 = 1. Then it repeats every 4.

2024÷4=506 remainder 02024 \div 4 = 506 \text{ remainder } 0

So i2024=i0=1i^{2024} = i^0 = 1.

Final: z2024=1z^{2024} = 1.

Why This Works

Multiplying by the conjugate over itself rationalises any complex denominator. Once zz is in the form a+bia + bi, all powers reduce to a periodic computation if z=1|z| = 1 — the four cases i0,i1,i2,i3i^0, i^1, i^2, i^3 cover everything.

The polar form gives the same answer faster: z=i=eiπ/2z = i = e^{i\pi/2}, so z2024=ei1012π=ei0=1z^{2024} = e^{i \cdot 1012\pi} = e^{i \cdot 0} = 1 (since 1012π1012\pi is an even multiple of π\pi).

Alternative Method

Polar form: 1+i=2eiπ/41 + i = \sqrt{2} e^{i\pi/4} and 1i=2eiπ/41 - i = \sqrt{2} e^{-i\pi/4}. So:

z=2eiπ/42eiπ/4=eiπ/2=iz = \frac{\sqrt{2} e^{i\pi/4}}{\sqrt{2} e^{-i\pi/4}} = e^{i\pi/2} = i

Then z2024=ei506π=ei0=1z^{2024} = e^{i \cdot 506\pi} = e^{i \cdot 0} = 1.

Common Mistake

Students try to compute (1+i)2024/(1i)2024(1 + i)^{2024} / (1 - i)^{2024} directly using the binomial theorem. That works but takes 5 to 10 minutes. Always simplify zz first — most JEE complex-number problems collapse to a single power of ii or a unit-modulus complex number.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next