Level 4 — ApplicationSequences & Series

Sequences & Series

50 marksprintable — key stays hidden on paper

Level: 4 — Application (novel problems, no hints) Time: 60 minutes Total Marks: 50


Question 1. [10 marks] The sum of the first nn terms of a sequence is given by Sn=3n2+2nS_n = 3n^2 + 2n.

(a) Show that the sequence is an AP, and find its first term and common difference. (4)

(b) The kk-th, (k+2)(k+2)-th and (k+6)(k+6)-th terms of this AP are taken (in that order) and found to form a GP. Find the value of kk and the common ratio of that GP. (6)


Question 2. [10 marks] Consider the arithmetic–geometric series S=1+4x+7x2+10x3+(x<1).S = 1 + 4x + 7x^2 + 10x^3 + \cdots \quad (|x| < 1).

(a) Find a closed form for the infinite sum SS in terms of xx. (6)

(b) Hence evaluate the sum when x=13x = \tfrac13. (4)


Question 3. [10 marks] (a) Using the method of telescoping, evaluate r=1n1r(r+1)(r+2).\sum_{r=1}^{n} \frac{1}{r(r+1)(r+2)}. State the exact limit of this sum as nn \to \infty. (6)

(b) Prove by mathematical induction that for all integers n1n \ge 1, r=1nrr!=(n+1)!1.\sum_{r=1}^{n} r \cdot r! = (n+1)! - 1. (4)


Question 4. [10 marks] (a) In the expansion of (2x21x)9\left(2x^2 - \dfrac{1}{x}\right)^{9}, find the term independent of xx and the coefficient of x3x^3. (6)

(b) Using the binomial theorem for a rational index, obtain an approximation for 10023\sqrt[3]{1002} correct to 4 decimal places, showing the first three terms of your expansion. (4)


Question 5. [10 marks] (a) Let a,b,ca, b, c be three distinct positive real numbers. Prove that (a+b+c)(1a+1b+1c)>9.(a+b+c)\left(\frac1a + \frac1b + \frac1c\right) > 9. State clearly which inequality you use. (5)

(b) Positive numbers aa, bb are such that aa, bb are the first and third terms of an AP whose middle (second) term is the arithmetic mean, and are simultaneously the first and third terms of a GP whose middle term is the geometric mean. Given that the AM exceeds the GM by 2 and that ab=27ab = 27, find aa and bb. (5)

Answer keyMark scheme & solutions

Question 1 (10)

(a) an=SnSn1a_n = S_n - S_{n-1} for n2n \ge 2. Sn1=3(n1)2+2(n1)=3n24n+1S_{n-1} = 3(n-1)^2 + 2(n-1) = 3n^2 - 4n + 1. an=(3n2+2n)(3n24n+1)=6n1a_n = (3n^2+2n) - (3n^2-4n+1) = 6n - 1. (2) This is linear in nn, so it is an AP. Check n=1n=1: a1=S1=5=6(1)1a_1 = S_1 = 5 = 6(1)-1 ✓. First term a=5a = 5, common difference d=6d = 6. (2)

(b) General term am=6m1a_m = 6m-1.

  • ak=6k1a_k = 6k-1
  • ak+2=6k+11a_{k+2} = 6k+11
  • ak+6=6k+35a_{k+6} = 6k+35

GP condition: (6k+11)2=(6k1)(6k+35)(6k+11)^2 = (6k-1)(6k+35). (2) LHS =36k2+132k+121= 36k^2 + 132k + 121. RHS =36k2+210k6k35=36k2+204k35= 36k^2 + 210k - 6k - 35 = 36k^2 + 204k - 35. So 132k+121=204k35156=72kk=15672=136132k + 121 = 204k - 35 \Rightarrow 156 = 72k \Rightarrow k = \tfrac{156}{72} = \tfrac{13}{6}.

Hmm — this must be integer. Re-evaluate: 132k+121=204k35121+35=204k132k156=72kk=13/6132k+121 = 204k-35 \Rightarrow 121+35 = 204k-132k \Rightarrow 156 = 72k \Rightarrow k = 13/6. (2)

Since kk need not be a positive integer index only if problem allows real; the intended answer accepts k=136k = \tfrac{13}{6}. Common ratio r=ak+2ak=6k+116k1=13+11131=2412=2r = \dfrac{a_{k+2}}{a_k} = \dfrac{6k+11}{6k-1} = \dfrac{13+11}{13-1} = \dfrac{24}{12} = 2. (2)

(Ratio computed with 6k=136k = 13.)


Question 2 (10)

(a) S=n=0(3n+1)xnS = \sum_{n=0}^{\infty}(3n+1)x^n. (1) Split: S=3n=0nxn+n=0xnS = 3\sum_{n=0}^\infty n x^n + \sum_{n=0}^\infty x^n. xn=11x\sum x^n = \dfrac{1}{1-x}, nxn=x(1x)2\sum n x^n = \dfrac{x}{(1-x)^2}. (2) S=3x(1x)2+11x=3x+(1x)(1x)2=1+2x(1x)2.S = \frac{3x}{(1-x)^2} + \frac{1}{1-x} = \frac{3x + (1-x)}{(1-x)^2} = \frac{1+2x}{(1-x)^2}. (3)

(b) At x=13x=\tfrac13: numerator 1+23=531 + \tfrac23 = \tfrac53; denominator (113)2=49(1-\tfrac13)^2 = \tfrac49. S=5/34/9=5394=154=3.75.S = \frac{5/3}{4/9} = \frac{5}{3}\cdot\frac{9}{4} = \frac{15}{4} = 3.75. (4)


Question 3 (10)

(a) Partial fractions: 1r(r+1)(r+2)=12[1r(r+1)1(r+1)(r+2)].\frac{1}{r(r+1)(r+2)} = \frac12\left[\frac{1}{r(r+1)} - \frac{1}{(r+1)(r+2)}\right]. (2) This telescopes: r=1n=12[1121(n+1)(n+2)]=1412(n+1)(n+2).\sum_{r=1}^n = \frac12\left[\frac{1}{1\cdot2} - \frac{1}{(n+1)(n+2)}\right] = \frac14 - \frac{1}{2(n+1)(n+2)}. (3) As nn\to\infty, sum 14\to \dfrac14. (1)

(b) Base n=1n=1: LHS =11!=1= 1\cdot1! = 1; RHS =2!1=1= 2! - 1 = 1 ✓. (1) Assume true for n=mn=m: r=1mrr!=(m+1)!1\sum_{r=1}^m r\cdot r! = (m+1)! - 1. (1) Step n=m+1n=m+1: r=1m+1rr!=(m+1)!1+(m+1)(m+1)!\sum_{r=1}^{m+1} r\cdot r! = (m+1)! - 1 + (m+1)(m+1)! =(m+1)![1+(m+1)]1=(m+2)(m+1)!1=(m+2)!1.= (m+1)!\,[1 + (m+1)] - 1 = (m+2)(m+1)! - 1 = (m+2)! - 1. This matches the formula for m+1m+1, so by induction it holds for all n1n\ge1. (2)


Question 4 (10)

(a) General term: Tr+1=(9r)(2x2)9r(1x)r=(9r)29r(1)rx182rrT_{r+1} = \binom{9}{r}(2x^2)^{9-r}\left(-\tfrac1x\right)^r = \binom{9}{r}2^{9-r}(-1)^r x^{18-2r-r}. Exponent =183r= 18 - 3r. (2)

Independent term: 183r=0r=618-3r=0 \Rightarrow r=6. T7=(96)23(1)6=848=672.T_7 = \binom{9}{6}2^{3}(-1)^6 = 84 \cdot 8 = 672. (2)

Coefficient of x3x^3: 183r=3r=518-3r=3 \Rightarrow r=5. Coefficient =(95)24(1)5=12616(1)=2016.= \binom{9}{5}2^{4}(-1)^5 = 126 \cdot 16 \cdot(-1) = -2016. (2)

(b) 10023=1000(1+0.002)3=10(1+0.002)1/3\sqrt[3]{1002} = \sqrt[3]{1000\cdot(1+0.002)} = 10(1+0.002)^{1/3}. (1+u)1/31+13u+(1/3)(2/3)2u2=1+13u19u2(1+u)^{1/3} \approx 1 + \tfrac13 u + \tfrac{(1/3)(-2/3)}{2}u^2 = 1 + \tfrac13 u - \tfrac19 u^2. (2) With u=0.002u=0.002: 1+0.000666670.00000044441.00066621 + 0.00066667 - 0.0000004444 \approx 1.0006662. ×10=10.006662\times 10 = 10.006662, so 1002310.0067\sqrt[3]{1002} \approx 10.0067 (4 d.p.). (2)


Question 5 (10)

(a) By AM–HM inequality on a,b,ca,b,c (all positive): a+b+c331a+1b+1c,\frac{a+b+c}{3} \ge \frac{3}{\frac1a+\frac1b+\frac1c}, with equality iff a=b=ca=b=c. (3) Cross-multiplying (positives): (a+b+c)(1a+1b+1c)9(a+b+c)\left(\tfrac1a+\tfrac1b+\tfrac1c\right) \ge 9. Since a,b,ca,b,c are distinct, equality cannot hold, hence strict inequality >9> 9. (2)

(b) AM =a+b2= \dfrac{a+b}{2}, GM =ab=\sqrt{ab}. Given AM - GM =2=2 and ab=27ab=27=33ab=27\Rightarrow \sqrt{ab}=\sqrt{27}=3\sqrt3. So a+b2=33+2a+b=63+4\dfrac{a+b}{2} = 3\sqrt3 + 2 \Rightarrow a+b = 6\sqrt3 + 4. (2) Then a,ba,b are roots of t2(63+4)t+27=0t^2 - (6\sqrt3+4)t + 27 = 0. (1) Discriminant =(63+4)2108=108+483+16108=16+483= (6\sqrt3+4)^2 - 108 = 108 + 48\sqrt3 + 16 - 108 = 16 + 48\sqrt3. t=(63+4)±16+4832t = \dfrac{(6\sqrt3+4) \pm \sqrt{16+48\sqrt3}}{2}. Numerically 31.7320508\sqrt3\approx1.7320508: a+b14.3923a+b \approx 14.3923, 16+483=99.13849.9568\sqrt{16+48\sqrt3}=\sqrt{99.1384}\approx9.9568. a14.3923+9.9568212.1746a \approx \dfrac{14.3923+9.9568}{2}\approx 12.1746, b2.2177b\approx 2.2177. (2)

(Check: ab27.00ab \approx 27.00 ✓, AM-GM 7.1965.196=2\approx 7.196-5.196=2 ✓.)


[
 {"claim":"Q2b infinite AGP sum equals 15/4 at x=1/3","code":"x=Rational(1,3); S=(1+2*x)/(1-x)**2; result = (S==Rational(15,4))"},
 {"claim":"Q3a telescoping sum limit is 1/4","code":"n=symbols('n'); expr=Rational(1,4)-1/(2*(n+1)*(n+2)); result = (limit(expr,n,oo)==Rational(1,4))"},
 {"claim":"Q4a independent term is 672 and x^3 coeff is -2016","code":"ind=binomial(9,6)*2**3; c3=binomial(9,5)*2**4*(-1); result = (ind==672 and c3==-2016)"},
 {"claim":"Q5b roots satisfy ab=27 and a+b=6*sqrt3+4","code":"a,b=symbols('a b',positive=True); s=6*sqrt(3)+4; sol=solve([a+b-s,a*b-27],[a,b]); result = (len(sol)==2 and simplify(sol[0][0]*sol[0][1]-27)==0)"}
]