Graduate → Real Analysis → Sequence and Series ↓
Power Series
In mathematics, power series provide a very powerful way of representing a function as a sum of simpler, polynomial-like components. They play an essential role in many areas of analysis and are fundamental in understanding how functions can be approximated by polynomials, which has applications in calculus, differential equations, and even fields outside of mathematics such as physics and engineering.
A power series is a series of the following form:
( sum_{n=0}^{infty} a_n (x - c)^n = a_0 + a_1(x - c) + a_2(x - c)^2 + a_3(x - c)^3 + cdots )
Here, each (a_n) is a coefficient, (x) is a variable, and (c) is a constant that determines the center of the series. If (c = 0), then the series is called a "Maclaurin series", otherwise it is a "Taylor series".
The concept of convergence
The most important aspect of working with power series is understanding their convergence. Power series may converge (add up to a finite value) for some values of (x) and diverge (do not add up to a finite value) for others. The interval of (x) values for which the series converges is called the "interval of convergence."
The radius of convergence (R) is very important in determining this interval. It is found using the formula:
( frac{1}{R} = limsup_{n to infty} sqrt[n]{|a_n|} )
The interval of convergence is the set of (x) for which the series converges, usually expressed in interval notation centered around (c), such as ((cR, c+R)).
The idea of convergence
Imagine a number line where the series converges between two points around the center, (c). The radius of convergence tells you how far you can go from the center and still have the series converge.
Power series examples
Let us consider some elementary functions which have power series representations:
1. Exponential function E(x)
The exponential function (e^x) can be represented by the following power series:
( e^x = sum_{n=0}^{infty} frac{x^n}{n!} = 1 + x + frac{x^2}{2} + frac{x^3}{6} + cdots )
This series converges for all values of (x), which means its radius of convergence is infinite.
2. Sine function
The sine function (sin(x)) can be written as a power series centered at zero:
( sin(x) = sum_{n=0}^{infty} (-1)^n frac{x^{2n+1}}{(2n+1)!} = x - frac{x^3}{6} + frac{x^5}{120} - cdots )
The radius of convergence for (sin(x)) is also infinite.
3. Logarithmic function
The natural logarithm function can be expressed as a power series:
( ln(1+x) = sum_{n=1}^{infty} (-1)^{n+1} frac{x^n}{n} = x - frac{x^2}{2} + frac{x^3}{3} - cdots ) for |x| < 1.
Here the radius of convergence is 1, and the series converges between (-1) and (1) for (x), not including (-1) and (1).
Manipulating power series
Once the power series is established, it can become a powerful tool by allowing manipulation in a variety of ways: defining new functions, integrating and differentiating the series term-by-term, and much more. This is possible because, within the interval of convergence, power series behave like polynomials.
Term-by-term differentiation and integration
A fascinating property of power series is that we can differentiate and integrate them term-by-term. For example, consider the power series for (sin(x)):
( sin(x) = x - frac{x^3}{3!} + frac{x^5}{5!} - cdots )
Integrating term-by-term to find the antiderivative:
( int sin(x) , dx = int big( x - frac{x^3}{6} + frac{x^5}{120} - cdots big) , dx )
= frac{x^2}{2} - frac{x^4}{24} + frac{x^6}{720} - cdots + C)
Word-by-word differences:
( frac{d}{dx} sin(x) = frac{d}{dx} big( x - frac{x^3}{6} + frac{x^5}{120} - cdots big) )
= 1 - frac{3x^2}{6} + frac{5x^4}{120} - cdots)
This process provides another power series that represents the derivative or integral of the original function.
Applications of power series
Power series alone may appear to be abstract mathematical tools, but they play an important role in practical applications in various fields due to their nature of closely approximating functions.
Approximation functions
The most important application of power series is approximating functions. For example, calculating the values of the transcendental functions (sin(x)), (cos(x)), or (exp(x)) directly can be quite complicated. However, using a power series expansion gives a polynomial approximation that is easier to calculate:
( sin(x) approx x - frac{x^3}{6} + frac{x^5}{120} ) for small (x)
Solving differential equations
Power series can be used to solve differential equations by substituting the series representation into the equation and comparing the coefficients. This approach is particularly beneficial for equations that do not have solutions in terms of elementary functions.
Signal processing and physics
In physics and engineering, signals can be represented as functions of time. Power series aid in Fourier analysis, where signals are decomposed into sinusoidal components, helping in the analysis and synthesis of signals and systems.
Concluding thoughts on power series
From our exploration of power series, they have emerged not just as mathematical abstractions but as important tools that simplify complex calculations, approximate functions that are otherwise difficult to handle, and provide a basis for complex models in physics and engineering. Mathematicians and scientists value power series because of their robustness and versatility in countless fields.
Whether understood in the context of pure mathematics or applied mathematics, power series bridge the gap between exact solutions and practical approximations, maintaining accuracy and increasing computation efficiency.