Question
Problem
A sequence of numbers u1,u2,u3,… is defined by
u1=8,u2=10
un+2=un+1+2un,n≥1
Prove by induction that, for n∈Z+
un=3×2n−2×(−1)n
(6)
中文翻译
一个数列 u1,u2,u3,… 由下式定义
u1=8,u2=10
un+2=un+1+2un,n≥1
用数学归纳法证明,对于 n∈Z+
un=3×2n−2×(−1)n
(6)
解答
解法一
思路
展开
递推式同时使用前两项,所以归纳证明必须先验证 n=1 与 n=2 两个基例。归纳步骤中假设公式对相邻的 uk、uk+1 成立,再代入递推式推出 uk+2 的目标形式。
答题过程
展开
For n=1, the proposed formula gives
3×21−2×(−1)1=6+2=8=u1.
For n=2, it gives
3×22−2×(−1)2=12−2=10=u2.
Therefore, the result is true for n=1 and n=2.
Assume that the result is true for two consecutive positive integers k and k+1. Thus,
uk=3×2k−2×(−1)k
and
uk+1=3×2k+1−2×(−1)k+1.
Using the recurrence relation,
uk+2=====uk+1+2uk3×2k+1−2×(−1)k+1+2[3×2k−2×(−1)k]3×2k+1+6×2k−2×(−1)k+1−4×(−1)k3×2k+2−2×(−1)k3×2k+2−2×(−1)k+2.
Hence, if the result is true for n=k and n=k+1, it is also true for n=k+2. Since it is true for n=1 and n=2, by induction,
un=3×2n−2×(−1)n
for all n∈Z+.