题目
Problem
In this question you must show all stages of your working.
Solutions relying entirely on calculator technology are not acceptable.
(a) Express
r(r+1)(r+2)2
in partial fractions.
(2)
(b) Use the answer to part (a) and the method of differences to show that
r=1∑nr(r+1)(r+2)2=2(n+b)(n+c)n(n+a)
where a, b and c are integers to be determined.
(5)
(c) Hence form and solve a quadratic inequality to determine the smallest value of n for which
r=1∑nr(r+1)(r+2)2>157
(3)
解答
(a)
解法一
思路
展开
分母有三个不同的一次因式,所以设成三个简单分式。用 r=0,−1,−2 可以快速求系数。
答题过程
展开
Let
r(r+1)(r+2)2≡rA+r+1B+r+2C
Multiply by r(r+1)(r+2):
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:
2=2C⇒C=1
Therefore
r(r+1)(r+2)2=r1−r+12+r+21
(b)
解法一
思路
展开
把部分分式逐项展开。由于每一行是 r1−r+12+r+21,中间项会抵消,最后留下开头和结尾附近的几项。
答题过程
展开
Using part (a),
Sn=r=1∑n(r1−r+12+r+21)
Expand the terms for r=1,2,3,…,n−1,n:
Sn=(1−22+31)+(21−32+41)+(31−42+51)+⋯+(n−11−n2+n+11)+(n1−n+12+n+21)
To find the sum, we group terms by their denominators:
- Denominator 1: 1 (from r=1)
- Denominator 2: −22+21=−1+21=−21 (from r=1,2)
- Denominator k (for 3⩽k⩽n): k1−k2+k1=0 (from r=k−2,k−1,k)
- Denominator n+1: −n+12+n+11=−n+11 (from r=n−1,n)
- Denominator n+2: n+21 (from r=n)
Therefore, all terms with denominators from 3 to n cancel out completely, and the sum simplifies to:
Sn==1−21−n+11+n+2121−n+11+n+21
Put over a common denominator:
Sn====2(n+1)(n+2)(n+1)(n+2)−2(n+2)+2(n+1)2(n+1)(n+2)n2+3n+2−2n−4+2n+22(n+1)(n+2)n2+3n2(n+1)(n+2)n(n+3)
Hence
a=3,b=1,c=2
解法二
思路
展开
也可以把部分分式看成两组相邻差:
r1−r+12+r+21=(r1−r+11)+(−r+11+r+21)
这样每组都是标准望远镜级数。
答题过程
展开
From part (a),
r1−r+12+r+21=(r1−r+11)+(−r+11+r+21)
Therefore
Sn====r=1∑n(r1−r+11)+r=1∑n(−r+11+r+21)(1−n+11)+(−21+n+21)21−n+11+n+212(n+1)(n+2)n(n+3)
Hence
a=3,b=1,c=2
(c)
解法一
思路
展开
用 (b) 的结果建立不等式。因为 n 是正整数,且 2(n+1)(n+2)>0,所以可以直接交叉相乘,最后解二次不等式并取最小正整数。
答题过程
展开
Using part (b), we need
2(n+1)(n+2)n(n+3)>157
Since n is positive, 2(n+1)(n+2)>0. Cross-multiply:
15n(n+3)>15n2+45n>15n2+45n>n2+3n−28>14(n+1)(n+2)14(n2+3n+2)14n2+42n+280
Factorise:
(n+7)(n−4)>0
Thus
n<−7orn>4
Since n is a positive integer, the smallest possible value is
n=5