Home/Mathematics/Arithmetic Series Sum

Formula & Calculator

Arithmetic Series Sum

Calculates the sum of the first n terms of an arithmetic sequence from the first term, last term, and number of terms.

MathematicsSequences and SeriesDaily Life

Arithmetic Series Sum CalculatorSₙ = (n/2) · (a₁ + aₙ)

Sn = (n / 2) · ( a1 + an )
Sn = Sum of first n terms  ·  n = Number of terms  ·  a1 = First term  ·  an = Last term
⟹ SolveSn, n, a1, an
value
value
count
value
Please fix the errors above.
Solve for:
Presets:
Sum (Sn)
a₁: aₙ: n: Sₙ:
✓ Copied!
Sum Gauge
Small (< 50) Medium (50–200) Large (> 200)
Sₙ = (n/2) · (a₁ + aₙ)  ·  Sum of an arithmetic series with n terms.

Interpretation

S_n = (n/2)(a₁ + aₙ). Sum of an arithmetic sequence. a₁ first term, aₙ nth term. Used in problems with constant increments.

S_n = (n/2) * (a1 + an)
Arithmetic Series Sum

Variables

SymbolQuantityUnit
S_nSum of the first n terms
nNumber of terms
a1First term of the sequence
anLast (n-th) term of the sequence

What it means

The sum of the first n terms of an arithmetic sequence (where the difference between consecutive terms is constant) is given by S_n = n/2 (a₁ + aₙ), where a₁ is the first term and aₙ is the nth term. This formula is derived by pairing terms from the beginning and end. It is used in many real‑world problems: calculating total distance travelled with constant acceleration, total cost with linear pricing, and summing sequences in computer algorithms (e.g., for loop iterations). Understanding the arithmetic series sum is basic to algebra and has applications in finance (linear depreciation) and engineering (linear interpolation).

Worked example

Arithmetic Series Sum – Two Examples

Real‑World
Scenario: A student adds the first 10 integers: 1+2+...+10. Sum = 55.
ParameterValue
n10
a₁1
aₙ10
1S = 10/2 · (1+10) = 5·11 = 55
Result 55 ✓ Sum
Scenario: An office has 20 rows of seats: first row 5 seats, last row 24 seats (arithmetic). Total seats?
ParameterValue
n20
a₁5
aₙ24
1S = 20/2 · (5+24) = 10·29 = 290
Result 290 ✓ Total seats
Insight: Average of first and last terms times the number of terms. Works for any arithmetic progression.

Common mistakes

  • Arithmetic series sum: Sₙ = (n/2)(a₁ + aₙ) – sum of n terms.
  • Number of terms: n must be an integer.
  • First and last: a₁ and aₙ are the first and last terms – if only the common difference is given, compute aₙ = a₁ + (n−1)d.
  • Average: The sum is n times the average of the first and last terms.
  • Check: For small n, verify manually.

Applications

The sum of an arithmetic series, S_n = (n/2)(a₁ + aₙ), gives the total of a sequence with constant difference. This is used in scheduling, resource allocation, and cost estimation. Engineers use it to calculate total distance travelled with constant acceleration, to sum incremental costs, and to design step‑wise processes. In computer science, it appears in algorithm analysis for loop sums. In business, it calculates total sales over periods with linear growth. By using this formula, professionals can quickly sum large sequences without manual addition, enabling efficient planning and optimisation.

  • Accumulation of linear sequences (e.g., total distance in constant acceleration)
  • Scheduling of tasks with uniform increments
  • Cost estimation for stepped production or procurement
  • Algorithm analysis (sum of loops and complexity)
  • Business – cumulative sales or production over time

Frequently Asked Questions

Q01What is the formula for the sum of an arithmetic series?
A01

The sum of the first n terms of an arithmetic sequence with first term a₁ and last term aₙ is S_n = n/2 (a₁ + aₙ). Equivalently, S_n = n/2 (2a₁ + (n–1)d), where d is the common difference.

Q02What is the common mistake when using this formula?
A02

Applying the geometric series formula to a sequence that is actually arithmetic, since the two series types require different formulas.

Q03What is an arithmetic sequence?
A03

A sequence where each term differs from the previous one by a constant d: a, a+d, a+2d, ... .

Q04What is the sum of the first 100 positive integers?
A04

Using the formula: S = 100/2 (1 + 100) = 50 × 101 = 5050.

Q05What is the formula for the nth term of an arithmetic sequence?
A05

aₙ = a₁ + (n–1)d.

Q06How do you find the sum of an arithmetic series when the number of terms is unknown?
A06

If you know the first term, last term, and common difference, you can find n from the nth term formula and then use the sum formula.

Q07What is the average of the terms in an arithmetic series?
A07

The average is (a₁ + aₙ)/2, which equals the sum divided by n.

Q08What are the applications of arithmetic series?
A08

  • Calculating total earnings with constant increments.
  • Summing costs that increase linearly.
  • Approximating areas under a curve.

Q09What is the sum of an arithmetic sequence with negative common difference?
A09

The formula still works; just use the given value of d.

Q10What is the sum of the first n odd numbers?
A10

The sum of the first n odd numbers is n².