题目
Problem
(i) A sequence of numbers u1,u2,u3,… is defined by
un+1=31(2un−1)u1=1
Prove by induction that, for n∈Z+
un=3(32)n−1
(6)
(ii) f(n)=2n+2+32n+1
Prove by induction that, for n∈Z+, f(n) is a multiple of 7
(6)
题目中文翻译
(i) 数列 u1,u2,u3,… 定义为
un+1=31(2un−1)u1=1
用数学归纳法证明:对于 n∈Z+,
un=3(32)n−1
(ii) f(n)=2n+2+32n+1
用数学归纳法证明:对于 n∈Z+,f(n) 是 7 的倍数。
解答
(i)
解法一
思路
展开
先验证 n=1。归纳步骤假设公式对 n=k 成立,把 uk 的公式代入递推关系,并整理成原公式中将 n 替换为 k+1 的形式。
答题过程
展开
For n=1, the proposed formula gives
3(32)1−1=2−1=1=u1.
Therefore, the result is true for n=1.
Assume that the result is true for n=k, where k∈Z+. Thus
uk=3(32)k−1.
Using the recurrence relation,
uk+1====31(2uk−1)31[2(3(32)k−1)−1]2(32)k−13(32)k+1−1.
This is the required formula for n=k+1. Hence, if the result is true for n=k, it is true for n=k+1.
Since the result is true for n=1, by mathematical induction,
un=3(32)n−1
for all n∈Z+.
(ii)
解法一
思路
展开
先验证 f(1) 是 7 的倍数。归纳步骤把 f(k+1) 重组为 2f(k)+7⋅32k+1;归纳假设保证第一项是 7 的倍数,第二项显然也是。
答题过程
展开
For n=1,
f(1)=23+33=8+27=35=7×5.
Therefore, the result is true for n=1.
Assume that the result is true for n=k, where k∈Z+. Thus
f(k)=2k+2+32k+1
is a multiple of 7.
Now
f(k+1)====2k+3+32k+32⋅2k+2+9⋅32k+12(2k+2+32k+1)+7⋅32k+12f(k)+7⋅32k+1.
By the induction hypothesis, 2f(k) is a multiple of 7, and 7⋅32k+1 is also a multiple of 7. Therefore, f(k+1) is a multiple of 7.
Hence, if the result is true for n=k, it is true for n=k+1. Since it is true for n=1, by mathematical induction,
7∣(2n+2+32n+1)
for all n∈Z+.