MATH 1 • ALGEBRA & FUNCTIONS

Arithmetic Sequences — I can recognize and generate an arithmetic sequence and interpret the common difference.

Discover the pattern behind evenly spaced numbers and learn to predict any term in a sequence.

Historical Context & Motivation

Humans have recognized patterns in numbers for thousands of years, and one of the earliest and most useful patterns is the arithmetic sequence — a list of numbers where the same value is added each time you move from one term to the next. Ancient civilizations used these patterns to solve practical problems such as distributing resources, measuring land, and predicting astronomical events. The story of arithmetic sequences stretches from Babylonian clay tablets to the notebooks of legendary mathematicians, and the concept remains a cornerstone of algebra today.

~2000 BCE
Babylonian Tables
Babylonian scribes recorded tables of numbers that increased by a constant amount, using them for trade calculations and astronomical predictions on clay tablets.
~500 BCE
Pythagorean Number Patterns
The Pythagorean school in ancient Greece studied figurate numbers — triangular, square, and pentagonal — many of which are built from arithmetic sequences of differences.
~1780
Young Gauss and the Sum 1 to 100
The legendary story tells of young Carl Friedrich Gauss quickly summing the integers from 1 to 100 by pairing terms, demonstrating a deep understanding of arithmetic sequences.
19th Century
Formal Algebraic Notation
Mathematicians formalized sequence notation using subscripts and explicit formulas, allowing arithmetic sequences to be studied rigorously as functions of their term number.

At its heart, the question arithmetic sequences answer is deceptively simple: if a pattern grows by the same amount every step, can we predict any term without listing them all? That question drives everything you will learn in this lesson — from recognizing the pattern to writing a formula that jumps straight to the 100th or even the 1,000th term.

Core Principles & Definitions

Before diving into formulas, you need to build a solid vocabulary around arithmetic sequences. The ideas themselves are straightforward, but using precise language will help you communicate solutions clearly and avoid mistakes on tests and assignments.

1

Sequence

An ordered list of numbers, called terms, that follow a specific rule or pattern. Each term has a position number (1st, 2nd, 3rd, …).
2

Arithmetic Sequence

A sequence in which the difference between any two consecutive terms is always the same. This constant gap is the defining feature.
3

Common Difference (d)

The fixed value added to each term to produce the next term. It can be positive, negative, or even zero. Calculate it as d = an − an−1.
4

First Term (a₁)

The starting value of the sequence. Together with the common difference, it completely determines every term in the sequence.
5

General (nth) Term

A formula that gives the value of any term based on its position number n, without listing all preceding terms.
KEY TAKEAWAY
Think of an arithmetic sequence like climbing a staircase where every step is exactly the same height. The common difference is the height of one step, and the first term is the elevation where the staircase begins. No matter how many flights you climb, each step raises you by the same amount.

Visualizing Arithmetic Sequences

One of the best ways to understand arithmetic sequences is to see them on a number line and on a coordinate plane. Because the common difference is constant, the points you plot will always form a straight line — this is a key visual signature that distinguishes arithmetic sequences from other types.

The sequence 3, 7, 11, 15 is plotted with term number n on the horizontal axis and term value an on the vertical axis. Notice how the constant jump of +4 between consecutive terms causes all points to lie on a straight line — a hallmark of arithmetic sequences.

This visual relationship between arithmetic sequences and straight lines is no coincidence. An arithmetic sequence is essentially a linear function whose domain is restricted to positive integers. The common difference d plays the same role as the slope in the equation y = mx + b: it tells you how much the output increases for each unit increase in the input. If d is positive, the line rises; if d is negative, the line falls; and if d is zero, the line is flat — meaning every term is the same value.

Mathematical Framework

Now that you can visualize an arithmetic sequence, let's formalize the pattern with algebra. Two formulas are essential: the recursive formula, which tells you how to get the next term from the previous one, and the explicit (nth-term) formula, which lets you jump directly to any term.

COMMON DIFFERENCE
d = aₙ − aₙ₋₁
Subtract any term from the term that follows it. If d is the same for every pair of consecutive terms, the sequence is arithmetic.
RECURSIVE FORMULA
aₙ = aₙ₋₁ + d
Each term equals the previous term plus the common difference. You need a starting value a₁ to use this formula.
EXPLICIT (NTH-TERM) FORMULA
aₙ = a₁ + (n − 1) × d
Where an is the nth term, a1 is the first term, n is the position number, and d is the common difference. The factor (n − 1) counts how many times d has been added.

Why does (n − 1) appear instead of just n? Think about it this way: to reach the 1st term, you add d zero times (you are already there). To reach the 2nd term, you add d once. To reach the 3rd term, you add d twice. So to reach the nth term, you add d exactly (n − 1) times. This logic is the backbone of the explicit formula and will save you enormous time compared to listing terms one by one.

🔗 Connecting to Linear Equations
If you expand the explicit formula, you get aₙ = d × n + (a₁ − d). Compare this to y = mx + b: the common difference d is the slope, and (a₁ − d) is the y-intercept. This is why the graph of an arithmetic sequence always forms a straight line.

Interpreting the Common Difference

The common difference d is more than just a number you plug into a formula — it tells the story of how the sequence behaves. By examining the sign and magnitude of d, you can immediately describe what is happening in a real-world context. Let's break down the three cases.

Three arithmetic sequences plotted side by side. When d > 0 the sequence increases, when d < 0 it decreases, and when d = 0 every term is the same.
Summary of common difference interpretations
Sign of dBehaviorGraph ShapeReal-World Example
d > 0Terms increaseLine with positive slopeSaving $50 each week
d < 0Terms decreaseLine with negative slopeDraining a pool 200 gallons/hr
d = 0Terms stay constantHorizontal lineA fixed monthly subscription fee

The magnitude (absolute value) of d matters too. A common difference of 2 means the sequence grows slowly, while a common difference of 50 means it grows rapidly. In applied problems, d often has units — dollars per week, degrees per hour, meters per second — which makes it a rate of change. Recognizing d as a rate will help you bridge arithmetic sequences to linear functions and, eventually, to concepts in calculus.

Worked Example

Let's walk through a complete problem. Suppose a concert venue sells tickets starting at $25 for the front row, and each row farther back costs $3 less. What is the price of a ticket in the 18th row?

Finding the 18th-Row Ticket Price
1
Step 1 — Identify the Sequence ComponentsThe first term is the front-row price: a1 = 25. Because the price decreases by $3 per row, the common difference is d = −3. We want the value of a18.
a₁ = 25, d = −3, n = 18
2
Step 2 — Write the Explicit FormulaUse the nth-term formula: an = a1 + (n − 1) × d.
aₙ = 25 + (n − 1)(−3)
3
Step 3 — Substitute n = 18Replace n with 18: a18 = 25 + (18 − 1)(−3) = 25 + (17)(−3).
a₁₈ = 25 + (17)(−3)
4
Step 4 — SimplifyCalculate the product: 17 × (−3) = −51. Then add: 25 + (−51) = 25 − 51 = −26.
a₁₈ = −26
5
Step 5 — Interpret the ResultA ticket price of −$26 is not realistic. This tells us the pricing model breaks down before the 18th row; the venue likely only has enough rows for positive prices. In fact, the price reaches $1 at row 9 and $0 at row 9⅓, so the model is only valid for approximately 9 rows. Always check whether your answer makes sense in context!
Mathematically a₁₈ = −26, but the model is only valid for roughly 9 rows.
REAL-WORLD CHECK
Arithmetic-sequence formulas will always give you a numerical answer, but that number might not make sense in context. Negative prices, fractional people, or impossibly large values are red flags. After computing, always ask: "Does this answer make sense for the situation described?"

Recursive vs. Explicit Formulas

You now have two ways to describe an arithmetic sequence, and each has its strengths. Understanding when to reach for the recursive form versus the explicit form will make you a more efficient problem-solver.

Comparison of recursive and explicit formulas for arithmetic sequences
FeatureRecursive FormulaExplicit Formula
Formaₙ = aₙ₋₁ + d, with a₁ givenaₙ = a₁ + (n − 1) × d
What it needsThe previous termOnly n, a₁, and d
Best forBuilding a sequence step by step; programming loopsJumping directly to any term; finding far-out terms
LimitationSlow for large n — must compute every term before itRequires knowing a₁ and d upfront
AnalogyClimbing stairs one step at a timeTaking an elevator to a specific floor
KEY TAKEAWAY
The recursive formula is like reading a book page by page — you must go through each page to reach a later one. The explicit formula is like using the table of contents to jump straight to chapter 50. Both describe the same book; choose the tool that fits the task.

Connections to Advanced Topics

Arithmetic sequences are the launchpad for several more advanced mathematical ideas. As you progress in your math courses, you will encounter these related concepts, and the intuition you build now will give you a head start.

How arithmetic sequences connect to future topics
Arithmetic Sequences (Now)What Comes Next
Add a constant to get the next termGeometric sequences: Multiply by a constant ratio instead
Graph forms a straight lineLinear functions: y = mx + b extends the idea to continuous domains
Common difference = constant rate of changeSlope and derivatives: Calculus generalizes the rate of change for curves
Sum of n terms (arithmetic series)Series and sigma notation: Summation formulas for many types of sequences

In Algebra 2 and Pre-Calculus, you will learn the formula for the arithmetic series — the sum of the first n terms: Sn = n/2 × (a₁ + aₙ). This is the very trick young Gauss is said to have used to add 1 through 100 almost instantly. For now, focus on mastering the nth-term formula and interpreting d; those skills form the foundation for everything ahead.

Practice Problems

Test your understanding with these five problems, arranged from foundational to challenging. Work through each one on paper before revealing the answer.

PROBLEM 1CONCEPTUAL
Is the sequence 4, 9, 14, 19, 24 arithmetic? Explain how you can tell, and state the common difference if it is.
PROBLEM 2BASIC CALCULATION
An arithmetic sequence has a₁ = 7 and d = −2. Find the 12th term.
PROBLEM 3INTERMEDIATE
The 5th term of an arithmetic sequence is 23 and the 11th term is 53. Find the first term and the common difference.
PROBLEM 4APPLIED
A new gym member can do 8 push-ups on the first day and increases the count by 3 push-ups each day. On which day will the member first be able to do at least 50 push-ups?
PROBLEM 5CRITICAL THINKING
Prove that if three numbers a, b, c form an arithmetic sequence, then b = (a + c) / 2. What familiar concept does this remind you of?

Lesson Summary

An arithmetic sequence is an ordered list of numbers in which each term is obtained by adding a fixed value, called the common difference (d), to the preceding term. You can identify an arithmetic sequence by checking that the difference between every pair of consecutive terms is the same. The recursive formula aₙ = aₙ₋₁ + d builds the sequence one term at a time, while the explicit formula aₙ = a₁ + (n − 1) × d lets you jump to any term directly.

The sign of d reveals the sequence's behavior: positive d means increasing terms, negative d means decreasing terms, and zero d means all terms are equal. On a coordinate plane, arithmetic sequences plot as straight lines, connecting them to linear functions where d acts as the slope. Mastering these ideas prepares you for geometric sequences, arithmetic series, and the broader study of functions.

Varsity Tutors • Math 1 • Arithmetic Sequences — I can recognize and generate an arithmetic sequence and interpret the common difference.