4 Sequences and series — coverage pack

6 specification leaves · notes, questions, answers and worked methods

4.1 · Understand and use the binomial expansion of (a + bx)ⁿ for positive integer n; the notations n! and nCr; link to binomial probabilities; extend to any rational n, including for approximation, valid for |bx/a| < 1.

  • For a positive integer nn, (a+bx)n=r=0n(nr)anr(bx)r(a+bx)^n=\sum_{r=0}^{n}\binom{n}{r}a^{n-r}(bx)^r, where (nr)=n!/[r!(nr)!]\binom{n}{r}=n!/[r!(n-r)!], n!=n(n1)1n!=n(n-1)\cdots1 and 0!=10!=1; Pascal's relation is (nr)=(n1r1)+(n1r)\binom{n}{r}=\binom{n-1}{r-1}+\binom{n-1}{r} for 1rn11\le r\le n-1.
  • The same coefficients appear in binomial probabilities: P(X=r)=(nr)pr(1p)nrP(X=r)=\binom{n}{r}p^r(1-p)^{n-r} for XB(n,p)X\sim B(n,p).
  • For rational nn, write the expression as an(1+u)na^n(1+u)^n and use 1+nu+n(n1)u2/2!+1+nu+n(n-1)u^2/2!+\cdots, valid for u<1|u|<1.
  • For an approximation, choose a nearby convenient value and retain the requested number of terms. A common error is to omit powers of the coefficient bb from terms involving (bx)r(bx)^r.

Tier 1 · Easy

  1. 1. Find the coefficient of x2x^2 in the expansion of (1+4x)5(1+4x)^5.[2 marks]

    Answer

    • 160160

    Method: The x2x^2 term is obtained with r=2r=2: (52)(4x)2=10×16x2=160x2\binom{5}{2}(4x)^2=10\times16x^2=160x^2. Hence the coefficient is 160160.

Tier 2 · Standard

  1. 1. For (12x)1/2(1-2x)^{-1/2}, obtain the constant, xx and x2x^2 terms. Also give the interval of xx on which this series is valid.[4 marks]

    Answer

    • 1+x+32x21+x+\dfrac{3}{2}x^2
    • x<12|x|<\dfrac{1}{2}

    Method: Use (1+u)n=1+nu+n(n1)u2/2+(1+u)^n=1+nu+n(n-1)u^2/2+\cdots with n=1/2n=-1/2 and u=2xu=-2x. This gives 1+(1/2)(2x)+[(1/2)(3/2)/2](2x)2=1+x+3x2/21+(-1/2)(-2x)+[(-1/2)(-3/2)/2](-2x)^2=1+x+3x^2/2. Validity requires 2x<1|-2x|<1, so x<1/2|x|<1/2.

Tier 3 · Hard

  1. 1. Use the first three terms of a binomial expansion of (64+x)1/3(64+x)^{1/3} to estimate 653\sqrt[3]{65}. Give the estimate to 55 decimal places and justify that the expansion is valid at the value of xx used.[5 marks]

    Answer

    • 6534.02072\sqrt[3]{65}\approx4.02072
    • Valid because 1/64<1|1/64|<1

    Method: Write (64+x)1/3=4(1+x/64)1/3(64+x)^{1/3}=4(1+x/64)^{1/3}. Using n=1/3n=1/3, the first three terms give 4[1+x/192x2/36864]=4+x/48x2/92164[1+x/192-x^2/36864]=4+x/48-x^2/9216. Set x=1x=1 to estimate 653\sqrt[3]{65}: 4+1/481/9216=4.02072484+1/48-1/9216=4.0207248\ldots, so the estimate is 4.020724.02072. The expansion requires x/64<1|x/64|<1, which holds when x=1x=1.

4.2 · Work with sequences including those given by a formula for the nth term and those generated by a simple relation of the form xₙ₊₁ = f(xₙ); increasing sequences; decreasing sequences; periodic sequences.

  • An explicit rule gives xnx_n directly from nn, whereas a recurrence relation defines each term from one or more preceding terms and needs an initial value.
  • A sequence is increasing when xn+1>xnx_{n+1}>x_n and decreasing when xn+1<xnx_{n+1}<x_n throughout the stated range of nn.
  • A sequence is periodic if its terms repeat after a fixed positive number of steps; the least such number is its period.
  • When using a recurrence, retain sufficient accuracy between steps and check any invariant interval. A common error is to apply ff repeatedly to the initial term instead of to the latest term.

Tier 1 · Easy

  1. 1. The sequence (xn)(x_n) is defined by xn=73nx_n=7-3n for n1n\ge1. Write down its first three terms and state whether it is increasing or decreasing.[2 marks]

    Answer

    • 4,1,24,1,-2
    • Decreasing

    Method: Substitute n=1,2,3n=1,2,3 to obtain 4,1,24,1,-2. Also xn+1xn=3<0x_{n+1}-x_n=-3<0, so the sequence is decreasing.

Tier 2 · Standard

  1. 1. A sequence is defined by x1=1x_1=1 and xn+1=5xnx_{n+1}=5-x_n. Find x2,x3,x4,x5x_2,x_3,x_4,x_5 and state its period.[3 marks]

    Answer

    • x2=4x_2=4, x3=1x_3=1, x4=4x_4=4, x5=1x_5=1
    • Period 22

    Method: Apply the recurrence to the most recent term: x2=51=4x_2=5-1=4, x3=54=1x_3=5-4=1, and the pair 1,41,4 then repeats. Thus x4=4x_4=4, x5=1x_5=1, and the least period is 22.

Tier 3 · Hard

  1. 1. A sequence is defined by x1=2x_1=2 and xn+1=(xn+6)/2x_{n+1}=(x_n+6)/2. Let yn=6xny_n=6-x_n. Show that (yn)(y_n) is geometric, find a formula for xnx_n, and hence show that (xn)(x_n) is increasing.[5 marks]

    Answer

    • yn=4(12)n1y_n=4\left(\dfrac{1}{2}\right)^{n-1}
    • xn=64(12)n1x_n=6-4\left(\dfrac{1}{2}\right)^{n-1}
    • (xn)(x_n) is increasing

    Method: Using the recurrence, yn+1=6xn+1=6(xn+6)/2=(6xn)/2=yn/2y_{n+1}=6-x_{n+1}=6-(x_n+6)/2=(6-x_n)/2=y_n/2. Also y1=62=4y_1=6-2=4, so (yn)(y_n) is geometric with ratio 1/21/2 and yn=4(1/2)n1y_n=4(1/2)^{n-1}. Therefore xn=64(1/2)n1x_n=6-4(1/2)^{n-1}. Since (1/2)n1(1/2)^{n-1} is positive and decreases as nn increases, subtracting it from 66 shows that (xn)(x_n) is increasing.

4.3 · Understand and use sigma notation for sums of series.

  • The notation r=abf(r)\sum_{r=a}^{b}f(r) means add the values of f(r)f(r) for each integer rr from aa to bb inclusive.
  • To write a series in sigma notation, identify a formula for its general term together with the correct first and last index values.
  • Use linearity to split sums: for example, r=1n(ar+b)=ar=1nr+br=1n1\sum_{r=1}^{n}(ar+b)=a\sum_{r=1}^{n}r+b\sum_{r=1}^{n}1, with r=1n1=n\sum_{r=1}^{n}1=n.
  • Check the endpoint terms after changing an index. A common error is to treat the upper limit as the number of terms when the lower limit is not 11.

Tier 1 · Easy

  1. 1. Evaluate r=14(2r+1)\sum_{r=1}^{4}(2r+1).[2 marks]

    Answer

    • 2424

    Method: Substitute r=1,2,3,4r=1,2,3,4: the sum is 3+5+7+9=243+5+7+9=24.

Tier 2 · Standard

  1. 1. Write the series 5+9+13++415+9+13+\cdots+41 using sigma notation.[2 marks]

    Answer

    • r=110(4r+1)\sum_{r=1}^{10}(4r+1)

    Method: The terms have common difference 44, and 4r+14r+1 gives 55 when r=1r=1. Solving 4r+1=414r+1=41 gives r=10r=10, so the series is r=110(4r+1)\sum_{r=1}^{10}(4r+1).

Tier 3 · Hard

  1. 1. Given that r=1n(4r1)=210\sum_{r=1}^{n}(4r-1)=210, find the positive integer nn. Show all stages of your working.[5 marks]

    Answer

    • n=10n=10

    Method: By linearity, r=1n(4r1)=4[n(n+1)/2]n=2n2+n\sum_{r=1}^{n}(4r-1)=4[n(n+1)/2]-n=2n^2+n. Hence 2n2+n=2102n^2+n=210, so 2n2+n210=02n^2+n-210=0. Factorising gives (2n+21)(n10)=0(2n+21)(n-10)=0. Since nn is positive, n=10n=10.

4.4 · Understand and work with arithmetic sequences and series, including the formulae for nth term and the sum to n terms.

  • An arithmetic sequence has constant difference dd and nth term un=a+(n1)du_n=a+(n-1)d, where aa is the first term.
  • The sum of its first nn terms is Sn=n[2a+(n1)d]/2S_n=n[2a+(n-1)d]/2, equivalently Sn=n(a+l)/2S_n=n(a+l)/2 when the last term ll is known.
  • Pairing the first and last terms, then the second and penultimate terms, gives nn equal pairs of total a+la+l across two copies of the series, proving Sn=n(a+l)/2S_n=n(a+l)/2.
  • The term number nn must be a positive integer. A common error is to use a+nda+nd for the nth term, shifting every term by one difference.

Tier 1 · Easy

  1. 1. Find the 1818th term of the arithmetic sequence 11,17,23,11,17,23,\ldots.[2 marks]

    Answer

    • 113113

    Method: Here a=11a=11 and d=6d=6. Thus u18=11+(181)6=11+102=113u_{18}=11+(18-1)6=11+102=113.

Tier 2 · Standard

  1. 1. An arithmetic series has first term 77, last term 151151 and common difference 88. Find the number of terms and the sum of the series.[3 marks]

    Answer

    • 1919 terms
    • 15011501

    Method: Use 151=7+(n1)8151=7+(n-1)8, giving 144=8(n1)144=8(n-1) and n=19n=19. Then S19=19(7+151)/2=19×79=1501S_{19}=19(7+151)/2=19\times79=1501.

Tier 3 · Hard

  1. 1. An arithmetic sequence has first term aa and common difference dd. Its 88th term is 3131 and the sum of its first 2020 terms is 730730. Find aa and dd, and find the least value of nn for which the nth term exceeds 100100.[5 marks]

    Answer

    • a=785a=\dfrac{78}{5}
    • d=115d=\dfrac{11}{5}
    • n=40n=40

    Method: The term condition gives a+7d=31a+7d=31. The sum condition gives 10(2a+19d)=73010(2a+19d)=730, so 2a+19d=732a+19d=73. Doubling the first equation and subtracting gives 5d=115d=11, hence d=11/5d=11/5 and a=3177/5=78/5a=31-77/5=78/5. Therefore un=(11n+67)/5u_n=(11n+67)/5. Solving (11n+67)/5>100(11n+67)/5>100 gives n>433/11=39.36n>433/11=39.36\ldots, so the least integer is 4040.

4.5 · Understand and work with geometric sequences and series, including the formulae for the nth term and the sum of a finite geometric series; the sum to infinity of a convergent geometric series, including the use of |r| < 1; modulus notation.

  • A geometric sequence has constant ratio rr and nth term un=arn1u_n=ar^{n-1}, where aa is the first term.
  • For r1r\ne1, subtracting rSnrS_n from SnS_n proves Sn=a(1rn)/(1r)S_n=a(1-r^n)/(1-r); an equivalent form may be more convenient when r>1r>1.
  • A geometric series has a finite sum to infinity only when r<1|r|<1, in which case S=a/(1r)S_\infty=a/(1-r); for a finite-sum threshold, isolate rnr^n and use logarithms.
  • A negative ratio makes term signs alternate, but convergence still depends on its modulus. A common error is to use r<1r<1 instead of r<1|r|<1, which would wrongly accept ratios below 1-1.

Tier 1 · Easy

  1. 1. Find the 88th term of the geometric sequence 3,6,12,3,6,12,\ldots.[2 marks]

    Answer

    • 384384

    Method: The first term is a=3a=3 and the common ratio is r=2r=2. Hence u8=3×27=384u_8=3\times2^7=384.

Tier 2 · Standard

  1. 1. Find the exact sum to infinity of 123+0.7512-3+0.75-\cdots.[3 marks]

    Answer

    • 485\dfrac{48}{5}

    Method: The common ratio is r=3/12=1/4r=-3/12=-1/4, and r=1/4<1|r|=1/4<1, so the series converges. Its sum is S=12/[1(1/4)]=12/(5/4)=48/5S_\infty=12/[1-(-1/4)]=12/(5/4)=48/5.

Tier 3 · Hard

  1. 1. A geometric series has first term 800800 and common ratio 0.90.9. Find the least value of nn for which the sum of the first nn terms exceeds 70007000.[5 marks]

    Answer

    • n=20n=20

    Method: The finite sum is Sn=800(10.9n)/(10.9)=8000(10.9n)S_n=800(1-0.9^n)/(1-0.9)=8000(1-0.9^n). The condition Sn>7000S_n>7000 gives 0.9n<0.1250.9^n<0.125. Taking logarithms and accounting for ln(0.9)<0\ln(0.9)<0 gives n>ln(0.125)/ln(0.9)=19.73n>\ln(0.125)/\ln(0.9)=19.73\ldots. Therefore the least integer is n=20n=20.

4.6 · Use sequences and series in modelling.

  • A constant additive change suggests an arithmetic model, while a constant multiplier or percentage change suggests a geometric model.
  • State what the term number represents and whether the initial value is u1u_1 or u0u_0 before forming a term or sum.
  • Repeated deposits, withdrawals or other fixed adjustments can be represented by a recurrence and often rewritten using a finite geometric sum.
  • Interpret results within the context and identify assumptions such as fixed rates or indefinite continuation. A common error is to use an infinite sum when the process has not converged or has a finite stopping point.

Tier 1 · Easy

  1. 1. Mina saves £25\pounds 25 in the first month and increases the amount saved by £5\pounds 5 each month. Find the total she saves in the first 66 months.[2 marks]

    Answer

    • £225\pounds 225

    Method: The monthly amounts form an arithmetic sequence with a=25a=25, d=5d=5 and sixth term 25+5(5)=5025+5(5)=50. Therefore S6=6(25+50)/2=225S_6=6(25+50)/2=225.

Tier 2 · Standard

  1. 1. A ball is dropped from a height of 1212 m. After each impact it rebounds to 65%65\% of its previous maximum height. Find the total vertical distance travelled before it comes to rest, giving your answer to 33 significant figures.[4 marks]

    Answer

    • 56.656.6 m

    Method: The initial downward distance is 1212 m. The rebound heights form a geometric series with first term 12(0.65)=7.812(0.65)=7.8 and ratio 0.650.65. Each rebound height is travelled once upwards and once downwards, so the total is 12+2[7.8/(10.65)]=56.571412+2[7.8/(1-0.65)]=56.5714\ldots m. To 33 significant figures this is 56.656.6 m.

Tier 3 · Hard

  1. 1. An account initially contains £5000\pounds 5000. At the end of each year, after interest of 3%3\% has been added, £400\pounds 400 is withdrawn. The model is B0=5000B_0=5000 and Bn+1=1.03Bn400B_{n+1}=1.03B_n-400. Derive a formula for BnB_n and find the first value of nn for which the model predicts a negative balance. State one limitation of the model.[6 marks]

    Answer

    • Bn=5000(1.03)n400(1.03)n10.03B_n=5000(1.03)^n-400\dfrac{(1.03)^n-1}{0.03}
    • n=16n=16
    • For example, the model assumes the interest rate and withdrawal remain fixed and permits an unrealistic negative balance.

    Method: After nn years, the initial balance has grown to 5000(1.03)n5000(1.03)^n. The withdrawals accumulate as 400[1+1.03++1.03n1]=400[(1.03)n1]/0.03400[1+1.03+\cdots+1.03^{n-1}]=400[(1.03)^n-1]/0.03, giving the stated formula. Rearranging, Bn=40000/3(25000/3)(1.03)nB_n=40000/3-(25000/3)(1.03)^n. A negative balance requires (1.03)n>1.6(1.03)^n>1.6, so n>ln(1.6)/ln(1.03)=15.90n>\ln(1.6)/\ln(1.03)=15.90\ldots. The first integer is n=16n=16. In reality the account provider would not continue the same process into a negative balance, and the rate may change.