题目
Problem
A transformation from the z-plane to the w-plane is given by
w=z−i(1+i)z+2(1−i)z=i
The transformation maps points on the imaginary axis in the z-plane onto a line in the w-plane.
(a) Find an equation for this line.
(2)
The transformation maps points on the real axis in the z-plane onto a circle in the w-plane.
(b) Find the centre and radius of this circle.
(6)
解答
(a)
解法一
思路
展开
imaginary axis 上的点可以写成 z=iy,其中 y 是实数。代入 transformation 后,把 w 写成 u+iv,即可看出 u 和 v 的关系。
答题过程
展开
On the imaginary axis,
z=iy.
Substitute into the transformation:
w===iy−i(1+i)(iy)+2(1−i)i(y−1)−y+iy+2−2ii(y−1)(2−y)+i(y−2).
Since
2−y=−(y−2),
the numerator is
(y−2)(−1+i).
Thus
w==i(y−1)(y−2)(−1+i)y−1y−2(1+i).
Therefore the real and imaginary parts are equal, so the line is
u=v.
(b)
解法一
思路
展开
把 transformation 反过来,先把 z 表示成 w。real axis 的条件是 Im(z)=0。把 w=u+iv 代入后,令 z 的虚部为 0,就能得到圆的 Cartesian equation。
答题过程
展开
Start with
w=z−i(1+i)z+2(1−i).
Then
w(z−i)=(1+i)z+2(1−i).
Collect the terms involving z:
wz−iw=z(w−1−i)=(1+i)z+2(1−i),iw+2(1−i).
So
z=w−1−iiw+2(1−i).
Put w=u+iv:
iw+2(1−i)==i(u+iv)+2−2i2−v+i(u−2),
and
w−1−i=u−1+i(v−1).
Therefore
z=u−1+i(v−1)2−v+i(u−2).
Multiply by the conjugate of the denominator:
z=(u−1)2+(v−1)2[2−v+i(u−2)][u−1−i(v−1)].
The numerator expands to
=[2−v+i(u−2)][u−1−i(v−1)](2−v)(u−1)+(u−2)(v−1)+i[(u−1)(u−2)−(2−v)(v−1)].
For points on the real axis,
Im(z)=0.
So
(u−1)(u−2)−(2−v)(v−1)=0.
Expand:
u2−3u+2−(3v−v2−2)=0.
Hence
u2+v2−3u−3v+4=0.
Complete the square:
(u−23)2−49+(v−23)2−49+4=0.
So
(u−23)2+(v−23)2=21.
Therefore the centre is
(23,23),
and the radius is
21=22.
解法二
思路
展开
也可以直接令 real axis 上的点为 z=x,其中 x 是实数。把 transformation 化成 u+iv 后消去 x。
答题过程
展开
On the real axis,
z=x.
Substitute into the transformation:
w=x−i(1+i)x+2(1−i).
Multiply numerator and denominator by x+i:
w=x2+1[(1+i)x+2(1−i)](x+i).
Expanding the numerator gives
w=x2+1x2+x+2+ix2+1x2−x+2.
So
u=v=x2+1x2+x+2,x2+1x2−x+2.
Then
u−1=x2+1x+1,
and
v−1=x2+11−x.
Hence
(u−1)2+(v−1)2===(x2+1)2(x+1)2+(1−x)2(x2+1)22x2+2x2+12.
Also,
u+v−2==x2+12x2+4−2x2+12.
Therefore
(u−1)2+(v−1)2=u+v−2.
Expand:
u2+v2−3u−3v+4=0.
Completing the square,
(u−23)2+(v−23)2=21.
Hence the centre is
(23,23),
and the radius is
22.