Question
Problem
Use the standard results for ∑r and for ∑r2 to show that, for all positive integers n,
∑r=1nr(r+3)=an(n+1)(n+b)
where a and b are integers to be found.
(4)
中文翻译
使用 ∑r 和 ∑r2 的标准公式证明,对于所有正整数 n
∑r=1nr(r+3)=an(n+1)(n+b)
其中 a 和 b 是待求的整数。
(4)
解答
解法一
思路
展开
先展开被求和项,把原式拆成 ∑r2+3∑r。代入两个标准求和公式后提取公因式 n(n+1),再与题目指定的形式比较,确定整数 a、b。
答题过程
展开
Using the standard results for ∑r and ∑r2,
r=1∑nr(r+3)=====r=1∑nr2+3r=1∑nr6n(n+1)(2n+1)+23n(n+1)6n(n+1)[(2n+1)+9]6n(n+1)(2n+10)3n(n+1)(n+5).
Comparing this with
an(n+1)(n+b),
we obtain
a=3,b=5.