A sequence is an ordered list of numbers.
\[ 2,3,4,5,6,\dots,n \] is generated by the rule \(n+1\).
\(u_n\) denotes the \(n^{\text{th}}\) term. For the sequence above: \(u_1 = 2,\; u_2 = 3,\; u_3 = 4\), etc.
A series is the sum of the terms of a sequence.
A sequence can be formed by a recurrence relation.
A first‑order linear recurrence relation has the form:
\[ u_{n+1} = ru_n + d \]Find the recurrence relation for the sequence 2, 4, 10, 28.
\[ \begin{aligned} u_1 &= 2 \\ u_2 &= 4 \\ u_3 &= 10 \\ u_4 &= 28 \end{aligned} \]Substituting:
\[ \begin{aligned} 4 &= 2r + d \\ 10 &= 4r + d \\ 28 &= 10r + d \end{aligned} \]The recurrence relation is:
\[ u_{n+1} = 3u_n - 2 \]A fixed point occurs when the sequence repeats: \( u_{n+1} = u_n \)
For the recurrence \(u_{n+1} = 3u_n - 2\):
If \(u_1 = 1\), the sequence becomes:
\(1,1,1,1,\dots\)
This is a fixed point.
If \(u_1 = 0\), the sequence becomes:
\(-2,-8,-26,\dots\)
These diverge from 1, so the fixed point is unstable.
A stable fixed point occurs when the other sequences converge
to the fixed point.
A stable fixed point is often called a limit.
un+1 = run + d has a fixed point when un+1 = un
In general, a fixed point satisfies:
\[ u = ru + d \] \[ u = \frac{d}{1-r}, r\ne 1 \]For stability:
\[ |r| \lt 1 \]An arithmetic sequence has constant difference \(d\):
\[ u_{n+3} - u_{n+2} =u_{n+2} - u_{n+1} = u_{n+1} - u_n = d \]The \(n^{\text{th}}\) term is:
\[ u_n = a + (n-1)d \]where a = u1, d = common difference and n = nth term
Find the \(n^{\text{th}}\) term of 13,16,19…
\[ a = 13,\quad d = 3 \] \[ u_n = 13 + 3(n-1) \]\[ u_n = 10 + 3n \]\[ u_n = 3n + 10 \]Find the 219th term of 13,16,19….
\[ u_{219} = 13 + 218\cdot 3 = 667 \]Find the arithmetic sequence with \(u_7 = 33\) and \(u_{18} = 88\).
Given 12,22,32,42,52… find \(n\) such that \(u_n = 162\).
The sum of the first \(n\) terms is:
\[ S_n = \frac{n}{2}\bigl(2a + (n-1)d\bigr) \]Sum of first 20 terms of 12,22,32…
Find \(n\) such that the sum of 12,22,32… first exceeds 250.
Given \(S_6 = 93\) and \(S_9 = 207\), find \(S_4\).
When un is given, the following formula can be used:-
since
Find the sum of the first six terms of the
arithmetic sequence which starts 3,8,13…
given u6=28
A geometric sequence has constant ratio \(r\):
\[ \frac{u_{n+3}}{u_{n+2}}=\frac{u_{n+2}}{u_{n+1}} =\frac{u_{n+1}}{u_n} = r \]The \(n^{\text{th}}\) term is:
\[ u_n = ar^{n-1} \]where a = u1, r = common ratio and n = nth term
Find the 12th term of 5,20,80…
Given the geometric sequence
5,20,80,…..
find the value of n for which un = 327680
Given \(u_5 = 1280\) and \(u_8 = 81920\), find the geometric sequence.
The sum of the first \(n\) terms is:
\[ S_n = a\,\frac{r^n - 1}{r - 1} , r\ne 1 \]Find the sum of the first 7 terms of the geometric sequence 5,20,80…
Given \(S_5 = 1023\) and \(S_8 = 65535\), find the geometric series.
Factorising


Which factorises to
This has real solutions r = 1 and r = 4
The solution r = 1 is discounted , so