Find the Modulus and Argument of 1 + i — Complex Number Basics

easy CBSE JEE-MAIN NCERT Class 11 Chapter 5 3 min read

Question

Find the modulus and argument of the complex number z=1+iz = 1 + i.

Express it in polar form as well.


Solution — Step by Step

Write z=1+iz = 1 + i in the standard form a+bia + bi.

Here, a=1a = 1 (real part) and b=1b = 1 (imaginary part).

The modulus z|z| is the distance from the origin to the point (a,b)(a, b) in the Argand plane.

z=a2+b2=12+12=2|z| = \sqrt{a^2 + b^2} = \sqrt{1^2 + 1^2} = \sqrt{2}

The argument θ\theta is the angle the line OPOP makes with the positive real axis.

Since both a>0a > 0 and b>0b > 0, the point (1,1)(1, 1) is in the first quadrant — the argument is simply arctan(b/a)\arctan(b/a):

arg(z)=arctan(11)=arctan(1)=π4\arg(z) = \arctan\left(\frac{1}{1}\right) = \arctan(1) = \frac{\pi}{4}

Polar form is z=r(cosθ+isinθ)z = r(\cos\theta + i\sin\theta), where r=zr = |z| and θ=arg(z)\theta = \arg(z).

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

Final Answer: z=2|z| = \sqrt{2}, arg(z)=π4\arg(z) = \dfrac{\pi}{4} (or 45°)


Why This Works

Every complex number z=a+biz = a + bi corresponds to a point (a,b)(a, b) on the Argand plane. The modulus is literally the length of that position vector — hence the Pythagoras formula.

The argument is the angle of that vector from the positive xx-axis. For points in the first quadrant, θ=arctan(b/a)\theta = \arctan(b/a) gives the correct angle directly. For other quadrants, we need to adjust — but 1+i1 + i sits cleanly at 45° between the axes.

Polar form just packages this information neatly: instead of saying “1 unit right, 1 unit up”, we say “distance 2\sqrt{2}, angle π/4\pi/4”. Both describe the same point; polar form becomes essential when multiplying complex numbers.


Alternative Method — Euclid’s Shortcut for arctan(1)\arctan(1)

You don’t always need a calculator. We know that tan(45°)=1\tan(45°) = 1, so whenever a=ba = b (both positive), the argument is immediately π/4\pi/4.

Memorise these “clean” arguments: if b/a=1b/a = 1, argument is π/4\pi/4. If b/a=3b/a = \sqrt{3}, argument is π/3\pi/3. If b/a=1/3b/a = 1/\sqrt{3}, argument is π/6\pi/6. These values appear repeatedly in NCERT exercises and JEE Main.

For z=1+iz = 1 + i: real and imaginary parts are equal, so without any calculation — arg(z)=π/4\arg(z) = \pi/4.


Common Mistake

Confusing quadrant adjustment. Students apply arctan(b/a)\arctan(b/a) mechanically without checking the quadrant. For z=1+iz = -1 + i, the point is in the second quadrant, so arg(z)=πarctan(1)=3π/4\arg(z) = \pi - \arctan(1) = 3\pi/4 — NOT π/4\pi/4.

For z=1+iz = 1 + i, both parts are positive so no adjustment is needed. Always plot the point first; it takes two seconds and saves the entire mark.

A second trap: writing the argument as 4545 instead of π4\frac{\pi}{4}. In CBSE board exams this is fine if you specify degrees. But JEE expects radians — so train yourself to write π4\frac{\pi}{4} by default.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next