Definition
An infinite sum, mathematically formalized as an infinite series, is the expression representing the addition of an infinite sequence of numbers. Because it is impossible to manually add infinite terms, the sum is rigorously defined as the limit of the sequence of partial sums.
How to read: The infinite sum from n equals 1 to infinity of a sub n, equals the limit as N approaches infinity of the sum from n equals 1 to N of a sub n. Meaning / when to use: This defines how to evaluate an infinite series: you find a formula for the sum of the first terms, and then take the limit of that formula as grows infinitely large.
Why It Matters
Infinite sums are the bedrock of calculus and computational mathematics. Computers cannot compute non-linear transcendental functions like , , or natively; they rely on Taylor Series (infinite sums of simple polynomials) to approximate them. Without the rigorous framework of infinite sums, translating complex continuous mathematics into discrete computational operations would be impossible.
Core Concepts
- Partial Sums: The sum of the first terms. If the sequence of these partial sums converges to a finite number, the infinite series is said to converge.
- Geometric Series: A specific type of series where each term is multiplied by a constant ratio. It has a known exact formula for its infinite sum if the ratio is less than 1.
- Harmonic Series: The sum of . It famously diverges to infinity, proving that just because terms shrink to zero does not mean the infinite sum is finite.
- Zeno’s Paradox: Infinite sums solve the philosophical paradox of motion by proving that adding an infinite number of infinitely small pieces (like halving a distance repeatedly) results in a finite total.