题目
Problem
6. In this question you must show all stages of your working. Solutions relying entirely on calculator technology are not acceptable.
z1=3+2i, z2=2+3i, z3=a+bi, a,b∈R
(a) Determine the exact value of ∣z1+z2∣
(2)
Given that w=z1z2z3
(b) determine w in terms of a and b, giving your answer in the form x+iy, where x,y∈R
(4)
Given also that w=134+1358i
(c) determine the value of a and the value of b
(2)
(d) determine argw, giving your answer in radians to 4 significant figures.
(2)
题目中文翻译
- 在本题中必须展示所有解题步骤。完全依赖计算器技术的解答不可接受。
z1=3+2i,z2=2+3i,z3=a+bi,a,b∈R
(a) 求 ∣z1+z2∣ 的精确值。
已知 w=z1z2z3
(b) 用 a 和 b 表示 w,答案写成 x+iy 的形式,其中 x,y∈R。
已知 w=134+1358i
(c) 求 a 和 b 的值。
(d) 求 argw,答案用弧度表示,保留 4 位有效数字。
解答
(a)
解法一
思路
展开
先把两个复数相加,再用实部与虚部构成的直角三角形求模长。
答题过程
展开
z1+z2=(3+2i)+(2+3i)=5+5i.
Therefore,
∣z1+z2∣==52+5252.
(b)
解法一
思路
展开
用分母的共轭复数 3−2i 将分母实数化。先把只含常数的两个因子相乘,再乘 a+bi,较容易准确收集实部与虚部。
答题过程
展开
w==3+2i(2+3i)(a+bi)(3+2i)(3−2i)(2+3i)(3−2i)(a+bi).
Writing the first two factors as a single product,
(2+3i)(3−2i)=12+5i.
Hence
w===13(12+5i)(a+bi)1312a−5b+(5a+12b)i1312a−5b+135a+12bi.
(c)
解法一
思路
展开
两个复数相等时,实部相等且虚部相等。由此建立关于 a,b 的两个一次方程,再用消元法求解。
答题过程
展开
Equating real and imaginary parts gives
12a−5b=4
and
5a+12b=58.
Multiplying the first equation by 12 and the second by 5 gives
144a−60b=48
and
25a+60b=290.
Adding,
169a=338,
so a=2. Substituting into 12a−5b=4,
24−5b=4,
so b=4. Therefore,
a=2,b=4.
(d)
解法一
思路
展开
w 的实部与虚部都为正,所以它位于第一象限,可直接用“虚部除以实部”的反正切求主辐角。
答题过程
展开
Since w=4/13+(58/13)i lies in the first quadrant,
argw===tan−1(4/1358/13)tan−1(229)1.5019…
Therefore, to 4 significant figures,
argw=1.502 radians.