Skip to main content

The Fundamental Theorem: Connecting Derivatives and Integrals

See how differentiation and integration are inverse operations β€” two sides of the same coin β€” and why this connection is the most important theorem in calculus.

Lesson 10 of 10 Calculus Foundations Intermediate ⏱ 10 min read
πŸ”₯ Why This Matters

The Fundamental Theorem of Calculus is one of the most profound discoveries in mathematics. It revealed that two seemingly unrelated operations β€” finding instantaneous rates (derivatives) and finding accumulated totals (integrals) β€” are exact inverses of each other. This wasn't obvious. It took Newton and Leibniz to discover it independently in the 1600s, and it unified two centuries of separate mathematical work. Understanding this connection gives you a complete picture of calculus and the foundation to go further: multivariable calculus, differential equations, and all the advanced tools used in modern science and engineering.

🎯 What You'll Learn
  • State both parts of the Fundamental Theorem of Calculus and explain what each means
  • Show that differentiation and integration are inverse operations
  • Apply the complete calculus workflow: model β†’ differentiate or integrate β†’ interpret
πŸ“– Key Vocabulary
FTC Part 1If \(F(x) = \int_a^x f(t)\,dt\), then \(F'(x) = f(x)\). Integration creates an antiderivative. FTC Part 2\(\int_a^b f(x)\,dx = F(b) - F(a)\). Evaluate a definite integral using any antiderivative. Inverse OperationsDifferentiation undoes integration; integration undoes differentiation β€” like multiplication and division. Net Change Theorem\(\int_a^b f'(x)\,dx = f(b) - f(a)\). The integral of a rate gives the total change in the quantity. Differential EquationAn equation involving a function and its derivative. \(\frac{dy}{dx} = f(x)\) is solved by integrating.
Key Concept β€” The Fundamental Theorem of Calculus
\[ \textbf{Part 1 (Differentiation of an Integral): } \frac{d}{dx}\left[\int_a^x f(t)\,dt\right] = f(x) \] \[ \textbf{Part 2 (Evaluation Formula): } \int_a^b f(x)\,dx = F(b) - F(a), \quad \text{where } F' = f \]

Together: integration and differentiation undo each other. The area accumulation function has derivative equal to the original rate function.

The Complete Calculus Cycle

Position
\(s(t)\)
Differentiate β†’
← Integrate
Velocity
\(v(t) = s'(t)\)
Differentiate β†’
← Integrate
Acceleration
\(a(t) = v'(t)\)
Worked Example 1 β€” Basic: FTC in Both Directions

Show that differentiating and then integrating (or vice versa) returns the original function.

\[ f(x) = x^2 \quad \xrightarrow{\text{differentiate}} \quad f'(x) = 2x \quad \xrightarrow{\text{integrate}} \quad \int 2x\,dx = x^2 + C \]

We recover \(x^2\) (up to the constant C). Differentiation and integration are inverse operations.

Worked Example 2 β€” Intermediate: Net Change Theorem

A car's acceleration is \(a(t) = 6t - 4\) m/sΒ². If initial velocity is \(v(0) = 2\) m/s, find velocity at \(t = 5\).

\[ v(5) = v(0) + \int_0^5 a(t)\,dt = 2 + \int_0^5 (6t-4)\,dt \] \[ = 2 + \left[3t^2 - 4t\right]_0^5 = 2 + (75 - 20) = 2 + 55 = \mathbf{57 \text{ m/s}} \]
Worked Example 3 β€” Real World: Full Calculus Workflow

Revenue grows at rate \(R'(t) = 200 + 50t\) thousand dollars/year. If \(R(0) = 500\), find total revenue at \(t = 4\) years.

\[ R(4) = R(0) + \int_0^4 R'(t)\,dt = 500 + \int_0^4 (200 + 50t)\,dt \] \[ = 500 + \left[200t + 25t^2\right]_0^4 = 500 + (800 + 400) = 500 + 1200 = \mathbf{\$1{,}700 \text{k}} \]
✏️ Quick Check
  1. State FTC Part 2 in words: what does \(\int_a^b f(x)\,dx = F(b)-F(a)\) mean?
  2. If \(\frac{d}{dx}\left[\int_3^x \cos(t)\,dt\right]\) = ?, apply FTC Part 1.
  3. A function's rate of change is \(f'(x) = 4x - 2\) and \(f(1) = 3\). Find \(f(4)\).
β–Ά Show Answers
  1. To evaluate the exact area (or accumulated total) from \(a\) to \(b\), find any antiderivative \(F\) and compute \(F(b) - F(a)\) β€” no limit computation required.
  2. By FTC Part 1: \(\frac{d}{dx}\left[\int_3^x \cos(t)\,dt\right] = \mathbf{\cos(x)}\).
  3. \(f(4) = f(1) + \int_1^4 (4x-2)\,dx = 3 + [2x^2-2x]_1^4 = 3 + (32-8)-(2-2) = 3 + 24 = \mathbf{27}\).
⚠️ Common Mistakes
  • Confusing FTC Part 1 and Part 2: Part 1 differentiates an integral (result is a function); Part 2 evaluates a definite integral (result is a number).
  • Forgetting initial conditions in Net Change problems: \(\int_a^b f'(x)\,dx = f(b)-f(a)\) gives the change, not the final value, unless you add the initial value.
  • Thinking the constant C matters for definite integrals: In FTC Part 2, \(C\) cancels: \((F(b)+C)-(F(a)+C) = F(b)-F(a)\).
βœ… Key Takeaways
  • FTC connects derivatives (instantaneous rates) and integrals (accumulated totals) β€” they are inverse operations.
  • FTC Part 2: any antiderivative \(F\) of \(f\) gives \(\int_a^b f\,dx = F(b)-F(a)\).
  • Net Change Theorem: \(\int_a^b f'(x)\,dx = f(b)-f(a)\) β€” integrate the rate to get the change in the quantity.
  • The full calculus workflow: identify the rate function β†’ integrate (or differentiate) β†’ add initial condition β†’ interpret the answer in context.
πŸ’Ό Career Connection β€” All STEM Fields

The Fundamental Theorem is the backbone of every STEM discipline. Electrical engineers relate voltage, current, and charge using it. Economists model marginal and total cost. Epidemiologists integrate infection rates to find total case counts. Climate scientists integrate COβ‚‚ flux rates to model atmospheric concentration. If you continue in any quantitative field, you will use this theorem β€” in symbolic form, in differential equations, or embedded in the numerical solvers that run every scientific simulation.

Calculator Connection

The Derivative Calculator and Definite Integral Calculator together demonstrate the inverse relationship: differentiate a function, then integrate the result to recover the original. The Tangent Line Solver shows how the derivative at any point is the instantaneous slope of the accumulated-area function.

Try it with the Calculator

Apply what you've learned with these tools.

Derivative Calculator (Detailed)
Calculate derivatives using various rules with step-by-step logic.
Use calculator β†’
Definite Integral (Area Under Curve)
Calculate the area between a function and the x-axis over an interval.
Use calculator β†’
Tangent Line Calculator
Find the equation of the line tangent to a curve at a point.
Use calculator β†’
Function Plotter
A high-performance interactive graphing calculator powered by Math.js and ECharts.
Use calculator β†’
← Previous Lesson
Back to
Understanding Integrals: Area, Accumulation, and the Riemann Sum
Test Your Knowledge

The Fundamental Theorem: Connecting Derivatives and Integrals - Quiz

5 questions per attempt  Β·  Intermediate  Β·  Pass at 70%

Start Quiz β†’

More in Calculus Foundations

Functions and Graphs: The Language of Calculus Slopes and Rates of Change Linear vs. Nonlinear Relationships
← All Calculus Foundations lessons