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

Question

The sum of the square of the modulus of the elements in the set {z=a+ib:a,bZ,zC,z11,z5z5i}\{z=\mathrm{a}+\mathrm{ib}: \mathrm{a}, \mathrm{b} \in \mathbf{Z}, z \in \mathbf{C},|z-1| \leq 1,|z-5| \leq|z-5 \mathrm{i}|\} is __________.

Answer: 0

Solution

Key Concepts and Formulas

  • Modulus of a complex number: For z=x+iyz = x + iy, its modulus is z=x2+y2|z| = \sqrt{x^2 + y^2}. The square of the modulus is z2=x2+y2|z|^2 = x^2 + y^2.
  • Geometric interpretation of zz0r|z - z_0| \leq r: This represents a closed disk (circle and its interior) centered at z0z_0 with radius rr.
  • Geometric interpretation of zz1zz2|z - z_1| \leq |z - z_2|: This represents the closed half-plane containing z1z_1, bounded by the perpendicular bisector of the segment connecting z1z_1 and z2z_2.

Step-by-Step Solution

Let z=a+ibz = a + ib, where a,bZa, b \in \mathbb{Z}.

Step 1: Analyze the inequality z11|z - 1| \leq 1

  • What & Why: We substitute z=a+ibz = a + ib into the inequality and simplify to get an algebraic inequality in terms of aa and bb. This will help us define a region in the complex plane.
  • Substitution: (a+ib)11| (a + ib) - 1 | \leq 1 (a1)+ib1| (a - 1) + ib | \leq 1
  • Applying the definition of modulus: (a1)2+b21\sqrt{(a - 1)^2 + b^2} \leq 1
  • Squaring both sides: (a1)2+b21(a - 1)^2 + b^2 \leq 1
  • Reasoning: This represents all points (a,b)(a, b) inside or on the circle centered at (1,0)(1, 0) with radius 11.

Step 2: Analyze the inequality z5z5i|z - 5| \leq |z - 5i|

  • What & Why: We substitute z=a+ibz = a + ib into the inequality and simplify. This gives us another algebraic inequality that restricts the possible values of aa and bb.
  • Substitution: (a+ib)5(a+ib)5i| (a + ib) - 5 | \leq | (a + ib) - 5i | (a5)+iba+i(b5)| (a - 5) + ib | \leq | a + i(b - 5) |
  • Applying the definition of modulus: (a5)2+b2a2+(b5)2\sqrt{(a - 5)^2 + b^2} \leq \sqrt{a^2 + (b - 5)^2}
  • Squaring both sides: (a5)2+b2a2+(b5)2(a - 5)^2 + b^2 \leq a^2 + (b - 5)^2
  • Expanding: a210a+25+b2a2+b210b+25a^2 - 10a + 25 + b^2 \leq a^2 + b^2 - 10b + 25
  • Simplifying: 10a10b-10a \leq -10b
  • Dividing by 10-10 and flipping the inequality: aba \geq b
  • Reasoning: This inequality represents all points (a,b)(a, b) that lie on or below the line a=ba = b.

Step 3: Find integer points satisfying both conditions

  • What & Why: We need to find all pairs of integers (a,b)(a, b) that satisfy both inequalities derived in Steps 1 and 2. We'll do this by considering possible integer values for aa and bb.

  • We need to find integer pairs (a,b)(a, b) such that:

    1. (a1)2+b21(a - 1)^2 + b^2 \leq 1
    2. aba \geq b
  • Case 1: b=0b = 0 (a1)21    1a11    0a2(a - 1)^2 \leq 1 \implies -1 \leq a - 1 \leq 1 \implies 0 \leq a \leq 2. Possible integer values for aa are 0,1,20, 1, 2. The points are (0,0),(1,0),(2,0)(0, 0), (1, 0), (2, 0). Checking aba \geq b:

    • (0,0)(0, 0): 000 \geq 0 (True)
    • (1,0)(1, 0): 101 \geq 0 (True)
    • (2,0)(2, 0): 202 \geq 0 (True)
  • Case 2: b=1b = 1 (a1)2+11    (a1)20    a1=0    a=1(a - 1)^2 + 1 \leq 1 \implies (a - 1)^2 \leq 0 \implies a - 1 = 0 \implies a = 1. The point is (1,1)(1, 1). Checking aba \geq b:

    • (1,1)(1, 1): 111 \geq 1 (True)
  • Case 3: b=1b = -1 (a1)2+11    (a1)20    a1=0    a=1(a - 1)^2 + 1 \leq 1 \implies (a - 1)^2 \leq 0 \implies a - 1 = 0 \implies a = 1. The point is (1,1)(1, -1). Checking aba \geq b:

    • (1,1)(1, -1): 111 \geq -1 (True)
  • Case 4: b2|b| \geq 2 If b2|b| \geq 2, then b24b^2 \geq 4. Since (a1)20(a - 1)^2 \geq 0, we have (a1)2+b24>1(a - 1)^2 + b^2 \geq 4 > 1, which violates the first inequality. Therefore, no solutions exist for b2|b| \geq 2.

The set of complex numbers zz is {0,1,2,1+i,1i}\{0, 1, 2, 1 + i, 1 - i\}.

Step 4: Calculate the sum of the square of the modulus

  • What & Why: We calculate z2|z|^2 for each of the complex numbers we found, and then sum them up as requested by the problem.
  • For z=0z = 0: 02=02+02=0|0|^2 = 0^2 + 0^2 = 0
  • For z=1z = 1: 12=12+02=1|1|^2 = 1^2 + 0^2 = 1
  • For z=2z = 2: 22=22+02=4|2|^2 = 2^2 + 0^2 = 4
  • For z=1+iz = 1 + i: 1+i2=12+12=2|1 + i|^2 = 1^2 + 1^2 = 2
  • For z=1iz = 1 - i: 1i2=12+(1)2=2|1 - i|^2 = 1^2 + (-1)^2 = 2

Sum =0+1+4+2+2=9= 0 + 1 + 4 + 2 + 2 = 9

Common Mistakes & Tips

  • Forgetting Integer Constraints: The condition a,bZa, b \in \mathbb{Z} is crucial. Without it, there would be infinitely many solutions.
  • Sign Errors: Pay careful attention to signs when expanding and simplifying inequalities.
  • Geometric Intuition: Sketching the regions defined by the inequalities can help visualize the problem and check your work.

Summary

We found all complex numbers z=a+ibz = a + ib that satisfy the given conditions by analyzing the geometric meaning of the inequalities, converting them to algebraic form, and finding integer solutions for aa and bb. We then calculated the square of the modulus for each of these complex numbers and summed them up. The sum of the square of the modulus of the elements in the set is 99.

The final answer is 9\boxed{9}.

Practice More Complex Numbers Questions

View All Questions