Padé Approximation
The Padé approximation is a rational function that can be thought of as a generalization of a Taylor polynomial. A rational function is the ratio of polynomials. Because these functions only use the elementary arithmetic operations, they are very easy to evaluate numerically. The polynomial in the denominator allows you to approximate functions that have rational singularities.
| PadeApproximant[f,{x,x0,{n,m}}] | give the Padé approximation to centered at of order  |
| PadeApproximant[f,{x,x0,n}] | give the diagonal Padé approximation to centered at of order n |
Padé approximations.
More precisely, a Padé approximation of order

to an analytic function

at a regular point or pole

is the rational function

where

is a polynomial of degree

,

is a polynomial of degree

, and the formal power series of

about the point

begins with the term

. If

is equal to

, the approximation is called a diagonal Padé approximation of order

.
Here is the Padé approximation of order

to

at

.
| Out[1]= |  |
This gives another Padé approximation of the same order.
| Out[2]= |  |
The initial terms of this series vanish. This is the property that characterizes the Padé approximation.
| Out[3]= |  |
This plots the difference between the approximation and the true function. Notice that the approximation is very good near the center of expansion, but the error increases rapidly as you move away.
| Out[4]= |  |
In
Mathematica PadeApproximant is generalized to allow expansion about branch points.
This gives the diagonal Padé approximation of order

to a generalized rational function at

.
| Out[5]= |  |
This gives the diagonal Padé approximation of order

to the logarithm of a rational function at the branch point

.
| Out[6]= |  |
The series expansion of the function agrees with the diagonal Padé approximation up to order

.
| Out[7]= |  |