题目
Problem
(i) Prove by induction that for n∈Z+
=(54−11)n3n−1(2n+34n−n3−2n).
(5)
(ii) Prove by induction that for n∈Z+
f(n)=82n+1+62n−1
is divisible by 7
(5)
题目中文翻译
(i) 用数学归纳法证明:对于所有正整数 n,
=(54−11)n3n−1(2n+34n−n3−2n).
(ii) 用数学归纳法证明:对于所有正整数 n,
f(n)=82n+1+62n−1
能被 7 整除。
解答
(i)
解法一
思路
展开
先验证 n=1。归纳步骤中,假设公式对 n=k 成立,再把该矩阵的 k 次幂右乘原矩阵。矩阵乘法后,每个元素都能提出因数 3,与外面的 3k−1 合并成 3k。
答题过程
展开
Let
A=(54−11).
For n=1,
==31−1(2(1)+34(1)−13−2(1))(54−11)A.
Hence the result is true for n=1.
Assume that the result is true for n=k, where k∈Z+. Thus
Ak=3k−1(2k+34k−k3−2k).
Then
Ak+1=====AkA3k−1(2k+34k−k3−2k)×(54−11)3k−1(6k+1512k+12−3k−33−6k)3k(2k+54k+4−(k+1)1−2k)3k(2(k+1)+34(k+1)−(k+1)3−2(k+1)).
This is the required formula for n=k+1. Therefore, 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,
An=3n−1(2n+34n−n3−2n)
for all n∈Z+.
(ii)
解法一
思路
展开
先验证 n=1。归纳步骤中,把 f(k+1) 凑成 64f(k) 减去一个含因数 7 的项;利用归纳假设即可证明两部分都能被 7 整除。
答题过程
展开
For n=1,
f(1)=83+6=518=7×74,
so the result is true for n=1.
Assume that the result is true for n=k. Thus
f(k)=82k+1+62k−1
is divisible by 7.
Now,
f(k+1)====82k+3+62k+164(82k+1)+36(62k−1)64(82k+1+62k−1)−28(62k−1)64f(k)−28(62k−1).
By the induction hypothesis, 64f(k) is divisible by 7, and 28(62k−1) is divisible by 7. Hence f(k+1) is divisible by 7.
Therefore, 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∣f(n) for all n∈Z+.
解法二
思路
展开
官方评分资料也允许改为凑出 36f(k)。此时剩下的是 28⋅82k+1,同样显然含有因数 7。
答题过程
展开
For n=1,
f(1)=83+6=518=7×74,
so the result is true for n=1.
Assume that f(k)=82k+1+62k−1 is divisible by 7. Then
f(k+1)===64(82k+1)+36(62k−1)36(82k+1+62k−1)+28(82k+1)36f(k)+28(82k+1).
Both terms are divisible by 7, so f(k+1) is divisible by 7. Therefore, 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∣f(n) for all n∈Z+.