Lentz's algorithm

Last updated

In mathematics, Lentz's algorithm is an algorithm to evaluate continued fractions, and was originally devised to compute tables of spherical Bessel functions. [1] [2] [ full citation needed ] [3]

Contents

The version often employed now is the simplification due to Thompson and Barnett. [4]

History

The idea was introduced in 1973 by William J. Lentz [1] and was simplified by him in 1982. [5] Lentz suggested that calculating ratios of spherical Bessel functions of complex arguments over a wide range of values can be difficult. He developed a new continued fraction technique for calculating the ratios of spherical Bessel functions of consecutive order. This method was an improvement compared to other methods because it starts from the beginning of the continued fraction rather than the tail, had a built-in check for convergence, and is numerically stable. The original algorithm uses algebra to bypass a zero or near-zero independently in either the numerator or denominator. [6] Simpler Improvements to overcome unwanted zero terms include an altered recurrence relation [7] suggested by Jaaskelainen and Ruuskanen in 1981 or a simple shift of the denominator by a very small number as suggested by Thompson and Barnett in 1986. [4] , or Lentz's simplification.

Initial work

This theory was initially motivated by Lentz's need for accurate calculation of ratios of spherical Bessel functions of consecutive order and complex argument necessary for Mie scattering. He created a new continued fraction algorithm that starts from the beginning of the continued fraction and not at the tail-end. This eliminates guessing how many terms of the continued fraction are needed for convergence. In addition, continued fraction representations for both ratios of Bessel functions and spherical Bessel functions of consecutive order themselves can be computed with Lentz's algorithm. [6] The algorithm suggested that it is possible to terminate the evaluation of continued fractions when is relatively small. [8]

Algorithm

Lentz's algorithm is based on the Wallis-Euler relations. John Wallis independently rediscovered the recursion relations about 500 years after the Indian mathematician Bhas-Cara II. [9]

For continued fractions, the definitive standard notation is found under "Elementary Analytical Methods", page 19 and throughout the text for each function. [10]

etc., or using the big-K notation, if

is the th convergent to then

where and are given by the Wallis-Euler recurrence relations

Lentz's method defines

so that the th convergent is with and uses the recurrence relations

When the product reaches unity with increasing to the accuracy of the computer, then has converged to . [11]

Lentz's algorithm has the advantage of side-stepping an inconvenience of the Wallis-Euler relations, namely that the numerators and denominators are prone to grow or diminish very rapidly with increasing . In direct numerical application of the Wallis-Euler relations, this means that , , , must be periodically checked and rescaled to avoid floating-point overflow or underflow. [11]

Thompson and Barnett modification

In Lentz's original algorithm, it can happen that , resulting in division by zero at the next step. A simpler method than that proposed by Lentz remedied the problem can be simply by setting for some sufficiently small . This gives to within floating-point precision, and the product irrespective of the precise value of ε. Accordingly, the value of is also set to in the case of .

Similarly, if the denominator in is zero, then setting for small enough gives irrespective of the value of . [4] [11]

Applications

Lentz's algorithm was used widely in the late twentieth century. It was suggested that it doesn't have any rigorous analysis of error propagation. However, a few empirical tests suggest that it's at least as good as the other methods. [12] As an example, it was applied to evaluate exponential integral functions. This application was then called modified Lentz algorithm. [13] It's also stated that the Lentz algorithm is not applicable for every calculation, and convergence can be quite rapid for some continued fractions and vice versa for others. [14] If the terms of the continued fraction are constant or increasing, it is stable, but if the consecutive terms are decreasing, the algorithm may lose accuracy. This is because the forward recursion from which the algorithm is derived is unstable for decreasing terms.

References

  1. 1 2 Lentz, W. J. (September 1973). A Method of Computing Spherical Bessel Functions of Complex Argument with Tables (PDF) (Research and Development Technical Report ECOM-5509). White Sands Missile Range, New Mexico: Atmospheric Sciences Laboratory, US Army Electronics Command.
  2. Numerical Recipes in C++. pp. 177–179. ISBN   0-521-75033-4.
  3. Lentz, William (July 1990). "Continued fraction calculation of spherical Bessel functions". Computers in Physics. 4 (4): 403–407. doi:10.1063/1.168382.
  4. 1 2 3 Thompson, I.J.; Barnett, A.R. (1986). "Coulomb and Bessel functions of complex arguments and order". Journal of Computational Physics. 64 (2): 490–509. Bibcode:1986JCoPh..64..490T. doi:10.1016/0021-9991(86)90046-x. ISSN   0021-9991.
  5. Lentz, W. J. (August 1982). A Simplification of Lentz's Algorithm. Defense Technical Information Center. OCLC   227549426.
  6. 1 2 Lentz, William J. (1976-03-01). "Generating Bessel functions in Mie scattering calculations using continued fractions". Applied Optics. 15 (3): 668–671. Bibcode:1976ApOpt..15..668L. doi:10.1364/ao.15.000668. ISSN   0003-6935. PMID   20165036.
  7. Jaaskelainen, T.; Ruuskanen, J. (1981-10-01). "Note on Lentz's algorithm". Applied Optics. 20 (19): 3289–3290. Bibcode:1981ApOpt..20.3289J. doi:10.1364/ao.20.003289. ISSN   0003-6935. PMID   20333144.
  8. Masmoudi, Atef; Bouhlel, Med Salim; Puech, William (March 2012). "Image encryption using chaotic standard map and engle continued fractions map". 2012 6th International Conference on Sciences of Electronics, Technologies of Information and Telecommunications (SETIT). IEEE. pp. 474–480. doi:10.1109/setit.2012.6481959. ISBN   978-1-4673-1658-3. S2CID   15380706.
  9. Brezinski, Claude (1991). History of Continued Fractions and Pade Approximants. Berlin Heidelberg New York: Springer-Verlag. pp. 32–33. ISBN   3-540-15286-5.
  10. Abramowitz, Milton (1972). Handbook of Mathematical Functions (9th ed.). New York: Dover. ISBN   978-0486612720.
  11. 1 2 3 Press, W.H.; Teukolsky, S.A.; Vetterling, W.T.; Flannery, B. P. (2007). Numerical Recipes: The Art of Scientific Computing (3rd ed.). Cambridge University Press. pp. 207–208.
  12. Press, W.H.; Teukolsky, S.A.; Vetterling, W.T.; Flannery, B. P. (1992). Numerical Recipes in Fortran, The Art of Scientific Computing (2nd ed.). Cambridge University Press. p. 165.
  13. Press, William H.; Teukolsky, Saul A. (1988). "Evaluating Continued Fractions and Computing Exponential Integrals". Computers in Physics. 2 (5): 88. Bibcode:1988ComPh...2...88P. doi: 10.1063/1.4822777 . ISSN   0894-1866.
  14. Wand, Matt P.; Ormerod, John T. (2012-09-18). "Continued fraction enhancement of Bayesian computing" . Stat. 1 (1): 31–41. doi:10.1002/sta4.4. ISSN   2049-1573. PMID   22533111. S2CID   119636237.