Question
Mathematics Question on complex numbers
The sum of the square of the modulus of the elements in the set z=a+ib:a,b∈Z,z∈C,∣z−1∣≤1,∣z−5∣≤∣z−5i∣ is ________.
Step 1: Analyze the conditions
The first condition is:
∣z−1∣≤1.
Substitute z=x+iy, where x,y∈R:
∣z−1∣=(x−1)2+y2≤1.
Squaring both sides:
(x−1)2+y2≤1. (1)
The second condition is:
∣z−5∣≤∣z−5i∣.
Substitute z=x+iy:
(x−5)2+y2≤x2+(y−5)2.
Squaring both sides:
(x−5)2+y2≤x2+(y−5)2.
Simplify:
−10x−10y≤0.
x+y≥0. (2)
Step 2: Solve the inequalities
From condition (1), (x−1)2+y2≤1, the points lie within or on a circle centered at (1,0) with radius 1.
From condition (2), x+y≥0, the points lie above or on the line y=−x.
Step 3: Discretize x,y as integers
Since x,y∈Z, we identify the integer points satisfying both conditions. These points are:
(0,0),(1,0),(2,0),(1,1),(1,−1).
Step 4: Compute the square of the modulus
For each point zk=xk+iyk, the modulus squared is ∣zk∣2=xk2+yk2. Calculate for each point:
- ∣z1∣2=∣0+0i∣2=02+02=0,
- ∣z2∣2=∣1+0i∣2=12+02=1,
- ∣z3∣2=∣2+0i∣2=22+02=4,
- ∣z4∣2=∣1+i∣2=12+12=2,
- ∣z5∣2=∣1−i∣2=12+(−1)2=2.
Step 5: Sum the squares of the modulus
∑k=15∣zk∣2=0+1+4+2+2=9.
Final Answer is 9.