Ignore the technique details such as continuity or existence of derivatives etc, the Fundamental Theorem of Calculus can be put as
There are two parts to the theorem. The first part asserts that the derivative of a definite integral of a function, equals the original function; while the second part asserts that the definite integral of the derivative of a function, equals the original function.
- List item Let $f$ be a function defined on a closed interval $[a, b]$. Let $F$ be the function defined, for all $x$ in $[a, b]$, by $$F(x)=\int_{a}^{x}f(t) \ dt$$ Then for all $x$ in $(a, b)$ $$F'(x)=f(x)$$
- Let $F$ be a function on $[a,b]$, and $f$ a function on a closed interval $[a,b]$ which is a derivative of $F$ in $(a,b)$: $$F'(x)=f(x)$$ Then $$\int_{a}^{b}f(x) \ dx=F(b)-F(a)$$
Part 2 seems is the one get used everyday. Without part 2, it would be rather hard to compute any definite integral, e.g. $\int_0^1 \sqrt{x} \ dx$, based on the definition of definite integral, i.e. the definite integral is the limit of the sum
$$\int_a^b f(\tau) \ d\tau := \lim_{\Delta \tau \rightarrow 0} \sum_{i=0}^{n} f(\tau_i) \Delta \tau$$ , where $\Delta \tau = \frac{b - a}{n}$, and $\tau_i = a + i \Delta \tau$ ($i$ from $0$ to $n$) are the time moments evenly split $[a, b]$.
However, is there any application of the first half of the theorem?
I understand as the symmetric point of view, or completeness of the theorem, part 1 is necessary. Just wonder, if there's some case that part 1 come into save?