Skip to main content
Back to Complex Numbers
JEE Main 2023
Complex Numbers
Complex Numbers
Hard

Question

Let S={zC:zˉ=i(z2+Re(zˉ))}S=\left\{z \in \mathbb{C}: \bar{z}=i\left(z^{2}+\operatorname{Re}(\bar{z})\right)\right\}. Then \sum_\limits{z \in \mathrm{S}}|z|^{2} is equal to :

Options

Solution

Key Concepts and Formulas

  • Complex Number Representation: z=x+iyz = x + iy, where x=Re(z)x = \operatorname{Re}(z) and y=Im(z)y = \operatorname{Im}(z).
  • Complex Conjugate: zˉ=xiy\bar{z} = x - iy.
  • Modulus Squared: z2=x2+y2|z|^2 = x^2 + y^2.
  • Equality of Complex Numbers: a+bi=c+dia + bi = c + di if and only if a=ca = c and b=db = d.

Step-by-Step Solution

1. Substitute z=x+iyz = x + iy into the given equation. We are given the equation zˉ=i(z2+Re(zˉ))\bar{z} = i(z^2 + \operatorname{Re}(\bar{z})). We want to express this in terms of real variables xx and yy so we can solve for them. Substituting z=x+iyz = x + iy, zˉ=xiy\bar{z} = x - iy, z2=(x+iy)2=x2+2ixyy2z^2 = (x + iy)^2 = x^2 + 2ixy - y^2, and Re(zˉ)=x\operatorname{Re}(\bar{z}) = x, we get: xiy=i(x2y2+2ixy+x)x - iy = i(x^2 - y^2 + 2ixy + x)

2. Simplify the equation. We want to simplify the right-hand side to separate the real and imaginary parts. xiy=i(x2y2+x+2ixy)=i(x2y2+x)+i(2ixy)=i(x2y2+x)2xyx - iy = i(x^2 - y^2 + x + 2ixy) = i(x^2 - y^2 + x) + i(2ixy) = i(x^2 - y^2 + x) - 2xy xiy=2xy+i(x2y2+x)x - iy = -2xy + i(x^2 - y^2 + x)

3. Equate real and imaginary parts. Since two complex numbers are equal if and only if their real and imaginary parts are equal, we have: Real parts: x=2xyx = -2xy (Equation 1) Imaginary parts: y=x2y2+x-y = x^2 - y^2 + x (Equation 2)

4. Solve for xx and yy from Equation 1. From Equation 1, x=2xyx = -2xy, so x+2xy=0x + 2xy = 0, which gives x(1+2y)=0x(1 + 2y) = 0. Thus, either x=0x = 0 or 1+2y=01 + 2y = 0, which implies y=12y = -\frac{1}{2}.

Case 1: x=0x = 0 Substitute x=0x = 0 into Equation 2: y=02y2+0-y = 0^2 - y^2 + 0, so y=y2-y = -y^2, which gives y2y=0y^2 - y = 0, or y(y1)=0y(y - 1) = 0. Thus, y=0y = 0 or y=1y = 1. This yields the complex numbers z1=0+0i=0z_1 = 0 + 0i = 0 and z2=0+1i=iz_2 = 0 + 1i = i.

Case 2: y=12y = -\frac{1}{2} Substitute y=12y = -\frac{1}{2} into Equation 2: (12)=x2(12)2+x-\left(-\frac{1}{2}\right) = x^2 - \left(-\frac{1}{2}\right)^2 + x, so 12=x214+x\frac{1}{2} = x^2 - \frac{1}{4} + x. Multiplying by 4, we get 2=4x21+4x2 = 4x^2 - 1 + 4x, so 4x2+4x3=04x^2 + 4x - 3 = 0. Factoring the quadratic, we have (2x1)(2x+3)=0(2x - 1)(2x + 3) = 0, so x=12x = \frac{1}{2} or x=32x = -\frac{3}{2}. This yields the complex numbers z3=1212iz_3 = \frac{1}{2} - \frac{1}{2}i and z4=3212iz_4 = -\frac{3}{2} - \frac{1}{2}i.

Therefore, the set SS is {0,i,1212i,3212i}\left\{0, i, \frac{1}{2} - \frac{1}{2}i, -\frac{3}{2} - \frac{1}{2}i\right\}.

5. Calculate z2|z|^2 for each zSz \in S. z12=02=02+02=0|z_1|^2 = |0|^2 = 0^2 + 0^2 = 0 z22=i2=02+12=1|z_2|^2 = |i|^2 = 0^2 + 1^2 = 1 z32=1212i2=(12)2+(12)2=14+14=12|z_3|^2 = \left|\frac{1}{2} - \frac{1}{2}i\right|^2 = \left(\frac{1}{2}\right)^2 + \left(-\frac{1}{2}\right)^2 = \frac{1}{4} + \frac{1}{4} = \frac{1}{2} z42=3212i2=(32)2+(12)2=94+14=104=52|z_4|^2 = \left|-\frac{3}{2} - \frac{1}{2}i\right|^2 = \left(-\frac{3}{2}\right)^2 + \left(-\frac{1}{2}\right)^2 = \frac{9}{4} + \frac{1}{4} = \frac{10}{4} = \frac{5}{2}

6. Calculate zSz2\sum_{z \in S} |z|^2. zSz2=0+1+12+52=1+62=1+3=4\sum_{z \in S} |z|^2 = 0 + 1 + \frac{1}{2} + \frac{5}{2} = 1 + \frac{6}{2} = 1 + 3 = 4

Common Mistakes & Tips

  • Sign errors: Be careful with signs, especially when substituting and simplifying the equation.
  • Case analysis: Ensure all cases are considered when solving factored equations.
  • Quadratic equation solving: Review factoring or using the quadratic formula to solve quadratic equations accurately.

Summary By substituting z=x+iyz = x + iy into the given equation and separating real and imaginary parts, we obtained two real equations. Solving these equations yielded four complex numbers in the set SS. We then calculated the modulus squared of each complex number and summed them to find the final answer.

The final answer is \boxed{4}, which corresponds to option (B).

Practice More Complex Numbers Questions

View All Questions