题目
Problem
In this question you must show all stages of your working. Solutions relying on calculator technology are not acceptable.
where and are constants.
Given that is a factor of ,
(a) show that .
Given also that when is divided by the remainder is ,
(b) find a second simplified equation linking and .
(c) Hence, using algebra and showing your working,
(i) find the value of and the value of ,
(ii) fully factorise .
(9)
题目中文翻译
本题必须展示所有解题步骤,不能完全依赖计算器技术。
,其中 、 为常数。
已知 是 的因式,
(a) 证明 。
又已知 除以 的余数为 ,
(b) 求另一个关于 和 的简化方程。
(c) 由此,用代数方法并展示解题过程,
(i) 求 和 的值,
(ii) 完全因式分解 。
(9分)
解答
解法一
思路
利用因式定理:若 是 的因式,则 。结合余式定理 ,联立方程组求解。
答题过程
(a) By the Factor Theorem, since is a factor of , we have :
f\left(-\frac{1}{2}\right) =&\, 4\left(-\frac{1}{2}\right)^3 + a\left(-\frac{1}{2}\right)^2 - 29\left(-\frac{1}{2}\right) + b \\[2mm] =&\, -\frac{1}{2} + \frac{a}{4} + \frac{29}{2} + b \\[2mm] =&\, \frac{a}{4} + 14 + b = 0 \end{align*}$$ $$a + 4b = -56 \quad \cdots (1)$$ **(b)** By the Remainder Theorem, since the remainder is $-25$ when $f(x)$ is divided by $(x - 2)$: $$\begin{align*} f(2) =&\, 4(2)^3 + a(2)^2 - 29(2) + b \\ =&\, 32 + 4a - 58 + b = -25 \end{align*}$$ $$4a + b = 1 \quad \cdots (2)$$ **(c)(i)** Solving equations $(1)$ and $(2)$ simultaneously: From $(2)$: $b = 1 - 4a$ Substituting into $(1)$: $$\begin{align*} a + 4(1 - 4a) =&\, -56 \\ a + 4 - 16a =&\, -56 \\ -15a =&\, -60 \\ a =&\, 4 \end{align*}$$ $$b = 1 - 4(4) = -15$$ $$\boxed{a = 4, \quad b = -15}$$ **(c)(ii)** $f(x) = 4x^3 + 4x^2 - 29x - 15$ Since $(2x + 1)$ is a factor, perform polynomial division: $$\begin{align*} 4x^3 + 4x^2 - 29x - 15 =&\, (2x + 1)(2x^2 + x - 15) \\ =&\, (2x + 1)(2x - 5)(x + 3) \end{align*}$$ $$\boxed{f(x) = (2x + 1)(2x - 5)(x + 3)}$$