Fundamental theorem of calculus

In summary: Then g(x) is the area of a triangle of base x and height 1-x for x in [0, 1].In summary, the first fundamental theorem of calculus states that if ##f## is continuous on ##[a,b]## and ##g(x) = \int_a^x f(t) dt##, then ##g## is continuous on ##[a,b]##, differentiable on ##(a,b)##, and ##g'(x) = f(x)##. However, g is only differentiable on ##(a,b)## because the limits required for differentiability do not exist at the endpoints ##a## and ##b##. This is because the definition of differentiability only applies
  • #1
PFuser1232
479
20
"If ##f## is continuous on ##[a,b]## and:
$$g(x) = \int_a^x f(t) dt$$
Then ##g## is continuous on ##[a,b]##, differentiable on ##(a,b)##, and ##g'(x) = f(x)##."

This is the first fundamental theorem of calculus. I'm curious as to why ##g## is only differentiable on ##(a,b)##, but not ##[a,b]##.
 
Physics news on Phys.org
  • #2
Because you likely have not defined differentiability on closed intervals, only on open ones.
 
  • #3
MohammedRady97 said:
This is the first fundamental theorem of calculus. I'm curious as to why g is only differentiable on (a,b), but not [a,b].
Definition. Take point b. In order for the derivative to exist at b, the two limits [itex]\lim_{h\rightarrow 0}\frac{g(b-h)-g(b)}{h} [/itex] and [itex] \lim_{h\rightarrow 0}\frac{g(b+h)-g(b)}{h}[/itex] must both exist and be equal. But [itex]g(b+h) [/itex] is not defined and may not even exist!
The same argument applies to point a (only here it is g(a-h) that is not defined).
 
  • #4
Svein said:
Definition. Take point b. In order for the derivative to exist at b, the two limits [itex]\lim_{h\rightarrow 0}\frac{g(b-h)-g(b)}{h} [/itex] and [itex] \lim_{h\rightarrow 0}\frac{g(b+h)-g(b)}{h}[/itex] must both exist and be equal. But [itex]g(b+h) [/itex] is not defined and may not even exist!
The same argument applies to point a (only here it is g(a-h) that is not defined).

But can't we say the same about the continuity of ##f## and/or ##g##?
In order for ##f## to be continuous at ##a## (implied by the statement "##f## is continuous on ##[a,b]##"), the following must hold true:
$$\lim_{x \rightarrow a} f(x) = f(a)$$
But ##\lim_{x \rightarrow a} f(x)## can only exist if ##\lim_{x \rightarrow a^+} f(x) = \lim_{x \rightarrow a^-} f(x)##.
 
  • #5
No. What is implied by the statement "f is continuous on [a, b]" is that f is continuous from the right so the only thing that is certain is that [itex]\lim_{x\to a^+} f(x)= f(a)[/itex].
 
  • Like
Likes PFuser1232
  • #6
HallsofIvy said:
No. What is implied by the statement "f is continuous on [a, b]" is that f is continuous from the right so the only thing that is certain is that [itex]\lim_{x\to a^+} f(x)= f(a)[/itex].

But again, why can't the same be said of the differentiability of a function on a closed interval ##[a,b]##?
 
  • #7
Because you haven't defined differentiability on closed intervals, only on open ones. You can define it on closed intervals and then the fundamental theorem holds on those closed intervals, but that is usually not done because it is annoying (and not very useful).
 
  • Like
Likes PFuser1232
  • #8
HallsofIvy said:
No. What is implied by the statement "f is continuous on [a, b]" is that f is continuous from the right so the only thing that is certain is that [itex]\lim_{x\to a^+} f(x)= f(a)[/itex].

We need to straighten out whether this is an implication that follows simply from the ordinary definitions of the limit of a function and the definition of a function being continuous at a point or whether it comes from a special definition for the phrase "f(x) is continuous on [a,b]". For example, if a function f(x) does not exist outside the interval [a,b] then does the ordinary definition of "f(x) is continuous at x = c" imply that f(x) is NOT continuous at x = a? Or do the ordinary definitions imply [itex] lim_{x\rightarrow a^+} f(x) = f(a) [/itex] without any need for making a special definition for the phrase "f(x) is continuous on [a,b]" ?

( I think this is related to the controversies one sees in discussions about the meaning of the phrase "f(x) is everywhere continuous" when applied to functions whose domain is a proper subset of the real numbers. In a sophisticated treatment, the continuity of a function depends on the topology being used for the "spaces" of the domain and range. )
 
  • Like
Likes PFuser1232
  • #9
What if the integrand, ##f##, were continuous over ##(a,b)## instead? Would it make any difference?
And what if ##f## were defined for all ##x## in ##(a,b)##, but not at ##a## and/or ##b##?
 
  • #10
MohammedRady97 said:
What if the integrand, f, were continuous over (a,b) instead? Would it make any difference?
No. The integral has the same value (as long as we are talking about relatively standard integration).
MohammedRady97 said:
And what if f were defined for all x in (a,b), but not at a and/or b?
Same thing.
 
  • #11
Svein said:
No. The integral has the same value (as long as we are talking about relatively standard integration).
Same thing.

But why is this not mentioned in the fundamental theorem of calculus? Or am I missing something?
I know continuity on ##[a,b]## implies continuity on ##(a,b)## (not the other way around), but does that mean that based on the fundamental theorem (as stated above) I can deduce that continuity on ##(a,b)## doesn't make a difference?
 
  • #12
Observations: [itex] \int_{a}^{b}f(x)dx=\int_{a}^{a}f(x)dx+\int_{(a, b)}f(x)dx+\int_{b}^{b}f(x)dx[/itex]. Since f is continuous over [a, b], f(a) and f(b) exist and are finite. Therefore [itex] \int_{a}^{a}f(x)dx = f(a)\cdot (a - a)=0[/itex]. We also have [itex] \int_{b}^{b}f(x)dx = f(b)\cdot (b - b)=0[/itex]. Therefore [itex] \int_{a}^{b}f(x)dx=\int_{(a, b)}f(x)dx[/itex]
 
  • #13
MohammedRady97 said:
I'm curious as to why ##g## is only differentiable on ##(a,b)##, but not ##[a,b]##.

Try [itex] f(x) = 1 - x [/itex] if [itex] x \le 1 [/itex] and [itex] f(x) = x - 1 [/itex] otherwise and let [itex] a = 0,\ b = 1 [/itex]. Let [itex] g(x) = \int_0^x f(x) dx [/itex].
 

What is the Fundamental Theorem of Calculus?

The Fundamental Theorem of Calculus is a theorem in calculus that establishes the relationship between differentiation and integration. It states that if a function is continuous on a closed interval [a,b] and its derivative exists at every point in that interval, then the definite integral of the function over that interval can be evaluated by using the antiderivative of the function evaluated at the endpoints of the interval.

What is the significance of the Fundamental Theorem of Calculus?

The Fundamental Theorem of Calculus is significant because it provides a powerful tool for evaluating integrals. It also connects two important concepts in calculus - differentiation and integration - and shows how they are related. This theorem is used extensively in many areas of mathematics and science, including physics, engineering, and economics.

What are the two parts of the Fundamental Theorem of Calculus?

The Fundamental Theorem of Calculus has two parts: the first part, also known as the Fundamental Theorem of Calculus - Part 1, states that if a function f is continuous on a closed interval [a,b], then the function F defined by F(x) = ∫ax f(t) dt is continuous on [a,b] and differentiable on (a,b), and its derivative is f(x). The second part, also known as the Fundamental Theorem of Calculus - Part 2, states that if a function f is continuous on a closed interval [a,b] and F is any antiderivative of f on [a,b], then ∫ab f(x) dx = F(b) - F(a).

What is the difference between the Fundamental Theorem of Calculus and the Chain Rule?

The Fundamental Theorem of Calculus and the Chain Rule are two different concepts in calculus. The Fundamental Theorem of Calculus is used to evaluate definite integrals by using the antiderivative of a function. The Chain Rule, on the other hand, is used to find the derivative of a composite function - a function that is made up of two or more functions. While both theorems involve differentiation and integration, they serve different purposes and cannot be used interchangeably.

How do you apply the Fundamental Theorem of Calculus in real-world situations?

The Fundamental Theorem of Calculus has many real-world applications. In physics, it is used to calculate work, displacement, and other quantities that involve integration. In economics, it is used to calculate total revenue and total cost. In engineering, it is used to calculate the area under a curve, which is important in designing structures and machines. Essentially, anytime we need to find a total value based on a rate of change, we can use the Fundamental Theorem of Calculus to solve the problem.

Similar threads

  • Calculus
Replies
6
Views
1K
Replies
2
Views
306
Replies
8
Views
312
Replies
4
Views
333
  • Calculus
Replies
9
Views
2K
  • Calculus
Replies
12
Views
517
  • Calculus
Replies
2
Views
1K
Replies
4
Views
758
Replies
1
Views
1K
Back
Top