Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

My current understanding:

part 1) means essentially the integral is the inverse of the derivatve

$$\frac {d}{dx} \int f'(x)dx = f'(x)$$

part 2) means essentially we can calculate the integral by evaluating the difference between $a$ and $b$ of the original function$$\int_{a}^{b} f'(x)dx = f(b) - f(a)$$

Is my current understanding correct? If not, a purely algebraic explanation is preferred (e.g. net change in functional value vs area under graph) - I really hate geometric interpretations.


Or am I missing some crucial point? What is really particularly bothering me is that (part 1) is usually written as follows in the textbook - which I don't really understand...

$$\frac {d}{dx} \int_{a}^{t}f(t)dt = f(x)$$ The change of variables between $t$ and $x$ seems redundant to me and I'm not sure if it's because of differences in personal taste or like it actually has an altogether different meaning than my interpretation - and I am actually wrong. (and this failure of understanding why unsettles me deeply)

share|cite|improve this question
    
Isn't that first only true when $f(x)$ is continuous? – MXYMXY 7 hours ago
    
@MXYMXY I'm new at mathematics and your question is arguably vague, can you please elaborate? – Alan 6 hours ago
    
I mean that $$\frac {d}{dx} \int f(x)dx = f(x)$$ is only true when $f(x)$ is continuous. – MXYMXY 6 hours ago
    
It is better to write $\int_0^tf(x)\;dx$ than $ \int_0^tf(t)\;dt$ because in the latter, the letter $t$ is used for 2 different things in the same formula. – user254665 3 hours ago
up vote 10 down vote accepted

First of all, before we do anything with the Fundamental Theorem of Calculus, we have to be sure that whatever is going into the integral is continuous.

As you noticed, the first part of FTC is usually stated as

If $f$ is continuous on $[a,b]$ and if $$g(x)=\int_a^x f(t)\,dt,$$ then for $x<b$, $g'(x)=f(x)$.

This seems more complicated then $$\frac{d}{dx}\int f(x)\,dx,$$ but there is a reason for it. The function $\int f(x)\,dx$ means the "the antiderivative of $f$," so saying $\frac{d}{dx}\int f(x)\,dx$ is obvious, and not super helpful. But the function $$\int_a^x f(t)\,dt$$ is a function which gives the area under the curve $f$ between $a$ and $x$. That this function's derivative should be equal to $f$ is not obvious. So that's why this theorem is helpful.

This is a concept that calculus students often misunderstand. The integral and the derivative are not opposites. We treat them like that sometimes because of FTC, and it often works out just fine. We get so used to that thinking that way that it can sometimes cloud our thinking on other types of problems. Just the other day, I asked my calculus students (who had just learned FTC) to solve this problem:

$$\frac{d}{dx}\int_0^{10}e^{e^x}\,dx=?$$

Only three of forty or so got it right on the first try.

On the advice of YoTangoUnLCD, here is the definition$^\ast$ of the integral: $$\int_a^b f(x)\,dx=\lim_{n\to\infty}\sum_{i=1}^n f(x_i)\Delta x_i,$$ where $a=x_0<x_1<x_2<...<x_n=b,$ and $\Delta x_i=x_{i}-x_{i-1}$. This limit (if it exists) is just a number, not a function.

$^\ast$ There's actually more technical definitions of the integral, but this one works for most of the functions you are likely to use.

share|cite|improve this answer
    
Perhaps a mini paragraph about the definition of the Riemann integral would help op (as it seems he doesn't understand the difference between a definite and indefinite integral). – YoTengoUnLCD 6 hours ago
    
Would it be correct if I rewrote part 1 as the follow (like I said the change of variable is what is confusing me) $$\frac {d}{db} \int_{a}^{b} f'(x)dx = f'(b)$$ – Alan 6 hours ago
    
@Alan, yes, provided $f'(x)$ is continuous. – Alex S 6 hours ago
    
@AlexS Thanks, I understand everything perfectly now. This was what really got me – Alan 6 hours ago
2  
It would be nice if mathematics educators explicitly taught and talked about scoping. I highly suspect one of the main reasons calculus is so difficult for many is that it's the first time most students have to deal with non-trivial scoping. – Derek Elkins 5 hours ago

Without limits, $\int f(x) dx$ just means antiderivative, so there is nothing to prove!

The FTC says if we DEFINE the function $F(x) \colon = \int_a^x f(t) dt$, where $f$ is continuous, THEN $F$ is differentiable and furthermore, $F'(x)=f(x)$.

The symbol $\int f(x) dx$ is defined as the antiderivative of $f$, so there is no theorem necessary. $\int f(x) dx$ is DEFINED as the (equivalence class of ) function such that $\frac{d}{dx}\int f(x) dx=f(x)$

share|cite|improve this answer
    
I'm having a hard time understanding the difference between those two. Can you walk me through the logic of the first part as if I were a golden retriever? – Alan 6 hours ago
    
@Alan $\int_a^b f(x) dx$ is the signed area under the curve of $f$. $\int f(x) dx$ is the antiderivative of $f$. A priori, the two things have absolutely nothing to do with each other. The FTC is what links them. – Zachary Selk 6 hours ago

A good way to understand the FTC is this: sum of of the change in the middle is the total at the edges. Let's unravel that. Think about $f$ as the amount of some fluid. Then $f^\prime$ is the change in the amount of fluid. Ask the question: what is the total amount that the fluid changed? To calculate this, you would just add the amount of change at each point. Integration is really an infinite summation, and so the total amount of change in the interval $[a,b]$ is

$$ TotalChange= \int_{a}^{b} f^\prime(t) dt $$

But how are things changing? If there is a total change in the amount of fluid, it has to be leaving through the boundaries. Things change going over the $b$ boundary by going positive, and change by going over the $a$ boundary by going in the negative direction, and so the other way of calculating the total change is

$$ TotalChange = f(b) - f(a) $$

In total, this means

$$ \int_{a}^{b} f^\prime(t) dt = f(b) - f(a), $$

which is the Fundamental Theorem of Calculus.

This generalizes. In Multivariable calculus you learn Green's Theorem and Stokes' Theorem. Then you learn Stokes' Theorem on manifolds. It's all the same idea: the sum of the change is equal to the sum along the boundary. We can write this succinctly as

$$ \int_{\Omega} d\omega = \int_{\partial \Omega} \omega $$

but it's really the idea that matters. Notice this is the same thing as before: the boundary of the interval $[a,b]$ is the points $a$ and $b$, so the sum of the change is the sum of the boundary. Mathematicians will say Stokes' theorem on manifolds is the true FTC, but it's all the same. If you understand this idea, then you understand the FTC.

Now for part two: why does that derivative formula work out? Let's just do it algebraically. Let $F$ be a function such that $F^\prime = f$. Then

$$ \int_{a}^{x} f(t)dt = f(x) - f(a) $$

by the FTC. But since $a$ is a constant, $f(a)$ is a constant, so taking the $x$ derivatives of both sides gives

$$ \frac{d}{dx} \int_{a}^{t} f(x)dx = f'(x). $$

What this is saying is that the antiderivative $\int$ is somewhat the same as integration from a constant $a$ to a variable $x$. The end is result may differ by some (arbitrary) constant, but when you take the derivative again, that constant drops out.

Note that I fluffed over all of the details about having $f^\prime$ continuous etc., once you know the idea you can work out the details.

share|cite|improve this answer

While the common statements of Fundamental Theorem of Calculus normally assume that the function involved is continuous, this is not a necessary requirement. More generally we have

If $f$ is Riemann integrable over $[a, b]$ and $$F(x) = \int_{a}^{x}f(t)\,dt$$ then $F$ is continuous on $[a, b]$. Further if $f$ is continuous at some point $c \in [a, b]$ then $F$ is differentiable at $c$ and $F'(c) = f(c)$.

If $f$ is continuous on $[a, b]$ then it is Riemann integrable on $[a, b]$ and then $F'(x) = f(x)$ for all $x \in [a, b]$ where $$F(x) = \int_{a}^{x}f(t)\,dt$$ These two versions are normally called the First Fundamental Theorem of Calculus. There is a second FTC which goes as follows:

If $f$ is Riemann integrable on $[a, b]$ and if there exists a function $F$ such that $F'(x) = f(x)$ for all $x \in [a, b]$ then $$\int_{a}^{b}f(x)\,dx = F(b) - F(a)$$ Again note that if we assume $f$ to be continuous on $[a, b]$ then the first FTC (mentioned earlier) guarantees the existence of a function $F$ with $F'(x) = f(x)$ namely $$F(x) = \int_{a}^{x}f(t)\,dt$$ and then in that case the first and second FTC are in reality the same. The difference between first and second FTC comes into play only when the function $f$ under consideration is not continuous.

Further note that the function $F$ with $F'(x) = f(x)$ for all $x \in [a, b]$ is called an "anti-derivative" of $f$ and it is not unique for a given $f$. The second FTC tells us that if a function $f$ possesses an anti-derivative $F$ then its integral can be calculated as the difference between values taken by the anti-derivative at the end points of the interval of integration. This is in fact the most commonly used theorem in elementary calculus to evaluate integrals. In contrast the first FTC does not deal with calculation of integrals, but rather gives us an anti-derivative in concrete form under suitable circumstances.

The problem with your statements regarding FTC is that they are dealing with $f'$ instead of $f$. There is no specific need to consider the derivative $f'$. Also the way you have mentioned the theorems you should also give the conditions on $f'$ due to which these theorems are valid (because they are not valid for every derivative $f'$).

Also I can understand your frustration with the notation $$\int_{a}^{x}f(t)\,dt$$ and the use of two variables $x, t$. The confusion in this notation is caused because very rarely do the textbooks provide the definition of the symbol $$\int_{a}^{b}f(x)\,dx$$ properly. The notation $$\int_{a}^{b}f(x)\,dx$$ is used to denote the integral of a function $f$ over interval $[a, b]$ and hence is dependent on $f$ and $a$ and $b$. It has nothing to do with $x$ and the $x$ in $f(x)$ and $dx$ in the above notation is dummy. We could (and some books do) as well write $\int_{a}^{b}f$. By the same token the symbol $$\int_{a}^{x}f(t)\,dt$$ denotes a quantity which is dependent on $a$, $x$ and function $f$ and $t$ is dummy. Therefore we can consider this as a function of $x$ (letting $a$ to be constant) and denote it by $F(x)$ and think about its derivative $F'(x)$. The first FTC says that $F'(c) = f(c)$ when $f$ is continuous at $c$.

At the same time one could ask: why do we use the dummy variable in the integral notation? Well it is simply because the most convenient way to express a function $f$ is by giving a formula for $f(x)$ to calculate the value of $f$ at a generic point $x$. The use of $x$ in $dx$ part is because of a technical convenience while using substitution to evaluate integrals.

share|cite|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.