Jump to content

Padé approximant

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 85.85.100.144 (talk) at 18:46, 24 October 2007 (→‎Riemann-Padé Zeta function). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Padé approximant is the "best" approximation of a function by a rational function of given order. A 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 applied to Diophantine approximation, though for sharp results ad hoc methods in some sense inspired by the Padé theory typically replace them. 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).

Definition

Given a function f and two integers m ≥ 0 and n ≥ 0, the Padé approximant of order (m, n) is the rational function

which agrees with to the highest possible order, which amounts to

Equivalently, if is expanded in a Taylor series at 0, its first m + n + 1 terms would cancel the first m + n + 1 terms of , 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 was chosen to be 1, otherwise the numerator and denominator of would have been unique only up to multiplication by a constant.

The Padé approximant defined above is also denoted as

For given , Padé approximants can be computed by the epsilon algorithm and also other sequence transformations from the partial sums

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

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

Riemann-Padé Zeta function

To study the resummation of divergent series, it can be useful to introduce the Padé o simply Rational zeta function as:

Where, is just the Padé approximation of order (N,M) of the function f(n).

so the zeta regularization value at s=0 it is equal to the 'sum' S, of the divergent series:

the functional equation for this Pade zeta as:

'0' means that the Pade is of order [0/0] and hence, we got the Riemann zeta function.

See also

References

  • Baker, G. A., Jr.; and Graves-Morris, P. Padé Approximants. Cambridge U.P., 1996.
  • Brezinski, C.; and Redivo Zaglia, M. Extrapolation Methods. Theory and Practice. North-Holland, 1991
  • Press, W. H.; Flannery, B. P.; Teukolsky, S. A.; and Vetterling, W. T. Numerical recipes in C. Section 5.12, available online. Cambridge University Press.
  • Weisstein, Eric W. "Padé Approximant". MathWorld.
  • Module for Padé Approximation by John H. Mathews