JEE Challenger
More from Complex Numbers and Quadratic Equations

Number of Distinct Roots of Complex Conjugate Equation

Let zˉ\bar{z} denote the complex conjugate of a complex number zz and let i=1i = \sqrt{-1}. In the set of complex numbers, the number of distinct roots of the equation zˉz2=i(zˉ+z2)\bar{z} - z^2 = i(\bar{z} + z^2) is ________.

Official Numerical Answer4

Step-by-Step Solution

To find the number of distinct roots of the given complex conjugate equation:
zˉz2=i(zˉ+z2)\bar{z} - z^2 = i(\bar{z} + z^2)

Step 1: Simplify the equation

Rearranging the terms to group zˉ\bar{z} and z2z^2:
zˉizˉ=z2+iz2\bar{z} - i\bar{z} = z^2 + iz^2
zˉ(1i)=z2(1+i)\bar{z}(1 - i) = z^2(1 + i)

Divide both sides by (1+i)(1 + i):
z2=(1i1+i)zˉz^2 = \left( \frac{1 - i}{1 + i} \right) \bar{z}

Simplifying the factor 1i1+i\frac{1 - i}{1 + i}:
1i1+i=(1i)2(1+i)(1i)=12i11(1)=2i2=i\frac{1 - i}{1 + i} = \frac{(1 - i)^2}{(1 + i)(1 - i)} = \frac{1 - 2i - 1}{1 - (-1)} = \frac{-2i}{2} = -i

Thus, the equation simplifies to: z2=izˉ— (1)z^2 = -i\bar{z} \quad \text{--- (1)}


Step 2: Solve using Cartesian coordinates

Let z=x+iyz = x + iy, where x,yRx, y \in \mathbb{R}. Then zˉ=xiy\bar{z} = x - iy and z2=(x2y2)+2ixyz^2 = (x^2 - y^2) + 2ixy.

Substitute these into Equation (1):
(x2y2)+2ixy=i(xiy)(x^2 - y^2) + 2ixy = -i(x - iy)
(x2y2)+2ixy=yix(x^2 - y^2) + 2ixy = -y - ix

Equating the real and imaginary parts:

  1. Real Part:
    x2y2=y    x2=y2y— (2)x^2 - y^2 = -y \implies x^2 = y^2 - y \quad \text{--- (2)}

  2. Imaginary Part:
    2xy=x    x(2y+1)=0— (3)2xy = -x \implies x(2y + 1) = 0 \quad \text{--- (3)}


Step 3: Analyze the cases from Equation (3)

Case 1: x=0x = 0

Substitute x=0x = 0 into Equation (2):
0=y2y    y(y1)=00 = y^2 - y \implies y(y - 1) = 0
This gives two real values for yy:

  • y=0    z1=0y = 0 \implies z_1 = 0
  • y=1    z2=iy = 1 \implies z_2 = i

Case 2: 2y+1=0    y=122y + 1 = 0 \implies y = -\frac{1}{2}

Substitute y=12y = -\frac{1}{2} into Equation (2):
x2=(12)2(12)=14+12=34x^2 = \left(-\frac{1}{2}\right)^2 - \left(-\frac{1}{2}\right) = \frac{1}{4} + \frac{1}{2} = \frac{3}{4}
x=±32x = \pm \frac{\sqrt{3}}{2}

This gives two more roots:

  • z3=3212iz_3 = \frac{\sqrt{3}}{2} - \frac{1}{2}i
  • z4=3212iz_4 = -\frac{\sqrt{3}}{2} - \frac{1}{2}i

Conclusion

The distinct roots of the given equation are:
z{0,  i,  3212i,  3212i}z \in \left\{ 0, \; i, \; \frac{\sqrt{3}}{2} - \frac{1}{2}i, \; -\frac{\sqrt{3}}{2} - \frac{1}{2}i \right\}

Therefore, the number of distinct roots is 4.