MATH 1 • ALGEBRA & FUNCTIONS

Modeling with Arithmetic Sequences — I can use arithmetic sequences to model repeated change situations (payments, step patterns).

Learn how constant change turns real-world patterns into predictable, powerful mathematical models.

Historical Context & Motivation

Long before anyone wrote a formula, people recognized patterns of steady, repeated change. Ancient merchants tracking daily profits, architects planning evenly spaced columns, and astronomers charting the regular motion of celestial bodies all relied on the same underlying idea: when something changes by the same amount each time, you can predict what comes next. The formal study of these patterns — what we now call arithmetic sequences — has deep roots in the history of mathematics.

~300 BCE
Euclid's Elements
The Greek mathematician Euclid explored number patterns and proportions in his landmark work, laying groundwork for understanding sequences as formal mathematical objects.
~500 CE
Aryabhata's Summation
Indian mathematician Aryabhata developed formulas for summing arithmetic progressions, enabling efficient calculations for trade, astronomy, and architecture across ancient India.
1780s
Young Gauss's Insight
Legend holds that a young Carl Friedrich Gauss stunned his teacher by instantly summing the integers from 1 to 100 — recognizing the arithmetic pattern and using a shortcut that still bears his name.
1900s–Today
Modern Applications
Arithmetic sequences now underpin loan amortization schedules, computer algorithms, construction engineering, and countless modeling scenarios where constant change must be tracked.

The central question has always been the same: if you know the starting point and the rate of steady change, can you predict any value in the pattern — the 10th payment, the 50th step, the 200th row? Arithmetic sequences give you the tools to answer that question with precision and confidence.

Core Principles & Definitions

An arithmetic sequence is built on one simple rule: each term is obtained by adding the same fixed number to the previous term. That fixed number is called the common difference, and it is the engine that drives the entire pattern. Whether the common difference is positive (the sequence grows), negative (it shrinks), or zero (it stays flat), the structure remains the same.

1

Arithmetic Sequence

An ordered list of numbers where the difference between any two consecutive terms is always the same. Example: 5, 8, 11, 14, 17, … (each term is 3 more than the last).
2

Common Difference (d)

The constant amount added to each term to produce the next. Find it by subtracting any term from the term that follows: d = an+1 − an.
3

First Term (a₁)

The starting value of the sequence. Together with d, it completely determines every term that follows. Think of it as your initial condition.
4

Explicit Formula

A rule that lets you jump directly to any term without listing all the ones before it: an = a₁ + (n − 1) × d. It's like a GPS that takes you straight to your destination.
5

Recursive Formula

A rule that defines each term based on the one before it: an = an−1 + d, with a₁ given. Like walking step by step instead of jumping.
KEY TAKEAWAY
Think of an arithmetic sequence like climbing a staircase where every step is exactly the same height. Your starting position is a₁ (which floor you begin on), and the common difference d is the height of each step. No matter how many flights you climb, each step adds the same amount — so you can predict your elevation on any step without climbing every one below it.

Visual Explanation

Arithmetic Sequence on a Number Line & Coordinate Plane

The top row shows the sequence 3, 7, 11, 15, 19 on a number line, with arcs labeled +4 showing the common difference between consecutive terms. The bottom graph plots each term as a point (n, aₙ). Notice that the points lie on a straight line — this is a defining visual feature of arithmetic sequences.

Two observations jump out from this diagram. First, the arcs on the number line are all the same width, reinforcing that the common difference d is constant. Second, when you plot term number (n) on the horizontal axis and the term value (aₙ) on the vertical axis, the points form a perfectly straight line. The slope of that line equals the common difference d, and the pattern mirrors the behavior of a linear function. This connection between arithmetic sequences and linear equations is one of the most powerful ideas in this lesson: an arithmetic sequence is essentially a linear function defined only at whole-number inputs.

Mathematical Framework

Now that you understand the concept visually, let's formalize it with the equations you'll use to solve problems. Two formulas are essential: the explicit formula (jump to any term) and the recursive formula (step from one term to the next).

EXPLICIT (NTH-TERM) FORMULA
aₙ = a₁ + (n − 1) × d
aₙ = value of the nth term; a₁ = first term; n = term number (positive integer); d = common difference.

The factor (n − 1) counts how many times you've added d. When n = 1, you add d zero times, giving you a₁ itself. When n = 2, you add d once, and so on. This formula lets you calculate any term directly — for instance, the 100th term — without computing the 99 terms before it.

RECURSIVE FORMULA
aₙ = aₙ₋₁ + d, with a₁ given
aₙ₋₁ = the term immediately before aₙ. This formula says: to get the next term, take the current term and add d.
FINDING THE COMMON DIFFERENCE
d = aₙ₊₁ − aₙ
Subtract any term from the one that follows it. If this value is constant for all consecutive pairs, you have confirmed an arithmetic sequence.
CONNECTION TO LINEAR FUNCTIONS
aₙ = d × n + (a₁ − d)
Rewriting the explicit formula in slope-intercept form shows that aₙ is a linear function of n with slope d and y-intercept (a₁ − d). This is why the plotted points fall on a straight line.
💡 When Is d Negative?
A negative common difference means the sequence decreases over time. For example, if you owe $500 and pay off $50 each month, the remaining balance forms an arithmetic sequence with a₁ = 500 and d = −50. The formula works exactly the same way — just plug in the negative value for d.

Modeling Real-World Situations

Payments, Steps, and Savings: Arithmetic Models in Action

Arithmetic sequences show up whenever a quantity increases or decreases by the same amount at regular intervals. The key to setting up a model is identifying two things: the initial value (a₁) and the constant change per period (d). Below are three common categories of real-world applications.

Common real-world arithmetic-sequence models
Scenarioa₁ (Start)d (Change)What n Represents
Savings account — $200 initial deposit, add $75/month200+75Month number
Loan payoff — $1,200 owed, pay $150/month1200−150Month number
Stair-step pattern — row 1 has 4 tiles, each row adds 34+3Row number
Event seating — first row has 20 seats, each row adds 220+2Row number
Each row adds 3 new tiles (shown in a different color) to the previous row. The formula aₙ = 3n + 1 lets you calculate the tile count for any row instantly — Row 10 has 31 tiles.

The tile-pattern diagram above makes the arithmetic structure physically visible. Each row retains all the tiles from the row before it and adds exactly three more. This is the essence of modeling with arithmetic sequences: find the repeating additive change, write the formula, and then use it to predict values far beyond what you can draw or count by hand.

Worked Example — Car Loan Payments

Let's work through a complete real-world problem. Suppose you borrow $4,800 to buy a used car and agree to pay $300 each month until the loan is paid off. We want to model the remaining balance after each payment using an arithmetic sequence.

Modeling a Loan Balance
1
Step 1 — Identify a₁ and dThe remaining balance after the first payment is $4,800 − $300 = $4,500. So a₁ = 4500. Each subsequent payment reduces the balance by $300, giving d = −300.
a₁ = 4500, d = −300
2
Step 2 — Write the Explicit FormulaSubstitute into aₙ = a₁ + (n − 1) × d: aₙ = 4500 + (n − 1)(−300) = 4500 − 300n + 300 = 4800 − 300n.
aₙ = 4800 − 300n
3
Step 3 — Find the Balance After 10 PaymentsPlug in n = 10: a₁₀ = 4800 − 300(10) = 4800 − 3000 = 1800.
After 10 payments, the remaining balance is $1,800.
4
Step 4 — Determine When the Loan Is Paid OffSet aₙ = 0 and solve: 0 = 4800 − 300n → 300n = 4800 → n = 16. The loan is paid off after 16 monthly payments.
n = 16 months to pay off the loan.
5
Step 5 — Verify with the Recursive FormulaCheck: a₁ = 4500, a₂ = 4500 + (−300) = 4200, a₃ = 4200 + (−300) = 3900. The pattern confirms a constant decrease of $300 per month — consistent with our explicit formula.
✓ Both formulas agree.
⚠️ Careful with a₁
In this problem, a₁ represents the balance after the first payment. Some problems define a₁ as the starting amount before any payments. Always read carefully to decide what your first term actually represents — it affects every term that follows!

Strengths & Limitations of Arithmetic Models

Arithmetic sequences are elegant and easy to work with, but they don't model every situation perfectly. Understanding when they apply — and when they don't — is just as important as knowing the formulas.

When arithmetic sequences shine — and when they fall short
StrengthsLimitations
Simple to set up: only two parameters (a₁ and d) define the entire sequence.Assumes perfectly constant change — real-world situations often vary slightly.
Predictive power: you can jump to any term instantly with the explicit formula.Cannot model accelerating or decelerating growth (e.g., compound interest, population growth).
Connects directly to linear functions and graphing, reinforcing Algebra 1 skills.Sequences are defined only at whole-number values of n; they don't cover continuous change.
Widely applicable: installment plans, salary raises, construction patterns, scoring systems.A decreasing arithmetic model can produce negative values that may not make physical sense (e.g., negative balance).
KEY TAKEAWAY
An arithmetic sequence is like cruise control on a highway: it works perfectly when you're maintaining a constant speed on a flat road. But the moment the terrain changes — hills, curves, traffic — you need a more complex model. Situations involving percentage-based growth (like compound interest) call for geometric sequences instead, which you'll study later.

Connection to Advanced Topics

Arithmetic sequences are your first step into a much larger world of mathematical modeling. Once you're comfortable with constant additive change, you'll be ready to explore scenarios where the rate of change itself changes.

Arithmetic sequences, geometric sequences, and linear functions compared
FeatureArithmetic SequenceGeometric SequenceLinear Function
PatternAdd a constant d each stepMultiply by a constant r each stepy changes by m for every unit increase in x
Formulaaₙ = a₁ + (n−1)daₙ = a₁ × rn−1y = mx + b
Graph shapeDiscrete points on a lineDiscrete points on a curveContinuous straight line
DomainPositive integers (n = 1, 2, 3, …)Positive integers (n = 1, 2, 3, …)All real numbers
Real exampleFixed monthly paymentCompound interestDistance traveled at constant speed

Notice how close arithmetic sequences and linear functions are — the explicit formula aₙ = a₁ + (n − 1)d can be rewritten as aₙ = dn + (a₁ − d), which looks exactly like y = mx + b. The only difference is the domain: sequences use only whole numbers, while linear functions are defined for all real numbers. As you move into Algebra 2 and beyond, you'll see how geometric sequences extend this same modeling mindset to multiplicative (percentage-based) change, and how arithmetic series let you find the total accumulated value of all terms added together.

Practice Problems

PROBLEM 1CONCEPTUAL
A sequence begins 12, 12, 12, 12, …. Is this an arithmetic sequence? If so, what is the common difference, and what does the sequence look like when graphed?
PROBLEM 2BASIC CALCULATION
An arithmetic sequence has a₁ = 7 and d = 5. Write the explicit formula and find the 20th term.
PROBLEM 3INTERMEDIATE
You know that a₃ = 14 and a₇ = 30 in an arithmetic sequence. Find a₁, d, and the explicit formula.
PROBLEM 4APPLIED
A concert venue is designed so that the first row has 22 seats and each subsequent row has 4 more seats than the one in front of it. The venue has 18 rows. Write an arithmetic-sequence model for the number of seats in row n, find how many seats are in the last row, and determine which row is the first to have at least 50 seats.
PROBLEM 5CRITICAL THINKING
Maya earns a starting salary of $35,000 per year and receives a $1,500 raise each year. Jordan earns a starting salary of $28,000 per year and receives a $2,200 raise each year. Write arithmetic-sequence models for both salaries and determine in which year Jordan's salary first exceeds Maya's. What does this problem reveal about comparing two arithmetic models?

Lesson Summary

An arithmetic sequence is a list of numbers that grows or shrinks by the same amount — the common difference d — from one term to the next. The explicit formula aₙ = a₁ + (n − 1) × d lets you jump to any term directly, while the recursive formula aₙ = aₙ₋₁ + d builds each term from the one before it. On a coordinate plane, arithmetic-sequence points form a straight line with slope equal to d, revealing the deep connection between sequences and linear functions.

To model a real-world situation, identify the starting value (a₁) and the constant change per period (d), then substitute into the formula. This approach works for installment payments, savings plans, step patterns, seating arrangements, and any scenario with repeated additive change. Remember that arithmetic models assume perfectly constant change — when the rate of change itself varies, you'll need more advanced tools like geometric sequences.

Varsity Tutors • Math 1 • Modeling with Arithmetic Sequences