Arithmetic Sequence Examples in Math

Start with the recap, study the fully worked examples, then use the practice problems to check your understanding of Arithmetic Sequence.

This page combines explanation, solved examples, and follow-up practice so you can move from recognition to confident problem-solving in Math.

Concept Recap

A sequence where each term is obtained from the previous by adding a fixed constant called the common difference d.

Add the same number each time β€” 2, 5, 8, 11, ... (add 3 each step). This is constant-rate growth.

Read the full concept explanation β†’

How to Use These Examples

  • Read the first worked example with the solution open so the structure is clear.
  • Try the practice problems before revealing each solution.
  • Use the related concepts and background knowledge badges if you feel stuck.

What to Focus On

Core idea: Linear growthβ€”the graph of an arithmetic sequence is a line.

Common stuck point: Use a_n = a_1 + (n-1)d, not a_1 + nd β€” off-by-one errors are very common. Sum: S_n = \frac{n(a_1 + a_n)}{2}.

Sense of Study hint: Subtract consecutive terms to find d, then verify by checking that the same d works for every pair.

Worked Examples

Example 1

easy
An arithmetic sequence has a_1 = 7 and d = -3. Find a_{20} and S_{20}.

Solution

  1. 1
    Use the arithmetic sequence formula to find the 20th term: a_n = a_1 + (n-1)d, where a_1 = 7, d = -3, n = 20.
  2. 2
    Calculate: a_{20} = 7 + (20-1)(-3) = 7 - 57 = -50
  3. 3
    Apply the partial sum formula: S_{20} = \frac{20}{2}(a_1 + a_{20}) = 10(7 + (-50)) = 10(-43) = -430

Answer

a_{20} = -50; S_{20} = -430
With a negative common difference the sequence decreases. The sum formula averages the first and last terms and multiplies by the count.

Example 2

medium
In an arithmetic sequence a_5 = 18 and a_{12} = 46. Find a_1 and d.

Example 3

medium
Find the sum of the first 20 terms of the arithmetic sequence: 5, 8, 11, 14, ...

Practice Problems

Try these problems on your own first, then open the solution to compare your method.

Example 1

easy
Find the 15th term of 4, 9, 14, 19, \ldots

Example 2

medium
Find the sum of all integers from 1 to 100.

Background Knowledge

These ideas may be useful before you work through the harder examples.

sequence