English

Symbolic-Numeric Integration of Rational Functions

Symbolic Computation 2018-10-26 v2 Numerical Analysis

Abstract

We consider the problem of symbolic-numeric integration of symbolic functions, focusing on rational functions. Using a hybrid method allows the stable yet efficient computation of symbolic antiderivatives while avoiding issues of ill-conditioning to which numerical methods are susceptible. We propose two alternative methods for exact input that compute the rational part of the integral using Hermite reduction and then compute the transcendental part two different ways using a combination of exact integration and efficient numerical computation of roots. The symbolic computation is done within BPAS, or Basic Polynomial Algebra Subprograms, which is a highly optimized environment for polynomial computation on parallel architectures, while the numerical computation is done using the highly optimized multiprecision rootfinding package MPSolve. We show that both methods are forward and backward stable in a structured sense and away from singularities tolerance proportionality is achieved by adjusting the precision of the rootfinding tasks.

Keywords

Cite

@article{arxiv.1712.01752,
  title  = {Symbolic-Numeric Integration of Rational Functions},
  author = {Robert M. Corless and Robert H. C. Moir and Marc Moreno Maza and Ning Xie},
  journal= {arXiv preprint arXiv:1712.01752},
  year   = {2018}
}

Comments

25 pages, 4 figures; added a footnote and page numbers

R2 v1 2026-06-22T23:07:35.252Z