题目
Problem
(a) Express
r(r+1)(r+2)4r+2
in partial fractions.
(3)
(b) Hence, using the method of differences, prove that
r=1∑nr(r+1)(r+2)4r+2=2(n+1)(n+2)n(an+b)
where a and b are constants to be found.
(5)
解答
(a)
解法一
思路
展开
分母是三个连续的一次因式,所以设成三项简单分式。代入 r=0,−1,−2 可以很快求出三个常数。
答题过程
展开
Let
r(r+1)(r+2)4r+2=rA+r+1B+r+2C
Then
4r+2=A(r+1)(r+2)+Br(r+2)+Cr(r+1)
Put r=0:
2=2A⟹A=1
Put r=−1:
−2=−B⟹B=2
Put r=−2:
−6=2C⟹C=−3
Therefore
r(r+1)(r+2)4r+2=r1+r+12−r+23
(b)
解法一
思路
展开
把 (a) 的结果逐项展开。中间大部分项会抵消,剩下开头的常数项和结尾含 n 的项,再通分整理。
答题过程
展开
Using part (a),
r=1∑nr(r+1)(r+2)4r+2=r=1∑n(r1+r+12−r+23)
Expanding,
r=1∑n(r1+r+12−r+23)=(1+22−33)+(21+32−43)+(31+42−53)+⋯+(n−11+n2−n+13)+(n1+n+12−n+23)
After cancellation, only the first three positive terms and the last three negative terms remain:
r=1∑nr(r+1)(r+2)4r+2==1+22+21−n+13+n+12−n+2325−n+11−n+23
Put over a common denominator:
25−n+11−n+23====2(n+1)(n+2)5(n+1)(n+2)−2(n+2)−6(n+1)2(n+1)(n+2)5n2+15n+10−2n−4−6n−62(n+1)(n+2)5n2+7n2(n+1)(n+2)n(5n+7)
Therefore
a=5,b=7