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

IAL 2020 Jan FP1 Q9

A Level / Edexcel / FP1

IAL 2020 Jan Paper · Question 9

题目

Problem

9. (i) f(n)=7n(3n+1)1f(n) = 7^n(3n + 1) - 1

Prove by induction that, for nZ+n \in \mathbb{Z}^+, f(n)f(n) is a multiple of 99

(6)

(ii) A sequence of numbers is defined by

u1=2u2=6u_1 = 2 \quad u_2 = 6

un+2=3un+12unnZ+u_{n+2} = 3u_{n+1} - 2u_n \quad n \in \mathbb{Z}^+

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

un=2(2n1)u_n = 2(2^n - 1)

(6)
题目中文翻译
  1. (i) f(n)=7n(3n+1)1f(n) = 7^n(3n + 1) - 1

用数学归纳法证明,对于 nZ+n \in \mathbb{Z}^+f(n)f(n)99 的倍数。

(ii) 一个数列定义如下:

u1=2u2=6u_1 = 2 \quad u_2 = 6

un+2=3un+12unnZ+u_{n+2} = 3u_{n+1} - 2u_n \quad n \in \mathbb{Z}^+

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

un=2(2n1)u_n = 2(2^n - 1)

解答

(i)

解法一

思路

展开

先验证 n=1n=1。归纳步骤中直接计算 f(k+1)f(k)f(k+1)-f(k),并将差整理成显然含有因子 99 的形式;再结合归纳假设推出 f(k+1)f(k+1) 也是 99 的倍数。

答题过程

展开

For n=1n=1,

f(1)=7(4)1=27,f(1)=7(4)-1=27,

which is a multiple of 99.

Assume that the result is true for n=kn=k, where kZ+k\in\mathbb{Z}^+. Thus f(k)f(k) is a multiple of 99.

Now

f(k+1)f(k)=7k+1(3k+4)1(7k(3k+1)1)=7k(7(3k+4)(3k+1))=7k(18k+27)=97k(2k+3).\begin{align*} f(k+1)-f(k) =&\,7^{k+1}(3k+4)-1 \\ &\,-\big(7^k(3k+1)-1\big) \\ =&\,7^k\big(7(3k+4)-(3k+1)\big) \\ =&\,7^k(18k+27) \\ =&\,9\cdot7^k(2k+3). \end{align*}

Therefore, f(k+1)f(k)f(k+1)-f(k) is a multiple of 99. Since f(k)f(k) is also a multiple of 99 by the inductive hypothesis, f(k+1)f(k+1) is a multiple of 99.

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 a multiple of 99 for every nZ+n\in\mathbb{Z}^+ by mathematical induction.

解法二

思路

展开

不先作差,而是直接把 f(k+1)f(k+1) 拆成 f(k)f(k) 与一个显然含因子 99 的余项。这是官方评分资料给出的另一种等价整理。

答题过程

展开

The base case is

f(1)=27,f(1)=27,

which is a multiple of 99.

Assume that f(k)f(k) is a multiple of 99 for some kZ+k\in\mathbb{Z}^+. Then

f(k+1)=7k+1(3k+4)1=7k(21k+28)1=7k(18k+27)+7k(3k+1)1=97k(2k+3)+f(k).\begin{align*} f(k+1) =&\,7^{k+1}(3k+4)-1 \\ =&\,7^k(21k+28)-1 \\ =&\,7^k(18k+27)+7^k(3k+1)-1 \\ =&\,9\cdot7^k(2k+3)+f(k). \end{align*}

Both terms on the final line are multiples of 99, so f(k+1)f(k+1) is a multiple of 99.

Therefore, by mathematical induction,

f(n) is a multiple of 9 for all nZ+.\boxed{f(n)\text{ is a multiple of }9 \text{ for all }n\in\mathbb{Z}^+.}

(ii)

解法一

思路

展开

这是二阶递推关系,因此归纳步骤需要同时假设公式对连续两项 uku_kuk+1u_{k+1} 成立,才能推出 uk+2u_{k+2}。相应地,基础步骤也必须验证 n=1n=1n=2n=2 两项。

答题过程

展开

For n=1n=1,

2(211)=2=u1.2(2^1-1)=2=u_1.

For n=2n=2,

2(221)=6=u2.2(2^2-1)=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, where kZ+k\in\mathbb{Z}^+. Hence

uk=2(2k1)u_k=2(2^k-1)

and

uk+1=2(2k+11).u_{k+1}=2(2^{k+1}-1).

Using the recurrence relation,

uk+2=3uk+12uk=3(2(2k+11))2(2(2k1))=62k+1642k+4=122k42k2=82k2=2(2k+21).\begin{align*} u_{k+2} =&\,3u_{k+1}-2u_k \\ =&\,3\big(2(2^{k+1}-1)\big) \\ &\,-2\big(2(2^k-1)\big) \\ =&\,6\cdot2^{k+1}-6-4\cdot2^k+4 \\ =&\,12\cdot2^k-4\cdot2^k-2 \\ =&\,8\cdot2^k-2 \\ =&\,2(2^{k+2}-1). \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,

un=2(2n1) for all nZ+\boxed{u_n=2(2^n-1) \text{ for all }n\in\mathbb{Z}^+}

by mathematical induction.