Question
Problem
Use the standard results for summations to
(a) show that for all positive integers k
∑r=13k(4r+1)=pk(2k+1)
where p is an integer to be determined.
(3)
(b) find the positive value of k that satisfies
∑r=1k2r2=∑r=13k(4r+1)
(3)
中文翻译
使用求和的标准结果
(a) 证明对于所有正整数 k
∑r=13k(4r+1)=pk(2k+1)
其中 p 是待确定的整数。
(3)
(b) 求满足下式的 k 的正值
∑r=1k2r2=∑r=13k(4r+1)
(3)
解答
(a)
解法一
思路
展开
把求和拆成 4∑r 与 ∑1,并注意这里共有 3k 项。代入标准求和公式后整理为题目要求的形式,即可确定 p。
答题过程
展开
Using the standard result
r=1∑nr=2n(n+1),
we have
r=1∑3k(4r+1)=====4r=1∑3kr+r=1∑3k14(23k(3k+1))+3k6k(3k+1)+3k18k2+9k9k(2k+1).
Thus the required form is obtained with
p=9.
解法二
思路
展开
官方另一条路线是先求一般的前 n 项和,再令 n=3k。这能清楚区分一般求和公式与本题指定的上限。
答题过程
展开
For a positive integer n,
r=1∑n(4r+1)===4r=1∑nr+r=1∑n14(2n(n+1))+n2n2+3n.
Putting n=3k gives
r=1∑3k(4r+1)===2(3k)2+3(3k)18k2+9k9k(2k+1).
Therefore,
p=9.
(b)
解法一
思路
展开
承接 (a),右边直接替换成 9k(2k+1);左边使用平方和公式。由于 k 为正整数,k 与 2k+1 均不为零,可以约去共同因子,把问题化为一次方程。
答题过程
展开
Using part (a) and the standard result for the sum of squares,
r=1∑k2r2==2(6k(k+1)(2k+1))3k(k+1)(2k+1).
Hence
3k(k+1)(2k+1)=9k(2k+1).
Since k is positive, k=0 and 2k+1=0. Cancelling these factors gives
3k+1=9.
Therefore,
k=26.
解法二
思路
展开
官方也接受先展开为三次方程,再完整因式分解。这样会同时产生非正根;最后必须使用题目要求的“正值”筛掉它们。
答题过程
展开
From part (a),
3k(k+1)(2k+1)=9k(2k+1).
Multiplying by 3 and bringing all terms to one side,
k(k+1)(2k+1)−27k(2k+1)=k(2k+1)(k−26)=00.
Thus
k=0,k=−21,ork=26.
The only positive value is therefore
k=26.