Sometimes a definite or indefinite integral of a simple-looking one-liner integrand can give astonishingly huge result. What was the largest ratio of the size of shortest known closed-form result to the size of the corresponding integrand you have seen? I am particularly interested in unexpectedly large results, not those, for example, that occur from an intentionally large exponent in the integrand or otherwise obviously tailored for that purpose.
Asked
Active
Viewed 535 times
2 Answers
8
$\int\ \ln(x+a) \cdot ln(x+b) \cdot ln(x+c)\ dx\ -$ It spews forth a formula almost the size of my entire screen, even with Full Simplify $^{and}/_{or}$ Function Expand activated . . .
$\int\ \sqrt{(x-a)(x-b)(x-c)(x-d)}\ dx\ -$ The same, only that this time its size is about seven full screens of resolution $1366\times768$, even with Simplify on.

Lucian
- 48,334
- 2
- 83
- 154
solve(x^4 + ax^3 + bx^2 + c*x + d = 0, x)
some 25 years ago, when Mathematica was released unto the world. It made me realize there are better ways to solve equations than learning formulas by heart.
– Per Erik Manne Oct 18 '13 at 12:27