To determine the locus of the points in the set S, let z=x+iy, where x,y∈R.
Given the complex numbers:
z1=1+2iandz2=3i
The given condition is:
∣z−z1∣=2∣z−z2∣
Substituting z=x+iy, z1=1+2i, and z2=3i:
∣(x−1)+i(y−2)∣=2∣x+i(y−3)∣
Squaring both sides to eliminate the modulus:
(x−1)2+(y−2)2=4[x2+(y−3)2]
Expanding both sides:
x2−2x+1+y2−4y+4=4(x2+y2−6y+9)
x2+y2−2x−4y+5=4x2+4y2−24y+36
Rearranging all terms to one side:
3x2+3y2+2x−20y+31=0
Dividing by 3:
x2+y2+32x−320y+331=0
This is the standard equation of a circle of the form x2+y2+2gx+2fy+c=0, where:
g=31,f=−310,c=331
-
Centre of the circle:
Centre=(−g,−f)=(−31,310)
-
Radius of the circle:
r=g2+f2−c=(31)2+(−310)2−331
r=91+9100−993=98=322
Thus:
- S is a circle with centre (−31,310) (Statement A is TRUE).
- S is a circle with radius 322 (Statement D is TRUE).
Therefore, the correct options are A and D.