Question
Problem
f(x)=x2+qx+r
where q,r∈Z.
The equation f(x)=0 has roots α and β.
(a) Write down, in terms of q or r
(i) α+β
(ii) αβ
(1)
Given that α1+β1=21 and α2+β2=5
(b) without finding α or β, show that
r2+br+c=0
where b and c are integers to be determined.
(3)
(c) Hence determine the two possible functions f(x).
(3)
中文翻译
f(x)=x2+qx+r
其中 q,r∈Z。
方程 f(x)=0 有根 α 和 β。
(a) 用 q 或 r 写出
(i) α+β
(ii) αβ
(1)
已知 α1+β1=21 且 α2+β2=5
(b) 不求 α 或 β,证明
r2+br+c=0
其中 b 和 c 是待确定的整数。
(3)
(c) 由此确定两个可能的函数 f(x)。
(3)
解答
(a)
解法一
思路
展开
直接使用一元二次方程的根与系数关系。对于 x2+qx+r=0,两根之和是一次项系数的相反数,两根之积是常数项。
答题过程
展开
By the relationships between the roots and coefficients,
α+β=−q
and
αβ=r.
(b)
解法一
思路
展开
先把倒数和写成 αβα+β,再利用 (a) 得到 q 与 r 的关系。然后把 α2+β2 写成根的和与积的表达式,消去 q,即可得到只含 r 的二次方程。
答题过程
展开
Using part (a),
α1+β1==αβα+βr−q.
Since this is equal to 21,
−rq=21,
and hence
q=−2r.
Also,
α2+β2==(α+β)2−2αβq2−2r.
Using α2+β2=5 and q=−2r,
(−2r)2−2r=4r2−2r=r2−8r−20=550.
Therefore,
b=−8,c=−20.
(c)
解法一
思路
展开
承接 (b),先解关于 r 的二次方程。再用同一小题得到的 q=−2r 分别求出对应的 q,最后代回 f(x)=x2+qx+r。
答题过程
展开
From part (b),
r2−8r−20=(r+2)(r−10)=00.
Thus r=−2 or r=10.
Since q=−2r,
r−210q1−5
Therefore, the two possible functions are
f(x)=x2+x−2
and
f(x)=x2−5x+10.