题目
Problem
2. Given that x=−31 is a root of the equation
3x3+kx2+33x+13=0k∈R
determine
(a) the value of k,
(2)
(b) the other 2 roots of the equation in the form a+ib, where a and b are real numbers.
(4)
题目中文翻译
- 已知 x=−31 是方程
3x3+kx2+33x+13=0k∈R
的一个根,求
(a) k 的值。
(b) 方程的另外两个根,写成 a+ib 的形式,其中 a 和 b 是实数。
解答
(a)
解法一
思路
展开
已知 −31 是方程的根,因此代入多项式后结果必须为零。所得方程只含未知数 k,直接整理即可。
答题过程
展开
Since x=−31 is a root,
0=3(−31)3+k(−31)2+33(−31)+13.
Therefore,
−91+9k−11+13=−1+k+18=k=0,0,−17.
解法二
思路
展开
由根 −31 可知 3x+1 是多项式的因式。把三次式写成 (3x+1) 与一个二次式的乘积,再比较系数求出 k。这是官方评分资料给出的另一条路线。
答题过程
展开
Since 3x+1 is a factor, write
3x3+kx2+33x+13=(3x+1)(x2+Ax+13).
Expanding the right-hand side,
(3x+1)(x2+Ax+13)=3x3+(3A+1)x2+(39+A)x+13.
Comparing the coefficients of x,
39+A=33,
so A=−6. Comparing the coefficients of x2,
k===3A+13(−6)+1−17.
(b)
解法一
思路
展开
先使用 (a) 的 k=−17,并由已知因式 3x+1 得到剩余的二次因式。再对二次方程使用二次公式;判别式为负,因此另外两根是一对共轭复根。
答题过程
展开
With k=−17,
3x3−17x2+33x+13=(3x+1)(x2−6x+13).
The other two roots therefore satisfy
x2−6x+13=0.
Using the quadratic formula,
x===26±(−6)2−4(1)(13)26±−1626±4i.
Hence the other two roots are
x=3+2i,x=3−2i.
解法二
思路
展开
官方评分资料也接受对二次因式配方。把 x2−6x+13 写成平方加常数,可以直接读出两条复数根。
答题过程
展开
From
x2−6x+13=0,
completing the square gives
(x−3)2+4=(x−3)2=x−3=0,−4,±2i.
Therefore,
x=3+2i,x=3−2i.