3

I'm reviewing Calc theory for an upcoming course and I can't really piece this part together.

So, the derivative of a function is another function that can tell you the instantaneous slope of two related variables.

But the integral of the same function is another function that will tell you the total area under the graph, or the sum of all instantaneous multiplicative relations of the two variables.

So the derivative can tell you how a specific set of variables are related, their slope, at that point in the function but it won't tell you how the slope of the function behaves before that point. Whereas the integral will tell you another relationship between the variables, the area, but it does it for the whole function, sort of like a summary of the function.

It seems like a discrepancy. Like either the result of the derivative at a certain point should be a summary of the instantaneous slope and the previous slopes, like the integral. Or the the integral should be just the area at that point like the derivative.

Maybe I'm overthinking it or getting to caught up in the graph representation of the relationship. But if anybody could shed some light on this it would be greatly appreciated. I've been using calc in Uni courses for 3 years so maybe I already know this and I'm just not seeing it.

2 Answers2

2

A simple answer is that the slope of a tangent to a curve (that is essentially its derivative from a geometrical point of view) is a local property while the area enclosed by the curve is a global property.

In a more analytical way we can note that the value of a function at a point $b$, say $f(b)$, is given by: $$ f(b)=f(a)+\int_a^b f'(x)dx $$ where the integral is essentially the sum of all the increments of the function from $a$ to $b$. So, if we know all the increments of the function ( i.e. its derivative) we can find the value of the function at a point, but we need also the value at some other point.

enter image description here

Emilio Novati
  • 62,675
0

Note the bounds $a$ and $b$ in $\int_b^a f dx$, compared to $f'(a)$ (just one point is evaluated).

Elle Najt
  • 20,740