Fundamental theorem of calculus (something isn't right)

In summary, the theorem stated that if a function is continuous on an interval, then its derivative is also continuous on that interval. However, there is a problem with this theorem if the derivative of the function is not continuous or defined at the point.
  • #36
Thanks for the explanation jgens. I partially understand what are you saying to me, but I can't really see the big difference. Suppose [-1,x] is interval on which I need to find the area on. So A(x) would be the area. But it can be seen that [itex]\int_{f(x)dx}[/itex]=A(x) or A'(x)=f(x). I also checked wikipedia.

Here is what I found:

wikipedia said:
In calculus, an antiderivative, primitive or indefinite integral[1] of a function f is a function F whose derivative is equal to f, i.e., F ′ = f. The process of solving for antiderivatives is antidifferentiation (or indefinite integration)
 
Physics news on Phys.org
  • #37
If you want a simple illustration of how they're different, consider the function [itex]f[/itex] defind by [itex]f(x) = 0[/itex] if [itex]x = 1[/itex] and [itex]f(x) = 1[/itex] otherwise. Now suppose that I want to evaluate [itex]\int_0^xf[/itex]. It's a trivial exercise to show that [itex]\int_0^xf = x[/itex]. Now if integration were the inverse process of differentiation we would have that [itex](x)' = 1 = f(x)[/itex] which clearly isn't true. Does this make sense?
 
  • #38
If x=1:
[tex]
\int_0^xf(t)dt= \int_0^x0dt=0(\int_0^x1dt)+C=C
[/tex]
If [itex]x\neq 1[/itex]
[tex] \int_0^x1dt=(t+C_1)|_0^x = x-0=x[/tex]
It still valid:
[tex]F(x)=\left\{\begin{matrix}
C, x=1\\
x, x \neq 1
\end{matrix}\right.[/tex]

[tex]f(x)=F'(x)=\left\{\begin{matrix}
0, x=1\\
1, x \neq 1
\end{matrix}\right.[/tex]

Edit: This function does not satisfy the theorem, its not continuous, so it fails to work anyway.
 
  • #39
njama said:
If x=1:
[tex]
\int_0^xf(t)dt= \int_0^x0dt=0(\int_0^x1dt)+C=C
[/tex]
If [itex]x\neq 1[/itex]
[tex] \int_0^x1dt=(t+C_1)|_0^x = x-0=x[/tex]
It still valid:
[tex]F(x)=\left\{\begin{matrix}
C, x=1\\
x, x \neq 1
\end{matrix}\right.[/tex]

[tex]f(x)=F'(x)=\left\{\begin{matrix}
0, x=1\\
1, x \neq 1
\end{matrix}\right.[/tex]

Edit: This function does not satisfy the theorem, its not continuous, so it fails to work anyway.

You cannot just swap f(x) for zero, because the integral "doesn't ask" the function what's its value on a certain point, but what's its value on an interval. Therefore the integral goes through "many" points in which f(x)=1, bumps into a zero, and then goes on. (This is a point where I recommend to read again about integrals, and exercise them, because what you did in the first lines "if x=1 blahblah" show you don't completley understand how to work with them and what do they mean)
But we know that changing a function in a finite number of points, doesn't change its integral, so as far as the integral "knows" he's actually integrating only f(x)=1.

Anti-differentiation, if studied as an operator, must consider any information in f(x), while integration loses this little things that make up f(x).
 
  • #40
njama said:
If x=1:
[tex]
\int_0^xf(t)dt= \int_0^x0dt=0(\int_0^x1dt)+C=C
[/tex]
If [itex]x\neq 1[/itex]
[tex] \int_0^x1dt=(t+C_1)|_0^x = x-0=x[/tex]
It still valid:
[tex]F(x)=\left\{\begin{matrix}
C, x=1\\
x, x \neq 1
\end{matrix}\right.[/tex]

[tex]f(x)=F'(x)=\left\{\begin{matrix}
0, x=1\\
1, x \neq 1
\end{matrix}\right.[/tex]

Edit: This function does not satisfy the theorem, its not continuous, so it fails to work anyway.

No, no, no! This isn't right in the slightest. You can't just integrate using the FTC if [itex]f[/itex] isn't continuous. You need to go back using the definition of the integral like the one that I provided and not what you mistakenly keep taking as the definition of the integral.

Anyway, once you actually do the exercise correctly, you will find that [itex]\int_0^xf = x[/itex]; hence, even though [itex]f[/itex] isn't continuous, this integral is. Now, if integration and anti-differentiation were the same thing, differentiating [itex]\int_0^xf[/itex] would show that [itex]f(x) = 1[/itex] which is clearly false. Therefore, anti-differentiation and integration are not the exact same thing.
 
  • #41
OK. You defined the function like this:
20p55p2.jpg


And you told me to find:

[itex]
\int_0^bf
[/itex]

Now. If the function is continuous on interval [0,b] then it is integrable on [0,b].

But if function is bounded and have finitely many discontinuity on [0,b] it is still integrable.

So, we can find
[itex]
\int_0^bf
[/itex]

Lets consider any partition on [0,b]. Then either [itex]x_{k}^{*}=0[/itex] or it does not.
If not then
[tex]\sum_{k=1}^{n}f(x_{k}^{*})\Delta x_{k} = \sum_{k=1}^{n}\Delta x_{k} = b[/tex]
else
[tex]\sum_{k=1}^{n}f(x_{k}^{*})\Delta x_{k} = -\Delta x_{k} + \sum_{k=1}^{n}\Delta x_{k} = b - \Delta x_{k}[/tex]

which means that the difference between the Riemann sum and b is at most [itex]\Delta x_{k}[/itex]. BUT, since [itex]\Delta x_{k}[/itex] approaches zero as [itex]max \Delta x_{k} \rightarrow 0[/itex] it follows that:

[tex]\int_{0}^{b}f(x)dx = b[/tex]

But the Fundamental Theorem of Calculus Part 2 states that "If f is continious on an interval [0,b] then f has an antiderivative on [0,b]. In particular if a is any number in [0,b] then the function F defined by:
[tex]F(x)=\int_{a}^{x}f(t)dt[/tex]
is an antiderivative of f on [0,b]; that is F'(x)=f(x) for each x in [0,b], or in an alternative notation:
[tex]\frac{d}{dx}\left [ \int_{a}^{x}f(t)dt \right ] = f(x)[/tex]

So f must be continious so that we can conclude that f has an antiderivative. If f is not continious anything can follow.
 
  • #42
njama said:
So f must be continious so that we can conclude that f has an antiderivative.

Except for the fact that [itex]f[/itex] clearly isn't continuous so the FTC isn't applicable here. The point of this exercise was to illustrate that if [itex]F[/itex] is a function defined by [itex]F = \int_0^xf[/itex], then [itex]F'[/itex] is not necessarily equal to [itex]f[/itex] as you asserted in post number 30 of this thread.
 

Similar threads

Replies
20
Views
2K
Replies
2
Views
1K
  • Calculus
Replies
6
Views
1K
Replies
1
Views
934
  • Calculus
Replies
9
Views
2K
Replies
2
Views
294
  • Calculus
Replies
12
Views
507
Replies
3
Views
1K
Back
Top