题目
Problem
(a) Show that
n5−(n−1)5≡5n4−10n3+10n2−5n+1
(2)
(b) Hence, using the method of differences, show that for all integer values of n,
r=1∑nr4=301n(n+1)(2n+1)(an2+bn+c)
where a, b and c are integers to be determined.
(7)
解答
(a)
解法一
思路
展开
这是一个恒等式证明。直接展开 (n−1)5,再从 n5 中减去它即可。因为题目是 “show that”,展开过程要写清楚,不能只写最后结果。
答题过程
展开
Using the binomial expansion,
(n−1)5=n5−5n4+10n3−10n2+5n−1.
Therefore
n5−(n−1)5===n5−(n5−5n4+10n3−10n2+5n−1)n5−n5+5n4−10n3+10n2−5n+15n4−10n3+10n2−5n+1.
This proves the identity.
(b)
解法一
思路
展开
由 (a) 可得
r5−(r−1)5=5r4−10r3+10r2−5r+1.
把 r=1 到 r=n 全部相加,左边会望远镜式抵消,只剩 n5。然后使用已知求和公式
∑r,∑r2,∑r3
解出 ∑r4。
答题过程
展开
From part (a),
r5−(r−1)5=5r4−10r3+10r2−5r+1.
Sum this from r=1 to r=n:
=r=1∑n[r5−(r−1)5]r=1∑n(5r4−10r3+10r2−5r+1).
The left hand side is a telescoping sum:
=(15−05)+(25−15)+(35−25)+⋯+(n5−(n−1)5)n5.
So
n5=5r=1∑nr4−10r=1∑nr3+10r=1∑nr2−5r=1∑nr+r=1∑n1.
Since
r=1∑n1=n,
we have
n5=5r=1∑nr4−10r=1∑nr3+10r=1∑nr2−5r=1∑nr+n.
Rearrange to make 5∑r4 the subject:
5r=1∑nr4=n5+10r=1∑nr3−10r=1∑nr2+5r=1∑nr−n.
Use the standard summation formulae:
r=1∑nr=r=1∑nr2=r=1∑nr3=21n(n+1),61n(n+1)(2n+1),41n2(n+1)2.
Then
5r=1∑nr4=n5+10[41n2(n+1)2]−10[61n(n+1)(2n+1)]+5[21n(n+1)]−n.
Simplify the constants:
5r=1∑nr4=n5+25n2(n+1)2−35n(n+1)(2n+1)+25n(n+1)−n.
Now expand enough to factor:
5r=1∑nr4=n5+25(n4+2n3+n2)−35(2n3+3n2+n)+25(n2+n)−n.
Collect like terms:
5r=1∑nr4=n5+25n4+35n3−61n.
Therefore
r=1∑nr4=51n5+21n4+31n3−301n.
Put over a common denominator:
r=1∑nr4==306n5+15n4+10n3−n30n(6n4+15n3+10n2−1).
Now factor the quartic:
6n4+15n3+10n2−1=(n+1)(2n+1)(3n2+3n−1).
Hence
r=1∑nr4=301n(n+1)(2n+1)(3n2+3n−1).
Therefore
a=3,b=3,c=−1.