题目
Problem
Given that
n2(n+1)22n+1≡n2A+(n+1)2B
(a) determine the value of A and the value of B
(1)
(b) Hence show that, for n⩾5
r=5∑nr2(r+1)22r+1=c(n+1)2n2+an+b
where a, b and c are integers to be determined.
(4)
解答
(a)
解法一
思路
展开
右边通分后比较分子即可。因为分母已经相同,所以只需要比较
2n+1
和展开后的分子。
答题过程
展开
Start with
n2(n+1)22n+1≡n2A+(n+1)2B.
Use the common denominator n2(n+1)2:
n2A+(n+1)2B=n2(n+1)2A(n+1)2+Bn2.
So
2n+1≡==A(n+1)2+Bn2A(n2+2n+1)+Bn2(A+B)n2+2An+A.
Compare coefficients:
A=1,2A=2,A+B=0.
Therefore
A=1,B=−1.
(b)
解法一
思路
展开
由 (a) 可得
r2(r+1)22r+1=r21−(r+1)21.
这是望远镜求和。把 r=5 到 n 展开后,中间项会全部抵消。
答题过程
展开
From part (a),
r2(r+1)22r+1=r21−(r+1)21.
So
=r=5∑nr2(r+1)22r+1r=5∑n(r21−(r+1)21).
Write out the terms:
(521−621)+(621−721)+⋯+(n21−(n+1)21).
The middle terms cancel, so
r=5∑nr2(r+1)22r+1=251−(n+1)21.
Put over a common denominator:
251−(n+1)21===25(n+1)2(n+1)2−2525(n+1)2n2+2n+1−2525(n+1)2n2+2n−24.
Thus
a=2,b=−24,c=25.