Skip to content
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.

Draft — not yet indexed

Sequences

Worked answers and methods for 4.2 on Edexcel A-level Maths 9MA0.

Explanation

  • 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.

Worked example

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.

  1. 1.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.
  2. 2.Thus x4=4x_4=4, x5=1x_5=1, and the least period is 22.

Answer: x2=4x_2=4, x3=1x_3=1, x4=4x_4=4, x5=1x_5=1; Period 22

Common mistakes

  • Don't declare a sequence increasing because x2>x1x_2>x_1 without checking later terms or the recurrence.
  • Don't classify a recurrence from too few terms and miss a repeating cycle.

Exam tip

Generate enough consecutive terms to demonstrate the claimed monotonicity or period rather than guessing from the first change.

Worked practice

Q1
Tier 1 · Easy

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)

(Total for Question 1 is 2 marks)

Mark scheme

Mark scheme for question 1
QuestionSchemeMarks
1
  • 4,1,24,1,-2
  • Decreasing
2
Notes
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.

(2 marks)

Q2
Tier 2 · Standard

2.

The sequence is defined by xn=nn+1x_n=\dfrac{n}{n+1} for n1n\geq1. Prove that the sequence is increasing.

(4)

(Total for Question 2 is 4 marks)

Mark scheme

Mark scheme for question 2
QuestionSchemeMarks
2
  • xn+1xn=1(n+1)(n+2)>0x_{n+1}-x_n=\dfrac{1}{(n+1)(n+2)}>0, so (xn)(x_n) is increasing.
4
Notes
Calculate the difference between consecutive terms: xn+1xn=n+1n+2nn+1=(n+1)2n(n+2)(n+1)(n+2)=1(n+1)(n+2)x_{n+1}-x_n=\dfrac{n+1}{n+2}-\dfrac{n}{n+1}=\dfrac{(n+1)^2-n(n+2)}{(n+1)(n+2)}=\dfrac{1}{(n+1)(n+2)}. For every n1n\geq1 the denominator is positive, so xn+1>xnx_{n+1}>x_n and the sequence is increasing.

(4 marks)

Q3
Tier 3 · Hard

3.

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)

(Total for Question 3 is 5 marks)

Mark scheme

Mark scheme for question 3
QuestionSchemeMarks
3
  • 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
5
Notes
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.

(5 marks)

Q4
Tier 1 · Easy

4.

A sequence is defined by x1=14x_1=14 and xn+1=12xn1x_{n+1}=\dfrac12x_n-1. Find x2x_2, x3x_3 and x4x_4.

(2)

(Total for Question 4 is 2 marks)

Mark scheme

Mark scheme for question 4
QuestionSchemeMarks
4
  • x2=6x_2=6, x3=2x_3=2, x4=0x_4=0
2
Notes
Apply the recurrence to the latest term each time: x2=14/21=6x_2=14/2-1=6, x3=6/21=2x_3=6/2-1=2, and x4=2/21=0x_4=2/2-1=0.

(2 marks)

Q5
Tier 2 · Standard

5.

For n1n\geq1, let xn=n2knx_n=n^2-kn, where kk is real. Determine all values of kk that make (xn)(x_n) increasing at every positive integer nn.

(4)

(Total for Question 5 is 4 marks)

Mark scheme

Mark scheme for question 5
QuestionSchemeMarks
5
  • k<3k<3
4
Notes
xn+1xn=(n+1)2k(n+1)(n2kn)=2n+1kx_{n+1}-x_n=(n+1)^2-k(n+1)-(n^2-kn)=2n+1-k. This expression is smallest when n=1n=1. It is positive for every n1n\geq1 precisely when 3k>03-k>0, so k<3k<3.

(4 marks)

Q6
Tier 3 · Hard

6.

For each positive integer nn, let xn=n+36nx_n=n+\dfrac{36}{n}. Prove that the terms decrease as far as x6x_6 and increase thereafter. Hence identify the least term.

(5)

(Total for Question 6 is 5 marks)

Mark scheme

Mark scheme for question 6
QuestionSchemeMarks
6
  • The least term is x6=12x_6=12
5
Notes
xn+1xn=1+36/(n+1)36/n=136/[n(n+1)]x_{n+1}-x_n=1+36/(n+1)-36/n=1-36/[n(n+1)]. This is negative when n(n+1)<36n(n+1)<36, which holds for n=1,,5n=1,\ldots,5, so x1>x2>>x6x_1>x_2>\cdots>x_6. It is positive for every n6n\geq6 because then n(n+1)42>36n(n+1)\geq42>36, so the sequence increases after x6x_6. Therefore the least term is x6=6+36/6=12x_6=6+36/6=12.

(5 marks)

Q7
Tier 2 · Standard

7.

A sequence is defined by x1=kx_1=k and xn+1=xn2+127x_{n+1}=\dfrac{x_n^2+12}{7}, where kk is real. Find every value of kk for which the sequence is constant.

(4)

(Total for Question 7 is 4 marks)

Mark scheme

Mark scheme for question 7
QuestionSchemeMarks
7
  • k=3k=3 or k=4k=4
4
Notes
For the sequence to be constant from its first term, x2=x1=kx_2=x_1=k. Hence (k2+12)/7=k(k^2+12)/7=k, so k27k+12=0=(k3)(k4)k^2-7k+12=0=(k-3)(k-4). Thus k=3k=3 or k=4k=4. Substituting either value into the recurrence returns the same value, so each produces a constant sequence.

(4 marks)

Q8
Tier 3 · Hard

8.

A sequence is defined by x1=6x_1=6 and xn+1=3+2xnx_{n+1}=3+\dfrac{2}{x_n}. Find the exact values of x2,x3,,x6x_2,x_3,\ldots,x_6. Find both fixed points of the recurrence. By comparing only the terms you have calculated with the positive fixed point, describe their behaviour.

(5)

(Total for Question 8 is 5 marks)

Mark scheme

Mark scheme for question 8
QuestionSchemeMarks
8
  • x2=103x_2=\dfrac{10}{3}, x3=185x_3=\dfrac{18}{5}, x4=329x_4=\dfrac{32}{9}, x5=5716x_5=\dfrac{57}{16}, x6=20357x_6=\dfrac{203}{57}
  • Fixed points 3+172\dfrac{3+\sqrt{17}}{2} and 3172\dfrac{3-\sqrt{17}}{2}
  • The calculated terms alternate on either side of the positive fixed point and move closer to it.
5
Notes
Repeated substitution gives x2=10/3x_2=10/3, x3=18/5x_3=18/5, x4=32/9x_4=32/9, x5=57/16x_5=57/16 and x6=203/57x_6=203/57. A fixed point LL satisfies L=3+2/LL=3+2/L, so L23L2=0L^2-3L-2=0 and L=(3±17)/2L=(3\pm\sqrt{17})/2. The positive fixed point is approximately 3.561553.56155. The listed terms are approximately 6,3.33333,3.60000,3.55556,3.56250,3.561406,3.33333,3.60000,3.55556,3.56250,3.56140, so they lie alternately above and below that value and their observed distances from it decrease.

(5 marks)

Q9
Tier 3 · Hard

9.

A sequence is defined by x1=2x_1=2 and xn+1=11xnx_{n+1}=\dfrac{1}{1-x_n}. Calculate x2,x3,x4x_2,x_3,x_4. Show algebraically that applying the recurrence three times returns any admissible term to its original value, and state the least period of this sequence. Hence find x2026x_{2026} and the exact value of r=12025xr\displaystyle\sum_{r=1}^{2025}x_r.

(7)

(Total for Question 9 is 7 marks)

Mark scheme

Mark scheme for question 9
QuestionSchemeMarks
9
  • x2=1x_2=-1, x3=12x_3=\dfrac12, x4=2x_4=2
  • Least period 33
  • x2026=2x_{2026}=2
  • r=12025xr=20252\displaystyle\sum_{r=1}^{2025}x_r=\dfrac{2025}{2}
7
Notes
Direct substitution gives x2=1x_2=-1, x3=1/2x_3=1/2 and x4=2x_4=2. If f(x)=1/(1x)f(x)=1/(1-x), then f(f(x))=(x1)/xf(f(x))=(x-1)/x and f(f(f(x)))=xf(f(f(x)))=x whenever the expressions are defined. Since the three values 2,1,1/22,-1,1/2 are distinct, the least period is 33. Since 20262026 leaves remainder 11 when divided by 33, x2026=x1=2x_{2026}=x_1=2. Each complete block sums to 21+1/2=3/22-1+1/2=3/2, and 2025=675(3)2025=675(3), so the required sum is 675(3/2)=2025/2675(3/2)=2025/2.

(7 marks)

Q10
Tier 3 · Hard

10.

For positive integers nn, a sequence is defined by xn=2cos(nπ3)+(1)nx_n=2\cos\left(\dfrac{n\pi}{3}\right)+(-1)^n. Write down x1,x2,,x6x_1,x_2,\ldots,x_6. Determine the least period of the sequence, justifying why no smaller positive period works. State all values taken by the sequence and describe exactly which positive integers nn give each value. Hence decide whether the sequence is increasing, decreasing or neither.

(5)

(Total for Question 10 is 5 marks)

Mark scheme

Mark scheme for question 10
QuestionSchemeMarks
10
  • 0,0,3,0,0,30,0,-3,0,0,3
  • Least period 66
  • xn=3x_n=-3 when nn leaves remainder 33 on division by 66; xn=3x_n=3 when it is divisible by 66; otherwise xn=0x_n=0
  • Neither increasing nor decreasing
5
Notes
Substitution gives the first six terms 0,0,3,0,0,30,0,-3,0,0,3. Both 2cos(nπ/3)2\cos(n\pi/3) and (1)n(-1)^n repeat after 66 steps, so 66 is a period. Period 11 fails since x2=0x_2=0 but x3=3x_3=-3; period 22 fails since x1=0x_1=0 but x3=3x_3=-3; period 33 fails since x3=3x_3=-3 but x6=3x_6=3; period 44 fails since x2=0x_2=0 but x6=3x_6=3; and period 55 fails since x1=0x_1=0 but x6=3x_6=3. Therefore the least period is 66. Each repeated block shows that the value is 3-3 at positions leaving remainder 33 on division by 66, 33 at positions divisible by 66, and 00 otherwise. Since, for example, x2>x3x_2>x_3 but x3<x4x_3<x_4, the sequence is neither increasing nor decreasing.

(5 marks)

Verified exam appearances

We have not yet indexed a verified real-paper appearance for 4.2. Browse the Edexcel A-level Maths 9MA0 past papers directly.

Other points in 4 Sequences and series

Want help turning this into marks?

Bring 4.2 or any tricky specification point, and we can work through the method and exam wording together.