题目
Problem
(a) Use the standard results for summations to show that, for all positive integers n,
∑r=1nr(2r2−3r−1)=21n(n+1)2(n−2)
(4)
(b) Hence show that, for all positive integers n,
∑r=n2nr(2r2−3r−1)=21n(n−1)(an+b)(cn+d)
where a, b, c and d are integers to be determined.
(4)
题目中文翻译
(a) 使用求和的标准结果证明:对于所有正整数 n,
∑r=1nr(2r2−3r−1)=21n(n+1)2(n−2)
(b) 由此证明:对于所有正整数 n,
∑r=n2nr(2r2−3r−1)=21n(n−1)(an+b)(cn+d)
其中 a、b、c、d 为待确定的整数。
解答
(a)
解法一
思路
展开
先展开被求和项,再分别使用 ∑r、∑r2 与 ∑r3 的标准结果。最后提出公因式并因式分解,即可得到题目要求的形式。
答题过程
展开
Using the standard results for summations,
r=1∑nr(2r2−3r−1)=====2r=1∑nr3−3r=1∑nr2−r=1∑nr2[4n2(n+1)2]−3[6n(n+1)(2n+1)]−2n(n+1)21n(n+1)[n(n+1)−(2n+1)−1]21n(n+1)(n2−n−2)21n(n+1)2(n−2).
(b)
解法一
思路
展开
设 (a) 的部分和为 F(n)。由于本题从 r=n 开始且包含第 n 项,应计算 F(2n)−F(n−1);代入 (a) 的结果后再因式分解,并与指定形式比较系数。
答题过程
展开
Let
F(n)=r=1∑nr(2r2−3r−1)=21n(n+1)2(n−2).
Then
r=n∑2nr(2r2−3r−1)=====F(2n)−F(n−1)21(2n)(2n+1)2(2n−2)−21(n−1)n2(n−3)21n(n−1)[4(2n+1)2−n(n−3)]21n(n−1)(15n2+19n+4)21n(n−1)(15n+4)(n+1).
Therefore, one valid set of integer values is
a=15,b=4,c=1,d=1.