Padé approximant

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

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

.

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:

The Padé approximant is unique for given m and n, that is, the coefficients 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

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

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

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

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

,

which can be interpreted as the Bézout identity of one step in the computation of the extended gcd of the polynomials and .

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

,

k =1, 2, 3, ... with , until . For the Bézout identities of the extended gcd one computes simultaneously the two polynomial sequences

to obtain in each step the Bézout identity

.

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

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

Then the polynomials 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

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

where

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

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 , 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 where .

Generalizations

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

Examples

sin(x)

exp(x)

Jacobi SN(z, 3)

Bessel J(5, x)

erf(x)

Fresnel C(x)

See also

References

  1. Theorem 1 in Wynn, Peter (Mar 1966), "On the Convergence and Stability of the Epsilon Algorithm", SIAM Journal on Numerical Analysis, 3 (1): 91–122, Bibcode:1966SJNA....3...91W, doi:10.1137/0703007, JSTOR 2949688
  2. Brezenski, C. (1996), "Extrapolation algorithms and Padé approximations", Applied Numerical Mathematics, 20 (3): 299–318, doi:10.1016/0168-9274(95)00110-7
  3. Problem 5.2b and Algorithm 5.2 (p. 46) in Bini, Dario; Pan, Victor (1994), Polynomial and Matrix computations - Volume 1. Fundamental Algorithms, Progress in Theoretical Computer Science, Birkhäuser, ISBN 0-8176-3786-9

Literature

External links

This article is issued from Wikipedia - version of the 12/5/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.