Question
Problem
Prove by induction that, for n∈Z+
∑r=1nr2(2r−1)=61n(n+1)(3n2+n−1)
(5)
中文翻译
用数学归纳法证明,对于 n∈Z+
∑r=1nr2(2r−1)=61n(n+1)(3n2+n−1)
(5)
解答
解法一
思路
展开
先验证 n=1。然后假设结论在 n=k 时成立,把第 k+1 项 (k+1)2(2k+1) 加到前 k 项的和上,并把结果因式分解成命题在 n=k+1 时应有的形式。
答题过程
展开
Let
Sn=r=1∑nr2(2r−1).
When n=1,
S1=12(2−1)=1,
while
61(1)(1+1)(3(1)2+1−1)=1.
Thus the result is true for n=1.
Assume that the result is true for n=k, where k∈Z+. Then
Sk=61k(k+1)(3k2+k−1).
Therefore,
Sk+1====Sk+(k+1)2(2(k+1)−1)61k(k+1)(3k2+k−1)+(k+1)2(2k+1)61(k+1)(3k3+13k2+17k+6)61(k+1)(k+2)(3k2+7k+3).
Since
3k2+7k+3=3(k+1)2+(k+1)−1,
we obtain
Sk+1=61(k+1)((k+1)+1)×(3(k+1)2+(k+1)−1).
Hence the result is true for n=k+1 whenever it is true for n=k. Since it is true for n=1, by mathematical induction,
r=1∑nr2(2r−1)=61n(n+1)×(3n2+n−1)
for all n∈Z+.