[THOUGHT]
To find the parameters of the circle S, I need to first translate the given equation ∣x+iy−z1∣=2∣x+iy−z2∣ into a standard circle equation.
Given:
z1=1+2i
z2=3i
S={(x,y)∈R×R:∣x+iy−z1∣=2∣x+iy−z2∣}
Let z=x+iy. Then the equation becomes:
∣z−z1∣=2∣z−z2∣
Substitute z1 and z2:
∣x+iy−(1+2i)∣=2∣x+iy−3i∣
∣(x−1)+i(y−2)∣=2∣(x)+i(y−3)∣
The modulus of a complex number a+bi is a2+b2. Therefore, we have:
(x−1)2+(y−2)2=2x2+(y−3)2
Square both sides to eliminate the square roots:
(x−1)2+(y−2)2=4(x2+(y−3)2)
Expand both sides:
(x2−2x+1)+(y2−4y+4)=4(x2+y2−6y+9)
x2−2x+1+y2−4y+4=4x2+4y2−24y+36
Combine like terms:
x2+y2−2x−4y+5=4x2+4y2−24y+36
Move all terms to one side:
x2+y2−2x−4y+5−4x2−4y2+24y−36=0
−3x2−3y2−2x+20y−31=0
Divide the entire equation by −3 to simplify:
x2+y2+32x−320y+331=0
To convert this into the standard circle equation form (x−x0)2+(y−y0)2=r2, we need to complete the square for x and y.
For x:
x2+32x=(x+31)2−(31)2=(x+31)2−91
For y:
y2−320y=(y−310)2−(310)2=(y−310)2−9100
Substitute back into the equation:
(x+31)2−91+(y−310)2−9100+331=0
(x+31)2+(y−310)2−9101+993=0
(x+31)2+(y−310)2−98=0
(x+31)2+(y−310)2=98
From this equation, we identify the center (x0,y0) and the radius r:
x0=−31,y0=310,r2=98
Thus, r=98=322.
Now, calculate 9(x0+y0)r2:
9(−31+310)(98)
9(39)(98)
9⋅3⋅98
3⋅8=24
Therefore, the value of 9(x0+y0)r2 is:
24
[/THOUGHT]