I'm currently studying calculus. I understand pretty well with the math and with the main concepts.
But there is something I don't fully understand, "The fundamental Theorem of Calculus". Not in a comprehensive way, but in a conceptual way.
I saw this two videos:
And I completely understand the math and the proof. But it leaves me with a bad taste on my mouth, they seem completely unrelated, but they explain the same thing.
How it is posible that an area under the velocity curve gives (in the case of a car moving) its position at that current time. And how it is possible just to know how much space someone has covered just by computing this:
$$ \int^T_0{v(t) \; \mathrm d t} = r(T) - r(0) = \Delta r $$
It feels anti-intiutive. When you sum, you add the previous value and so on. $$ Area = A_i + A_{i + 1} ... A_{i + n} $$ For example, in the case of the car, you know the previous position, so you add it up. $$ r_i = r_{i-1} + v_0 \; \Delta t $$
Could someone explain me why these two concepts are related and why $\int_a^b{f(x) \; \mathrm d x} = F(b) - F(a)$ gives you the area under a curve.
Thanks :)
$\int_a^b f(x) dx = F(a) - F(b)$ is defined to be the area under the curve in the interval $[a,b].$
We break the area under the curve into rectangular regions, and sum the area of these rectangles. 3blue1brown starts discussing this at the 4 minute mark.
I hope it is obvious why these rectangles make a reasonable approximation of the area. What is less obvious is that if we partition the region into smaller and smaller rectangles the error in our approximation gets smaller and smaller. And at the limit, this error shrinks to zero.
This is the Reimann Sum definition of the integral.
Is this what is bothering you?
The fundamental theorem of calculus goes on to show how Reimann sum relate to derivatives.