题目
Problem
3. f(z)=z4+az3+bz2+cz+d
where a, b, c and d are integers.
The complex numbers 3+i and −1−2i are roots of the equation f(z)=0
(a) Write down the other roots of this equation.
(2)
(b) Show all the roots of the equation f(z)=0 on a single Argand diagram.
(2)
(c) Determine the values of a, b, c and d.
(5)
题目中文翻译
- f(z)=z4+az3+bz2+cz+d
其中 a、b、c 和 d 是整数。
复数 3+i 和 −1−2i 是方程 f(z)=0 的根。
(a) 写出该方程的其他根。
(b) 在同一幅 Argand 图上画出方程 f(z)=0 的所有根。
(c) 求 a、b、c 和 d 的值。
解答
(a)
解法一
思路
展开
多项式的系数都是实数,因此每个非实复根的共轭复数也必定是根。
答题过程
展开
Since f(z) has real coefficients, non-real roots occur in conjugate pairs. Therefore, the other roots are
3−iand−1+2i.
(b)
解法一
思路
展开
在 Argand 图上,复数 x+yi 对应点 (x,y)。因此标出 (3,1)、(3,−1)、(−1,2)、(−1,−2);两对点均关于实轴对称。
答题过程
展开
The four roots are represented by the points
(3,1),(3,−1),
and
(−1,2),(−1,−2)
on the Argand diagram.
(c)
解法一
思路
展开
先把每对共轭复根组成一个实系数二次因式,再将两个二次因式相乘。展开所得四次多项式后,与题目给出的系数逐项比较。
答题过程
展开
The conjugate pair 3±i gives the factor
==[z−(3+i)][z−(3−i)](z−3)2+1z2−6z+10.
Similarly, the pair −1±2i gives
==[z−(−1+2i)][z−(−1−2i)](z+1)2+4z2+2z+5.
Therefore,
f(z)==(z2−6z+10)(z2+2z+5)z4−4z3+3z2−10z+50.
Hence
a=−4,b=3,c=−10,d=50.
解法二
思路
展开
使用韦达定理。将两对共轭根分别看成一组,先求每组的和与积;这样二阶、三阶对称和都可由两组的和与积快速得到,不必列出所有组合逐项计算。
答题过程
展开
Let the roots be r1,r2,r3,r4, where
{r1,r2}={3+i,3−i}
and
{r3,r4}={−1+2i,−1−2i}.
Then
r1+r2=6,r1r2=10,
and
r3+r4=−2,r3r4=5.
The sum of all four roots is
6+(−2)=4,
so a=−4.
The sum of the six products of two distinct roots is
==r1r2+r3r4+(r1+r2)(r3+r4)10+5+6(−2)3,
so b=3.
The sum of the four products of three distinct roots is
==r1r2(r3+r4)+r3r4(r1+r2)10(−2)+5(6)10,
so c=−10.
Finally,
r1r2r3r4=10(5)=50,
so d=50. Therefore,
a=−4,b=3,c=−10,d=50.