题目
Problem
(a) Express
(3n−1)(3n+5)1
in partial fractions.
(2)
(b) Hence, using the method of differences, show that for all positive integer values of n,
r=1∑n(3r−1)(3r+5)20=(3n+C)(3n+D)n(An+B)
where A, B, C and D are integers to be determined.
(4)
解答
(a)
解法一
思路
展开
两个一次因式相乘,所以设成两个简单分式。代入方便的 n 值可以快速求出常数。
答题过程
展开
Let
(3n−1)(3n+5)1=3n−1A+3n+5B
Then
1=A(3n+5)+B(3n−1)
When 3n−1=0, n=31, so
1=6A⟹A=61
When 3n+5=0, n=−35, so
1=−6B⟹B=−61
Therefore
(3n−1)(3n+5)1=6(3n−1)1−6(3n+5)1
(b)
解法一
思路
展开
把 (a) 的结果乘以 20 后求和。由于分母相差 6,展开时中间项会隔项抵消,最后只剩开头两个正项和结尾两个负项。
答题过程
展开
Using part (a),
(3r−1)(3r+5)20=620(3r−11−3r+51)
Hence
r=1∑n(3r−1)(3r+5)20=620r=1∑n(3r−11−3r+51)
Expanding the sum,
620[(21−81)+(51−111)+(81−141)+⋯+(3n−71−3n−11)+(3n−41−3n+21)+(3n−11−3n+51)]
So all the middle terms cancel and
r=1∑n(3r−1)(3r+5)20=====620(21+51−3n+21−3n+51)620(107−(3n+2)(3n+5)6n+7)620(10(3n+2)(3n+5)7(3n+2)(3n+5)−10(6n+7))620(10(3n+2)(3n+5)63n2+87n)(3n+2)(3n+5)n(21n+29)
Therefore
A=21,B=29,C=2,D=5