Power Series
- f(x) = Σ f⁽ⁿ⁾(a)/n! · (x−a)ⁿ from derivativesnot yet tested
- Radius of convergence and Cauchy-Hadamardnot yet tested
- Why e^{−1/x²} is smooth but not analyticnot yet tested
- Term-by-term algebra and generating functionsnot yet tested
In the fourteenth century the Indian mathematician Madhava of Sangamagrama — three centuries before Newton, in the Kerala school — discovered that sine, cosine, and arctangent could each be written as infinite sums of powers of their arguments. He used the arctangent expansion to compute π to eleven decimal places. The Kerala results were lost to Europe; when Newton, Gregory, Leibniz, and finally Brook Taylor rediscovered the technique in the seventeenth century, they were rediscovering Madhava's insight: almost any function, near a point, can be approximated arbitrarily well by a polynomial of high enough degree. The polynomials, in the limit, became power series.
The deep claim, codified by Taylor in 1715 and given clean modern form by Cauchy a century later, is that a smooth function near a point is determined by its derivatives there: f(x) = Σ f⁽ⁿ⁾(a)/n! · (x − a)ⁿ encodes the whole local behavior of f in a single sequence of numbers. The exponential, sine, and cosine each converge on the entire real line. Logarithm, geometric series, and most other transcendentals converge inside a finite radius set by the nearest singularity, with the Cauchy-Hadamard formula 1/R = lim sup |cₙ|^{1/n} reading the radius off the coefficients. Smooth is not enough: e^{−1/x²} is smooth at zero with every derivative zero but is not the zero function — the Taylor series there is identically zero while the function is not. Functions for which the Taylor series equals the function are analytic, and the gap between smooth and analytic is one of the foundational distinctions of real analysis.
Power series inherit the algebra of polynomials almost verbatim: within the radius of convergence, addition, multiplication, term-by-term differentiation, and integration all behave as expected. Generating functions exploit this — the Fibonacci generating function 1/(1 − x − x²) and the binomial theorem are the canonical small examples, and the technique scales up to recursions no human could solve in closed form. Laurent series with negative powers classify singularities in the complex plane; analytic continuation extends a function defined locally by a power series to a maximal domain, turning the local derivative data into a global object.