题目
Problem
(a) Show that, for r>0
r(r+1)r+2−(r+1)(r+2)r+3=r(r+1)(r+2)r+4
(2)
(b) Hence show that
r=1∑nr(r+1)(r+2)r+4=c(n+1)(n+2)n(an+b)
where a, b and c are integers to be determined.
(4)
解答
(a)
解法一
思路
展开
这是一个 show that,不能只说“显然”。把左边通分到共同分母 r(r+1)(r+2),自然得到右边。
答题过程
展开
Using the common denominator r(r+1)(r+2),
r(r+1)r+2−(r+1)(r+2)r+3===r(r+1)(r+2)(r+2)2−r(r+3)r(r+1)(r+2)r2+4r+4−r2−3rr(r+1)(r+2)r+4.
This proves the required identity.
(b)
解法一
思路
展开
这里的 Hence 表示必须使用 (a) 的拆分。把前几项和最后几项写出来,就能看见中间项相消,只剩第一项和最后一项。望远镜级数最怕省略号写得太快,所以这里要把首几项和末几项都展示出来。
答题过程
展开
From part (a),
r(r+1)(r+2)r+4=r(r+1)r+2−(r+1)(r+2)r+3.
Hence,
==r=1∑nr(r+1)(r+2)r+4(1⋅23−2⋅34)+(2⋅34−3⋅45)+(3⋅45−4⋅56)+⋯+((n−1)nn+1−n(n+1)n+2)+(n(n+1)n+2−(n+1)(n+2)n+3)23−(n+1)(n+2)n+3.
Putting this over a common denominator,
=====23−(n+1)(n+2)n+32(n+1)(n+2)3(n+1)(n+2)−2(n+3)2(n+1)(n+2)3(n2+3n+2)−2n−62(n+1)(n+2)3n2+9n+6−2n−62(n+1)(n+2)3n2+7n2(n+1)(n+2)n(3n+7).
Therefore this is in the required form
c(n+1)(n+2)n(an+b)
with
a=3,b=7,c=2.