Graduate → Complex Analysis → Analytic Functions ↓
Power Series
In complex analysis, power series play an important role in understanding the nature and behavior of analytic functions. These series provide a framework for describing functions that are holomorphic, meaning that they have derivatives of all orders and can be expressed as power series in the neighborhood of every point within their domain.
What is a power series?
A power series is an infinite series that has the form:
f(z) = a_0 + a_1(z - c) + a_2(z - c)^2 + a_3(z - c)^3 + ldots = sum_{n=0}^{infty} a_n(z - c)^n
Where:
a_n
are the coefficients, which can be real or complex numbers.c
is the center of the chain, a distinguished point in the complex plane.z
is the variable of the function.n
denotes the order of the term.
Radius of convergence
The series will only converge, meaning that it will approach a finite value within a certain distance from the center c
. This distance is known as the radius of convergence. To find the radius of convergence, R
, for a power series, a common method is the ratio test:
R = frac{1}{limsup_{n to infty} |a_{n+1} / a_n|}
The series converges when |z - c| < R
and diverges when |z - c| > R
.
A simple example
Consider the following power series:
f(z) = 1 + z + z^2 + z^3 + ldots = sum_{n=0}^{infty} z^n
This is a geometric series with common ratio z
. For a geometric series, we know that it converges when |z| < 1
Therefore, the radius of convergence, R
, is 1.
The idea of convergence
Consider the circle of convergence in the complex plane. The function will converge inside this circle:
In this diagram, the power series converges within the shaded region (the region of convergence), which is centered at point c
on the complex plane, and has radius R
Behavior at the border
The behaviour of a power series on the boundary of a convergence cycle can be tricky and vary from case to case. Some series may converge to a point on the boundary, to any point, or to all points.
For example, the series:
sum_{n=1}^{infty} frac{z^n}{n}
converges on the unit circle except at z = 1
.
Power series for general functions
Many elementary functions have power series representations. For example, the exponential function can be expressed as a power series:
e^z = sum_{n=0}^{infty} frac{z^n}{n!}
For the cosine function, we have:
cos(z) = sum_{n=0}^{infty} frac{(-1)^nz^{2n}}{(2n)!}
These expansions, which are valid everywhere in the complex plane, show how power series are widely used in deriving other properties of functions and in solving differential equations.
Analytical functions
A function is analytic or holomorphic at a point if it has a derivative at that point and in some locality around it. An entire function is a function that is analytic everywhere in the complex plane. Examples of entire functions include the exponential, sine, and cosine functions.
Power series are the building blocks of these functions, as they provide a straightforward way to handle derivatives and perform complex arithmetic by manipulating their coefficients.
Operations with power series
Power series can be handled in a variety of ways, such as addition, subtraction, differentiation, and integration, which give insight into the character of analytic functions.
Discrimination
Differentiating a power series is simple. If you have:
f(z) = sum_{n=0}^{infty} a_n (z - c)^n
So, the derivative is:
f'(z) = sum_{n=1}^{infty} n a_n (z - c)^{n-1}
This shows that power series retain their form even after differentiation.
Integration
Integrating power series is also manageable in a similar way. If:
f(z) = sum_{n=0}^{infty} a_n (z - c)^n
The indefinite integral is:
int f(z) dz = C + sum_{n=0}^{infty} frac{a_n}{n+1} (z - c)^{n+1}
Here, C
is the constant of integration.
Examples and applications
Let's look at more examples and see how power series can be applied in complex analysis and other areas.
Example 1: Finding the series of a function
Find the power series for the function g(z) = (1 + z)^2
about c = 0
.
Using the binomial theorem, which states:
(1 + z)^n = sum_{k=0}^{n} binom{n}{k}z^k
For g(z)
, this becomes:
(1 + z)^2 = binom{2}{0} z^0 + binom{2}{1} z^1 + binom{2}{2} z^2 = 1 + 2z + z^2
Example 2: Applications in differential equations
Power series solution is used in solving differential equations. Consider the simple differential equation:
f''(z) - f(z) = 0
f(z)
can be considered as a power series expansion, and the solutions obtained by manipulating the coefficients satisfy physical boundary conditions in applied problems.
Conclusion
Power series form the backbone of analytic function theory in complex analysis. They allow for precise and flexible ways to perform calculations and understand complex systems. Through differentiation, integration, or other operations, we can gain rich insights into the behavior of a function.
Across the vast expanse of mathematics, power series serve as a connecting thread—from their foundational role in calculus to their essential applications in differential equations and mathematical analysis.