Math · Introduction to Calculus · Grade 9-12 · 5 min read

Arithmetic Sequence

⚡ In one breath

An arithmetic sequence adds the same fixed amount, the common difference dd, to get from each term to the next, so the terms grow linearly.

📐 The formula

an=a1+(n1)da_n = a_1 + (n-1)d
a = 4 · n012345678910(0, 0)

Step the point one position at a time: every jump adds the same +4 — the common difference of an arithmetic sequence.

Orient

The one-line idea, why it matters, and the intuition.

Section 1

Quick Answer

An arithmetic sequence adds the same fixed amount, the common difference dd, to get from each term to the next, so the terms grow linearly. Use it when consecutive terms differ by a constant. The cue is a constant difference between neighbors (subtract adjacent terms and get the same number). Before calculating, ask: Do I get the same number every time I subtract a term from the one after it?

Section 2

Why This Matters

Arithmetic sequences model anything with a steady per-step increase — savings of a fixed amount per week, seats added per theater row — and their explicit formula an=a1+(n1)da_n=a_1+(n-1)d lets you jump to the 100th term without listing all of them. The defining check, constant difference, is what separates them from geometric (constant ratio) growth. Recognizing it by "Do I get the same number every time I subtract a term from the one after it?" — rather than by familiar numbers — is what lets a student tell it apart from geometric sequence and arithmetic series and linear function in a mixed problem set.

Section 3

Intuitive Explanation

Climbing a staircase where every step is the same height: from any stair, the next is always exactly dd higher, so your altitude grows by equal jumps — that fixed step height is the common difference. This is the clean version of the idea because the visible structure matches the concept before any formula or procedure is chosen.

Mistaking it for a geometric sequence — arithmetic has a constant difference (subtract neighbors), geometric has a constant ratio (divide neighbors); 2,4,82,4,8 is geometric, 2,4,62,4,6 is arithmetic. That contrast matters because many wrong answers come from recognizing a surface feature, such as a familiar number or word, instead of the actual task.

A useful way to slow down is to name the signal words and then test them. Words like **common difference**, **add the same number**, **constant difference**, **increases by dd each term**, **linear pattern** are helpful clues, but they are not enough by themselves. They must point to the same structure as the mental model: An arithmetic sequence increases by a fixed common difference dd every term, giving constant linear growth.

The recognition test is simple: Do I get the same number every time I subtract a term from the one after it? If yes, arithmetic sequence is probably the right tool; if not, compare with Geometric sequence or Arithmetic series or Linear function before calculating.

Core idea

An arithmetic sequence increases by a fixed common difference dd every term, giving constant linear growth.

Recognize

The cues that signal this concept and how to distinguish it from look-alikes.

Section 4

When to Use

Use Arithmetic Sequence when consecutive terms differ by the same fixed amount (a constant common difference). Strong signals include **common difference**, **add the same number**, **constant difference**, **increases by dd each term**, **linear pattern**. The safest workflow is to read the final question first, identify what kind of answer it wants, and then test the structure. Do not use arithmetic sequence just because familiar numbers appear; first decide whether the situation answers "Do I get the same number every time I subtract a term from the one after it?" with yes.

✨ Pro tip

Ask: Do I get the same number every time I subtract a term from the one after it?

Section 5

How to Recognize It

Before using Arithmetic Sequence, check the structure of the problem, not just the vocabulary. These questions force the same recognition move from several angles: the task, the signal words, the nearest confusion, and the thing that would make the concept fail.

  1. Do I get the same number every time I subtract a term from the one after it?

    If yes, the problem matches arithmetic sequence. If no, pause before applying the procedure, because the same numbers may belong to a different idea.

  2. Which words signal the structure?

    Look for common difference, add the same number, constant difference, increases by dd each term. These words are useful only after the situation matches them; a keyword without structure is not proof.

  3. What is the nearest confusion?

    Geometric sequence is the common trap here: Multiplies by a fixed ratio each step instead of adding a fixed difference. Compare the desired final answer before choosing a method.

  4. What answer form should I expect?

    The answer should fit this mental model: An arithmetic sequence increases by a fixed common difference dd every term, giving constant linear growth. If the expected answer sounds more like geometric sequence, use the comparison table before solving.

  5. What would make this NOT Arithmetic Sequence?

    Mistaking it for a geometric sequence — arithmetic has a constant difference (subtract neighbors), geometric has a constant ratio (divide neighbors); 2,4,82,4,8 is geometric, 2,4,62,4,6 is arithmetic. This tells you when to switch tools instead of forcing the concept.

Section 6

Arithmetic Sequence vs Common Confusions

The hard part is recognizing when the task is really about arithmetic sequence instead of a nearby idea. Read the final answer the problem wants, then ask which row describes the structure before you start calculating.

Arithmetic Sequence

Meaning
Use this when consecutive terms differ by the same fixed amount (a constant common difference). The deciding question is: Do I get the same number every time I subtract a term from the one after it?
Key test
Do I get the same number every time I subtract a term from the one after it?
Formula
an=a1+(n1)da_n = a_1 + (n-1)d
Example
An arithmetic sequence starts 7,11,15,19,7,11,15,19,\ldots. Find the 20th term.

Geometric sequence

Meaning
Multiplies by a fixed ratio each step instead of adding a fixed difference.
Key test
Use when neighbors share a constant ratio, not a constant difference.
Formula
an=a1rn1a_n=a_1 r^{n-1}
Example
3,6,12,243,6,12,24 (×2) is geometric, not arithmetic

Arithmetic series

Meaning
Adds the terms of an arithmetic sequence into a sum.
Key test
Use when summing the terms, not listing or finding one.
Formula
Sn=n2(a1+an)S_n=\frac{n}{2}(a_1+a_n)
Example
2+5+8+11=262+5+8+11=26

Linear function

Meaning
A continuous line; the arithmetic sequence is its restriction to integer inputs.
Key test
Use 'linear function' for all real $x$, the sequence for integer positions.
Formula
y=mx+by=mx+b
Example
an=2+3(n1)a_n=2+3(n-1) matches the line y=3x1y=3x-1 at integers

Apply

Worked examples and the mistakes most students make.

Section 7

Formula & Notation

an=a1+(n1)da_n = a_1 + (n-1)d
A sequence (an)(a_n) is arithmetic if dR:an+1an=d\exists d \in \mathbb{R} : a_{n+1} - a_n = d for all n1n \geq 1. General term: an=a1+(n1)da_n = a_1 + (n-1)d. Partial sum: Sn=k=1nak=n2(2a1+(n1)d)S_n = \sum_{k=1}^{n} a_k = \frac{n}{2}(2a_1 + (n-1)d).

How to read it: dd = common difference, a1a_1 = first term, Sn=n2(a1+an)S_n = \frac{n}{2}(a_1 + a_n) = sum of first nn terms.

Section 8

Worked Examples

Example 1 — Find a distant term

Easy

Problem

An arithmetic sequence starts 7,11,15,19,7,11,15,19,\ldots. Find the 20th term.

Solution

  1. Subtracting neighbors gives a constant 44, so it's arithmetic with a1=7a_1=7, d=4d=4.

    Name the structure before touching arithmetic — that is what makes the right method obvious.

  2. Ask the recognition question: Do I get the same number every time I subtract a term from the one after it?

    If the answer is yes, the concept applies; the cue, not a keyword, decides the method.

  3. Apply an=a1+(n1)da_n=a_1+(n-1)d with n=20n=20: 7+(201)(4)7+(20-1)(4).

    The rule is chosen only after the structure matches, so the steps mean something.

  4. Compute 7+194=7+767+19\cdot 4=7+76.

    Keep units, shape, or answer form tied to the story so the work does not become symbol pushing.

  5. Check the answer against the original question.

    It should fit the mental model — add the same number each step. If it does not, revisit the recognition step before changing the arithmetic.

Answer

a20=83a_{20}=83

Takeaway: The constant difference lets the explicit formula reach any term without listing all of them.

Example 2 — Constant ratio, not difference

Standard

Problem

What kind of sequence is 7,14,28,56,7,14,28,56,\ldots?

Solution

  1. Notice why this looks like the same concept.

    Nearby language or numbers can tempt you toward add the same number each step.

  2. Subtracting neighbors gives 7,14,287,14,28 (not constant), but dividing gives 22 each time, so it's geometric.

    Spotting what actually changed is what separates this from the concept it resembles.

  3. Check the ratio instead of the difference: 147=2814=2\frac{14}{7}=\frac{28}{14}=2, so it's geometric with r=2r=2.

    The nearby idea may share numbers but answers a different question, so it needs a different move.

  4. State the result in the language of the actual task.

    Geometric, r=2r=2. Name it for what the problem really asked, not the concept you first expected.

  5. Say the contrast in one sentence.

    Constant difference means arithmetic; constant ratio means geometric — test both before deciding.

Answer

Geometric, r=2r=2

Takeaway: Constant difference means arithmetic; constant ratio means geometric — test both before deciding.

Example 3 — Spot the trap: Add the same number each step

Application

Problem

A student starts with this idea: "Using a1+nda_1+nd instead of a1+(n1)da_1+(n-1)d" What should they check before accepting that reasoning?

Solution

  1. Pause before the first move.

    The first move is a decision, not a calculation — does the situation really match add the same number each step.

  2. Run the recognition test: Do I get the same number every time I subtract a term from the one after it?

    This is the single check that the trap skips.

  3. the first term already counts, so add dd only (n1)(n-1) times.

    Stating the safer rule turns the mistake into a checkable step instead of a vague "be careful."

  4. Compare with the nearest confusion, Geometric sequence.

    Multiplies by a fixed ratio each step instead of adding a fixed difference.

  5. State the corrected decision and reuse it.

    Using the concept only when the structure matches leaves a process the student can repeat on a new problem.

Answer

the first term already counts, so add dd only (n1)(n-1) times.

Takeaway: The recognition step prevents the common trap: Using a1+nda_1+nd instead of a1+(n1)da_1+(n-1)d

Section 9

Common Mistakes

Common slip-up

Using a1+nda_1+nd instead of a1+(n1)da_1+(n-1)d

The right idea

the first term already counts, so add dd only (n1)(n-1) times.

Common slip-up

Confusing constant difference with constant ratio

The right idea

subtract neighbors for arithmetic, divide for geometric.

Common slip-up

Reading dd from the wrong direction

The right idea

d=an+1and=a_{n+1}-a_n (later minus earlier); a decreasing sequence has a negative dd.

Practice

Try it, then see where this concept fits in the path.

Section 10

Mini Practice

Try these on your own. Tap Reveal when you want to check.

  1. What clue tells you this is a Arithmetic Sequence situation: An arithmetic sequence starts 7,11,15,19,7,11,15,19,\ldots. Find the 20th term.

    Hint: Do I get the same number every time I subtract a term from the one after it?

  2. An arithmetic sequence starts 7,11,15,19,7,11,15,19,\ldots. Find the 20th term.

    Hint: Apply an=a1+(n1)da_n=a_1+(n-1)d with n=20n=20: 7+(201)(4)7+(20-1)(4).

  3. Why is this a contrast case instead of Arithmetic Sequence: What kind of sequence is 7,14,28,56,7,14,28,56,\ldots?

    Hint: Subtracting neighbors gives 7,14,287,14,28 (not constant), but dividing gives 22 each time, so it's geometric.

  4. Fix this thinking: Using a1+nda_1+nd instead of a1+(n1)da_1+(n-1)d

    Hint: Name the recognition cue before choosing a rule.

  5. Which is the better fit here: Arithmetic Sequence or Geometric sequence? Explain the deciding difference.

    Hint: For Arithmetic Sequence, ask: Do I get the same number every time I subtract a term from the one after it?

  6. Write one sentence that would remind a classmate how to recognize Arithmetic Sequence.

    Hint: Use the mental model "Add the same number each step." and one signal word.

Want the full set?

50 practice questions for this concept — free to try, every one with a complete worked solution showing the why, not just the answer.

Section 11

Frequently Asked Questions

How do I know when to use Arithmetic Sequence?

Use Arithmetic Sequence when consecutive terms differ by the same fixed amount (a constant common difference). Do not start from the numbers alone; first name the structure of the situation. The fastest check is: Do I get the same number every time I subtract a term from the one after it? If the answer is yes and the wording matches cues like common difference, add the same number, constant difference, then arithmetic sequence is probably the right tool.

What is Arithmetic Sequence most often confused with?

Arithmetic Sequence is often confused with Geometric sequence. Geometric sequence means Multiplies by a fixed ratio each step instead of adding a fixed difference. The difference is not just vocabulary; it changes the action you take. For arithmetic sequence, the key test is "Do I get the same number every time I subtract a term from the one after it?" For geometric sequence, the better cue is: Use when neighbors share a constant ratio, not a constant difference.

What is the fastest recognition cue for Arithmetic Sequence?

Look for common difference, add the same number, constant difference, increases by dd each term, but treat those words as clues, not proof. A word problem can contain a familiar keyword and still ask for a different idea. After noticing the cue, ask the recognition question: Do I get the same number every time I subtract a term from the one after it? That question protects you from using a memorized procedure in the wrong place.

What mistake should I avoid with Arithmetic Sequence?

Avoid this thinking: "Using a1+nda_1+nd instead of a1+(n1)da_1+(n-1)d" That mistake usually happens when the student jumps to a rule before checking the situation. The safer version is: the first term already counts, so add dd only (n1)(n-1) times. A good habit is to say the mental model out loud first: "Add the same number each step." Then choose the calculation or representation.

How can I tell this apart from Arithmetic series?

Arithmetic series is the better fit when the task is about this: Adds the terms of an arithmetic sequence into a sum. Arithmetic Sequence is the better fit when consecutive terms differ by the same fixed amount (a constant common difference). If both ideas seem possible, compare what the problem wants as the final answer. The desired output often reveals whether you should use arithmetic sequence or switch to the nearby concept.

Why does Arithmetic Sequence matter?

Arithmetic sequences model anything with a steady per-step increase — savings of a fixed amount per week, seats added per theater row — and their explicit formula an=a1+(n1)da_n=a_1+(n-1)d lets you jump to the 100th term without listing all of them. The defining check, constant difference, is what separates them from geometric (constant ratio) growth. The practical value is recognition: once you can spot arithmetic sequence, you can choose a method before calculating. That makes later topics easier because you are not memorizing isolated tricks; you are recognizing the same structure when it appears in a new representation.

Section 12

Learning Path

← Before

Sequence
Arithmetic Sequence

You are here

Before this, students should be comfortable with Sequence. This page focuses on the recognition cue: Do I get the same number every time I subtract a term from the one after it? That cue is the bridge between earlier skills and later problem solving: students first learn to identify the structure, then they learn which calculation, diagram, graph, or proof move belongs to it. After this, Geometric Sequence become easier to recognize.

Section 13

See Also