A power series is an infinite series of algebraic terms, each consisting of a constant coefficient, a variable raised to a non-negative integer power, summed over terms spanning from zero to infinity. It takes the general form:
\[ \sum_{n=0}^{\infty} a_n x^n\]
Where \( a_n \) are the coefficients of the series. When you perform a power series expansion, you essentially "unroll" a complicated function into an infinite series of simpler polynomial-like components.
- A power series can converge to represent functions within a certain domain.
- When centered at zero, it is referred to as a Maclaurin series.
With the exercise concerning Bernoulli numbers, a power series is used to represent the function \( \frac{x}{e^x - 1} \). This allows for the systematic determination of its coefficients, which directly relate to these numbers. By using derivatives from the Taylor series at \( x=0 \), one can identify the values of \( B_i \) through the power series expansion.