Is there a(n elementary) function whose derivative we cannot integrate?

6k Views Asked by At

Say, for example, I take a reasonably-complicated function $f(x)=\tanh[\ln(x^x)]$, and differentiate it to get $$f'(x)=\frac{4x^{2x} [1+\ln(x)]}{(x^{2x}+1)^2}.$$

Now, to integrate this, I imagine, would be very difficult and time-consuming.

My question is: does there exist a function $f$ whose derivative $f'$ we can't integrate (without differentiating $f$ in the first place), using substitution, parts and/or partial fractions (or other integration methods)?

My motivation for this is that it's very easy to differentiate even a ridiculously-complicated function (using the chain and/or product rule), but I've often wondered whether we could get back to the original function by integrating this derivative.

If I'm not articulating myself clearly enough, please ask me to explain further.

Thanks!

Edit

I know, from the Fundamental Theorem of Calculus, that such a function can be integrated, but, other than knowing the fact that this is the derivative of a suitable function, could it be impossible to reverse-engineer the problem, to get $f'$ back to $f$ (using only methods of integration)?

5

There are 5 best solutions below

8
On BEST ANSWER

The answer is no.

While the methods you learn in calculus like partial fractions, integration by parts, etc. are going to be limited, there is a complete algorithm, called the Risch algorithm for integrating elementary functions. Complete means that for any elementary function, the algorithm will either find an elementary antiderivative, or prove that none exists (note that an antiderivative always exists, but it will not always be an elementary function, for instance, it's well known that $\int e^{-x^2}\, dx$ is not an elementary function).

Since the derivative of an elementary function is always an elementary function, the Risch algorithm applied to any derivative of an elementary function will always work. It may not produce exactly the same function back, since the antiderivative is only defined up to an additive constant (i.e., you might get your original function back plus $C$).

Note that the Risch algorithm itself is very complicated, and involves some deep algebra, and a ton of different technical cases. It's much more complicated than the tricks you learn in calculus.

Many computer algebra systems implement some subset of the Risch algorithm. For instance, Mathematica (or Wolfram Alpha) should be able to integrate just about any derivative of an elementary function that you throw at it.

If you're interested in a high level view of the Risch algorithm, I recommend Manuel Bronstein's Symbolic integration tutorial. If you want a more detailed view (with pseudocode to implement in a compute algebra system), I recommend his book, Symbolic Integration I: Transcendental Functions.

5
On

The fundamental theorem of calculus tells us that if $F$ is any antiderivative of $f'$ then $$\int_{a}^{x} f'(t)dt = F(x) - F(a)$$ since $f$ is already an antiderivative of $f'$ we have: $$\int_{a}^{x} f'(t)dt = f(x) - f(a)$$ and we have our integral.


I should add that for many of functions we ``know" how to integrate, the antiderivative was found by simply by taking a derivative and not necessarily by using techniques like u-substitution.

For instance, historically speaking the antiderivative of $1/x$ would fit your question. For a long time people were trying to determine the area bounded by this curve. It was the question of quadrature of the hyperbola by Archimedes. It wasn't until they realized that the areas behaved somewhat like a logarithm that any progress could be made.

1
On

The question as posed has no answer. As opposed to differentiation, integration is not a well-defined operation: there is not a fixed set of rules to apply (as you have with differentiation of elementary functions). So the question of whether an anti-derivative cannot be found depends on a person's ability/ingenuity.

That anti-derivative that looks impossible to you, might be obvious to someone else.

1
On

The fundamental question is: "Given a function, does its integral exist?" If the function F' is created by taking the derivative of F, then, obviously, the integral of F' MUST exist, as F has already been proven to exist.

0
On

Sorry if I am misunderstanding your question. But let me give you a fact(which may not be related to this question): Here is example of function which is bounded, derivative of some function but not Riemann Integrable: http://en.wikipedia.org/wiki/Volterra%27s_function

FTOIC applicable when derivative of function is integrable. It is not always applicable