Question
Problem
f(z)=z4−6z3+az2−44z+b
where a and b are real constants.
Given that −1−3i is a root of the equation f(z)=0
(a) write down another complex root of this equation.
(1)
(b) Hence find the other roots of the equation f(z)=0.
(6)
中文翻译
f(z)=z4−6z3+az2−44z+b
其中 a 和 b 是实常数。
已知 −1−3i 是方程 f(z)=0 的一个根
(a) 写出该方程的另一个复数根。
(1)
(b) 由此求方程 f(z)=0 的其他根。
(6)
解答
(a)
解法一
思路
展开
多项式的系数都是实数,因此非实复根必成共轭对出现。
答题过程
展开
Since f(z) has real coefficients, the complex conjugate of −1−3i is also a root. Hence another root is
−1+3i.
(b)
解法一
思路
展开
承接 (a),先由一对共轭根组成实系数二次因式。再把剩余因式设为首一二次式,通过比较 z3 项与 z 项的系数求出它,最后解该二次方程。
答题过程
展开
Using the two roots from part (a),
===(z−(−1−3i))(z−(−1+3i))(z+1+3i)(z+1−3i)(z+1)2+9z2+2z+10.
Therefore, for some real constants c and d,
f(z)=(z2+2z+10)(z2+cz+d).
Comparing the coefficients of z3 gives
c+2=−6,
so c=−8. Comparing the coefficients of z then gives
2d+10c=−44.
Hence
2d−80=−44,
so d=18. Thus
f(z)=(z2+2z+10)(z2−8z+18).
The remaining roots satisfy
z2−8z+18=0.
Therefore,
z===28±(−8)2−4(1)(18)28±−84±2i.
Hence the other roots are
4+2iand4−2i.
解法二
思路
展开
官方评分资料也接受多项式长除法。用 (a) 得到的二次因式直接除原四次式;余式必须为零,这会同时确定未知系数,并给出剩余二次因式。
答题过程
展开
From part (a), z2+2z+10 is a factor of f(z). Dividing gives
f(z)=(z2+2z+10)(z2−8z+18)+(a−12)z2+(b−180).
Since the division must have zero remainder,
a=12andb=180.
Hence the remaining quadratic factor is
z2−8z+18.
Solving it,
z2−8z+18=(z−4)2+2=(z−4)2=00−2.
Therefore, the other roots are
z=4±2i.