Fundamental theorem of calculus

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 1K views
e^(i Pi)+1=0
Messages
246
Reaction score
1
[itex]\frac{d}{dx} \int_a^b f(x) dx=f(b)[/itex]

This is something I can churn through mechanically but I never "got." Any links / explanations that can help build my intuition about this would be helpful.
 
Physics news on Phys.org
e^(i Pi)+1=0 said:
[itex]\frac{d}{dx} \int_a^b f(x)=f(b)[/itex]

This is something I can churn through mechanically but I never "got." Any links / explanations that can help build my intuition about this would be helpful.

What you have is incorrect, assuming that both a and b are constants.
[tex]\frac{d}{dx} \int_a^b f(x) dx =0[/tex]

The way this is usually presented is like so:

[tex]\frac{d}{dx} \int_a^x f(t) dt =f(x)[/tex]
 
For an explanation, let's assume that F(x) is an antiderivative of f(x). IOW, F'(x) = f(x).
Then
$$ \int_a^x f(t) dt = F(x) - F(a)$$
So $$ d/dx \int_a^x f(t) dt = d/dx( F(x) - F(a)) = F'(x) - 0 = f(x)$$