| {{ 'ml-lesson-number-slides' | message : article.intro.bblockCount }} |
| {{ 'ml-lesson-number-exercises' | message : article.intro.exerciseCount }} |
| {{ 'ml-lesson-time-estimation' | message }} |
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.
Patterns like the given scenarios can be modeled using sequences. This lesson demonstrates these sequences and explores a special type called an arithmetic sequence.
Here are a few recommended readings before getting started with this lesson.
The following applet shows the firsts five terms of an infinite sequence. Analyze them carefully and determine whether or not the sequence is arithmetic.
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.
an=a1+(n−1)d
n | an | Rewrite |
---|---|---|
1 | a1 | a1+0⋅d |
2 | a2 | a1+1⋅d |
3 | a3 | a1+2⋅d |
4 | a4 | a1+3⋅d |
5 | a5 | a1+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.
an=a1+(n−1)d
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.
n=50
Subtract term
Multiply
Add terms
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!
n=23
a23=60
Subtract term
Multiply
LHS−55=RHS−55
Rearrange equation
an=150
LHS−5=RHS−5
LHS/2.5=RHS/2.5
LHS+1=RHS+1
Rearrange equation
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.
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.
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.
A recursive rule of an arithmetic sequence is a pair comprised of a recursive equation telling how the term an is related to its preceding term an−1 and the initial term of the sequence a1.
a1,an=an−1+d
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.
The recursive rule of an arithmetic sequence gives the first term of the sequence and a recursive equation.
a1,an=an−1+d
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.
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.
Now, to prove that the sequence obtained this way is arithmetic, the difference between consecutive terms will be calculated.
Since the difference is constant, the sequence is arithmetic. Recall that the recursive equation for an arithmetic sequence is of the following form.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.
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.Savings After Week 2: $55
Savings After Week 3: $60
a1=50,an=an−1+5 | ||
---|---|---|
Position | Substitute | Simplify |
n=1 | a1=50 | a1=50 |
n=2 | a2=a1+5⇓a2=50+5
|
a2=55 |
n=3 | a3=a2+5⇓a3=55+5
|
a3=60 |
n=4 | a4=a3+5⇓a4=60+5
|
a4=65 |
n=52
Subtract term
Multiply
Add terms
Find the corresponding explicit rule for the recursive rule shown.
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.
The sequence has a common difference of 4. Its initial term is a1=2. Using this information, its explicit rule can be stated.The pattern shown can be modeled by an arithmetic sequence. Find the explicit rule of the sequence.
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.
Since the number of circles used increases by a constant amount, this sequence is arithmetic.
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.
In this equation, a1 is the first term of the sequence and d is the common difference. Both can be identified from the previous diagram.
The initial term a1=4 and d=3. These values can be substituted in the general explicit rule form.
Finally, to find the number of circles in Figure 20, the explicit rule will be evaluated at n=20.
n=20
Subtract term
Multiply
Add terms
Figure 20 will have 61 circles.