Complex Numbers: Conceptual Doubts Cleared (8)

medium 2 min read

Question

If z=1+i1iz = \dfrac{1 + i}{1 - i}, find z100z^{100} and arg(z100)\arg(z^{100}). JEE Main 2024 standard.

Solution — Step by Step

Multiply numerator and denominator by the conjugate of the denominator:

z=1+i1i1+i1+i=(1+i)2(1)2(i)2=1+2i+i21(1)=2i2=iz = \frac{1+i}{1-i} \cdot \frac{1+i}{1+i} = \frac{(1+i)^2}{(1)^2 - (i)^2} = \frac{1 + 2i + i^2}{1 - (-1)} = \frac{2i}{2} = i

i1=ii^1 = i, i2=1i^2 = -1, i3=ii^3 = -i, i4=1i^4 = 1. Powers of ii cycle with period 4.

z100=i100z^{100} = i^{100}. Since 100=4×25100 = 4 \times 25, we have:

i100=(i4)25=125=1i^{100} = (i^4)^{25} = 1^{25} = 1

arg(1)=0\arg(1) = 0 (the principal argument of any positive real number is zero).

Final answers: z100=1z^{100} = 1, arg(z100)=0\arg(z^{100}) = 0.

Why This Works

The trick of multiplying by the conjugate clears the imaginary part from the denominator. After simplification, zz collapses to a recognisable value (ii in this case), and the rest is just exploiting the cyclic structure of powers of ii.

The key insight: powers of ii have period 4. To compute ini^n, just find nmod4n \mod 4 and read off from {1,i,1,i}\{1, i, -1, -i\}.

Alternative Method

Convert zz to polar form: z=i=eiπ/2z = i = e^{i\pi/2}, so z=1|z| = 1 and arg(z)=π/2\arg(z) = \pi/2.

z100=ei100π/2=ei50πz^{100} = e^{i \cdot 100\pi/2} = e^{i \cdot 50\pi}. Since eiθe^{i\theta} has period 2π2\pi, reduce 50πmod2π50\pi \mod 2\pi: 50π=252π50\pi = 25 \cdot 2\pi, which is 0mod2π0 \mod 2\pi. So z100=ei0=1z^{100} = e^{i0} = 1. Same answer.

This polar approach generalises to non-trivial z|z| values where ini^n tricks don’t apply.

Students forget to rationalise and compute z100z^{100} directly from (1+i)100(1i)100\dfrac{(1+i)^{100}}{(1-i)^{100}}, which is theoretically correct but enormously slower. Always simplify the base first.

For powers of complex numbers, polar form (reiθr e^{i\theta}) plus De Moivre’s theorem zn=rneinθz^n = r^n e^{in\theta} is the universal speed shortcut. JEE Main has 1-2 questions per paper that reduce to this method.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next