If |z-1|=|z+1| find the locus of z

hard CBSE JEE-MAIN 3 min read

Question

If z1=z+1|z - 1| = |z + 1|, find the locus of the complex number zz.

Solution — Step by Step

Let z=x+iyz = x + iy where x,yRx, y \in \mathbb{R}.

Substituting, the condition becomes x+iy1=x+iy+1|x + iy - 1| = |x + iy + 1|, which simplifies to (x1)+iy=(x+1)+iy|(x-1) + iy| = |(x+1) + iy|.

The modulus of a complex number a+iba + ib is a2+b2\sqrt{a^2 + b^2}.

So we get: (x1)2+y2=(x+1)2+y2\sqrt{(x-1)^2 + y^2} = \sqrt{(x+1)^2 + y^2}

Squaring both sides (both sides are non-negative, so this is safe):

(x1)2+y2=(x+1)2+y2(x-1)^2 + y^2 = (x+1)^2 + y^2

The y2y^2 terms cancel on both sides, leaving:

(x1)2=(x+1)2(x-1)^2 = (x+1)^2

Expanding: x22x+1=x2+2x+1x^2 - 2x + 1 = x^2 + 2x + 1

The x2x^2 and constant terms cancel: 2x=2x-2x = 2x

Therefore 4x=04x = 0, which gives us x=0x = 0.

Since x=0x = 0 means the real part of zz is zero, zz lies on the imaginary axis (the yy-axis in the Argand plane).

The locus is the equation Re(z)=0\text{Re}(z) = 0, or geometrically, the perpendicular bisector of the segment joining (1,0)(1,0) and (1,0)(-1,0).

Why This Works

The condition z1=z+1|z - 1| = |z + 1| has a beautiful geometric meaning. In the Argand plane, z1|z - 1| represents the distance of the point zz from the point (1,0)(1, 0), and z+1|z + 1| represents the distance from (1,0)(-1, 0).

So we’re asking: where is the set of all points that are equidistant from (1,0)(1, 0) and (1,0)(-1, 0)? The answer is the perpendicular bisector of the line segment joining those two points. Since (1,0)(1,0) and (1,0)(-1,0) are symmetric about the yy-axis, their perpendicular bisector is exactly the yy-axis.

This geometric reasoning is far faster than algebra in an exam — you can write the answer in one line once you recognize the pattern.

Alternative Method

We can use the property of modulus directly. Notice that z12=(z1)(z1)=(z1)(zˉ1)|z-1|^2 = (z-1)\overline{(z-1)} = (z-1)(\bar{z}-1).

Setting z12=z+12|z-1|^2 = |z+1|^2:

(z1)(zˉ1)=(z+1)(zˉ+1)(z-1)(\bar{z}-1) = (z+1)(\bar{z}+1) zzˉzzˉ+1=zzˉ+z+zˉ+1z\bar{z} - z - \bar{z} + 1 = z\bar{z} + z + \bar{z} + 1 2(z+zˉ)=0    z+zˉ=0    2Re(z)=0-2(z + \bar{z}) = 0 \implies z + \bar{z} = 0 \implies 2\text{Re}(z) = 0

Since z+zˉ=2Re(z)=2xz + \bar{z} = 2\text{Re}(z) = 2x, we again get x=0x = 0.

In JEE, locus problems often have elegant geometric interpretations. Always ask: “What does this modulus condition mean as distances in the Argand plane?” That insight can save 2-3 minutes per question.

Common Mistake

Many students forget to cancel the y2y^2 terms after squaring, or make sign errors expanding (x±1)2(x \pm 1)^2. The most frequent error is writing (x1)2=x2x+1(x-1)^2 = x^2 - x + 1 instead of x22x+1x^2 - 2x + 1. Always expand carefully: (x1)2=x22(x)(1)+12(x-1)^2 = x^2 - 2(x)(1) + 1^2.

Another trap: students write the locus as ”zz is purely imaginary” — but z=0z = 0 also satisfies x=0x = 0, and 00 is neither purely real nor purely imaginary. The correct statement is ”zz lies on the imaginary axis” or "Re(z)=0\text{Re}(z) = 0".

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next