Arithmetic Series

Find the sum of an arithmetic sequence without adding every term—just use the first term, last term, and how many terms there are.

Sn=n2(a1+an)S_n = \frac{n}{2}\big(a_1 + a_n\big)

Solve a problem with Arithmetic Series

Type the problem. The solver will use Arithmetic Series where Arithmetic Series is the right tool, and tell you when it is not.

Drag one in or paste from the clipboard. JPEG, PNG or WebP. You get the transcription to check before anything is solved.

How to get a better answer
  • Paste the whole problem, including the instruction word — "simplify", "solve for x" and "factor" lead to three different answers.
  • Say what you have already tried. "I got x = 4 and the book says 2" turns a solution into a diagnosis.
  • Set the level in the settings button. A calculus shortcut is not a better answer if you have not met derivatives yet.
  • For a photo, get the whole problem in frame and hold the page flat — you get the transcription to fix before anything is solved.

What each symbol means

What Arithmetic Series takes
SnS_n
nn
a1a_1
ana_n
Arithmetic Series
SymbolMeaning
SnS_nThe sum of the first nn terms of an arithmetic sequence—it is the total when you add all the terms together.
nnThe number of terms you are adding—it must be a positive integer, and if you misidentify it, your sum will be wrong.
a1a_1The first term in the sequence—where the sequence starts, and it can be positive, negative, or zero.
ana_nThe last term in the sequence (at position nn)—if you use the wrong term value, your sum will be incorrect.

When to use it

When you need the total of an arithmetic sequence and you know the first term, last term, and number of terms.

Level

Usually taught in: Algebra II · Appears on: ACT

Worked examples

1. Sum of the first 10 terms of a simple arithmetic sequence

Problem

Find the sum of the first 10 terms of the arithmetic sequence 2,5,8,11,2, 5, 8, 11, \ldots
  1. a1=2,d=52=3a_1 = 2, \quad d = 5 - 2 = 3

    Identify the first term and find the common difference by subtracting consecutive terms.

  2. a10=2+(101)3=2+27=29a_{10} = 2 + (10-1) \cdot 3 = 2 + 27 = 29

    Use the formula an=a1+(n1)da_n = a_1 + (n-1)d to find the 10th term.

  3. S10=102(2+29)=531=155S_{10} = \frac{10}{2}(2 + 29) = 5 \cdot 31 = 155

    Apply Sn=n2(a1+an)S_n = \frac{n}{2}(a_1 + a_n) and simplify.

Answer: S10=155S_{10} = 155

We used the arithmetic series formula because we have the first term, the last term, and the number of terms. This is much faster than adding all 10 numbers individually.

2. Sum of a decreasing sequence with negative terms

Problem

Find the sum of the arithmetic sequence 15,12,9,6,,1215, 12, 9, 6, \ldots, -12.
  1. a1=15,an=12,d=1215=3a_1 = 15, \quad a_n = -12, \quad d = 12 - 15 = -3

    The first term is 15, the last term is 12-12, and the common difference is negative because the sequence decreases.

  2. 12=15+(n1)(3)-12 = 15 + (n-1)(-3)

    Use an=a1+(n1)da_n = a_1 + (n-1)d to find how many terms nn are in the sequence.

  3. 12=153n+3=183n-12 = 15 - 3n + 3 = 18 - 3n

    Expand the right side: (n1)(3)=3n+3(n-1)(-3) = -3n + 3.

  4. 30=3n-30 = -3n

    Subtract 18 from both sides.

  5. n=10n = 10

    Divide both sides by 3-3.

  6. S10=102(15+(12))=53=15S_{10} = \frac{10}{2}(15 + (-12)) = 5 \cdot 3 = 15

    Apply the formula. Note that 15+(12)=315 + (-12) = 3.

Answer: Sn=15S_n = 15

Finding nn first was essential because the last term was given, not the number of terms. Negative common differences are common in real problems, and the formula handles them the same way.

3. Word problem: Basketball scoring over a season

Problem

In the first game of a season, Marcus scored 8 points. He improves consistently, scoring 2 more points each game. If he plays 20 games and maintains this pattern, what is his total points across all 20 games?
  1. a1=8,d=2,n=20a_1 = 8, \quad d = 2, \quad n = 20

    Marcus scores 8 points in game 1, improves by 2 points per game, and plays 20 games total.

  2. a20=8+(201)2=8+192=8+38=46a_{20} = 8 + (20-1) \cdot 2 = 8 + 19 \cdot 2 = 8 + 38 = 46

    Find how many points he scores in game 20 using an=a1+(n1)da_n = a_1 + (n-1)d.

  3. S20=202(8+46)=1054=540S_{20} = \frac{20}{2}(8 + 46) = 10 \cdot 54 = 540

    Apply the arithmetic series formula to find the total across all 20 games.

Answer: S20=540 pointsS_{20} = 540 \text{ points}

This is a classic application: Marcus's scores form an arithmetic sequence, so we can find the total without adding all 20 scores. The formula is much faster than computing each game's score individually.

Common mistakes

Where Arithmetic Series usually goes wrong
Answer came out wrong
Using Sn=n2(2a1+(n1)d)S_n = \frac{n}{2}(2a_1 + (n-1)d) when you already know ana_n.
If you know a1a_1, ana_n, and nn, use Sn=n2(a1+an)S_n = \frac{n}{2}(a_1 + a_n) directly. Only use the dd form when ana_n is not given.
Writing S10=102+(2+29)S_{10} = \frac{10}{2} + (2 + 29) (adding instead of multiplying).
Always follow the order: divide nn by 2, then multiply that result by (a1+an)(a_1 + a_n). So S10=102×(2+29)=5×31=155S_{10} = \frac{10}{2} \times (2 + 29) = 5 \times 31 = 155.
Trying to use the formula with only a1a_1, dd, and nn when ana_n is not given.
Always check: do I have a1a_1, ana_n, and nn? If ana_n is missing, compute it from an=a1+(n1)da_n = a_1 + (n-1)d before applying the series formula.
The mistakeWhy it is wrongThe fix
Using Sn=n2(2a1+(n1)d)S_n = \frac{n}{2}(2a_1 + (n-1)d) when you already know ana_n.The formula Sn=n2(a1+an)S_n = \frac{n}{2}(a_1 + a_n) is simpler when the last term is given, and using the other form introduces unnecessary complexity.If you know a1a_1, ana_n, and nn, use Sn=n2(a1+an)S_n = \frac{n}{2}(a_1 + a_n) directly. Only use the dd form when ana_n is not given.
Writing S10=102+(2+29)S_{10} = \frac{10}{2} + (2 + 29) (adding instead of multiplying).The formula requires you to multiply n2\frac{n}{2} by the sum (a1+an)(a_1 + a_n), not add them together.Always follow the order: divide nn by 2, then multiply that result by (a1+an)(a_1 + a_n). So S10=102×(2+29)=5×31=155S_{10} = \frac{10}{2} \times (2 + 29) = 5 \times 31 = 155.
Trying to use the formula with only a1a_1, dd, and nn when ana_n is not given.The formula Sn=n2(a1+an)S_n = \frac{n}{2}(a_1 + a_n) requires both the first term and the last term. If ana_n is not stated, you must calculate it first.Always check: do I have a1a_1, ana_n, and nn? If ana_n is missing, compute it from an=a1+(n1)da_n = a_1 + (n-1)d before applying the series formula.

Tips and when to use something else

  • When the last term is not given but the common difference is, use an=a1+(n1)da_n = a_1 + (n-1)d to find it first—this is a prerequisite for the series formula.
  • If you need to sum only part of a sequence (e.g., terms 5 through 15), adjust a1a_1 to the first term in your range and nn to the count of terms in that range.
  • If your sequence is very long and you do not know the last term, use the alternative formula Sn=n2(2a1+(n1)d)S_n = \frac{n}{2}(2a_1 + (n-1)d) instead—it avoids calculating ana_n separately.
  • For a geometric sequence with a common ratio, do not use this formula—use the geometric series formula instead, which has a completely different structure.

Frequently asked questions

Do I need to memorize the arithmetic series formula or can I just add all the terms?
If your sequence has many terms (like 20 or more), adding by hand is slow and error-prone. The formula Sn=n2(a1+an)S_n = \frac{n}{2}(a_1 + a_n) is worth learning because it saves time and reduces mistakes on tests like the ACT. For small sequences (5 terms or fewer), you can add directly if you prefer.
What if I know the first term and the common difference but not the last term?
You must find the last term using an=a1+(n1)da_n = a_1 + (n-1)d before you can use the series formula. This is a required step—the series formula itself does not work without ana_n.
Is the arithmetic series formula the same as the sum of the first nn positive integers?
No, but they are related. The sum of first nn positive integers (1+2+3++n1 + 2 + 3 + \ldots + n) is a special case of the arithmetic series formula where a1=1a_1 = 1 and d=1d = 1, giving Sn=n(n+1)2S_n = \frac{n(n+1)}{2}.
What if some terms in my arithmetic sequence are negative? Does the formula still work?
Yes. The formula handles negative terms, negative common differences, and negative sums. Just substitute the values (including their signs) into Sn=n2(a1+an)S_n = \frac{n}{2}(a_1 + a_n) and calculate as normal.

Need a different method?

The full solver is not scoped to one formula — type any problem and it will pick the method.

Open the math solver

Reviewed 2026-09-18