Arithmetic Sequences
Learning goals
- Index a sequence's terms by position
- Find the common difference from consecutive terms
- Apply for any term
- Write the recursive rule beside the explicit one
- Recover from two terms with
- Solve for to test whether a value appears
Naming the terms of a sequence
A sequence is an ordered list of numbers. Order is part of what a sequence is: the list is a different sequence from , even though the same four numbers appear. Each number in the list is called a term.
Because the order matters, we label the terms by their position. We write for the first term, for the second, for the third, and in general for the term in position . The small number written below the line is the subscript, and it is just the position counter, not a multiplication. For the sequence ,
Another way to see this: a sequence is a function whose inputs are the positions and whose outputs are the terms. Instead of writing , , the way we did for ordinary functions, we write , , . The subscript notation is only a compact way to write “the output at position .” The position is always a counting number (), never a fraction or a negative, because there is no “term number one-half.”
What makes a sequence arithmetic
An arithmetic sequence is a sequence in which you get each term by adding the same fixed number to the term before it. That fixed number is called the common difference, written . It is the gap between one term and the next, and in an arithmetic sequence that gap never changes.
To find , subtract any term from the one that follows it:
Take . The differences are , then , then , then . Every gap is , so this is arithmetic with . The common difference can be negative, which makes the sequence decrease: has , since each term is three less than the one before. It can also be a fraction or a decimal. The common difference can even be zero: then every term is the same and the sequence is constant, which still counts as arithmetic (it just never changes).
To test whether a sequence is arithmetic, check that all the consecutive differences agree. The sequence is not arithmetic: the first gap is but the second is , and a single mismatch is enough to disqualify it.
A formula for the nth term
Adding over and over does reach any term, but it is slow. To find the th term you would add ninety-nine times. There is a shortcut, and the picture above already shows why it works. To land on a later term you take a whole number of equal jumps from the first term, so you only need to count the jumps.
The th term is #
Start at the first term and add the common difference one step at a time. The second term is the first term plus one :
The third term is the second plus another , so it is the first term plus two ‘s:
The fourth term adds one more , which makes three ‘s in all:
A pattern is now plain. The number of ‘s added is always one less than the position of the term. The second term carries one , the third carries two, and the fourth carries three. The reason is easy to say in words. To travel from the first term to the th term you take single steps, and every step adds exactly . That count is right because those steps land you on the second term, then the third, and so on up to the th. Adding copies of to the first term gives
This closed formula reaches any term straight from its position , with no need to build the terms before it.
The formula has a clean meaning. You begin at , and then you make steps of size , so the term is the starting value plus the total of those steps, . Everything about an arithmetic sequence is captured by just two numbers: the first term and the common difference .
Worked example 1 Find the 15th term
Find the th term of the sequence
First read off the two numbers that define the sequence. The first term is . The common difference is the gap between consecutive terms, , so .
Now use the formula with . The number of steps is :
Work out the product before the sum, , then add:
So the th term is . Notice you never had to list the first fourteen terms.
Check your understanding
An arithmetic sequence has first term and common difference . What is the th term ?
Use with , , and , so there are steps.
Because is negative the terms decrease, so the tenth term is smaller than the first term .
The recursive rule
The formula is called the explicit (or closed) form, because it gives a term directly from its position. There is a second, equally natural way to describe the same sequence, called the recursive form. It states how each term is built from the one right before it:
together with a stated first term . Read aloud, it says exactly the definition of arithmetic: “each term is the previous term plus the common difference.” The recursive rule is often the most honest description of a real process (you deposit more dollars onto last month’s balance). But to reach a far-off term with the recursive rule you must climb through every term in between. The explicit formula is the tool for jumping ahead; the recursive rule is the tool for describing the step.
Climbing through the terms is worth doing once by hand, because it is what makes the stop being an arbitrary detail. The figure below is a single step on a number line. Both halves of that step are under your control: the number the step starts from, and the number added to it.
Set the start to and the number added to . The arrow lands on , so a sequence with and has . Now move the start to , where you just landed, and take the same step again. You reach , which is . Two more re-starts, from and then from , carry you to and then to . Count the steps you took: four of them, to get from to . That is where comes from. That count is off by one from the position for the plainest possible reason, which is that standing on the first term costs no steps at all. Then set the number added to and walk the same route in reverse. Four steps of return you from to , which is why a negative common difference runs the sequence downward without changing anything else about the counting.
Number line walk
-5 + 3 = -2. Adding a positive number moves 3 units to the right.
The same counting argument works between any two terms, not only from the first. To get from the th term to the th term you take steps of size , so
This version is what you reach for when you know two terms and want to recover the common difference.
Worked example 2 Find and from two terms
In an arithmetic sequence the third term is and the seventh term is . Find the common difference and the first term.
Between the third term and the seventh term there are steps, each of size . Using ,
Solve for by subtracting and dividing by :
Now back up from the third term to the first. The first term is two steps below the third, so :
The sequence is , and a quick check confirms and .
Working backward: which term is it?
The explicit formula also answers the reverse question. Instead of asking “what is term number ,” you can ask “which term equals a given value,” and you find out by solving for . Because must be a counting number, this also tells you whether a value appears in the sequence at all.
Worked example 3 Which term equals a given value?
For the sequence , decide which term equals , and whether ever appears.
Here and , so the explicit formula is . Set it equal to and solve for :
So , which is a whole number, and is the nd term.
Now try the same way:
Since is not a whole number, there is no position that lands on , so is not a term of this sequence. A value belongs to the sequence only when solving for gives a positive whole number.
A real-world pattern
Worked example 4 Seats in a theater
A theater has seats in its front row, and each row behind it holds more seats than the row in front. How many seats are in row , and which row is the first to hold seats?
The seat counts by row form an arithmetic sequence with first term (the front row) and common difference . The number of seats in row is
For row , put , so there are steps:
To find the row with seats, set and solve for :
So , and row is the one with seats. The same two ideas, plug in a position or solve for a position, handle almost every arithmetic-sequence question you will meet.