题目
Problem
(a) Prove by induction that, for n∈Z+
∑r=1nr3=41n2(n+1)2
(5)
(b) Using the standard summation formulae, show that
∑r=1nr(r+1)(r−1)=41n(n+A)(n+B)(n+C)
where A, B and C are constants to be determined.
(4)
(c) Determine the value of n for which
3∑r=1nr(r+1)(r−1)=17∑r=n2nr2
(5)
题目中文翻译
(a) 用数学归纳法证明:对于 n∈Z+,
∑r=1nr3=41n2(n+1)2
(b) 使用标准求和公式证明
∑r=1nr(r+1)(r−1)=41n(n+A)(n+B)(n+C)
其中 A、B、C 为待确定的常数。
(c) 确定使下式成立的 n 值
3∑r=1nr(r+1)(r−1)=17∑r=n2nr2
解答
(a)
解法一
思路
展开
先验证 n=1。归纳步骤中,在前 k 项立方和后加上 (k+1)3,再提取 41(k+1)2;括号内恰好是 (k+2)2,从而得到 n=k+1 时的目标形式。
答题过程
展开
For n=1,
r=1∑1r3=1
and
41(1)2(1+1)2=1.
Hence the result is true for n=1.
Assume that the result is true for n=k, where k∈Z+. Thus
r=1∑kr3=41k2(k+1)2.
Then
r=1∑k+1r3======r=1∑kr3+(k+1)341k2(k+1)2+(k+1)341(k+1)2[k2+4(k+1)]41(k+1)2(k2+4k+4)41(k+1)2(k+2)241(k+1)2((k+1)+1)2.
This is the required result for n=k+1. Since the result is true for n=1, and truth for n=k implies truth for n=k+1, it follows by mathematical induction that
r=1∑nr3=41n2(n+1)2
for all n∈Z+.
(b)
解法一
思路
展开
先展开 r(r+1)(r−1)=r3−r,再使用 (a) 的立方和结果与标准的一次方求和公式。提取 41n(n+1) 后,剩余二次式可分解为 (n−1)(n+2)。
答题过程
展开
Since
r(r+1)(r−1)=r3−r,
using part (a) and the standard result for ∑r gives
r=1∑nr(r+1)(r−1)====r=1∑nr3−r=1∑nr41n2(n+1)2−21n(n+1)41n(n+1)[n(n+1)−2]41n(n+1)(n−1)(n+2).
Therefore one valid assignment of the constants is
A=1,B=−1,C=2,
where the order of A,B,C may be interchanged.
(c)
解法一
思路
展开
先把从 n 到 2n 的平方和写成“前 2n 项平方和减去前 n−1 项平方和”,并用标准公式化简。然后代入 (b) 的结果,约去正整数条件下非零的公共因子,解所得二次方程并排除非正整数根。
答题过程
展开
Using the standard result for the sum of squares,
r=n∑2nr2=====r=1∑2nr2−r=1∑n−1r26(2n)(2n+1)(4n+1)−6(n−1)n(2n−1)6n[2(2n+1)(4n+1)−(n−1)(2n−1)]6n(14n2+15n+1)6n(14n+1)(n+1).
Using part (b), the given equation becomes
=43n(n+1)(n−1)(n+2)617n(n+1)(14n+1).
Since n is a positive integer, n(n+1)=0, so this factor may be cancelled. Therefore,
9(n−1)(n+2)=9n2−467n−52=(9n+1)(n−52)=34(14n+1),0,0.
Thus n=−1/9 or n=52. Since n∈Z+,
n=52.