Complex Numbers: Numerical Problems Set (7)

easy 3 min read

Question

If z=1+iz = 1 + i, find z4z^4, z|z|, argz\arg z, and the polar form of zz. Then find all four fourth roots of 16-16.

Solution — Step by Step

z=1+iz = 1 + i. Square first:

z2=(1+i)2=1+2i+i2=1+2i1=2iz^2 = (1+i)^2 = 1 + 2i + i^2 = 1 + 2i - 1 = 2i

Square again:

z4=(2i)2=4i2=4z^4 = (2i)^2 = 4i^2 = -4

z=12+12=2|z| = \sqrt{1^2 + 1^2} = \sqrt{2}

argz=arctan11=π4\arg z = \arctan\frac{1}{1} = \frac{\pi}{4}

(Since zz is in the first quadrant, no adjustment needed.)

z=2(cosπ4+isinπ4)=2eiπ/4z = \sqrt{2}\left(\cos\frac{\pi}{4} + i\sin\frac{\pi}{4}\right) = \sqrt{2}\, e^{i\pi/4}

Verify by De Moivre’s: z4=(2)4eiπ=4(cosπ+isinπ)=4z^4 = (\sqrt{2})^4 e^{i\pi} = 4(\cos\pi + i\sin\pi) = -4. ✓ Matches step 1.

Write 16-16 in polar: 16=16eiπ=16ei(π+2kπ)-16 = 16 e^{i\pi} = 16 e^{i(\pi + 2k\pi)} for integer kk.

Fourth roots:

wk=161/4ei(π+2kπ)/4=2ei(2k+1)π/4,k=0,1,2,3w_k = 16^{1/4} e^{i(\pi + 2k\pi)/4} = 2 e^{i(2k+1)\pi/4}, \quad k = 0, 1, 2, 3

Compute each:

  • k=0k=0: 2eiπ/4=2(cos45°+isin45°)=2+2i2 e^{i\pi/4} = 2(\cos 45° + i\sin 45°) = \sqrt{2} + \sqrt{2}\,i
  • k=1k=1: 2ei3π/4=2+2i2 e^{i 3\pi/4} = -\sqrt{2} + \sqrt{2}\,i
  • k=2k=2: 2ei5π/4=22i2 e^{i 5\pi/4} = -\sqrt{2} - \sqrt{2}\,i
  • k=3k=3: 2ei7π/4=22i2 e^{i 7\pi/4} = \sqrt{2} - \sqrt{2}\,i

The four roots sit at the vertices of a square in the complex plane, each at distance 22 from the origin.

Why This Works

De Moivre’s theorem turns powers and roots of complex numbers into multiplications and divisions of arguments. For an nn-th root of reiθr e^{i\theta}, you take the nn-th root of rr and divide the argument by nn — but you must add 2πk/n2\pi k/n for each k=0,1,,n1k = 0, 1, \ldots, n-1 to get all nn distinct roots.

The roots always lie evenly spaced on a circle of radius r1/nr^{1/n} — a geometric fact JEE Main loves to test.

Alternative Method

For step 1, you can use binomial expansion: z4=(1+i)4=k=04(4k)ik=1+4i+6i2+4i3+i4=1+4i64i+1=4z^4 = (1+i)^4 = \sum_{k=0}^{4}\binom{4}{k}i^k = 1 + 4i + 6i^2 + 4i^3 + i^4 = 1 + 4i - 6 - 4i + 1 = -4. Same answer, slightly more work but a useful check.

For powers of 1+i1+i specifically: (1+i)2=2i(1+i)^2 = 2i, (1+i)4=4(1+i)^4 = -4, (1+i)8=16(1+i)^8 = 16. So (1+i)4n=(4)n(1+i)^{4n} = (-4)^n. Memorising this saves time on JEE Main MCQs.

Common Mistake

The two big traps:

  1. Forgetting to add 2kπ2k\pi when finding roots. If you just compute one θ/n\theta/n, you get one root and miss the other n1n-1. Always list all nn values of kk before finalising.

  2. Wrong quadrant for argz\arg z. arctan(b/a)\arctan(b/a) gives the right answer only when a>0a > 0. For a<0a < 0, you must add π\pi (or subtract, depending on bb‘s sign). Always sketch zz on the Argand plane to check the quadrant.

Final answer: z4=4z^4 = -4, z=2|z| = \sqrt{2}, argz=π/4\arg z = \pi/4. Fourth roots of 16-16: ±2±2i\pm\sqrt{2} \pm \sqrt{2}\,i in all four sign combinations.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next