Flumpster said:
Homework Statement
I hope this is in the right forum, because this is a question on theory and not related to a specific problem.
I was reading onlne about the Fundamental Theorem of Calculus. On one site the author wrote:
F(x) = \int_{0}^{1} f(x) dx
I don't think you have copied this correctly. What you have above is a
number, not a
function. The value of the integral doesn't depend on x at all.
It's more likely that the author wrote something like
$$F(x) = \int_{0}^{x} f(t) dt $$
This is now a function. Notice that the variable x appears as one of the limits of integration. The variable t (and dt) are called dummy variables. We could just as well have used r and dr or whatever, as long as we don't use x and dx.
Flumpster said:
Later, he wrote:
\int_{a}^{b} f(x) dx = \int_{0}^{b} f(x) dx - \int_{0}^{a} f(x) dx = F(b) - F(a)
You can write
$$ \int_{a}^{b} f(x) dx $$
as
$$ \int_{a}^{0} f(x) dx + \int_{0}^{b} f(x) dx $$
Switch the limits of integration on the first integral to get
$$ -\int_{0}^{a} f(x) dx + \int_{0}^{b} f(x) dx $$
This is the same as -F(a) + F(b), using F as defined in the revised definition of F that I showed above.
Flumpster said:
However, I've been taught that
\int_{a}^{b} f(x) dx
equals the indefinite integral of f(x) evaluated at b minus the indefinite integral of f(x) evaluated at a.
Better terminology would be "antiderivative of f" instead of "indefinite integral of f".
Flumpster said:
This leads me to ask:
Is the indefinite integral of a function, let's call it G(x), the same as the definite integral \int_{0}^{x} f(x) dx ?
Let me set things up a little better.
Here's an indefinite integral:
$$\int f(x) dx$$
Let F(x) be defined as:
$$ F(x) = \int_0^x f(t)dt$$
Then, F'(x) = f(x) (by the Fund. Thm. of Calc), so F is an antiderivative of f.
By the other part of the FTC, you can evaluate a definite integral by using an antiderivative.
## \int_a^b f(t)dt = \int_0^b f(t)dt - \int_0^a f(t)dt = F(a) - F(b)##