Arithmetic Sequence Standard Form Explained

What Is an Arithmetic Sequence?

An arithmetic sequence is a list of numbers where the difference between consecutive terms stays the same. That's it. No curves, no patterns that shift. Just a constant gap that repeats every single step.

You see them everywhere:

The defining feature is the common difference. Find that, and you can predict any term in the sequence.

The Standard Form of an Arithmetic Sequence

The standard form looks like this:

an = a1 + (n - 1)d

Where:

This formula is your workhorse. Memorize it. You'll use it constantly in algebra, calculus, and standardized tests.

How to Identify the Parts

Finding the First Term (a₁)

The first term is simply the first number in your sequence. No calculation needed. Just look at where it starts.

Sequence: 7, 12, 17, 22, 27
a₁ = 7

Finding the Common Difference (d)

Subtract any term from the term right after it. That's d.

Using the same sequence: 12 - 7 = 5
d = 5

Check: 17 - 12 = 5 āœ“, 22 - 17 = 5 āœ“

If the difference is negative, your sequence is going down. That's fine. Arithmetic sequences can decrease too.

Working the Formula

Let's find the 20th term of: 7, 12, 17, 22, 27...

Step 1: Identify a₁ and d
a₁ = 7, d = 5

Step 2: Plug into the formula
aā‚‚ā‚€ = 7 + (20 - 1) Ɨ 5

Step 3: Solve
aā‚‚ā‚€ = 7 + 19 Ɨ 5
aā‚‚ā‚€ = 7 + 95
aā‚‚ā‚€ = 102

That's your answer. No guesswork, no pattern hunting. Just plug and calculate.

Finding Missing Terms

Sometimes you'll get a sequence with gaps. The formula handles this.

Example: Find the three missing terms in: 5, __, __, __, 25

Step 1: You have 5 terms total, so n = 5
Step 2: a₁ = 5 and aā‚… = 25
Step 3: Use the formula: 25 = 5 + (5 - 1)d
25 = 5 + 4d
20 = 4d
d = 5

Now fill in: 5, 10, 15, 20, 25

Sum of an Arithmetic Sequence

When you need the total of all terms, use the sum formula:

Sn = n(a₁ + an) / 2

Or if you don't know the last term:

Sn = n[2a₁ + (n - 1)d] / 2

Example: Find the sum of the first 10 terms of: 3, 7, 11, 15...

a₁ = 3, d = 4, n = 10

S₁₀ = 10[2(3) + (10 - 1)4] / 2
S₁₀ = 10[6 + 36] / 2
S₁₀ = 10(42) / 2
S₁₀ = 210

Quick Reference Table

What You KnowFormula to Use
Find a specific terman = a₁ + (n-1)d
Find the sum of termsSn = n(a₁ + an)/2
Find sum without last termSn = n[2a₁ + (n-1)d]/2
Find the common differenced = aā‚‚ - a₁
Find position n of a termn = (an - a₁)/d + 1

Common Mistakes to Avoid

Practical Example: Real-World Application

You start a job making $30,000/year. You get a $2,000 raise every year. What will you make in year 15?

Given:
a₁ = 30,000
d = 2,000
n = 15

Solution:
a₁₅ = 30,000 + (15 - 1)(2,000)
a₁₅ = 30,000 + 14(2,000)
a₁₅ = 30,000 + 28,000
a₁₅ = $58,000

That's the salary in year 15. Simple, direct, no fluff.

Getting Started: Your Action Steps

To solve any arithmetic sequence problem:

  1. List what you know — Write down a₁, d, and n clearly
  2. Calculate d — Subtract: aā‚‚ - a₁
  3. Pick the right formula — Term formula for finding values, sum formula for totals
  4. Plug in the numbers — Replace variables with your values
  5. Simplify step by step — Don't try to do everything at once
  6. Check your answer — Verify the term fits the sequence pattern

That's the complete process. Practice with two or three sequences, and you'll have it locked down.