MathematicsAlgebraMedium

Mathematical Series

Also known as:summationinfinite seriespartial sum

A mathematical series is the sum of the terms of a sequence, either finite or infinite. For a finite series the sum is always a specific number, while an infinite series converges to a finite limit only if its terms decrease fast enough. Series are foundational in calculus, number theory, physics, and engineering — from computing π to modelling oscillations and signal processing.

Key Formula

S_n = a_1 + a_2 + ... + a_n

LaTeX: S_n = \sum_{k=1}^{n} a_k = a_1 + a_2 + \cdots + a_n

SymbolMeaningUnit
SₙPartial sum of the first n termsdimensionless
aₖkth term of the sequencedimensionless
nNumber of termsdimensionless

Worked Example

Problem

Find the sum of the arithmetic series: 4 + 7 + 10 + 13 + ... for the first 20 terms.

Solution

Step 1: Identify a₁ = 4, d = 3, n = 20. Step 2: Last term: a₂₀ = 4 + 19×3 = 4 + 57 = 61. Step 3: Sum: S₂₀ = (n/2)(a₁ + aₙ) = (20/2)(4 + 61) = 10 × 65 = 650.

Answer

S₂₀ = 650.

Common Mathematical Series and Their Sums

Series TypeFormulaSum FormulaConverges?
Arithmetic seriesa + (a+d) + (a+2d) + ...Sₙ = n/2 × (2a + (n−1)d)Finite only
Geometric seriesa + ar + ar² + ...Sₙ = a(1−rⁿ)/(1−r)Yes, if |r| < 1
Harmonic series1 + 1/2 + 1/3 + ...DivergesNo
p-series1 + 1/2ᵖ + 1/3ᵖ + ...Converges for p > 1Yes, if p > 1
Telescoping series(1−1/2)+(1/2−1/3)+...Collapses to finite valueYes

Interactive Tools

Wolfram Alpha

Compute partial sums and test convergence of mathematical series.

Open Tool

Desmos Graphing Calculator

Visualise partial sums of series as n increases.

Open Tool

Brilliant.org

Structured exploration of series convergence and summation techniques.

Open Tool
Visual representation of a geometric series showing successive partial sums converging

Wikimedia Commons, CC BY-SA

Related Terms

From Latin "series" (a row, chain, succession). The rigorous treatment of infinite series began with Newton and Leibniz in the 17th century and was formalised by Cauchy and Abel in the 19th century.

seriessummationconvergencealgebrasequencesigma