'''Symbolic integration''' is the application of Computer_software to solving Integral problems in Mathematics, but rather finding a symbolic expression instead of an exact numerical value. For example: :\int x^2\,dx = \frac{x^3}{3} + C is a symbolic result rather than a numerical value for the answer, where C is a Constant_of_integration. Finding the derivative of an expression is usually a straightforward process for which it is easy to determine an Algorithm. The reverse question of finding the integral (of finding an expression whose derivative is the specified expression) is much more difficult. Many expressions that are relatively easy to state do not have integrals that can be expressed in Closed_form. See Antiderivative for more details. A procedure called the Risch_algorithm exists which is capable of determining if an integral exists and returning it if it does, for many classes of expressions. Such algorithms are still being expanded. ==References== *Symbolic Integration 1 (transcendental functions) by Manuel Bronstein, 1997 by Springer-Verlag, ISBN 3-540-60521-5 *Joel_Moses, Symbolic integration: the stormy decade, Proceedings of the second ACM symposium on Symbolic and algebraic manipulation, p.427-440, March 23-25, 1971, Los Angeles, California, United States ==External links== *MathWorld entry on the Risch Algorithm Category:Computer_algebra Category:Differential_algebra De:Algebraische_Integration {{Mathanalysis-stub}} {{compu-stub}}