I was looking at some of the great integral posts that have graced this website and I am wondering if there is a way to tell whether or not a definite integral will have a closed form. If there is no "one-size-fits-all" criterion, are there any general rules? (e.g. integrals of polynomial functions will have closed forms)
-
1Closed form is a deceiving term in general. Do you call the following a closed form: $$\Gamma(z) = \int_0^{\infty} e^{-t}t^{z-1} dt$$ or for that matter do you regard $\sin(x)$ to be a closed form? – Adhvaitha Nov 19 '14 at 01:58
-
True. I would classify it as (inverse) trig, $+-\times /$, exponents, logarithms, and any common constants (such as $\pi, e,$ etc., obviously non-transcendental constants like $\phi$ are fine too) – MT_ Nov 19 '14 at 02:01
-
See also http://math.stackexchange.com/questions/287442/treatise-on-non-elementary-integrable-functions. – lhf Nov 19 '14 at 02:02
1 Answers
One way to find an expression for a definite integral is to first find the corresponding indefinite integral. This is already a difficult problem.
There is an algorithm for computing indefinite integrals in terms of elementary functions, when such representations exist: Risch's algorithm. It is a very complex algorithm which is now included in the major symbolic mathematics programs.
Note that even the integral of a rational function may not have a closed form in any way that may be useful because you won't have closed forms for the coefficients of the partial fractions decomposition needed for that (since there are no formulas for the roots of most polynomials of degree 5 or higher).
Risch's algorithm assumes that all necessary constants are available.
However, sometimes it is possible to find an expression for a definite integral without first finding the corresponding indefinite integral, even when the indefinite integral has no closed form. The most famous example is perhaps the Gaussian integral: $$\int_{-\infty}^{+\infty} e^{-x^2}\,dx = \sqrt{\pi}$$
I don't think there are any general rules in this case.

- 216,483
-
1The OP asked about definite integrals, for which I think the question is considerably harder. – Reinstate Monica Nov 19 '14 at 02:13
-