User:IssaRice/Fundamental theorem of calculus
There's a typical picture of FTC1 that you see in places like Pugh's analysis book or 3Blue1Brown's video on FTC. This explanation makes sense, but I want point out a few different ways of thinking about the picture. One is, like the 3b1b video says, to look at the incremental area. You get . So then you divide by and take the limit as and get .
Another way of looking at this that I saw in one of John Stillwell's books [i think it was mathematics and its history, in the calculus chapter, in the section talking about leibniz] is that is the sum of infinitely many quantities . So the incremental thing you add is , i.e. . Now if you divide by you get , which again is FTC1.
Finally, let's look at . What is the rate of change of this area function? As x changes, A(x) changes a bit. The rate of change is jut the height of the graph, since the area increases "one vertical line at a time". Or you can think of it as, "the rate at which area, approximated as a rectangle, changes, as the width of the rectangle changes, is the height of that rectangle".
Now, on to FTC2. It bothers me that people are so enthusiastic about showing you visualizations of FTC1, but then they don't even mention how to visualize FTC2. Like, they probably don't have a visualization, so then they are like "well let's just be quiet about it here and nobody will ask". Even 3b1b does this, and i am like >:( wtf. So anyway, I think FTC2 can be visualized using the same picture as FTC1, but you just have to sort of use your brain in a different way? like you have to think about it in a different way, but it's the same picture!
So, let's be clear about what we are trying to show. If is some nice function, and is an antiderivative of (i.e., ), then we have . So how do we visualize this? well the trick is, let's say you start with a function F. how the heck do you visualize it? well one way is to let F be a curve. then F' becomes the instantaneous slope. but it's hard to visualize that slope changing over time... so an alternative is, you let F be area, and then f just becomes the height (i.e., the curve). that allows us to visualize both functions nicely, just like in FTC1. but now, if we fix some point a, then let the area from a to x be F(x), we have a problem. because now F(a) is an area of 0, so we can't represent an arbitrary function F. so the trick is... for the moment, let's make the problem easier on ourselves by requiring that F(a)=0. Then, as long as F is "smooth" enough, we can represent F as an area. [PROOF? -- an easy rigorous proof of this uses FTC2, which makes this visualization circular... but you can also prove this using the fact that every antiderivative is a constant away, which doesn't require FTC. think of it intuitively too, like: as long as F has no jumps, you can get nearby values of F by adding lots of or little bits of area.]
Now, what is the height of this graph? why, by FTC1 it must be that the height is F', which is f. so as we wanted.
Now what if F is some function such that F(a) is not 0? then we can define G(x) := F(x) - F(a), so that G(a)=0. Apply the argument/visualization above, to get . But so , and we are done.
---
the default way to picture a function is to draw it as a curve. in FTC1, this works well. you have a function (curve). you integrate it (area under curve). then you differentiate it (height of curve). you get back the original curve. happy ending.
but now what if you have a function, then want to differentiate it, then take the integral of it? if you start with a curve, now you need to visualize the slope, and how the slope changes along the curve. that's hard. instead of doing the hard thing, you cheat. if you start with an area, then you can visualize the derivative as a curve (height). then you take the integral, so you get area.