题目
Problem
f(x)=3x3+ax2−10x+b
where a and b are constants.
Given that (3x−4) is a factor of f(x),
(a) show that 16a+9b=56
(2)
Given further that when f(x) is divided by (x−2) the remainder is b,
(b) find the value of a and the value of b.
(4)
(c) Hence, using algebra, fully factorise f(x).
(3)
解答
(a)
解法一
思路
展开
(3x−4) 是因式,说明 x=34 是根,所以 f(34)=0。
答题过程
展开
Since (3x−4) is a factor,
x=34
is a root. Therefore,
f(34)=3(34)3+a(34)2−10(34)+b=00.
So
964+916a−340+b=0.
Multiply by 9:
64+16a−120+9b=16a+9b=056.
This is the required result.
(b)
解法一
思路
展开
除以 (x−2) 的余数是 f(2)。题目说余数是 b,所以 f(2)=b。
答题过程
展开
By the remainder theorem,
f(2)=b.
Hence
3(2)3+a(2)2−10(2)+b=24+4a−20+b=4a+4=a=bb0−1.
Using 16a+9b=56,
16(−1)+9b=9b=b=56728.
Therefore,
a=−1,b=8.
(c)
解法一
思路
展开
先代入 a=−1,b=8。由于题目要求 hence,要使用已知因式 (3x−4),再把剩下的二次式分解。
答题过程
展开
Using a=−1 and b=8,
f(x)=3x3−x2−10x+8.
Since (3x−4) is a factor,
3x3−x2−10x+8=(3x−4)(x2+x−2).
Now factorise the quadratic:
x2+x−2=(x+2)(x−1).
Therefore,
f(x)=(3x−4)(x+2)(x−1).
解法二
思路
展开
待定系数法(inspection)。已知 f(x)=3x3−x2−10x+8 并且 (3x−4) 是因式。设 f(x)=(3x−4)(ax2+bx+c)。通过两端的最高次项与常数项对比,一眼即可确定 a=1 和 c=−2,然后再通过一次项或二次项求出 b=1,能有效缩短计算时间。
答题过程
展开
Substitute a=−1 and b=8:
f(x)=3x3−x2−10x+8
Since (3x−4) is a factor of f(x), we can assume the factorised form is:
3x3−x2−10x+8=(3x−4)(ax2+bx+c)
Comparing coefficients:
3a=3⟹a=1
−4c=8⟹c=−2
- For the x2 term (expanding (3x−4)(x2+bx−2)):
3b−4a=3b−4=3b=b=−1−1……(since a=1)31
Thus, the quadratic factor is (x2+x−2).
Now, factorise the quadratic:
x2+x−2=(x+2)(x−1)
Therefore, the fully factorised form is:
f(x)=(3x−4)(x+2)(x−1)