Pattern and Sequence Lecture
Pattern and Sequence Lecture
Lecture Notes
In mathematics, a pattern is set of objects or numbers that follows a common rule. Observe the given pattern
below.
Now try to know the next two numbers of these sets of number. Remember to determine the pattern.
If the pattern of the set of numbers is consistent throughout the terms, then you will form a sequence.
-------------------------------------------------------------------------------------------------------------------------
Sequence
A sequence is a list of numbers governed with specific set of rule / pattern:
2, 4, 8, 16, 32, …
The numbers in the list are called the terms of the sequence. In the sequence above, the first term is 2, the
second term is 4, the third term is 8, and so forth, with each successive term being twice the previous term.
How can we figure out the 10th term in this sequence? Well, we could simply continue doubling until we
arrive at the tenth term:
However, a better method would be to find a formula for the sequence, i.e. a formula for how the nth term
depends on n . In this case, each term is a power of 2:
21 = 2, 22 = 4 23 = 8 24 = 16 25 = 32, …
In particular, the formula for the nth term of this sequence is 2n . Thus the 10th term must be 210, which is
2014
Ways of Writing a Sequence
It's often clearer when writing a sequence to provide a formula for the nth term immediately.
2, 4, 8, 16, …, 2n, …
Sometimes, it is convenient to write only the formula for a sequence. The convention is that any formula
surrounded by braces specifies a sequence:
∞
( 2n )n =1 or simply 2n
There is also a convention for discussing sequences abstractly. When talking about a sequence in general,
we will write the terms using variables:
To avoid running out of different letters, we use the same letter for all the variables (in this case +), with
subscripts to distinguish between different terms. Such a sequence may also be written as an or Tn.
Any sequence that has specific number of terns and the last terms is defined are called as finite Sequence,
Such as 2, 4, 6, 8, 10; this sequennce has exactly 5 terms and the last term is 10.
Any sequence that has no specific number of terns and the last terms is ends with … are called as infinite
Sequence, Such as 2, 4, 6, 8, 10; … this sequence has no definite number of terms since the sequence ends with
ellipses (which means it goes on and on).
CONDITION 1 CONDITION 2
“Common pattern is seen in the first set of “Common pattern is seen after the sets of
differences” differences”
2
NOTE: It’s general form is dn +a = an NOTE: Its general form is an +bn +c = an
Where: Where:
d = common difference a, b, and c = any coefficient
n = the nth position of a term n = the nth position of a term
a = any constant
In order to determine the general term of any sequence, one can simply follow the following steps:
For Condition 1 : Find the general term for 4, 7, 10, 13, 16, …
STEP 1: Find the common difference. = each term is being added by 3, does d = 3
STEP 2: Set-up the general equation using the
General form dn +a = an = since d is equal to 3, then plugging it to
the general form, we will have 3n +a = an.
STEP 3: Find the value of a by using any term and nth
position of the sequence = let use the 1st term, a1, which is 4. Plugged
it in the equation and solve for a. a1 = 4, n -1
dn +a = an
3(1) +a = 4
3 +a = 4
a = 4 -3
a=1
STEP 4: Plug d and a to the general term’s form to
Construct the general term’s equation. = since d = 3 and a = 1, then dn +a = an will
become 3n +1 = an.
Double check the general term if it will give the terms to the original sequence.
STEP 1: Find the common difference. The number of differences formed will tell you the highest degree
of its general term.
STEP 2: Create three equations by taking the first three terms of the sequence and plug it in general
form created in STEP 1. Let n be the nth position for the first three terms.
Equation 3
Equation 2
Equation 1
STEP 3: Solve for a, b, and c.
PART 1: Solve for a by doing (equation 3 – equation 2) – (equation 2 – equation 1)
= [(9a +3b +c=5) – (4a +2b +c=2)] – [(4a +2b +c=2) – (a +b +c = 1)]
= (5a +b = 3) – (3a +b = 1)
= 2a = 2
=a=1
STEP 4: Write the general term by plugging a, b, and c to the general term form.
Since a = 1, b = -2, and c = 2; then:
= an2 + bn +c = an
= 1n2 + (-2)n +2 = an
n2 -2n +2= an <- general term.
Double check the general term if it will give the terms to the original sequence.
Kinds of Sequence
b.) Harmonic Sequence – a sequence that is the reciprocal of the arithmetic sequence.
ARITHMETIC SEQUENCE
It is a sequence having a common difference. Common difference, denoted as d, is a constant number that is being
repeatedly added to each and every succeeding term.
common difference
an = a1+(n -1)d
Where
an = nth term to solve n = nth position of the nth term d = common different
a1 = first term of the sequence note: the n of an and n in the formula are equal. d≠0
GEOMETRIC SEQUENCE
It is a sequence having a common ratio. Common ratio, denoted as r, is a constant number that is being repeatedly added
to each and every succeeding term.
common ratio
√243
=√ 5 5
r
1
r=
3
To solve for arithmetic mean if you only need to find a term between two terms
= add the two given terms and divide the result by two
To solve for arithmetic mean if you need to solve a set of terms between two terms.
= find d and perform listing method
To solve for the geometric mean if you need to find a term or number of terms between two terms, simply use
this formula (NOTE: this does not always apply to all conditions)
Series
A series is a sum of terms in a sequence. Series is denoted as Sn and read as “the sum up to the nth term”
Finite series has a specific sum. We know how many terms were added and the sum and defined.
Infinite series has no specific sum. We don’t know how many terms were actually added to get a sum.
-------------------------------------------------------------------------------------------------------------------------
ARITHMETIC SERIES
Arithmetic series is the sum of terms from arithmetic sequence. We can solve for the sum using the formula:
(note: arithmetic series needs both the first and last term of the sequence to get the sum)
n ( a 1 + an )
Sn =
2
Where
Sn = sum of the terms up to the nth term a1 = first term of the arithmetic sequence
an = last term or the term in the nth position n = nth position of the term
If ever the first term and or last term is missing, calculate these values first.
c.) When the first term of the arithmetic sequence d.) Determine S10 when a1 = x +2 and a10 = 2x -15.
is 15, express the series for its Sn.
GEOMETRIC SERIES
Geometric series is the sum of terms from geometric sequence. The geometric series has two formula,
depending if the problem is meant for finite series or infinite series. We can solve for the sum using the
formula: (note: only needs the first term and the common ratio)
a 1(1−r n ) a1
Sn = Sn=
1−r 1−r
Where Where
a1 = first term a1 = first term
r = common ration, r ≠ 0 r = common ration, -1 < r < 1
The notation:
NOTE: EACH TERMS IN THE SEQUENCE FORMED IS TO BE ADDED.
How it works?
Function / expression
These bounds means
to be evaluated
Plug the variable starting Sequence formed from
at the lowe value and
succeedingly do so
until you reach the
evualating each and
upper bound. Here,
it says from 1 to 6.
every value from lower
bound
to upper bound by
subsitution.
EXAMPLES: Find the sum of the following summation notation.
8 6
1.) ∑4x = 4(5) + 4(6) + 4(7) + 4(8) 2.) ∑ 2 = 2 + 2 +2 +2 +2 +2
x=5 a =1
= 20 + 24 + 28 + 32 = 12
= 104
4 2
2
3.) ∑ ( n+1 ) = (2 +1)2 +(3 +1)2 +(4 +1)2 4.) ∑ m3 = (-1)3 +03 +13 +23
n =2 m=−1
= 32 +42 +52 = -1 + 0 + 1 + 8
= 9 +16 +25 =8
= 50
----------------------------------------------------------------------------------------------------------------------
APPLICATIONS OF SEQUENCE AND SERIES
Word Problems for Sequence and Series
Visit this web page for practice and full lecture of the word problem.
https://mathbitsnotebook.com/Algebra1/Functions/FNSequencesWordPractice.html