ObjectiveΒ :Β For every sequence listed below we must
- observe a recurrent rule (pattern),
- justify that rule by showing intermediate calculations a ClassΒ 9 student is expected to carry out,
- write a usable algebraic description (the nth or general term), and
- use the rule to generate the next three terms.
The sequences that were given just above the question are taken to be
$$1, 3, 5, 7, \dots$$
$$1, 4, 9, 16, \dots$$
$$2, 4, 8, 16, \dots$$
$$1, 2, 4, 7, 11, \dots$$
$$1, 1, 2, 3, 5, 8, \dots$$
SequenceΒ (i)Β :Β $$1,3,5,7,\dots$$
β’ Firstβorder differences: $$3-1 = 2,\;5-3 = 2,\;7-5 = 2$$. The difference is constantly $$2$$, so the sequence is an arithmetic progression (AP) with common difference $$d=2$$.
β’ General term of an AP: $$a_n = a_1 + (n-1)d$$. Here $$a_1 = 1,\;d = 2$$.
$$a_n = 1 + (n-1)\times 2 = 2n-1.$$
β’ Next three terms: put $$n = 5,6,7$$ Β βΒ $$a_5=9,\;a_6=11,\;a_7=13$$.
SequenceΒ (ii)Β :Β $$1,4,9,16,\dots$$
β’ These numbers are all perfect squares:
$$1 = 1^2,\;4 = 2^2,\;9 = 3^2,\;16 = 4^2.$$
β’ Therefore $$a_n = n^2$$ for $$n\ge 1$$.
β’ Next three terms correspond to $$n = 5,6,7$$:
$$a_5 = 5^2 = 25,\;a_6 = 6^2 = 36,\;a_7 = 7^2 = 49.$$
SequenceΒ (iii)Β :Β $$2,4,8,16,\dots$$
β’ Each term is obtained by multiplying the preceding term by $$2$$ (common ratio $$r=2$$). The sequence is a geometric progression (GP).
β’ General term of a GP: $$a_n = a_1 r^{\,(n-1)}$$. Here $$a_1=2,\;r=2$$.
$$a_n = 2\times 2^{\,(n-1)} = 2^n.$$
β’ Next three terms ( $$n = 5,6,7$$ ):
$$a_5 = 2^5 = 32,\;a_6 = 2^6 = 64,\;a_7 = 2^7 = 128.$$
SequenceΒ (iv)Β :Β $$1,2,4,7,11,\dots$$
β’ Firstβorder differences: $$2-1 = 1,\;4-2 = 2,\;7-4 = 3,\;11-7 = 4$$ β the increments themselves form the sequence $$1,2,3,4,\dots$$ of successive natural numbers.
β’ Hence each term is obtained by adding, in order, $$1,2,3,4,\dots$$ to the previous term. Equivalently,
$$a_n = 1 + \underbrace{(1+2+3+\dots+(n-1))}_{\text{sum of first }(n-1)\text{ natural numbers}}.$$
The well-known formula $$1+2+\dots+(n-1)=\dfrac{(n-1)n}{2}$$ gives
$$a_n = 1 + \dfrac{(n-1)n}{2}.$$
β’ Next three terms: use $$n = 6,7,8$$.
$$\begin{aligned}
a_6 &= 1 + \dfrac{5\times 6}{2} = 1+15 = 16,\\
a_7 &= 1 + \dfrac{6\times 7}{2} = 1+21 = 22,\\
a_8 &= 1 + \dfrac{7\times 8}{2} = 1+28 = 29.
\end{aligned}$$
SequenceΒ (v)Β :Β $$1,1,2,3,5,8,\dots$$
β’ Each term (starting from the third) is the sum of the two immediately preceding terms:
$$1+1=2,\;1+2=3,\;2+3=5,\;3+5=8,$$
and so on. This is the famous Fibonacci sequence.
β’ Using the recurrence $$a_{n}=a_{n-1}+a_{n-2}$$ with initial values $$a_1=a_2=1$$, find the next three terms:
$$\begin{aligned}
a_7 &= a_5 + a_6 = 5 + 8 = 13,\\
a_8 &= a_6 + a_7 = 8 + 13 = 21,\\
a_9 &= a_7 + a_8 = 13 + 21 = 34.
\end{aligned}$$
Summary of predictions
| SequenceΒ No. | Next three terms |
| (i) | $$9,\;11,\;13$$ |
| (ii) | $$25,\;36,\;49$$ |
| (iii) | $$32,\;64,\;128$$ |
| (iv) | $$16,\;22,\;29$$ |
| (v) | $$13,\;21,\;34$$ |
Thus, by recognising the underlying rule in each list, we can confidently extend every sequence.