题目
Problem
The transformation T from the z-plane, where z=x+iy, to the w-plane,
where w=u+iv, is given by
w=iz+3z+piz=3ip∈Z
The point representing i(1+3) is invariant under T.
Determine the value of p.
(3)
解答
解法一
思路
展开
The point representing i(1+3) is invariant under T 这句,
说明 i(1+3) 是不动点。
不动点的意思是这个点经过 transformation 后仍然回到自己,所以这里要令
z=w=i(1+3).
然后代入 transformation,解出整数 p。
答题过程
展开
Since the point is invariant under T,
z=w=i(1+3).
Substituting into the transformation gives
i(1+3)==i(i(1+3))+3i(1+3)+pi2−3i(1+3+p).
Therefore,
i(1+3)(2−3)=i(1+3+p).
Cancelling i,
(1+3)(2−3)=2−3+23−3=−1+3=1+3+p1+3+p1+3+p.
Hence,
p=−2.