The Power Series Formula: Σ an(x − c)n
A power series is a way to represent a complicated function as an infinite sum of simple polynomial terms. The general formula is:
Σ an (x − c)n = a0 + a1(x − c) + a2(x − c)2 + a3(x − c)3 + …
This sum goes on forever (n = 0, 1, 2, …). Each term has three parts: a coefficient an, the variable x, and the center c. Let’s break these down.
What Each Variable Means
- an – The coefficient for the nth term. These numbers determine how much each power of (x − c) contributes. For common functions like ex or sin x, the coefficients follow a pattern (e.g., 1/n! for ex).
- x – The input variable. You plug in a value of x to get the series sum, which approximates the function at that point.
- c – The center of expansion. The series is most accurate near x = c. For example, a series centered at c = 0 works well for values close to 0.
- n – The exponent and index. n starts at 0 and increases by 1 each term.
If you set c = 0, the formula simplifies to Σ an xn, which is called a Maclaurin series. The more general form with c is called a Taylor series.
Why Does the Formula Work?
The idea behind power series is that many smooth functions can be approximated by polynomials near a specific point. Think of it like using a magnifying glass: the closer you are to the center c, the better the series matches the actual function.
Mathematically, the coefficients are chosen so that the series and the original function have the same derivatives at x = c. For a function f(x), the coefficient an equals the nth derivative at c divided by n!:
an = f(n)(c) / n!
This ensures that the series “imitates” the function perfectly at the center and gradually loses accuracy as you move away. For example, the exponential function ex has a power series:
ex = 1 + x + x²/2! + x³/3! + …
where each derivative of ex at x = 0 is 1, so an = 1/n!. This series converges for all real numbers, meaning it works everywhere.
The units in the formula are consistent: (x − c) is a number, so the series sums to a number. There’s no complicated dimension; it’s just pure algebra.
Historical Origins
The concept of power series was developed independently by mathematicians like Brook Taylor (1715) and Colin Maclaurin (1742). Taylor showed that any sufficiently smooth function could be expressed as a series of powers of (x − c). Maclaurin’s special case (c = 0) became the standard for many expansions. The formula revolutionized calculus, allowing complex functions to be approximated with simple arithmetic.
Practical Implications
Power series aren’t just theoretical – they’re used everywhere in science and engineering. Here are a few examples:
- Computing function values: Calculators and computers use truncated series to evaluate sin, cos, ex, and logarithms quickly. For instance, the Power Series for Calculus Students page shows key expansions you can use in homework.
- Solving differential equations: Many physical laws are described by differential equations that can’t be solved exactly. Engineers often assume a power series solution and calculate terms one by one.
- Approximating integrals: Some integrals (like ∫ e-x² dx) have no simple antiderivative. Expanding the integrand as a power series lets you integrate term by term.
For a more detailed walkthrough on applying the formula, check out How to Calculate a Power Series: Step-by-Step Guide (2026). It explains how to use our calculator effectively.
Edge Cases and Limitations
The power series formula isn’t a magic wand – it has limits. The most important is convergence. A series might only give a useful approximation for |x − c| less than some value called the radius of convergence. For example, the geometric series 1/(1 − x) = Σ xn only converges when |x| < 1. Outside that range, the infinite sum shoots off to infinity and becomes useless.
Another edge case: not all functions can be expanded into a power series. Functions like |x| (absolute value) have a sharp corner at x = 0, so their derivatives don’t exist smoothly. Such non-analytic functions cannot be represented by a single power series everywhere. However, you can still approximate them piecewise using series centered at different points.
Also, the number of terms matters. Using too few terms gives a rough estimate; using more terms improves accuracy but increases computation. The Power Series Convergence and Error Analysis page explains how to decide how many terms you need for a given error tolerance.
Finally, if the center c is poorly chosen, the series might converge slowly or not at all. For example, expanding ln(1+x) around c = −1 fails because the function becomes infinite. Always choose c where the function is smooth.
Alternate Forms and Custom Series
Our Power Series Calculator also lets you input custom coefficients. This is useful for functions that aren’t in the standard list, like a series with known coefficients from an experiment. The same formula applies: Σ an(x − c)n. Just make sure the coefficients are consistent with the center you pick.
Conclusion
The power series formula is a cornerstone of calculus. By breaking down a function into an infinite polynomial, it gives us a powerful way to compute values, solve equations, and understand behavior near a point. Whether you’re a student learning Taylor series or an engineer using expansions for numerical work, mastering this formula opens many doors. For common questions, visit Power Series FAQs: Common Questions Answered (2026).
Try the free Power Series Calculator ⬆
Get your Power series expansions for common mathematical functions result instantly — no signup, no clutter.
Open the Power Series Calculator