Padé approximant

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

In mathematics a Padé approximant is the "best" approximation of a function by a rational function of given order – under this technique, the approximant's power series agrees with the power series of the function it is approximating. The technique was developed around 1890 by Henri Padé, but goes back to Georg Frobenius who introduced the idea and investigated the features of rational approximations of power series.

The Padé approximant often gives better approximation of the function than truncating its Taylor series, and it may still work where the Taylor series does not converge. For these reasons Padé approximants are used extensively in computer calculations. They have also been used as auxiliary functions in Diophantine approximation and transcendental number theory, though for sharp results ad hoc methods in some sense inspired by the Padé theory typically replace them.

Definition

Given a function f and two integers m ≥ 0 and n ≥ 1, the Padé approximant of order [m/n] is the rational function

R(x)= \frac{\sum_{j=0}^{m}a_j x^j}{1+\sum_{k=1}^{n}b_k x^k}=\frac{a_0+a_1x+a_2x^2+\cdots+a_mx^m}{1+b_1 x+b_2x^2+\cdots+b_nx^n}

which agrees with f(x) to the highest possible order, which amounts to

\begin{array}{rcl}
        f(0)&=&R(0)\\
       f'(0)&=&R'(0)\\
      f''(0)&=&R''(0)\\
            &\vdots& \\
f^{(m+n)}(0)&=&R^{(m+n)}(0)\end{array}.

Equivalently, if R(x) is expanded in a Maclaurin series (Taylor series at 0), its first m + n terms would cancel the first m + n terms of f(x), and as such:

f(x)-R(x) = c_{m+n+1}x^{m+n+1}+c_{m+n+2}x^{m+n+2}+\cdots

The Padé approximant is unique for given m and n, that is, the coefficients a_0, a_1, \dots, a_m, b_1, \dots, b_n can be uniquely determined. It is for reasons of uniqueness that the zero-th order term at the denominator of R(x) was chosen to be 1, otherwise the numerator and denominator of R(x) would have been unique only up to multiplication by a constant.

The Padé approximant defined above is also denoted as

[m/n]_f(x). \,

Computation

For given x, Padé approximants can be computed by Wynn's epsilon algorithm[1] and also other sequence transformations[2] from the partial sums

T_N(x)=c_0 + c_1 x + c_2 x^2 + \cdots + c_N x^N

of the Taylor series of f, i.e., we have

c_k = \frac{f^{(k)}(0)}{k!}.

f can also be a formal power series, and, hence, Padé approximants can also be applied to the summation of divergent series.

One way to compute a Padé approximant is via the extended euclidean algorithm for the polynomial gcd.[3] The relation

R(x)=P(x)/Q(x)=T_{m+n}(x) \text{ mod }x^{m+n+1}

is equivalent to the existence of some factor K(x) such that

P(x)=Q(x)T_{m+n}(x)+K(x)x^{m+n+1},

which can be interpreted as the Bézout identity of one step in the computation of the extended gcd of the polynomials T_{m+n}(x) and x^{m+n+1}.

To recapitulate: to compute the gcd of two polynomials p and q, one computes via long division the remainder sequence

r_0=p,\;r_1=q,\quad r_{k-1}=q_kr_k+r_{k+1},

k =1, 2, 3, ... with \deg r_{k+1}<\deg r_k\,, until r_{k+1}=0. For the Bézout identities of the extended gcd one computes simultaneously the two polynomial sequences

u_0=1,\;v_0=0,\quad u_1=0,\;v_1=1,\quad u_{k+1}=u_{k-1}-q_ku_k,\;v_{k+1}=v_{k-1}-q_kv_k

to obtain in each step the Bézout identity

r_k(x)=u_k(x)p(x)+v_k(x)q(x).

For the [m/n] approximant, one thus carries out the extended euclidean algorithm for

r_0=x^{m+n+1},\;r_1=T_{m+n}(x)

and stops it at the last instant that v_k has degree n or smaller.

Then the polynomials P=r_k,\;Q=v_k give the [m/n] Padé approximant. If one were to compute all steps of the extended gcd computation, one would obtain an anti-diagonal of the Pade table.

Riemann–Padé zeta function

To study the resummation of a divergent series, say

 \sum_{z=1}^{\infty}f(z),

it can be useful to introduce the Padé or simply rational zeta function as

 \zeta _{R}(s) = \sum_{z=1}^{\infty} \frac{R(z)}{z^{s}},

where

 R(x) = [m/n]_{f}(x)\,

is the Padé approximation of order (m, n) of the function f(x). The zeta regularization value at s = 0 is taken to be the sum of the divergent series.

The functional equation for this Padé zeta function is

 \sum_{j=0}^{n}a_{j}\zeta _{R}(s-j)= \sum_{j=0}^{m}b_{j}\zeta_{0}(s-j),

where aj and bj are the coefficients in the Padé approximation. The subscript '0' means that the Padé is of order [0/0] and hence, we have the Riemann zeta function.

DLog Padé method

Padé approximants can be used to extract critical points and exponents of functions. In thermodynamics, if a function f(x) behaves in a non-analytic way near a point x = r like f(x)\sim \left|x-r\right|^{p}, one calls x = r a critical point and p the associated critical exponent of f. If sufficient terms of the series expansion of f are known, one can approximately extract the critical points and the critical exponents from respectively the poles and residues of the Padé approximants \left[n/n+1\right]_{g}\left(x\right) where g=\frac{f'}{f}.

Generalizations

A Padé approximant approximates a function in one variable. An approximant in two variables is called a Chisholm approximant, in multiple variables a Canterbury approximant (after Graves-Morris at the University of Kent).

Examples

sin(x)

\sin(x) \approx \frac{ (12671/4363920)x^5-(2363/18183)x^3+x  }{ 1+(445/12122)x^2+(601/872784)x^4+(121/16662240)x^6    }

exp(x)

\exp(x) \approx \frac{1+(1/2)x+(1/9)x^2+(1/72)x^3+(1/1008)x^4+(1/30240)x^5}{1-(1/2)x+(1/9)x^2-(1/72)x^3+(1/1008)x^4-(1/30240)x^5   }

JacobiSN(z, 3);

\mathrm{sn}(z|3) \approx \frac{ -(9853969/39583665)z^5-(1493060/2638911)z^3+z }{ 1+(968375/879637)z^2-(1167506/7916733)z^4+(867043/2159109)z^6  }

BesselJ(5, x)

J_5(x) \approx \frac{-(107/28416000)x^7+(1/3840)x^5  }{ 1+(151/5550)x^2+(1453/3729600)x^4+(1339/358041600)x^6+(2767/120301977600)x^8  }

erf(x)

\mathrm{erf}(x) \approx \frac{ (2/15)\cdot (49140x+3570x^3+739x^5) }{ \sqrt{\pi} \cdot (165x^4+1330x^2+3276) }

FresnelC(x)

C(x) \approx \frac{ (1/135)\cdot (990791x^9\pi^4-147189744x^5\pi^2+8714684160x)}{(1749\pi^4x^8+523536\pi^2x^4+64553216) }

Polytrope(n=3,z) [4]

 w_3(z) \approx \frac{ 1- z^2/108 +z^4/45360 }{ 1+ (17/108)z^2 + z^4/1008   }

See also

References

  1. Theorem 1 in Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Problem 5.2b and Algorithm 5.2 (p. 46) in Lua error in package.lua at line 80: module 'strict' not found.
  4. http://dx.doi.org/10.4236/jmp.2013.44069

Literature

  • Baker, G. A., Jr.; and Graves-Morris, P. Padé Approximants. Cambridge U.P., 1996
  • Baker, G. A., Jr. Padé approximant, Scholarpedia, 7(6):9756.
  • Brezinski, C.; and Redivo Zaglia, M. Extrapolation Methods. Theory and Practice. North-Holland, 1991
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Frobenius, G.; Ueber Relationen zwischem den Näherungsbrüchen von Potenzreihen, [Journal für die reine und angewandte Mathematik (Crelle's Journal)]. Volume 1881, Issue 90, Pages 1–17
  • Gragg, W.B.; The Pade Table and Its Relation to Certain Algorithms of Numerical Analysis [SIAM Review], Vol. 14, No. 1, 1972, pp. 1–62.
  • Padé, H.; Sur la répresentation approchée d'une fonction par des fractions rationelles, Thesis, [Ann. \'Ecole Nor. (3), 9, 1892, pp. 1–93 supplement.
  • Lua error in package.lua at line 80: module 'strict' not found.

External links