How do we calculate integrals without knowing differentiation?

1.2k Views Asked by At

To calculate the integrals, we use the fundamental theorem of calculus. i.e for example to find $\int f(x)dx$, what we do is we find a function $g(x)$ such that $g'(x) = f(x)$. But, is there any way to find the integrals without finding the answer first? I mean, can we just use the basic definition of integrals on all integrable functions?

PS: I get that we can use the partition and summation of step functions approach on increasing or decreasing function, but how will we be able to find the integral of any random integrable function by that?

2

There are 2 best solutions below

3
On

I'm afraid there is no general strategy. In fact, it's a theorem (which can be stated more precisely than I do here) that there are functions that have no 'simple' antiderivative. More concretely, consider the function

$$ x \mapsto \int_0^x e^{-t^2}\, \mathrm{d}t.$$ The integrand is perfectly smooth, so this is a well-defined function. However, you can prove that you cannot express it in terms of functions like $\sin$, $\cos$, $\exp$, etc.

Of course, this only talks about the practical side of things. Defining things is not the problem here - we know exactly which functions 'can' be integrated, i.e., whose integral we can define, but that is not the same as calculate.

0
On

Historically, integration was first done by using the limits of areas of the rectangles under the step functions as their widths go to 0, and the number of them goes to infinity, as was mentioned above. It was only somewhat later that derivatives were introduced, with the fundamental theorem of calculus after that. This, of course, made it much easier to integrate most "well behaved" functions, even if it cannot always be done in closed form, as was also mentioned in another answer.

In my first-year university advanced calculus course, the teacher took this historical approach by first describing the rigorous minimum requirements for integration, how to do it using step function areas and limits, and then having us calculate various integrals. One of the interesting homework problems was to investigate what he called the "ruler function" (but it's also known by various other names), i.e., a function $f(x)$ defined on the real numbers which is $0$ if $x$ is irrational, and $\frac{1}{q}$ where $x$ is rational of the form $\frac{p}{q}$ with $p \in N$ and $q \in Z$ and they are coprime to each other.

In particular, we were to show this function is continuous at all irrational points, discontinuous at all rational points, but Riemann integrable everywhere. This shows that for some functions which don't behave well, you need to go back to the very basic definitions to be able to integrate them. Also, later, we learned this function is not differentiable anywhere. For more information about this, see "Thomae's function" at https://en.wikipedia.org/wiki/Thomae%27s_function .

Overall, note that integration is a "smoothing" operation, as opposed to differentiation which requires a smooth function and, if anything, makes it less "smooth". Thus, there are functions which can be integrated but not differentiated.