题目
Problem
The transformation T from the z-plane, where z=x+iy, to the w-plane, where w=u+iv, is given by
w=3z+4z+2,z=−34
The circle C in the z-plane has equation
(x+1)2+(y−1)2=1
Given that T maps C to the circle D in the w-plane, determine the equation of D, giving your answer in the form
u2+v2+au+bv+c=0
where a, b and c are real numbers.
(7)
解答
解法一
思路
展开
先把原来的圆写成复数模长形式,再由 w=3z+4z+2 解出 z。代回圆的方程后,把 w=u+iv 展开并比较模长即可。
答题过程
展开
The circle
(x+1)2+(y−1)2=1
can be written as
∣z−(−1+i)∣=1
so
∣z+1−i∣=1
From
w=3z+4z+2
we get
w(3z+4)=3wz+4w=z(3w−1)=z+2z+22−4w
Hence
z=3w−12−4w
Substitute this into ∣z+1−i∣=1:
3w−12−4w+1−i=1
Therefore
3w−12−4w+(1−i)(3w−1)=∣1−w−3iw+i∣=1∣3w−1∣
Let w=u+iv. Then
1−w−3iw+i===1−(u+iv)−3i(u+iv)+i1−u−iv−3iu+3v+i(1−u+3v)+i(1−v−3u)
Also
3w−1=(3u−1)+3iv
Hence
(1−u+3v)2+(1−v−3u)2=(3u−1)2+9v2
Expanding,
1+u2+9v2−2u+6v−6uv=+1+v2+9u2−2v−6u+6uv9u2−6u+1+9v2
So
u2+v2−2u+4v+1=0
Therefore the equation of D is
u2+v2−2u+4v+1=0
解法二
思路
展开
也可以把圆上的三个点映射到 w 平面,再用一般圆方程求出 a,b,c。这种方法计算直接,但要小心选择的点必须都在原圆上。
答题过程
展开
Choose three points on
(x+1)2+(y−1)2=1
For example,
z=−1,z=−1+2i,z=i
Under
w=3z+4z+2
these become
z=−1z=−1+2iz=i⟹w=1⟹w=1+6i1+2i=3713−4i⟹w=4+3i2+i=2511−2i
Let the image circle be
u2+v2+au+bv+c=0
Using (u,v)=(1,0),
1+a+c=0
Using (u,v)=(3713,−374),
1369185+3713a−374b+c=0
Using (u,v)=(2511,−252),
625125+2511a−252b+c=0
Solving these simultaneous equations gives
a=−2,b=4,c=1
Therefore
u2+v2−2u+4v+1=0