Level 2 — RecallSequences & Series

Sequences & Series

40 marksprintable — key stays hidden on paper

Level 2 — Recall & Standard Problems

Time: 30 minutes Total marks: 40

Answer all questions. Use ...... notation for mathematics. Show working where required.


Q1. Define an arithmetic progression. Derive the formula for the sum of the first nn terms, Sn=n2[2a+(n1)d]S_n = \frac{n}{2}[2a+(n-1)d]. (4 marks)

Q2. Find the sum of the infinite geometric series 18+6+2+18 + 6 + 2 + \cdots. State the condition under which an infinite GP converges. (4 marks)

Q3. The 4th term of an AP is 1111 and the 7th term is 2020. Find the first term, the common difference, and the sum of the first 1515 terms. (5 marks)

Q4. If aa, bb, cc are in harmonic progression, define the harmonic mean of aa and cc, and show that b=2aca+cb = \dfrac{2ac}{a+c} when bb is the HM of aa and cc. (4 marks)

Q5. State the AM–GM inequality for two positive numbers and prove it. (4 marks)

Q6. Evaluate using standard formulae: r=120(2r2+3r+1).\sum_{r=1}^{20} (2r^2 + 3r + 1). (5 marks)

Q7. Evaluate the telescoping sum r=1n1r(r+1).\sum_{r=1}^{n} \frac{1}{r(r+1)}. (4 marks)

Q8. Using the binomial theorem, find the coefficient of x5x^5 in the expansion of (2+x)8(2 + x)^8. (4 marks)

Q9. Use the binomial theorem for rational index to find an approximate value of (1.02)1/2(1.02)^{1/2} correct to four decimal places (retain terms up to the x2x^2 term). (3 marks)

Q10. Prove by mathematical induction that r=1nr3=(n(n+1)2)2\displaystyle\sum_{r=1}^{n} r^3 = \left(\frac{n(n+1)}{2}\right)^2 for all positive integers nn. (3 marks)

Answer keyMark scheme & solutions

Q1. (4 marks)

  • Definition: An AP is a sequence in which each term differs from the previous term by a fixed constant dd (the common difference): a,a+d,a+2d,a, a+d, a+2d,\dots (1)
  • Write Sn=a+(a+d)++[a+(n1)d]S_n = a + (a+d) + \cdots + [a+(n-1)d] and the reverse Sn=[a+(n1)d]++aS_n = [a+(n-1)d] + \cdots + a. (1)
  • Adding termwise, each of the nn pairs sums to 2a+(n1)d2a+(n-1)d: 2Sn=n[2a+(n1)d]2S_n = n[2a+(n-1)d]. (1)
  • Hence Sn=n2[2a+(n1)d]S_n = \frac{n}{2}[2a+(n-1)d]. (1) (Why: reversing exploits symmetry so pairing gives a constant sum.)

Q2. (4 marks)

  • a=18a=18, r=618=13r = \frac{6}{18} = \frac13. (1)
  • r<1|r|<1 so the series converges. (1)
  • S=a1r=18113=1823=27S_\infty = \frac{a}{1-r} = \frac{18}{1-\frac13} = \frac{18}{\frac23} = 27. (1)
  • Condition: an infinite GP converges iff r<1|r|<1 (then rn0r^n\to 0). (1)

Q3. (5 marks)

  • a+3d=11a+3d = 11, a+6d=20a+6d = 20. (1)
  • Subtract: 3d=9d=33d = 9 \Rightarrow d = 3. (1)
  • a=119=2a = 11 - 9 = 2. (1)
  • S15=152[2(2)+14(3)]=152[4+42]=152(46)S_{15} = \frac{15}{2}[2(2)+14(3)] = \frac{15}{2}[4+42] = \frac{15}{2}(46). (1)
  • =15×23=345= 15\times 23 = 345. (1)

Q4. (4 marks)

  • Definition: a,b,ca,b,c are in HP if their reciprocals 1a,1b,1c\frac1a,\frac1b,\frac1c are in AP; bb is the HM of aa and cc. (1)
  • AP condition on reciprocals: 2b=1a+1c\frac{2}{b} = \frac1a + \frac1c. (1)
  • 2b=a+cac\frac{2}{b} = \frac{a+c}{ac}. (1)
  • b=2aca+c\therefore b = \frac{2ac}{a+c}. (1)

Q5. (4 marks)

  • Statement: For a,b>0a,b>0, a+b2ab\frac{a+b}{2} \ge \sqrt{ab}, equality iff a=ba=b. (1)
  • Consider (ab)20(\sqrt a - \sqrt b)^2 \ge 0. (1)
  • Expand: a2ab+b0a+b2aba - 2\sqrt{ab} + b \ge 0 \Rightarrow a+b \ge 2\sqrt{ab}. (1)
  • Divide by 2: a+b2ab\frac{a+b}{2}\ge\sqrt{ab}; equality when a=b\sqrt a=\sqrt b, i.e. a=ba=b. (1)

Q6. (5 marks)

  • =2r2+3r+1\sum = 2\sum r^2 + 3\sum r + \sum 1, n=20n=20. (1)
  • r2=2021416=2870\sum r^2 = \frac{20\cdot21\cdot41}{6} = 2870. (1)
  • r=20212=210\sum r = \frac{20\cdot21}{2} = 210; 1=20\sum 1 = 20. (1)
  • 2(2870)+3(210)+20=5740+630+202(2870) + 3(210) + 20 = 5740 + 630 + 20. (1)
  • =6390= 6390. (1)

Q7. (4 marks)

  • Partial fractions: 1r(r+1)=1r1r+1\frac{1}{r(r+1)} = \frac1r - \frac{1}{r+1}. (1)
  • Sum telescopes: (112)+(1213)++(1n1n+1)\left(1-\frac12\right)+\left(\frac12-\frac13\right)+\cdots+\left(\frac1n-\frac1{n+1}\right). (1)
  • Intermediate terms cancel, leaving 11n+11 - \frac{1}{n+1}. (1)
  • =nn+1= \frac{n}{n+1}. (1)

Q8. (4 marks)

  • General term: Tk+1=(8k)28kxkT_{k+1} = \binom{8}{k}2^{8-k}x^k. (1)
  • For x5x^5, k=5k=5. (1)
  • Coefficient =(85)23=56×8= \binom{8}{5}2^{3} = 56 \times 8. (1)
  • =448= 448. (1)

Q9. (3 marks)

  • (1+x)1/21+12x18x2(1+x)^{1/2} \approx 1 + \frac12 x - \frac18 x^2, with x=0.02x=0.02. (1)
  • =1+0.0118(0.0004)=1+0.010.00005= 1 + 0.01 - \frac18(0.0004) = 1 + 0.01 - 0.00005. (1)
  • =1.009951.0100= 1.00995 \approx 1.0100 (4 d.p.). (1)

Q10. (3 marks)

  • Base: n=1n=1: LHS =1=1, RHS =(122)2=1=\left(\frac{1\cdot2}{2}\right)^2 = 1. ✓ (1)
  • Inductive step: assume r=1kr3=(k(k+1)2)2\sum_{r=1}^{k} r^3 = \left(\frac{k(k+1)}{2}\right)^2. Then r=1k+1r3=k2(k+1)24+(k+1)3=(k+1)2[k24+(k+1)]=(k+1)2k2+4k+44=((k+1)(k+2)2)2\sum_{r=1}^{k+1} r^3 = \frac{k^2(k+1)^2}{4} + (k+1)^3 = (k+1)^2\left[\frac{k^2}{4}+(k+1)\right] = (k+1)^2\cdot\frac{k^2+4k+4}{4} = \left(\frac{(k+1)(k+2)}{2}\right)^2. (1)
  • This matches the formula with k+1k+1, so by induction it holds for all n1n\ge1. (1)

[
  {"claim":"Q2 infinite GP sum = 27","code":"a=18; r=Rational(1,3); result = (a/(1-r))==27"},
  {"claim":"Q3 S15 = 345","code":"a=2; d=3; n=15; S=n*(2*a+(n-1)*d)/2; result = S==345"},
  {"claim":"Q6 sum = 6390","code":"r=symbols('r'); result = summation(2*r**2+3*r+1,(r,1,20))==6390"},
  {"claim":"Q7 telescoping sum = n/(n+1)","code":"r,n=symbols('r n',positive=True,integer=True); result = simplify(summation(1/(r*(r+1)),(r,1,n)) - n/(n+1))==0"},
  {"claim":"Q8 coefficient of x^5 in (2+x)^8 is 448","code":"x=symbols('x'); result = expand((2+x)**8).coeff(x,5)==448"}
]