Series expansion

From HandWiki
Short description: Expression of a function as an infinite sum of simpler functions


Approximation of cosine by a Taylor series
An animation showing the cosine function being approximated by successive truncations of its Maclaurin series.

In mathematics, a series expansion is a technique that expresses a function as an infinite sum, or series, of simpler functions. It is a method for calculating a function that cannot be expressed by just elementary operators (addition, subtraction, multiplication and division).[1]

The resulting so-called series often can be limited to a finite number of terms, thus yielding an approximation of the function. The fewer terms of the sequence are used, the simpler this approximation will be. Often, the resulting inaccuracy (i.e., the partial sum of the omitted terms) can be described by an equation involving Big O notation (see also asymptotic expansion). The series expansion on an open interval will also be an approximation for non-analytic functions.[2][verification needed]

Types of series expansions

There are several kinds of series expansions, listed below.

Taylor series

A Taylor series is a power series based on a function's derivatives at a single point.[3] More specifically, if a function [math]\displaystyle{ f: U\to\R }[/math] is infinitely differentiable around a point [math]\displaystyle{ x_0 }[/math], then the Taylor series of f around this point is given by

[math]\displaystyle{ \sum_{n=0}^{\infty}\frac{f^{(n)}(x_0)}{n!}(x - x_0)^n }[/math]

under the convention [math]\displaystyle{ 0^0 := 1 }[/math].[3][4] The Maclaurin series of f is its Taylor series about [math]\displaystyle{ x_0 = 0 }[/math].[5][4]

Laurent series

A Laurent series is a generalization of the Taylor series, allowing terms with negative exponents; it takes the form [math]\displaystyle{ \sum_{k = -\infty}^{\infty} c_k (z - a)^k }[/math] and converges in an annulus.[6] In particular, a Laurent series can be used to examine the behavior of a complex function near a singularity by considering the series expansion on an annulus centered at the singularity.

Dirichlet series

spiral representing partial sums of the Dirichlet series defining the Riemann zeta function
Convergence and divergence of partial sums of the Dirichlet series defining the Riemann zeta function. Here, the yellow line represents the first fifty successive partial sums [math]\displaystyle{ \sum_{n = 1}^k n^{-s}, }[/math] the magenta dotted line represents [math]\displaystyle{ \tfrac{n^{-s+1}}{-s+1} + \zeta(s), }[/math] and the green dot represents [math]\displaystyle{ \zeta(s) }[/math] as s is varied from -0.5 to 1.5.

A general Dirichlet series is a series of the form [math]\displaystyle{ \sum_{n = 1}^{\infty} a_ne^{-\lambda_n s}. }[/math] One important special case of this is the ordinary Dirichlet series [math]\displaystyle{ \sum_{n = 1}^{\infty}\frac{a_n}{n^s}. }[/math][7] Used in number theory.[citation needed]

Fourier series

A Fourier series is an expansion of periodic functions as a sum of many sine and cosine functions.[8] More specifically, the Fourier series of a function [math]\displaystyle{ f(t) }[/math] of period [math]\displaystyle{ 2L }[/math] is given by the expression[math]\displaystyle{ a_0 + \sum_{n = 1}^{\infty} \left[a_n\cos\left(\frac{n\pi t}{L}\right) + b_n\sin\left(\frac{n\pi t}{L}\right)\right] }[/math]where the coefficients are given by the formulae[8][9][math]\displaystyle{ \begin{align} a_n &:= \frac{1}{L}\int_{-L}^L f(t)\cos\left(\frac{n\pi t}{L}\right)dt, \\ b_n &:= \frac{1}{L}\int_{-L}^L f(t)\sin\left(\frac{n\pi t}{L}\right)dt. \end{align} }[/math]

Other series

In acoustics, e.g., the fundamental tone and the overtones together form an example of a Fourier series.[citation needed]

Newtonian series[citation needed]

Legendre polynomials: Used in physics to describe an arbitrary electrical field as a superposition of a dipole field, a quadrupole field, an octupole field, etc.[citation needed]

Zernike polynomials: Used in optics to calculate aberrations of optical systems. Each term in the series describes a particular type of aberration.[citation needed]

The relative error in a truncated Stirling series vs. n, for 0 to 5 terms. The kinks in the curves represent points where the truncated series coincides with [math]\displaystyle{ \Gamma(n + 1). }[/math]

The Stirling series[math]\displaystyle{ \text{Ln}\Gamma\left(z\right)\sim\left(z-\tfrac{1}{2}\right)\ln z-z+\tfrac{1}{2}\ln\left(2\pi\right)+\sum_{k=1}^{\infty}\frac{B_{2k}}{2k(2k-1)z^{2k-1}} }[/math]is an approximation of the log-gamma function.[10]

Examples

The following is the Taylor series of [math]\displaystyle{ e^x }[/math]:[math]\displaystyle{ e^x=\sum^{\infty}_{n=0}\frac{x^n}{n!}= 1 + x + \frac{x^2}{2} + \frac{x^3}{6}... }[/math][11][12]

The Dirichlet series of the Riemann zeta function is[math]\displaystyle{ \zeta(s) := \sum_{n = 1}^{\infty} \frac{1}{n^s} = \frac{1}{1^s} + \frac{1}{2^s} + \cdots }[/math][7]

References

  1. "Series and Expansions" (in en). 2013-11-07. https://math.libretexts.org/Bookshelves/Analysis/Supplemental_Modules_(Analysis)/Series_and_Expansions. 
  2. Gil, Amparo; Segura, Javier; Temme, Nico M. (2007-01-01) (in en). Numerical Methods for Special Functions. SIAM. ISBN 978-0-89871-782-2. https://books.google.com/books?id=WGHWBoX89doC&q=%22series+expansion%22+AND+%22approximation%22. 
  3. 3.0 3.1 "Taylor series - Encyclopedia of Mathematics". 27 December 2013. https://encyclopediaofmath.org/wiki/Taylor_series. 
  4. 4.0 4.1 Edwards, C. Henry; Penney, David E. (2008) (in en). Elementary Differential Equations with Boundary Value Problems. pp. 196. ISBN 978-0-13-600613-8. 
  5. Weisstein, Eric W.. "Maclaurin Series" (in en). https://mathworld.wolfram.com/. 
  6. "Laurent series - Encyclopedia of Mathematics". https://encyclopediaofmath.org/wiki/Laurent_series. 
  7. 7.0 7.1 "Dirichlet series - Encyclopedia of Mathematics". 26 January 2022. https://encyclopediaofmath.org/wiki/Dirichlet_series. 
  8. 8.0 8.1 "Fourier series - Encyclopedia of Mathematics". https://encyclopediaofmath.org/wiki/Fourier_series. 
  9. Edwards, C. Henry; Penney, David E. (2008) (in en). Elementary Differential Equations with Boundary Value Problems. pp. 558, 564. ISBN 978-0-13-600613-8. 
  10. "DLMF: 5.11 Asymptotic Expansions". https://dlmf.nist.gov/5.11. 
  11. Weisstein, Eric W.. "Exponential Function" (in en). https://mathworld.wolfram.com/ExponentialFunction.html. 
  12. "Exponential function - Encyclopedia of Mathematics". 5 June 2020. https://encyclopediaofmath.org/wiki/Exponential_function.