Simple rational approximation (SRA) is a subset of interpolating methods using rational functions. Especially, SRA interpolates a given function with a specific rational function whose poles and zeros are simple, which means that there is no multiplicity in poles and zeros. Sometimes, it only implies simple poles.
The main application of SRA lies in finding the zeros of secular functions. A divide-and-conquer algorithm to find the eigenvalues and eigenvectors for various kinds of matrices is well known in numerical analysis. In a strict sense, SRA implies a specific interpolation using simple rational functions as a part of the divide-and-conquer algorithm. Since such secular functions consist of a series of rational functions with simple poles, SRA is the best candidate to interpolate the zeros of the secular function. Moreover, based on previous researches, a simple zero that lies between two adjacent poles can be considerably well interpolated by using a two-dominant-pole rational function as an approximating function.
The origin of the interpolation with rational functions can be found in the previous work done by Edmond Halley. Halley's formula is known as one-point third-order iterative method to solve
f(x)=0
h(z)= | a |
z+b |
+c.
h(i)(x)=f(i)(x), i=0,1,2.
h(z)=0
xn+1=xn-
f(xn) | \left({ | |
f'(xn) |
1 | |||||||||
|
h(z)
g(x)= | f(x) |
\sqrt{f'(x) |
g(x)
Similarly, we can derive a variation of Halley's formula based on a one-point second-order iterative method to solve
f(x)=\alpha( ≠ 0)
h(z)= | a |
z+b |
.
h(i)(x)=f(i)(x), i=0,1.
xn+1=xn-
f(xn)-\alpha | \left( | |
f'(xn) |
f(xn) | |
\alpha |
\right).
g(x)=1- | \alpha |
{f(x) |
We can notice that even third order method is a variation of Newton's method. We see the Newton's steps are multiplied by some factors. These factors are called the convergence factors of the variations, which are useful for analyzing the rate of convergence. See Gander (1978).