Question
If z=1−i1+i, find z100 and arg(z100). JEE Main 2024 standard.
Solution — Step by Step
Multiply numerator and denominator by the conjugate of the denominator:
z=1−i1+i⋅1+i1+i=(1)2−(i)2(1+i)2=1−(−1)1+2i+i2=22i=i
i1=i, i2=−1, i3=−i, i4=1. Powers of i cycle with period 4.
z100=i100. Since 100=4×25, we have:
i100=(i4)25=125=1
arg(1)=0 (the principal argument of any positive real number is zero).
Final answers: z100=1, arg(z100)=0.
Why This Works
The trick of multiplying by the conjugate clears the imaginary part from the denominator. After simplification, z collapses to a recognisable value (i in this case), and the rest is just exploiting the cyclic structure of powers of i.
The key insight: powers of i have period 4. To compute in, just find nmod4 and read off from {1,i,−1,−i}.
Alternative Method
Convert z to polar form: z=i=eiπ/2, so ∣z∣=1 and arg(z)=π/2.
z100=ei⋅100π/2=ei⋅50π. Since eiθ has period 2π, reduce 50πmod2π: 50π=25⋅2π, which is 0mod2π. So z100=ei0=1. Same answer.
This polar approach generalises to non-trivial ∣z∣ values where in tricks don’t apply.
Students forget to rationalise and compute z100 directly from (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θ) plus De Moivre’s theorem zn=rneinθ is the universal speed shortcut. JEE Main has 1-2 questions per paper that reduce to this method.