How to Find the General Term of Sequences
What Is a Sequence?
A sequence is a function whose domain is an ordered list of numbers. These numbers are positive integers starting with 1. Sometimes, people mistakenly use the terms series and sequence. A sequence is a set of positive integers while series is the sum of these positive integers. The denotation for the terms in a sequence is:
a1, a2, a3, a4, an, . . .
Finding the nth term of a sequence is easy given a general equation. But doing it the other way around is a struggle. Finding a general equation for a given sequence requires a lot of thinking and practice but, learning the specific rule guides you in discovering the general equation. In this article, you will learn how to induce the patterns of sequences and write the general term when given the first few terms. There is a step-by-step guide for you to follow and understand the process and provide you with clear and correct computations.
What Is an Arithmetic Sequence?
An arithmetic series is a series of ordered numbers with a constant difference. In an arithmetic sequence, you will observe that each pair of consecutive terms differs by the same amount. For example, here are the first five terms of the series.
3, 8, 13, 18, 23
Do you notice a special pattern? It is obvious that each number after the first is five more than the preceding term. Meaning, the common difference of the sequence is five. Usually, the formula for the nth term of an arithmetic sequence whose first term is a1 and whose common difference is d is displayed below.
an = a1 + (n - 1) d
Steps in Finding the General Formula of Arithmetic and Geometric Sequences
1. Create a table with headings n and an where n denotes the set of consecutive positive integers, and an represents the term corresponding to the positive integers. You may pick only the first five terms of the sequence. For example, tabulate the series 5, 10, 15, 20, 25, . . .
n
| an
|
---|---|
1
| 5
|
2
| 10
|
3
| 15
|
4
| 20
|
5
| 25
|
2. Solve the first common difference of a. Consider the solution as a tree diagram. There are two conditions for this step. This process applies only to sequences whose nature are either linear or quadratic.
Condition 1: If the first common difference is a constant, use the linear equation ax + b = 0 in finding the general term of the sequence.
a. Pick two pairs of numbers from the table and form two equations. The value of n from the table corresponds to the x in the linear equation, and the value of an corresponds to the 0 in the linear equation.
a(n) + b = an
b. After forming the two equations, calculate a and b using the subtraction method.
c. Substitute a and b to the general term.
d. Check if the general term is correct by substituting the values in the general equation. If the general term does not meet the sequence, there is an error with your calculations.
Condition 2: If the first difference is not constant and the second difference is constant, use the quadratic equation ax2 + b(x) + c = 0.
a. Pick three pairs of numbers from the table and form three equations. The value of n from the table corresponds to the x in the linear equation, and the value of an corresponds to the 0 in the linear equation.
an2 + b(n) + c = an
b. After forming the three equations, calculate a, b, and c using the subtraction method.
c. Substitute a, b, and c to the general term.
d. Check if the general term is correct by substituting the values in the general equation. If the general term does not meet the sequence, there is an error with your calculations.
Problem 1: General Term of an Arithmetic Sequence Using Condition 1
Find the general term of the sequence 7, 9, 11, 13, 15, 17,. . .
Solution
a. Create a table of an and n values.
n
| an
|
---|---|
1
| 7
|
2
| 9
|
3
| 11
|
4
| 13
|
5
| 15
|
6
| 17
|
b. Take the first difference of an.
c. The constant difference is 2. Since the first difference is a constant, therefore the general term of the given sequence is linear. Pick two sets of values from the table and form two equations.
General Equation:
an + b = an
Equation 1:
at n = 1, a1 = 7
a (1) + b = 7
a + b = 7
Equation 2:
at n = 2 , a2 = 9
a (2) + b = 9
2a + b = 9
d. Subtract the two equations.
(2a + b = 9) - (a + b = 7)
a = 2
e. Substitute the value of a = 2 in equation 1.
a + b = 7
2 + b = 7
b = 7 - 2
b = 5
f. Substitute the values a = 2 and b = 5 in the general equation.
an + b = an
2n + 5 = an
g. Check the general term by substituting the values into the equation.
an = 2n + 5
a1= 2(1) + 5 = 7
a2= 2(2) + 5 = 9
a3= 2(3) + 5 = 11
a4= 2(4) + 5 = 13
a5= 2(5) + 5 = 15
a6= 2(6) + 5 = 17
Therefore, the general term of the sequence is:
an = 2n + 5
Problem 2: General Term of Arithmetic Sequence Using Condition 2
Find the general term of the sequence 2, 3, 5, 8, 12, 17, 23, 30,. . .
Solution
a. Create a table of an and n values.
n
| an
|
---|---|
1
| 2
|
2
| 3
|
3
| 5
|
4
| 8
|
5
| 12
|
6
| 17
|
7
| 23
|
8
| 30
|
b. Take the first difference of an. If the first difference of an is not constant, take the second.
c. The second difference is 1. Since the second difference is a constant, therefore the general term of the given sequence is quadratic. Pick three sets of values from the table and form three equations.
General Equation:
an2 + b(n) + c = an
Equation 1:
at n = 1, a1 = 2
a (1) + b (1) + c = 2
a + b + c = 2
Equation 2:
at n = 2, a2 = 3
a (2)2 + b (2) + c = 3
4a + 2b + c = 3
Equation 3:
at n = 3, a2 = 5
a (3)2 + b (3) + c = 5
9a + 3b + c = 5
d. Subtract the three equations.
Equation 2 - Equation 1: (4a + 2b + c = 3) - (a + b + c = 2)
Equation 2 - Equation 1: 3a + b = 1
Equation 3 - Equation 2: (9a + 3b + c = 5) - (4a + 2b + c = 3)
Equation 3 - Equation 2: 5a + b = 2
(5a + b = 2) - (3a + b = 1)
2a = 1
a = 1/2
e. Substitute the value of a = 1/2 in any of the last two equations.
3a + b = 1
3 (1/2) + b = 1
b = 1 - 3/2
b = - 1/2
a + b + c = 2
1/2 - 1/2 + c = 2
c = 2
f. Substitute the values a = 1/2, b = -1/2, and c = 2 in the general equation.
an2 + b(n) + c = an
(1/2)n2 - (1/2)(n) + 2 = an
g. Check the general term by substituting the values into the equation.
(1/2)n2 - (1/2)(n) + 2 = an
an = 1/2 (n2 - n + 4)
a1 = 1/2 (12 - 1 + 4) = 2
a2 = 1/2 (22 - 2 + 4) = 3
a3 = 1/2 (32 - 3 + 4) = 5
a4 = 1/2 (42 - 4 + 4) = 8
a5 = 1/2 (52 - 5 + 4) = 12
a6 = 1/2 (62 - 6 + 4) = 17
a7 = 1/2 (72 - 7 + 4) = 23
Therefore, the general term of the sequence is:
an = 1/2 (n2 - n + 4)
Problem 3: General Term of Arithmetic Sequence Using Condition 2
Find the general term for the sequence 2, 4, 8, 14, 22, . . .
Solution
a. Create a table of an and n values.
n
| an
|
---|---|
1
| 2
|
2
| 4
|
3
| 8
|
4
| 14
|
5
| 22
|
b. Take the first and second difference of an.
c. The second difference is 2. Since the second difference is a constant, therefore the general term of the given sequence is quadratic. Pick three sets of values from the table and form three equations.
General Equation:
an2 + b(n) + c = an
Equation 1:
at n = 1, a1 = 2
a (1) + b (1) + c = 2
a + b + c = 2
Equation 2:
at n = 2, a2 = 4
a (2)2 + b (2) + c = 4
4a + 2b + c = 4
Equation 3:
at n = 3, a2 = 8
a (3)2 + b (3) + c = 8
9a + 3b + c = 8
d. Subtract the three equations.
Equation 2 - Equation 1: (4a + 2b + c = 4) - (a + b + c = 2)
Equation 2 - Equation 1: 3a + b = 2
Equation 3 - Equation 2: (9a + 3b + c = 8) - (4a + 2b + c = 4)
Equation 3 - Equation 2: 5a + b = 4
(5a + b = 4) - (3a + b = 2)
2a = 2
a = 1
e. Substitute the value of a = 1 in any of the last two equations.
3a + b = 2
3 (1) + b = 2
b = 2 - 3
b = - 1
a + b + c = 2
1 - 1 + c = 2
c = 2
f. Substitute the values a = 1, b = -1, and c = 2 in the general equation.
an2 + b(n) + c = an
(1)n2 - (1)(n) + 2 = an
n2 - n + 2 = an
g. Check the general term by substituting the values into the equation.
n2 - n + 2 = an
a1 = 12 - 1 + 2 = 2
a2 = 22 - 2 + 2 = 4
a3 = 32 - 3 + 2 = 8
a4 = 42 - 4 + 2 = 14
a5 = 52 - 5 + 2 = 22
Therefore, the general term of the sequence is:
an = n2 - n + 2
Self-Assessment
view quiz statisticsDid you learn from the examples?
Questions & Answers
How do I get the formula if the common difference falls on the third row?
If the constant difference falls on the third, the equation is a cubic. Try solving it following the pattern for quadratic equations. If it's not applicable, you can solve it using logic and some trial and error.
Helpful 13How to find general term of the sequence 4, 12, 26, 72, 104, 142, 186?
The general term of the sequence is an = 3n^2 − n + 2. The sequence is quadratic with second difference 6. The general term has the form an = αn^2+βn+γ.To find α, β, γ plug in values for n = 1, 2, 3:
4 = α + β + γ
12 = 4α + 2β + γ
26 = 9α + 3β + γ
and solve, yielding α = 3, β = −1, γ = 2
Helpful 6whats is the general term of the set {1,4,9,16,25}?
The general term of the sequence {1,4,9,16,25} is n^2.
Helpful 4What is the set builder notation of an empty set?
The notation for an empty set is "Ø."
Helpful 1
© 2018 Ray
Comments
Then what is the sequence for 7,13,25,49.........
this really helped me, thanks
That arithmetic sequence is super wrong. -6 + 7 is not -1
Easily understandable and very helpful mathematical article.
Thanks! Its a big help!
Your article is educative and informative! Very well explained and useful for many.
Thanks for sharing this !
7