题目
Problem
In this question use the standard results for summations.
(a) Show that for all positive integers n
∑r=1n(12r2+2r−3)=An3+Bn2
where A and B are integers to be determined.
(4)
(b) Hence determine the value of n for which
∑r=12nr3−∑r=1n(12r2+2r−3)=270
(4)
题目中文翻译
本题使用标准求和公式。
(a) 证明对所有正整数 n,均有
∑r=1n(12r2+2r−3)=An3+Bn2
其中 A 和 B 为待求的整数。
(b) 由此确定满足以下等式的 n 值:
∑r=12nr3−∑r=1n(12r2+2r−3)=270
解答
(a)
解法一
思路
展开
把原求和拆成平方和、自然数和与常数项之和,分别代入标准公式,再展开合并。一次项会恰好抵消,留下题目要求的三次项与二次项。
答题过程
展开
Using the standard results for summations,
=====r=1∑n(12r2+2r−3)12r=1∑nr2+2r=1∑nr−3r=1∑n112(6n(n+1)(2n+1))+2(2n(n+1))−3n2n(n+1)(2n+1)+n(n+1)−3n4n3+6n2+2n+n2+n−3n4n3+7n2.
Comparing this with An3+Bn2 gives
A=4,B=7.
(b)
解法一
思路
展开
承接 (a),用 4n3+7n2 代替第二个求和;第一个求和则使用立方和公式,并注意上限是 2n。所得方程只含 n4 与 n2,把它看作关于 n2 的二次方程求解,再用 n 为正整数筛选答案。
答题过程
展开
From part (a),
r=1∑n(12r2+2r−3)=4n3+7n2.
Also,
r=1∑2nr3===(22n(2n+1))2n2(2n+1)24n4+4n3+n2.
Therefore,
⟹⟹⟹r=1∑2nr3−r=1∑n(12r2+2r−3)=2704n4+4n3+n2−(4n3+7n2)=2702n4−3n2−135=0(2n2+15)(n2−9)=0.
Since n is a positive integer, 2n2+15=0 and n2=9 gives
n=3.