题目
Problem
f(x)=x3+(p+3)x2−x+q
where p and q are constants and p>0.
Given that (x−3) is a factor of f(x),
(a) show that 9p+q=−51.
(2)
Given also that when f(x) is divided by (x+p) the remainder is 9,
(b) show that 3p2+p+q−9=0.
(2)
(c) Hence find the value of p and the value of q.
(3)
(d) Hence find a quadratic expression g(x) such that f(x)=(x−3)g(x).
(2)
解答
(a)
解法一
思路
展开
根據因式定理(Factor Theorem),如果 (x−3) 是 f(x) 的因式,那麼 f(3)=0。
將 x=3 代入函數表達式,令其等於 0,化簡即可得到目標關係式。
答题过程
展开
Since (x−3) is a factor of f(x), by the factor theorem, we have f(3)=0:
f(3)=(3)3+(p+3)(3)2−3+q=27+9(p+3)−3+q=24+9p+27+q=9p+q+51=00000.
Therefore,
9p+q=−51.
(b)
解法一
思路
展开
根據餘式定理(Remainder Theorem),如果 f(x) 除以 (x+p) 的餘數是 9,那麼 f(−p)=9。
將 x=−p 代入函數表達式,令其等於 9,進行代數化簡即可。
答题过程
展开
Since f(x) divided by (x+p) leaves a remainder of 9, by the remainder theorem, we have f(−p)=9:
f(−p)=(−p)3+(p+3)(−p)2−(−p)+q=−p3+(p+3)p2+p+q=−p3+p3+3p2+p+q=3p2+p+q=99999.
Therefore,
3p2+p+q−9=0.
(c)
解法一
思路
展开
- 消元:由 (a) 小題可得 q=−51−9p。
- 代入求解:將其代入 (b) 小題的方程中,得到一個關於 p 的一元二次方程。
- 求解並篩選:解出 p 的兩個值。根據已知條件 p>0,捨去負值,從而確定 p。再代入求出 q。
答题过程
展开
From part (a), we can express q in terms of p:
q=−51−9p.
Substitute this expression for q into the equation from part (b):
3p2+p+(−51−9p)−9=3p2−8p−60=(3p+10)(p−6)=000.
This gives:
p=−310orp=6.
Since p>0, we choose:
p=6.
Substituting p=6 back into the expression for q:
q===−51−9(6)−51−54−105.
Thus, the values are:
p=6,q=−105.
(d)
解法一
思路
展开
將 p=6 和 q=−105 代入原函數,得到 f(x)=x3+9x2−x−105。
利用多項式除法(polynomial division)或待定係數法將 f(x) 除以 (x−3),所得的商式即為二次多項式 g(x)。
答题过程
展开
Substituting p=6 and q=−105 into f(x):
f(x)=x3+9x2−x−105.
We divide f(x) by (x−3) using algebraic long division or division by inspection:
x3+9x2−x−105======x2(x−3)+3x2+9x2−x−105x2(x−3)+12x2−x−105x2(x−3)+12x(x−3)+36x−x−105x2(x−3)+12x(x−3)+35x−105x2(x−3)+12x(x−3)+35(x−3)(x−3)(x2+12x+35).
Comparing this to f(x)=(x−3)g(x), the quadratic expression is:
g(x)=x2+12x+35.