Suppose if $\phi(x)$ and its derivative is $f(x)$
Let's try to find following $$\int f(x)$$ $$\int f(x)=\phi(x)+c$$
So in indefinite integration we say that integrand would be the derivative of integral.
But as we raise limits to integration like following
$$\int_{a}^{b}f(x)$$
We say that it is actually equal to net area under $f(x)$ from $a$ to $b$ provided $f(x)$ is continuous in $(a,b)$. By "net area", I mean $\text {area}$ above $X \text { axis }-\text{area}$ below $X \text{ axis }$.
So by this definition we can say,
$$\int_{a}^{b}f(x)=\lim_{h\to 0}h\left(f(a)+f(a+h)+f(a+2h)\cdots\cdots f(a+(n-1)h)\right)\tag{1}$$
In above equation $n\rightarrow \infty$
But we also magically say that $$\int_{a}^{b}f(x)=\phi(b)-\phi(a)$$, how we can say this because by definition this looks totally different. Any proof? I didn't find the explanation for $$\phi(b)-\phi(a)$$.
I tried to prove it. My attempt is as follows:-
$$f(a)=\lim_{h\to 0}\dfrac{\phi(a+h)-\phi(a)}{h}$$ $$f(a+h)=\lim_{h\to 0}\dfrac{\phi(a+2h)-\phi(a+h)}{h}$$ $$f(a+2h)=\lim_{h\to 0}\dfrac{\phi(a+3h)-\phi(a+2h)}{h}$$
So by this we can write $f(a+(n-1)h)=\lim_{h\to 0}\dfrac{\phi(a+nh)-\phi(a+(n-1)h)}{h}$
Putting these values in equation $1$
$$\int_{a}^{b}f(x)=\lim_{h\to 0}h\cdot\dfrac{\left(\phi(a+h)-\phi(a)+\phi(a+2h)-\phi(a+h)+\phi(a+3h)-\phi(a+2h)\cdot\cdots+\phi(a+nh)-\phi(a+(n-1)h)\right)}{h}$$ $$\int_{a}^{b}f(x)=\lim_{h\to 0}\phi(a+nh)-\phi(a)$$
As we know $a+nh=b$
$$\int_{a}^{b}f(x)=\phi(b)-\phi(a)$$
So we proved everything but still we were able to prove this when we had the definition of $\int_{a}^{b}f(x)$ in place. How on earth would somebody be able to construct this definition when we just know $\int f(x)=\phi(x)+c$?
In my textbooks, reimann sums are not discussed
– user3290550 Dec 31 '19 at 06:52