Can we express $ \displaystyle \int e^{x^{2}} \, \mathrm{d}{x} $ in terms of elementary functions? (Note: Infinite series are not allowed.) If not, then is there a proof that $ \displaystyle \int e^{x^{2}} \, \mathrm{d}{x} $ cannot be written in such a manner?

- 5,269

- 153
- 1
- 9
-
3See differential algebra. – Git Gud Jan 11 '14 at 18:55
-
1Not really what you wanted, but it works: http://www.wolframalpha.com/input/?i=indefinite+integral+of+e^x^2 – recursive recursion Jan 11 '14 at 18:58
-
1A continuous indefinite integral does exist. We just cannot write it in terms of elementary functions. – Ayman Hourieh Jan 11 '14 at 18:59
-
3What do you mean "is there an integration?" It's a well-behaved function, so it has an integral. Do you mean there is no expression for that integral in terms of elementary functions? – Thomas Andrews Jan 11 '14 at 18:59
-
yes exactly , I'm asking for the representation using the elementary functions , how to prove that it's impossible ? – Mostafa 36a2 Jan 11 '14 at 19:01
-
I don't see what a proof of this really does for anyone except show that people developed functions in such a way as to have not happened to name the erf an "elementary" function. In my mind there's nothing more or less elementary about the erf to a sine or cosine function, or am I missing something here? – Kainui Sep 20 '14 at 00:54
1 Answers
This is a simple consequence of the Liouville-Ritt theory of integration in finite terms.
The techniques used for indefinite integration of elementary functions are actually quite simple in this transcendental (vs. algebraic) case, i.e. the case where the integrand lies in a purely transcendental extension of the field of rational functions $\mathbb C(x)$. Informally this means that the integrand lies in some tower of fields $\mathbb C(x) = F_0 \subset \cdots \subset F_n = \mathbb C(x,t_1,\ldots,t_n)$ which is built by adjoining an exponential or logarithm of an element from the prior field, i.e $\ t_{i+1} =\: \exp(f_i)\ $ or $\ t_{i+1} =\: \log(f_i)\ $ for $\ f_i \in F_i$ where $ t_{i+1}$ is transcendental over $ F_i\:.\ $ For example $\ \exp(x),\ \log(x)\ $ are transcendental over $\mathbb C(x)$ but $\ \exp(2\ \log(x)) = x^2\ $ is not. Now, because $\ F_{i} = F_{i-1}(t_{i})$ is transcendental it has particularly simple structure, viz. it is isomorphic to the field of rational functions in one indeterminate $\:t_i\:$ over $\ F_{i-1}\ $. In particular, this means that one may employ well-known rational function integration, techniques such as expansions into partial fractions. This, combined with a simple analysis of the effect of differentiation on the degree of polynomials $\ p(t_i)$, quickly leads to the fundamental result of Liouville on the structure of antiderivatives, namely they must lie in the same field $ F$ as the integrand except possibly for the addition of constant multiples of log's over $ F$. With this structure theorem in hand, the transcendental case reduces to elementary computations in rational function fields. This transcendental case of the algorithm is so simple that it may be easily comprehended by anyone who has mastered a first course in abstract algebra.
On the other hand, the full-blown algebraic case of the algorithm requires nontrivial results from the theory of algebraic functions. Although there are some simple special case algorithms for sqrt's and cube-roots (Davenport, Trager) the general algorithm requires deep results about points of finite order on abelian varieties over finitely generated ground fields. This algebraic case of the integration algorithm was discovered by Robert Risch in 1969 - who did his Berkeley Ph.D. on this topic (under Max Rosenlicht).
For a very nice introduction to the theory see Max Rosenlicht's Monthly paper, available from JSTOR and also here. This exposition includes a complete proof of the Liouville structure theorem along with a derivation of Liouville's classic criterion for $\int f\: e^{g}\: dx\ $ to be elementary, for $\: f,\: g\in \mathbb C(x)$. Namely, the integral is elementary iff $\, f = h'+hg',\,$ for some $\,h\in\Bbb C(x).\,$ Then an elementary intergal is $\,h\,e^g.\,$ For algorithms see Barry Trager's 1984 MIT thesis and Manual Bronstein: Symbolic Integration I: Transcendental Functions.

- 272,048
-
On topic: do you know for an elementary proof for this particular example? – Git Gud Jan 11 '14 at 19:08
-
@GitGud Yes, the paper of Rosenlicht that I mentioned above. It can be simplified slightly for this special case. – Bill Dubuque Jan 11 '14 at 19:10
-
@Git In particular, see the discussion of Liouville's classical criterion beginning in the second paragraph on p. 971. I added a statement of the criterion to my answer. – Bill Dubuque Jan 11 '14 at 19:18
-
A good source at elementary calculus level without algebra is Marchisotto, E. A.; Zakeri, Gh.-A.: An invitation to integration infinite terms. College Math. J. 25 (1994) (4) 295-308: http://faculty.bard.edu/belk/math142/An%20Invitation%20to%20Integration%20in%20Finite%20Terms.pdf. – IV_ Jan 16 '19 at 17:14