Padé approximant
From Scholarpedia
| This article has not been peer-reviewed or accepted for publication yet; It may be unfinished, contain inaccuracies, or unapproved changes. | ||||||||||||||||||||
Dr. George A. Baker Jr accepted the invitation on 12 October 2009 (self-imposed deadline: 12 October 2010).
Introduction
The relation between the Taylor series expansion and the function is given classically by the statement that if the series converges absolutely to an infinitely differentiable function, then the series defines the function uniquely and the function uniquely defines the series.
The Padé approximants are a particular type of rational approximation. The
Padé approximant is denoted by:
- (1)
where
ia a polynomial of degree less than or equal to
, and
is a polynomial of degree less than or equal to
. Sometimes the function name
is appended as a subscript
where the function being approximated is not clear from the context. The formal power series
- (2)
determines the coefficients by the equation
- (3)
This is the classical definition. The Baker definition adds the condition
- (4)
An example is the Padé approximant to
.
- (5)
When it exists, the
Padé approximant is unique (Frobenius, 1881).
An encyclopedic discussion of the Padé Approximant is to be found in Baker and Graves-Morris (1996). Some of the material in this article is drawn directly from that source.
Sample Padé Approximant Uses
One use is to compute the value of a function at a regular point. A sample
case might be
. Another, more difficult, case would
be an asymptotic series at an irregular point
- (6)
The results of the use of the
at the point at infinity are:
| M |
|
|
|---|---|---|
| 1 | 7/5 | 1/2 |
| 2 | 41/29 | 1/3 |
| 3 | 239/169 | 1/4 |
| 4 | 1393/985 | 1/5 |
| 5 | 1.414213552 | 1/6 |
| Limit | 1.414213552 | 0 |
The function
is double valued, as the square root can be either plus or minus. The function
is only unique in
. The Padé approximant is single valued. The solution to this difference is to cut the complex plane in such a way that there is a single valued function. For
the cut is on the negative real axis from
to
. For
the cut is the whole negative real axis. The Padé approximant simulates a branch cut in the complex plane by a line of poles and zeros.
Padé approximants can also be used to analyze the nature of singular points. As a sample, consider
- (7)
The dominant singularity is at
and shows a divergence like the
power of
. Then in the neighborhood of
one would expect
- (8)
A sample of the Padé approximant results for this function is
| M | Poles | Residues |
|---|---|---|
| 2 | 0.96604 | -1.25063 |
| 3 | 0.96526
| -1.24779
|
| 4 | 1.00471 | -1.60153 |
| 5 | 1.00170 | -1.54827 |
| 6 | 1.00034 | -1.51563 |
| 7 | 1.00035
| -151605
|
| 8 | 1.00009 | -1.50651 |
| 9 | 1.00005 | -1.50443 |
| Limit | 1.00000 | -1.50000 |
close pole and zero nearer to the origin.
These results show, that aside from the occasional interruption due to close poles and zeros, the procedure shows steady convergence and that the accuracy of the location is noticeably higher that that in determining the nature.
The occurrence of a close pole and zero as seen in this case is called a "defect". The defects only effect the behavior of the Padé approximant in the neighborhood where they occur and not elsewhere in the complex plane. They do however, slow the rate of convergence. As a note of history, when researchers first encountered this problem, it was supposed that there was a numerical error and the pole and zero should have canceled exactly. However further study with higher precision arithmetic showed that the phenomenon was real. There will be a more detailed discussion later in this article.
For the time being the calculation of the Padé approximant should be done separately for each approximant rather than use the recursion relations or the the determinetal method, which will be mentioned later. An appropriate method would be the solution of linear equations by the Gauss-Jordan elimination. The use of multiple precision arithmetic may sometimes be required as the defining equation can be ill-conditioned. Note that, as discussed in the Padé table section, the equation can be inconsistent.
More to follow...[ST, 19.11.09]
