题目
Problem
7. (a) Prove by induction that for n∈N
∑r=1nr2=61n(n+1)(2n+1)
(5)
(b) Hence show that
∑r=1n(r2+2)=6n(an2+bn+c)
where a, b and c are integers to be found.
(4)
(c) Using your answers to part (b), find the value of
∑r=1025(r2+2)
(2)
题目中文翻译
- (a) 用数学归纳法证明,对于 n∈N
∑r=1nr2=61n(n+1)(2n+1)
(b) 由此证明
∑r=1n(r2+2)=6n(an2+bn+c)
其中 a、b 和 c 是待求的整数。
(c) 利用 (b) 的答案,求
∑r=1025(r2+2)
的值。
解答
(a)
解法一
思路
展开
先验证 n=1。再假设公式对 n=k 成立,在前 k 项平方和上加上第 k+1 项的平方;整理并因式分解成把 n 替换为 k+1 后的目标形式,最后写出完整归纳结论。
答题过程
展开
For n=1,
LHS=12=1,
and
RHS=61(1)(2)(3)=1.
Thus the result is true for n=1.
Assume that the result is true for n=k, where k∈N. Then
r=1∑kr2=61k(k+1)(2k+1).
For n=k+1,
r=1∑k+1r2======r=1∑kr2+(k+1)261k(k+1)(2k+1)+(k+1)26k+1[k(2k+1)+6(k+1)]6k+1(2k2+7k+6)61(k+1)(k+2)(2k+3)61(k+1)((k+1)+1)×(2(k+1)+1).
Therefore, if the result is true for n=k, it is true for n=k+1. Since it is true for n=1, the result is true for all n∈N by mathematical induction.
(b)
解法一
思路
展开
承接 (a),把和式拆成平方和与 n 个常数 2 的和。代入 (a) 的公式并提取 n/6,再与题目给出的系数形式比较。
答题过程
展开
Using the result from part (a),
r=1∑n(r2+2)====r=1∑nr2+2n61n(n+1)(2n+1)+2n6n[(n+1)(2n+1)+12]6n(2n2+3n+13).
Comparing this with
6n(an2+bn+c),
we obtain
a=2,b=3,c=13.
(c)
解法一
思路
展开
使用 (b) 的结果,把从 r=10 到 25 的和写成前 25 项之和减去前 9 项之和。必须减到 9,这样才会保留从 10 开始的所有项。
答题过程
展开
Let
Sn=6n(2n2+3n+13).
Using part (b),
r=10∑25(r2+2)=====S25−S9625(2(25)2+3(25)+13)−69(2(9)2+3(9)+13)625(1338)−69(202)5575−3035272.