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 :)