Fundamental Theorem of Calculus
The fundamental theorem of calculus links the concept of differentiation with that of integration.
Statement
!!! theorem "Fundamental Theorem of Calculus (Part 1)" {#thm:ftc1} If \(f\) is continuous on \([a,b]\) and \(F\) is an antiderivative of \(f\), then:
$$ \int_a^b f(x) , dx = F(b) - F(a) $$
!!! theorem "Fundamental Theorem of Calculus (Part 2)" {#thm:ftc2} If \(f\) is continuous on \([a,b]\), then the function \(g\) defined by:
$$ g(x) = \int_a^x f(t) , dt $$
is continuous on $[a,b]$ and differentiable on $(a,b)$, with $g'(x) = f(x)$.
Proof
Proof of Theorem 1
By
Thus \(F(b) - F(a) = \int_a^b f(x) , dx\).
Proof of Theorem 2
For \(x \in (a,b)\):
By the mean value theorem for integrals, there exists \(c \in [x, x+h]\) such that:
Therefore \(g'(x) = \lim_{h \to 0} f(c) = f(x)\), by continuity of \(f\).
Key Equation
Applications
Computing a Definite Integral
Relationship with Area
The integral \(\int_a^b f(x) , dx\) represents the net signed area under the curve \(y = f(x)\) from \(x = a\) to \(x = b\).
Related
Limit of a Function — Foundation for continuityContinuity — Required for FTCDerivative — Inverse operationMean Value Theorem — Used in proof of FTC part 2