题目
Problem
(a) Using the formulae for r=1∑nr and r=1∑nr2, show that
∑r=1n(r+1)(r+5)=61n(n+7)(2n+7)
for all positive integers n.
(5)
(b) Hence show that
∑r=n+12n(r+1)(r+5)=67n(n+1)(an+b)
where a and b are integers to be determined.
(2)
题目中文翻译
(a) 使用 r=1∑nr 和 r=1∑nr2 的公式证明
∑r=1n(r+1)(r+5)=61n(n+7)(2n+7)
对于所有正整数 n 成立。
(b) 由此证明
∑r=n+12n(r+1)(r+5)=67n(n+1)(an+b)
其中 a 和 b 为待确定的整数。
解答
(a)
解法一
思路
展开
先展开 (r+1)(r+5),把原和式拆成平方和、等差数列之和与常数项之和。代入题目指定的求和公式后,提取公因子并因式分解,即可得到目标形式。
答题过程
展开
Expanding the summand gives
(r+1)(r+5)=r2+6r+5.
Therefore,
r=1∑n(r+1)(r+5)=====r=1∑nr2+6r=1∑nr+5n6n(n+1)(2n+1)+3n(n+1)+5n6n[(n+1)(2n+1)+18(n+1)+30]6n(2n2+21n+49)61n(n+7)(2n+7).
This is the required result.
(b)
解法一
思路
展开
承接 (a),把从 n+1 到 2n 的和写成“前 2n 项之和减去前 n 项之和”。分别把 2n 与 n 代入 (a) 的结果,再提取公因式并与题目给定形式比较。
答题过程
展开
Let Sm denote the sum of the first m terms of (r+1)(r+5).
Using the result from part (a),
Sm=61m(m+7)(2m+7).
Therefore,
r=n+1∑2n(r+1)(r+5)=====S2n−Sn61(2n)(2n+7)(4n+7)−61n(n+7)(2n+7)6n(2n+7)×[2(4n+7)−(n+7)]6n(2n+7)(7n+7)67n(n+1)(2n+7).
Comparing this with
67n(n+1)(an+b),
we obtain
a=2,b=7.