题目
Problem
The transformation T from the z-plane to the w-plane is given by
w=z+1z−iz=−1
Given that T maps the imaginary axis in the z-plane to the circle C in the w-plane, determine
(i) the coordinates of the centre of C
(ii) the radius of C
(7)
解答
解法一
思路
展开
虚轴上的点满足 Re(z)=0。先把 z 用 w 表示,再令 w=u+iv,取 z 的实部等于 0,就能得到 w-plane 中的圆方程。
答题过程
展开
From
w=z+1z−i,
make z the subject:
w(z+1)=wz+w=z(w−1)=z=z−iz−i−w−i1−ww+i
Let w=u+iv:
z==1−u−ivu+iv+i(1−u)−ivu+i(v+1)
Rationalise the denominator:
z=(1−u)2+v2(u+i(v+1))((1−u)+iv)
The real part of the numerator is
u(1−u)−v(v+1)=u−u2−v2−v
Since the original locus is the imaginary axis, Re(z)=0. Hence
u−u2−v2−v=u2−u+v2+v=00
Complete the square:
(u−21)2−41+(v+21)2−41=(u−21)2+(v+21)2=021
Therefore the centre is
(21,−21)
and the radius is
21=21
解法二
思路
展开
虚轴可以写成 z=iy。直接代入变换,得到 u,v 关于参数 y 的式子,再消去 y,也能得到同一个圆。
答题过程
展开
On the imaginary axis,
z=iy
Substitute into the transformation:
w===iy+1iy−i1+iyi(y−1)⋅1−iy1−iy1+y2y2−y+i(y−1)
Since w=u+iv,
u=v=1+y2y2−y1+y2y−1
From these two equations,
u−yv==1+y2y2−y−y1+y2y−10
so u=yv. Substitute y=vu into v=1+y2y−1:
v=v(u2+v2)=1+v2u2vu−1uv−v2
If v=0, then y=1 and u=0, which also lies on the circle found below. For the remaining points, divide by v:
u2+v2=u2−u+v2+v=u−v0
Hence
(u−21)2+(v+21)2=21
So the centre is (21,−21) and the radius is 21.