题目
Problem
(a) Express
(2n−1)(2n+1)(2n+3)1
in partial fractions.
(2)
(b) Hence, using the method of differences, show that for all integer values of n,
r=1∑n(2r−1)(2r+1)(2r+3)1=a(2n+b)(2n+c)n(n+2)
where a , b and c are integers to be determined.
(4)
解答
(a)
解法一
思路
展开
分母由三个一次因式组成,所以设成三个简单分式。代入使其中一个因式为零的 n 值,可以快速求出系数。
答题过程
展开
Let
(2n−1)(2n+1)(2n+3)1=2n−1A+2n+1B+2n+3C.
Multiplying by (2n−1)(2n+1)(2n+3),
1=A(2n+1)(2n+3)+B(2n−1)(2n+3)+C(2n−1)(2n+1).
Put n=21:
1=A(2)(4)⟹A=81.
Put n=−21:
1=B(−2)(2)⟹B=−41.
Put n=−23:
1=C(−4)(−2)⟹C=81.
Therefore
(2n−1)(2n+1)(2n+3)1=8(2n−1)1−4(2n+1)1+8(2n+3)1.
(b)
解法一
思路
展开
把 (a) 的结果写成
81(2r−11−2r+12+2r+31).
然后展开前几项和最后几项,保留下没有抵消的项。
答题过程
展开
From part (a),
(2r−1)(2r+1)(2r+3)1=81(2r−11−2r+12+2r+31).
So
=r=1∑n(2r−1)(2r+1)(2r+3)181r=1∑n(2r−11−2r+12+2r+31).
Write out the terms inside the bracket:
(1−32+51)+(31−52+71)+(51−72+91)+⋯+(2n−31−2n−12+2n+11)+(2n−11−2n+12+2n+31).
After cancellation,
r=1∑n(2r−1)(2r+1)(2r+3)1==81(1−31−2n+11+2n+31)81(32−(2n+1)(2n+3)2).
Combine into a single fraction:
81(32−(2n+1)(2n+3)2)====81(3(2n+1)(2n+3)2(2n+1)(2n+3)−6)81(3(2n+1)(2n+3)2(4n2+8n+3)−6)81(3(2n+1)(2n+3)8n2+16n)3(2n+1)(2n+3)n(n+2).
Thus
a=3,b=1,c=3.