题目
Problem
A sequence is defined by
where and are constants.
(a) Find, in terms of and ,
(i) (ii)
Given that and ,
(b) show that
(c) Hence find the larger possible value of
(8)
题目中文翻译
数列 由 , 定义,其中 为常数。
(a) 用 表示 (i) (ii)
已知 且 ,
(b) 证明
(c) 求 的较大可能值。
(8分)
解答
解法一
思路
逐项代入递推公式。利用 和 列方程,化简得关于 的二次方程。解方程后取使 更大的那个 值。
答题过程
(a)(i)
(a)(ii)
u_3 =&\, b - au_2 \\[4mm] =&\, b - a(b - 3a) \\[4mm] =&\, b - ab + 3a^2 \end{align*}$$ $$\boxed{u_3 = b - ab + 3a^2}$$ **(b)** $$\begin{align*} u_1 + u_2 + u_3 =&\, 153 \\[4mm] 3 + (b - 3a) + (b - ab + 3a^2) =&\, 153 \\[4mm] 3 + 2b - 3a - ab + 3a^2 =&\, 153 \end{align*}$$ Substituting $b = a + 9$: $$\begin{align*} 3 + 2(a + 9) - 3a - a(a + 9) + 3a^2 =&\, 153 \\[4mm] 3 + 2a + 18 - 3a - a^2 - 9a + 3a^2 =&\, 153 \\[4mm] 2a^2 - 10a + 21 =&\, 153 \\[4mm] 2a^2 - 10a - 132 =&\, 0 \\[4mm] a^2 - 5a - 66 =&\, 0 \end{align*}$$ $$\boxed{a^2 - 5a - 66 = 0}$$ **(c)** Solving $(a - 11)(a + 6) = 0$: $$a = 11 \quad \text{or} \quad a = -6$$ Since $b = a + 9$: - If $a = 11$: $b = 20$, $u_2 = 20 - 3(11) = -13$ - If $a = -6$: $b = 3$, $u_2 = 3 - 3(-6) = 21$ The larger value of $u_2$ is: $$\boxed{u_2 = 21}$$