Imagine you're tracking a car's journey...
World 1: Speed
At
each instant: "How fast am I going?"
π $v(t)$
World 2:
Distance
Total accumulated: "How far did I travel?"
π $s(t)$
Question: Are these two worlds connected?
"What if I told you that building up and breaking down are secretly the same operationβjust viewed from opposite directions?"
- A wise calculus student (probably not named Neo)
The
Derivative
Takes a function $\to$ gives us the rate of change
$s(t) \to s'(t) = v(t)$
Position $\to$ Velocity
The
Integral
Adds up tiny pieces $\to$ gives us accumulation
$\int v(t) \, dt = ?$
Velocity $\to$ Total distance?
The Problem (Stasis =
Death):
We have two separate tools, learned in isolation. Computing integrals is painfully slow
(Riemann sums with hundreds of rectangles!). There must be a better way...
A car accelerates from rest with velocity $v(t) = 2t$ m/s
Challenge: Find the distance traveled from $t=0$ to $t=5$
Method 1 (Riemann Sum): Calculate 100+ rectangles...
π°
Method 2 (???) : There must be a shortcut! π€
What if derivatives and integrals are secretly related?
If $F(x) = \int_a^x f(t) \, dt$, then:
$F'(x) = f(x)$
In English: The derivative of an integral gets you back to the original function!
Integration and differentiation are inverse operations!
Given: $v(t) = 2t$
Find: Distance from $t=0$ to
$t=5$
Find the
antiderivative (reverse of derivative):
If $v(t) =
2t$, then $s(t) = t^2$
(because the derivative of $t^2$ is
$2t$)
Evaluate at the
endpoints:
$s(5) - s(0) = 5^2 - 0^2 = 25$
meters
That's it! No rectangles!
π
Compare: Riemann sum would need 100+ calculations.
This took 2 seconds!
If $s(t) = t^2$ works, then so does $s(t) = t^2 + 7$, or $t^2 + 100$...
The
Problem:
Antiderivatives aren't unique! There's a whole family of them!
$\int 2t \, dt = t^2 + C$
$C$ = any constant!
The Midpoint
Revelation:
We need PART 2 of the theorem to handle this properly...
Show that: $\int_a^b f(x) \, dx = F(b) - F(a)$
where $F'(x) = f(x)$
The Challenge:
We need to connect:
π° This seems
impossible!
How do we bridge these three separate
ideas?
The Accumulation
Function:
$A(x) = \int_a^x f(t) \, dt$
measures the area from a to x
When we change x slightly
to x + h:
$A(x+h) - A(x) \approx f(x) \cdot
h$
Divide by h: $\frac{A(x+h) - A(x)}{h} \approx
f(x)$
As $h \to 0$: $A'(x) = f(x)$ β
Therefore: Integration and differentiation are inverses!
FTC Part 1
$\frac{d}{dx} \left[\int_a^x f(t) \, dt\right] =
f(x)$
Derivative undoes integral
FTC Part 2
$\int_a^b f(x) \, dx = F(b) - F(a)$
Easy way to compute integrals
Physics: Motion
Economics: Total profit
Engineering: Heat transfer
The Power:
Any
integral can now be computed without limits or Riemann sumsβjust find an antiderivative!
Differentiation
β
Breaking things down into rates
Integration
β
Building things up from parts
"The calculus is the greatest aid we have to the appreciation of physical truth."
- William Fogg Osgood