Definition
A power series is an infinite series of the form , which can be viewed as an “infinite polynomial” centered at . It defines a function for all within its interval of convergence.
- How to read: “The infinite sum from n equals zero to infinity of the coefficient c n times the quantity x minus a raised to the nth power.”
- Meaning: An infinite polynomial centered at that represents inside its radius of convergence .
Why It Matters
We can’t solve most real-world math exactly. Power series are the “Cheat Code” that lets us turn any “hard” function into a simple “infinite polynomial.” If your computer didn’t use this math, it couldn’t tell you the sine of an angle or the path of a particle. It is the “Numerical DNA” of modern digital computation.
Core Concepts
- Radius of Convergence (): A value such that the series converges for and diverges for . It is typically found using the Ratio Test.
- How to read: “The absolute value of the difference between x and a is strictly less than the radius of convergence R; or the absolute value of the difference between x and a is strictly greater than the radius of convergence R.”
- Meaning: is the distance from center to the nearest singularity; endpoints must be checked separately.
- Interval of Convergence: The set of all for which the series converges, including potential endpoints .
- Term-by-Term Operations:
- Differentiation: .
- Integration: .
- How to read: “The derivative of the function f with respect to x is equal to the sum of n times the coefficient c n times the quantity x minus a raised to the power of n minus one; and the indefinite integral of the function f of x with respect to x is equal to the sum of the coefficient c n divided by the quantity n plus one, times the quantity x minus a raised to the power of n plus one, plus a constant of integration C.”
- Meaning: Inside the interval of convergence, power series behave like polynomials — enabling series solutions of ODEs and term-by-term integration of non-elementary integrands.
- Both differentiation and integration preserve the radius of convergence .