Pattern and Sequences Notes
Pattern and Sequences Notes
Pattern is an ordered set of numbers, shapes, or other math objects that are arranged
according to a rule.
Examples: 2, 4, 6, 8, 10, ... (divisible by 2)
123123123
The term is the position of a number in the sequence. Terms can be written as 𝑎" , where “n”
indicates the position of the term in the sequence.
For example:
𝑎# = 𝑚𝑎𝑦 𝑣𝑎𝑟𝑦 𝑎* = 𝑚𝑎𝑦 𝑣𝑎𝑟𝑦
𝑎+ = 𝑚𝑎𝑦 𝑣𝑎𝑟𝑦 𝑎, = 𝑚𝑎𝑦 𝑣𝑎𝑟𝑦
𝑎- = 𝑚𝑎𝑦 𝑣𝑎𝑟𝑦 𝑎. = 𝑚𝑎𝑦 𝑣𝑎𝑟𝑦
Sequences are classified as finite and infinite. Finite sequences are sequences that end. Infinite
sequences are sequences that keep on going and going.
Example 1. Find the general term using the given 𝑎" = 2, 4, 8, 16, 32, 64
Term Given Pattern
1 2 2 2#
2 4 (2)(2) 2+
3 8 (2)(2)(2) 2-
4 16 (2)(2)(2)(2) 2*
5 32 (2)(2)(2)(2)(2) 2,
6 64 (2)(2)(2)(2)(2)(2) 2.
x y (2)(2)(2)...(2) 26
Therefore, the general term is y= 26
Example 2. Find the general term using the given 6 terms 𝑎" = 1, 3, 5, 7, 9, 11
Term Given Pattern
1 1 1 1 + 2(0)
2 3 1+2 1 + 2(1)
3 5 1+2+2 1 + 2(2)
4 7 1+2+2+2 1 + 2(3)
5 9 1+2+2+2+2 1 + 2(4)
6 11 1+2+2+2+2+2 1 + 2(5)
n 𝑎" 1 + 2 + 2 ... + 2 1 + 2(n-1)
𝑎" = 1 + 2(𝑛 − 1) = 1 + 2𝑛 − 2 = 𝟐𝒏 – 1
Therefore, the general term is 2n-1.
Some sequences cannot be defined using simple formula as in the previous examples. The nth
term of a sequences may depend on its term, or the first few first, or all the terms preceding
it. Such sequences are said to be defined recursively or by using a recursion formula.
Example:
Find the first five terms of the sequence defined by 𝑎# = 3 𝑎𝑛𝑑 𝑎" = 2𝑎"B# + 5 𝑓𝑜𝑟 𝑛 ≥ 2.
Answer:
𝑎# = 3
𝑎+ = 2𝑎+B# + 5 = 2𝑎# + 5 = 2(3)+5 = 11
𝑎- = 2𝑎-B# + 5 = 2𝑎+ + 5 = 2(11)+5 = 27
𝑎* = 2𝑎*B# + 5 = 2𝑎- + 5 = 2(27)+5 = 59
𝑎, = 2𝑎,B# + 5 = 2𝑎* + 5 = 2(59)+5 = 123
Thus, the first five terms of the sequence are 3, 11, 27, 59,123.