A1
Algebra 1 View details
7. Arithmetic Sequences
Lesson
Exercises
Tests
Chapter 3
7. 

Arithmetic Sequences

Arithmetic sequences are a foundational concept. They involve a series of numbers with a constant difference between each term, known as the common difference. Two primary rules govern these sequences: the explicit rule and the recursive rule. The explicit rule allows you to find any term in the sequence directly, while the recursive rule requires you to know the preceding term to find the next one. Understanding these rules can be incredibly useful in various real-world scenarios, such as financial planning, engineering calculations, and even in everyday problem-solving.
Show more expand_more
Problem Solving Reasoning and Communication Error Analysis Modeling Using Tools Precision Pattern Recognition
Lesson Settings & Tools
16 Theory slides
8 Exercises - Grade E - A
Each lesson is meant to take 1-2 classroom sessions
Arithmetic Sequences
Slide of 16
When a quantity changes in a repetitive and specific manner, it exhibits a pattern. This behavior often happens in everyday life. Consider bacteria; they multiply over a particular period of time while following a specific pattern. Here, the bacteria is shown doubling.
Pattern for bacteria multiplying

Patterns are also very common in the process of making things. Consider a car factory that bases its production of cars following a specific pattern. In their case, they have planned for the number of cars they produce to increase by the same amount each month.

Pattern for car production

Patterns like the given scenarios can be modeled using sequences. This lesson demonstrates these sequences and explores a special type called an arithmetic sequence.

Catch-Up and Review

Here are a few recommended readings before getting started with this lesson.

Challenge

How Many Circles Are in Each Figure?

Interact with the following applet by using the options given and try to identify a pattern among the figures. What would Figure 4 look like?
Interactive Pattern
Focusing on the number of circles in each figure, how many circles will Figure 20 have?
Discussion

Defining Sequences

A sequence is an ordered list of objects or elements called terms. The terms are often represented using a variable labeled with indices that specify the positions of the terms in the sequence.
Depending on the number of terms, a sequence can be finite or infinite. Since it is not possible to list all the elements in an infinite sequence, it is common to place three dots after a few terms. These three dots indicate that the sequence continues indefinitely based on a specific pattern.
The values of the terms of a sequence can repeat. Sequence With Repeating Terms cc a_1 & a_2 & a_3 & a_4 & a_5 & a_6 & a_7 & - 1, & 0, & 1, & 0, & -1, & 0, & 1, & ... Sequences can have all sorts of patterns. The examples below use the same starting term but result in different sequences due to the differences in the patterns. Note that it is common to use letters like a_n, b_n, c_n, and so on to represent distinct sequences.
Discussion

A Special Type of Sequences: Arithmetic Sequences

An arithmetic sequence is a sequence that has a constant difference between consecutive terms — that is, the difference between the first and the second term is the same as the difference between the second and the third term, and so on. This difference is called the common difference and is usually denoted with d. For example, consider the sequence of all even positive integers
Arithmetic sequence: 2, 4, 6, 8, 10... with a common difference of 2.
For this sequence, the common difference is d=2. It is important to note that the common difference can take on negative values as well. Consider the following arithmetic sequence where the values decrease.
Arithmetic sequence: 54, 51, 48, 45, 42, ... with common difference of -3.
This is an arithmetic sequence with a common difference of - 3.
Pop Quiz

Identifying Arithmetic Sequences

The following applet shows the firsts five terms of an infinite sequence. Analyze them carefully and determine whether or not the sequence is arithmetic.

Interactive applet showing different infinite sequences
Discussion

Explicit Rule of an Arithmetic Sequence

Every arithmetic sequence can be described by a linear function that is defined for the set of counting numbers. This function, referred to as the explicit rule of an arithmetic sequence, follows a specific general format.


a_n = a_1 + (n-1)d

Here, a_1 is the first term and d is the common difference of the sequence. This function receives the position of a term, n, as an input and returns the value of the term in that position, a_n, as an output.

Proof

Justification Based on Induction
Every arithmetic sequence has a common difference d. Therefore, it is possible to obtain every term of the sequence by adding the common difference to the first term a_1 an appropriate number of times.
Interactive applet showing how to rewrite the first five terms of a sequence as an expression involving just the common difference and the first term
Tables can help in identifying the pattern and writing a general expression.
n a_n Rewrite
1 a_1 a_1 + 0 * d
2 a_2 a_1 + 1 * d
3 a_3 a_1 + 2 * d
4 a_4 a_1 + 3 * d
5 a_5 a_1 + 4 * d

The coefficient of the common difference is always 1 less than the value of the position n. This makes it possible to write an explicit rule like the following formula.


a_n = a_1 + (n - 1)d

Proof

Proof by Using the Point-Slope Form of a Line

A sequence can be thought of as a set of coordinate pairs where the first coordinate is the position n and the second coordinate is the term value a_n. (1,a_1), (2,a_2), (3,a_3), ... As the position increases by 1, the value of the term increases, or decreases, by a constant. Therefore, the rate of change between two consecutive coordinate pairs is constant and equal to d. That means an arithmetic sequence is a linear function with a slope d.

Linear function and first five terms of an arithmetic sequence

Therefore, the explicit rule for the sequence can be written by substituting the coordinate pair ( 1, a_1) into the point-slope form of a line. Point-Slope Form y - y_1 = m(x - x_1) [0.8em] Explicit Rule a_n - a_1 = d(n- 1) Finally, the explicit rule can be rewritten to the form given at the beginning of this proof. a_n - a_1 = d(n-1) ⇕ a_n = a_1 + (n-1)d

Example

Counting the Number of Seats in a Movie Theater

Davontay goes to a cinema to see a new movie about a kid who runs like the wind. Waiting for the movie to start, he notices something very interesting about the theater itself.

a The theater has its seats organized in such a way that as the number of rows increase, the number of seats increase by a fixed amount. The first four rows have 8, 10, 12, and 14 seats, respectively.
Movie theater diagram
Which of the following explicit rules describes this situation and can predict the number of seats in each row?
b Predict how many seats there are in the 8^\text{th} row?
c If the theater were to be expanded to fit 50 rows, how many seats would be in the 50^\text{th} row?

Hint

a The general form of an explicit rule of an arithmetic sequence is a_n = a_1 + (n-1)d.
b In the explicit rule describing the situation, a_n represents the number of seats in the n^\text{th} row.
c In the explicit rule the row number is represented by the term position n.

Solution

a The increment in the number of seats from row to row is constant. Therefore, this situation can be modeled using an arithmetic sequence. Let the term position n represent the row number and the term value a_n the corresponding number of seats. The constant increase in number of seats is the common difference of the sequence.
Modeling the situation using an arithmetic sequence

It can be seen that the common difference d in this case is 2, and the first term a_1 is 8. Recall that the explicit rule of an arithmetic sequence is of the following form. a_n = a_1 + (n-1) d By substituting the corresponding values, the explicit rule can be found. a_n = 8 + (n-1) 2

b The number of seats in the 8^\text{th} row can be found by using the expression found in Part A and substituting in n=8.
a_n = 8 + (n-1)2
Substitute 8 for n and evaluate
a_8 = 8 + ( 8-1)2
a_8 = 8 + (7)2
a_8 = 8 + 14
a_8 = 22
Therefore, there are 22 seats in the 8^\text{th} row.
c Similarly as in Part B, the number of seats in the 50^\text{th} row can be found by evaluating the explicit formula for n=50.
a_n = 8 + (n-1)2
Substitute 50 for n and evaluate
a_(50) = 8 + ( 50-1)2
a_(50) = 8 + (49)2
a_(50) = 8 + 98
a_(50) = 106
Therefore, there would be 106 seats in the 50^\text{th} row.
Example

Calculating the Total Distance Ran and Making Predictions

Davontay, inspired by a movie about running, downloaded an app that keeps track of his total running distance. It even predicts his running goals. He went for a long run on his first day using it and has followed that same route ever since. One day, he opened the app, but the free trial period was over, and his data was locked!

Smartphone screen indicating a total distance of 60 km for day 23 and 70 km for day 27
a After careful thought, Davontay realizes that since he always runs the same path, the total distance must have increased by the same amount each day. This means that he can model the situation using an arithmetic sequence! Determine his missing running data and find an explicit rule to model this situation.
b Davontay has a personal goal of running 150 kilometers in total. If he keeps running the same path every day, how many days will he need to reach his goal?

Hint

a The total distance accumulated increases by a constant amount each day. That is the common difference of the arithmetic sequence.
b Use the explicit rule found in Part A and let a_n be 150 kilometers. This way, the corresponding n-value represents the number of the day in which that distance will be reached.

Solution

a Since the same distance was added every day to the data, the total distance reported each day should increase by a constant amount d. This will be the common difference of the arithmetic sequence. The day number will be represented by the term's position, and the total distance represented by the term's value.
Modeling the situation using an arithmetic sequence
It can be seen that in 4 days (day 23 to day 27) the total distance increased by 10 kilometers (60 to 70 kilometers). Since each day the total distance increased by d, this 10 kilometers increment should be equal to 4 d. 10 = 4 d ⇔ d = 2.5 Recall the explicit rule of an arithmetic sequence. a_n = a_1 + (n-1) d The common difference found earlier can now be substituted into the formula. a_n = a_1 + (n-1) 2.5 Next, find a_1. This can be done by evaluating the explicit rule in place of one of the known terms. As a demonstration, since it is given that a_(23) = 60, the rule can be evaluated at n=23 and solved for a_1.
a_n = a_1 + (n-1)2.5
a_(23) = a_1 + ( 23-1)2.5
60 = a_1 + (23-1)2.5
Solve for a_1
60 = a_1 + (22)2.5
60 = a_1 + 55
5 = a_1
a_1 = 5
Therefore, the first term a_1 is 5. With this information, the explicit rule can be completed. a_n = 5 + (n-1)2.5
b It is required to determine the numbers of day that Davontay will reach 150 kilometers in total. That can be done by using the explicit formula found in Part A.

a_n=5+(n-1)2.5

By substituting 150 for a_n an equation for n will be obtained. The solution to the equation is the number of the day that corresponds to this distance.
a_n = 5 + (n-1)2.5
150 = 5 + (n-1)2.5
Solve for n
145 = (n-1)2.5
58 = n-1
59 = n
n = 59
Therefore, Davontay needs 59 days to reach his personal goal of running 150 kilometers in total. He did all of this without needing to pay for the pro version, thanks to the help of arithmetic sequences. Maybe now he can go run like the wind!
Pop Quiz

Determining the Explicit Rule of an Arithmetic Sequence

The following applet shows two of the first five terms of an infinite arithmetic sequence. Analyze the sequence carefully and determine which of the three options is the correct explicit rule of the sequence.

Interactive applet showing different infinite arithmetic sequences and explicit rules
Pop Quiz

Finding the n^\text{th} Term of an Arithmetic Sequence

The following applet shows the first five terms of an infinite arithmetic sequence. Determine the explicit rule of the sequence and use it to find the indicated term.

Interactive applet showing different infinite sequences
Discussion

Describing Arithmetic Sequences Using a Recursive Rule

It has been shown how an explicit rule describes an arithmetic sequence. This representation uses a formula that receives the term position as the input and returns the term's value as the output. However, an arithmetic sequence can also be described by using a recursive rule.

Concept

Recursive Rule of an Arithmetic Sequence

A recursive rule of an arithmetic sequence is a pair comprised of a recursive equation telling how the term a_n is related to its preceding term a_(n-1) and the initial term of the sequence a_1.


a_1, a_n = a_(n-1) + d

In the equation above, d represents the common difference. The following applet gives an example recursive rule for an arithmetic sequence. It shows how the rule can be used to determine the first five terms of the sequence.
Interactive applet showing the use of the recursive rule for an arithmetic sequence
Note that the recursive equation alone describes all different arithmetic sequences that have the same common difference.
The recursive equation, an =an-1+2, describes both the arithmetic sequence 2,4,6,8,10,... as well as the arithmetic sequence -5,-3,-1,1,3,...
This example demonstrates the importance of why it is needed to specify the initial term a_1 in the recursive rule, as it uniquely defines the specific arithmetic sequence.

Now it will be explained, step by step, how to write the recursive rule for an arithmetic sequence and how to use it to find an unknown term's value.

Method

Writing a Recursive Rule for an Arithmetic Sequence

The recursive rule of an arithmetic sequence gives the first term of the sequence and a recursive equation.


a_1, a_n = a_(n-1) +d

Consider an example arithmetic sequence. cc a_1 & a_2 & a_3 & a_4 & 5, & 8, & 11, & 14, & ... To write the recursive rule there are three steps to follow.
1
Find the Common Difference
expand_more

The first step is to find the common difference d. To do this, calculate the difference between any two consecutive terms. cc a_1 & a_2 & a_3 & a_4 & 5, & 8, & 11, & 14, & ... [1.5em] 11- 8 = 3 ⇒ d = 3

What to Do When No Consecutive Terms Are Known?

If the sequence was known to be arithmetic but no consecutive terms were known, the common difference could still be found. In general, it is enough to know two terms of the arithmetic sequence and their positions. For example, consider that only a_2 and a_4 were known. cc a_1 & a_2 & a_3 & a_4 & ?, & 8, & ?, & 14, & ... Recall the general form of an arithmetic sequence.

General form of an arithmetic sequence
Since each term increases by d, a_2 is equal to a_1+d and a_4 is equal to a_1+3d. a_4 = a_1+3d &⇒ 14 = a_1+3d a_2 = a_1+ d &⇒ 8 = a_1+ d By subtracting the corresponding sides of the resulting equations, a single equation, which can be solved for d, is obtained.
14-8 = a_1+3d-(a_1+d)
Simplify
6 = a_1+3d-(a_1+d)
6 = a_1+3d-a_1-d
6 = 2d
Solve for d
3 = d
d = 3
2
Identify the First Term of the Sequence
expand_more

To completely define an arithmetic sequence the first term should also be determined. Note that the recursive equation alone would describe any arithmetic sequence with common difference d= 3. From the sequence it can be seen that a_1= 5. cc a_1 & a_2 & a_3 & a_4 & 5, & 8, & 11, & 14, & ...

What to Do When a_1 Is Not Known?

Reconsider the case where only a_2 and a_4 are known. Two equations were obtained. 14 &= a_1+3 d 8 &= a_1+ d Since it is now known that d= 3, this value can be substituted in any of the equations to find a_1. This will be illustrated using the latter equation. 8 = a_1+ 3 ⇒ a_1 = 5

3
Write the Equation Rule
expand_more

Finally, by putting together the previous results and substituting the common difference and the first term value, the recursive rule for the sequence can be written. a_1, a_n = a_(n-1) + d ⇓ a_1 = 5, a_n = a_(n-1) + 3

Example

Using Recursive Rules to Describe Patterns

Davontay finds himself looking at his phone app too often when running. He has an idea! He will make patterns using heavy rocks at each kilometer mark along his running route so he does not have to check his phone to know what point his on the run.

Different figures made using rocks on the ground

Davontay wants to make a fourth figure following the same pattern. Before setting out to collect more heavy rocks, he wants to model the pattern to save time and energy.

a Show that the situation can be modeled by using an arithmetic sequence and find a recursive rule for it.
b Calculate the number of rocks needed for the next figure.

Answer

a Proof: See solution.
Recursive Rule: a_1 = 5, a_n = a_(n-1) + 4
b a_4=17

Hint

a Recall that a sequence is arithmetic if it has a common difference.
b Note that the value of the term a_n is the number of rocks needed for the figure n. Evaluate the recursive rule found in Part A for the appropriate n-value.

Solution

a First, it will be shown that the described situation can be modeled using a sequence. Let a_n be the number of rocks used for the n-th figure.
Modeling the situation using a sequence

Now, to prove that the sequence obtained this way is arithmetic, the difference between consecutive terms will be calculated.

Calculating the difference between consecutive terms of the sequence

Since the difference is constant, the sequence is arithmetic. Recall that the recursive equation for an arithmetic sequence is of the following form. a_1, a_n = a_(n-1) + d In this equation, d represents the common difference of the sequence which was already found to be d = 4. This value will now be substituted into the general recursive equation. a_n = a_(n-1) + d ⇓ a_n = a_(n-1) + 4 To finish writing the recursive rule, it is needed to specify the first term of the sequence a_1. This can be identified in the previous diagram.

Identifying the first term in the arithmetic sequence

Using this information the explicit rule will now be completed. a_1 = 8, a_n = a_(n-1) + 4

b The value of the next term a_4 is the number of rocks needed for the next figure. To find this term's value, the recursive equation will be evaluated at n= 4.
a_n = a_(n-1)+ 4
Substitute values and evaluate
a_4 = a_(4-1)+ 4
a_4 = a_3 + 4
a_4 = 13 + 4
a_4 = 17
Davontay needs to collect 17 rocks for the next figure to place along his running route.
Example

Using Recursive and Explicit Rules to Predict Total Savings

Davontay is celebrating the completion of reaching his running goal. His family and friends throw him a party. They play a raffle game and he wins $50! He decides not to spend this money, instead, he will save it and put it in a piggy bank.

Picture showing the gifts that Ramsha received

Davontay is planning to add $5 every week. Thanks to the math he has practiced, he knows that the following recursive rule models his savings. a_1=50, a_n = a_(n-1)+5 In this expression, a_n represents the total savings after the n^\text{th} week.

a Use the recursive formula to find the savings after each of the first four weeks.
b Davontay wants to know how much money he will save after one year, that is 52 weeks. There is one catch, he does not want to use the recursive formula more than 50 times! Help Davontay find the corresponding explicit rule and the savings after one year.
c Thinking bigger picture, Davontay is now thinking about opening a bank account to save his money. A bank agent suggests for him to deposit the money in an account set to the following explicit rule.
a_n = 100 + (n-1)10 In this equation a_n represents the total savings after the n^\text{th} week. Davontay would prefer to have a recursive rule since he thinks that it makes the weekly savings calculation easier. Help Davontay find the corresponding recursive rule.

Answer

a Savings After Week 1: $50

Savings After Week 2: $55
Savings After Week 3: $60

Savings After Week 4: $65
b Savings After One Year: $305
c Recursive Rule: a_1 = 100, a_n = a_(n-1) + 10

Hint

a Note that the initial amount of $50 represents the savings after week 1. The savings after week 2, 3, and 4 can be found by evaluating the recursive rule at n=2, n=3, and n=4, respectively.
b Identify the relevant values from the recursive rule provided. Recall that the general form of a recursive rule is a_1, a_n = a_(n-1) + d, where d is the common difference, n the position of the term and a_n the n^\text{th} term's value.
c Identify the relevant values from the recursive rule provided. Recall that the general form of a recursive rule is a_1, a_n = a_(n-1) + d, where d is the common difference, n the position of the term and a_n the n^\text{th} term's value.

Solution

a Remember, it is already understood that a_1=50, which means that the savings after the first week is $50. Now, in order to find the savings for the second week, the recursive rule will be used for n=2.
a_n = a_(n-1)+5
Substitute values and evaluate
a_2 = a_(2-1)+5
a_2 = a_1+5
a_2 = 50+5
a_2 = 55
The total savings after week 2 is $55. The same procedure can be repeated for n=3 and n=4. It is important to follow this procedure in order, since any term value can only be figured out if the previous term is known — just like the value of a_1 was needed to find the value of a_2. The following table shows a summary of the calculations.
a_1 =50, a_n=a_(n-1) +5
Position Substitute Simplify
n=1 a_1 =50 a_1 = 50
n=2 a_2 = a_1 + 5 ⇓ a_2 = 50 + 5 a_2 = 55
n=3 a_3 = a_2 + 5 ⇓ a_3 = 55 + 5 a_3 = 60
n=4 a_4 = a_3 + 5 ⇓ a_4 = 60 + 5 a_4 = 65
b The given recursive rule can compared with the general form of a recursive rule. This helps to identify the first term a_1 and the common difference d, which are needed to write the explicit rule.
General Recursive Rule a_1, a_n = a_(n-1)+ d [1em] Given Recursive Rule a_1= 50, a_n = a_(n-1)+ 5 It is now understood that a_1 = 50 and d= 5. Next, use the general form of an explicit rule and substitute the previously identified values. a_n = a_1 + (n-1) d ⇓ a_n = 50 + (n-1) 5 Finally to find the value after a years worth of savings — 52 weeks — the explicit rule will be evaluated using n=52.
a_n = 50 + (n-1)5
Substitute n for 52 and evaluate
a_(52) = 50 +( 52-1)5
a_(52) = 50 +(51)5
a_(52) = 50 +255
a_(52) = 305
Davontay will save $305 after one year.
c To help Davontay find the corresponding recursive rule, identify the first term a_1 and the common difference d from the explicit rule given by the bank agent. This can be done by using the general form of an explicit rule.

General Explicit Rule a_n = a_1 + (n-1) d [1em] Given Explicit Rule a_n = 100 + (n-1) 10 As seen, a_1= 100 and d= 10. Next, recall the general form of a recursive rule and substitute the values for a_1 and d. a_1, a_n = a_(n-1) + d ⇓ a_1 = 100, a_n = a_(n-1) + 10

Pop Quiz

Relating Recursive and Explicit Rules of Arithmetic Sequences

Find the corresponding explicit rule for the recursive rule shown.

Interactive applet showing different recursive and explicit rules
Discussion

Arithmetic Sequences and Linear Functions

It was previously shown that the terms' values of an arithmetic sequence change by a constant amount. Because of that consistent change, every arithmetic sequence has an associated linear relationship where the common difference is the slope of its associated line. To illustrate this, consider the following arithmetic sequence.

Arithmetic sequence: a_1 =6, a_2=10, a_3=12, a_4=14, a_5=16,...
The sequence has a common difference of 4. Its initial term is a_1= 2. Using this information, its explicit rule can be stated. a_n = a_1 + (n-1) d ↓ a_n = 2 + (n-1) 4 This rule can be simplified by distributing and subtracting 4, in that order.
a_n = 2 + (n-1)4
a_n = 2 + 4n -4
a_n = 4n - 2
The sequence can be represented graphically using this expression. Treat the terms position n as the independent variable, and treat the terms value a_n as the dependent one. See how the graph of a sequence compares to that of the linear function f(x) = 4x - 2. Note how the common difference of the sequence relates to the slope of the line.
Interactive graph of the sequence terms and associated associated line
The relationship between n and a_n in an arithmetic sequence fits the definition of a linear function. Therefore, an arithmetic sequence is a linear function and its explicit rule is its function rule. That is why the resemblance of the explicit rule of an arithmetic sequence to the Slope-Intercept Form of a linear function is remarkable. a_n = a_1+ (n-1)d ⇕ a_n = dn + (a_1-d) f(x) = mx + b The only difference is that an arithmetic sequence has a domain and range which are discrete. In other words, the variables n and a_n can only have specific values. For this reason, their graphs are a series of isolated points, not a solid line.
Closure

Modeling a Pattern Using an Arithmetic Sequence

Now that sequences have been introduced and understood, the pattern presented at the beginning of the lesson can be modeled using a sequence. Then, the number of circles for Figure 20 can be calculated. Interact with the applet once more, predicting the next figure.
Interactive Pattern
How many circles will Figure 20 have?

Hint

The pattern shown can be modeled by an arithmetic sequence. Find the explicit rule of the sequence.

Solution

The pattern in the applet can be modeled using a sequence where the values of theterms are the number of circles and the positions of the terms are the figure numbers.

Modeling the situation using a sequence

Since the number of circles used increases by a constant amount, this sequence is arithmetic.

Showing that the sequence is arithmetic by calculating the common difference

To find the number of circles appearing in Figure 20, find the explicit rule for this arithmetic sequence. The explicit rule of an arithmetic sequence has the following general form.

a_n = a_1 + (n-1)d

In this equation, a_1 is the first term of the sequence and d is the common difference. Both can be identified from the previous diagram.

Identifying the initial term and the common difference

The initial term a_1= 4 and d= 3. These values can be substituted in the general explicit rule form.

a_n = a_1 + (n-1) d ⇓ a_n = 4 + (n-1) 3

Finally, to find the number of circles in Figure 20, the explicit rule will be evaluated at n=20.

a_n = 4 + (n-1)3
Substitute n for 20 and evaluate
a_(20) = 4 + ( 20-1)3
a_(20) = 4 + (19)3
a_(20) = 4 + 57
a_(20) = 61

Figure 20 will have 61 circles.


Arithmetic Sequences
Exercises
>
2
e
7
8
9
×
÷1
=
=
4
5
6
+
<
log
ln
log
1
2
3
()
sin
cos
tan
0
.
π
x
y