Skip to content
CalcGospel 國際數學圖譜
返回

IAL 2021 Oct FP1 Q9

A Level / Edexcel / FP1

IAL 2021 Oct Paper · Question 9

题目

Problem

9. (i) A sequence of numbers is defined by

u1=0u2=6u_1 = 0 \quad u_2 = -6

un+2=5un+16unn1u_{n+2} = 5u_{n+1} - 6u_n \quad n \geq 1

Prove by induction that, for nZ+n \in \mathbb{Z}^+

un=3×2n2×3nu_n = 3 \times 2^n - 2 \times 3^n

(5)

(ii) Prove by induction that, for all positive integers nn,

f(n)=33n2+24n1f(n) = 3^{3n-2} + 2^{4n-1}

is divisible by 1111

(5)
题目中文翻译
  1. (i) 一个数列定义如下:

u1=0u2=6u_1 = 0 \quad u_2 = -6

un+2=5un+16unn1u_{n+2} = 5u_{n+1} - 6u_n \quad n \geq 1

用数学归纳法证明,对于 nZ+n \in \mathbb{Z}^+

un=3×2n2×3nu_n = 3 \times 2^n - 2 \times 3^n

(ii) 用数学归纳法证明,对于所有正整数 nn

f(n)=33n2+24n1f(n) = 3^{3n-2} + 2^{4n-1}

能被 1111 整除。

解答

(i)

解法一

思路

展开

递推关系同时依赖前两项,因此归纳基础必须验证 n=1n=1n=2n=2。归纳步骤中假设公式对 n=kn=kn=k+1n=k+1 都成立,将两式代入递推关系,证明公式对 n=k+2n=k+2 成立。

答题过程

展开

For n=1n=1, the proposed formula gives

3×212×31=66=0=u1.3\times2^1-2\times3^1=6-6=0=u_1.

For n=2n=2, it gives

3×222×32=1218=6=u2.3\times2^2-2\times3^2=12-18=-6=u_2.

Thus the result is true for n=1n=1 and n=2n=2.

Assume that the result is true for n=kn=k and n=k+1n=k+1. Then

uk=3×2k2×3k,uk+1=3×2k+12×3k+1.\begin{align*} u_k=&\,3\times2^k-2\times3^k,\\ u_{k+1}=&\,3\times2^{k+1}-2\times3^{k+1}. \end{align*}

Using the recurrence relation,

uk+2=5uk+16uk=5(3×2k+12×3k+1)6(3×2k2×3k)=15×2k+110×3k+118×2k+12×3k=12×2k18×3k=3×2k+22×3k+2.\begin{align*} u_{k+2} =&\,5u_{k+1}-6u_k\\ =&\,5\big(3\times2^{k+1}-2\times3^{k+1}\big)\\ &\,\hspace{2pt}-6\big(3\times2^k-2\times3^k\big)\\ =&\,15\times2^{k+1}-10\times3^{k+1}\\ &\,\hspace{2pt}-18\times2^k+12\times3^k\\ =&\,12\times2^k-18\times3^k\\ =&\,3\times2^{k+2}-2\times3^{k+2}. \end{align*}

Therefore, if the result is true for n=kn=k and n=k+1n=k+1, it is true for n=k+2n=k+2. Since it is true for n=1n=1 and n=2n=2, the result is true for all nZ+n\in\mathbb{Z}^+ by mathematical induction.

(ii)

解法一

思路

展开

先验证 n=1n=1。假设 f(k)f(k) 可被 1111 整除,把 f(k+1)f(k+1) 中的指数降到与 f(k)f(k) 一致,再整理成 16f(k)16f(k) 与一个显然含因子 1111 的项之和。

答题过程

展开

For n=1n=1,

f(1)=31+23=3+8=11,f(1)=3^1+2^3=3+8=11,

which is divisible by 1111.

Assume that the result is true for n=kn=k, so

f(k)=33k2+24k1f(k)=3^{3k-2}+2^{4k-1}

is divisible by 1111.

Now

f(k+1)=33k+1+24k+3=27×33k2+16×24k1=16(33k2+24k1)+11×33k2=16f(k)+11×33k2.\begin{align*} f(k+1) =&\,3^{3k+1}+2^{4k+3}\\ =&\,27\times3^{3k-2}\\ &\,\hspace{2pt}+16\times2^{4k-1}\\ =&\,16\big(3^{3k-2}+2^{4k-1}\big)\\ &\,\hspace{2pt}+11\times3^{3k-2}\\ =&\,16f(k)+11\times3^{3k-2}. \end{align*}

By the induction hypothesis, 16f(k)16f(k) is divisible by 1111, and 11×33k211\times3^{3k-2} is also divisible by 1111. Therefore, f(k+1)f(k+1) is divisible by 1111.

Hence, if the result is true for n=kn=k, it is true for n=k+1n=k+1. Since it is true for n=1n=1, f(n)f(n) is divisible by 1111 for all positive integers nn, by mathematical induction.