题目
Problem
The quadratic equation
3x2−2x+5=0
has roots α and β.
Without solving the equation,
(a) write down the value of (α+β) and the value of αβ
(1)
(b) determine the value of α2+β2
(2)
(c) determine a quadratic equation that has roots
α+α1andβ+β1
giving your answer in the form px2+qx+r=0 where p,q and r are integers.
(4)
题目中文翻译
已知二次方程
3x2−2x+5=0
的两个根为 α 和 β。
在不解方程的情况下:
(a) 写出 (α+β) 的值和 αβ 的值。
(b) 确定 α2+β2 的值。
(c) 确定一个以
α+α1与β+β1
为根的二次方程,将你的答案表示为 px2+qx+r=0 的形式,其中 p,q,r 均为整数。
解答
(a)
解法一
思路
展开
直接使用二次方程的根与系数关系。对于 ax2+bx+c=0,两根之和为 −ab,两根之积为 ac。
答题过程
展开
Using the sum and product of the roots of 3x2−2x+5=0,
α+β=32,αβ=35.
(b)
解法一
思路
展开
把平方和写成 (α+β)2−2αβ,再代入 (a) 中的根之和与根之积。
答题过程
展开
Using
α2+β2=(α+β)2−2αβ,
we obtain
α2+β2===(32)2−2(35)94−310−926.
Therefore,
α2+β2=−926.
(c)
解法一
思路
展开
先求两个新根的和与积,再利用“二次方程等于 x2− 根之和乘 x+ 根之积”建立方程。最后把方程整体乘以 15,使所有系数均为整数。
答题过程
展开
Let the new roots be
u=α+α1,v=β+β1.
Their sum is
u+v====α+β+αβα+β32+353232+521516.
Their product is
uv======(α+α1)(β+β1)αβ+βα+αβ+αβ1αβ+αβα2+β2+αβ135+35−926+5335−1526+53158.
Hence the required quadratic equation is
x2−1516x+158=0.
Multiplying by 15 gives
15x2−16x+8=0.