Get AI summaries of any video or article — Sign up free
The essence of calculus thumbnail

The essence of calculus

3Blue1Brown·
5 min read

Based on 3Blue1Brown's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.

TL;DR

Slice a region into thin pieces whose areas can be approximated by rectangle formulas, then interpret the total as an area under a graph in the limit.

Briefing

Calculus can be “invented” from a single geometric question: why a circle’s area equals πr². Starting with a circle of radius 3, the approach slices the disk into many thin concentric rings. Each ring has radius r, circumference 2πr, and thickness dr (a tiny step in radius). Unwrapping a ring into a thin rectangle turns its area into an approximation: (2πr)·dr. As dr shrinks, the rectangle approximation becomes more accurate, and the sum of all ring areas stops behaving like a messy collection of numbers and starts behaving like the area under a graph.

That graph is y = 2πr. The rectangles sit under the straight line from r = 0 to r = 3, so the limiting “exact” sum becomes the area under that line—just a triangle with base 3 and height 2π·3. The triangle’s area is (1/2)·3·(2π·3) = π·3², which generalizes immediately to any radius R as πR². The key move isn’t memorizing a formula; it’s treating an approximation made of many small pieces as something that converges to a precise geometric quantity when the pieces become infinitely thin.

From that circle argument comes a deeper calculus principle: many hard problems can be reframed as adding up infinitesimal contributions that look like thin rectangles. In general, if the quantity being added can be interpreted as the area of many narrow rectangles under a curve, then the original problem becomes “find the area under a graph.” That idea leads directly to integrals. For example, if A(x) denotes the area under y = x² from 0 to x, then A(x) is an integral—mysterious at first, but defined by its geometric meaning.

The next leap is to relate this unknown area function A(x) to the curve x² itself. When x increases by a tiny amount dx, the area increases by a tiny amount dA. For very small dx, that added sliver of area is well-approximated by a rectangle of height x² and width dx, giving dA ≈ x²·dx. Rearranging suggests that dA/dx is approximately x², and as dx shrinks further, the approximation becomes exact in the limit. That limiting ratio is the derivative: a measure of how sensitively a function’s output responds to small changes in its input.

This creates the central calculus connection: integrals and derivatives are inverses. If a function describes accumulated area under a curve, then differentiating it recovers the original curve (the height). If a function describes a curve’s height, integrating it reconstructs the accumulated area. That back-and-forth relationship is the fundamental theorem of calculus, presented here as the natural outcome of geometric reasoning rather than a rule to memorize.

Cornell Notes

The circle-area formula πr² emerges from a “sum of thin rectangles” idea. By slicing a disk into concentric rings of thickness dr, each ring’s area is approximated by (2πr)·dr, and as dr shrinks, the total becomes the exact area under the line y = 2πr from 0 to r. That limiting area is a triangle, giving πr². Generalizing, the area under a curve y = x² from 0 to x defines an integral A(x). When x increases by dx, the added area dA is approximately x²·dx, so dA/dx approaches x²—revealing derivatives as the inverse operation to integrals (fundamental theorem of calculus).

How does slicing a circle into rings turn a geometry problem into something graph-like?

Each ring at radius r has circumference 2πr and thickness dr. Unwrapping it into a thin rectangle gives an area approximation (2πr)·dr. When many such rectangles are placed side by side, their combined area matches the area under the graph y = 2πr, with r running from 0 to the circle’s radius. Shrinking dr makes the rectangle approximation converge to the exact area.

Why does the sum of many small rectangle areas become a triangle in the circle case?

For the circle, the relevant height function is 2πr, which is linear in r. The rectangles under a linear graph from r = 0 to r = 3 form a region whose exact area equals the area under that line segment. A straight line over an interval makes a triangle: base 3 and height 2π·3, yielding (1/2)·3·(2π·3) = π·3².

What is the role of dr in both the rectangle area and the spacing of rectangles?

dr appears twice: it multiplies the rectangle area (height 2πr times width dr), and it also sets the step between successive radii values. That dual role is what makes the “sum over r” behave like an area under a curve when dr becomes very small.

How does the unknown area function A(x) relate to the curve y = x²?

Let A(x) be the area under y = x² from 0 to x. Increasing x by a tiny dx adds a thin sliver of area dA. For small dx, that sliver is approximated by a rectangle of height x² and width dx, so dA ≈ x²·dx. This suggests dA/dx ≈ x², and the approximation improves as dx shrinks.

What does dA/dx becoming exact mean, and why is that a derivative?

As dx approaches 0, the ratio dA/dx approaches a definite value determined by the curve’s height at that point. That limiting ratio is the derivative, interpreted as how sensitively the accumulated-area function A(x) changes when x changes.

How does this reasoning show integrals and derivatives are inverses?

If A(x) is defined as accumulated area under a curve, then differentiating A(x) recovers the curve’s height: dA/dx equals the integrand (in the example, x²). Conversely, integrating a height function reconstructs the accumulated area. This mutual recovery is the fundamental theorem of calculus.

Review Questions

  1. In the circle argument, what exactly is being approximated by (2πr)·dr, and what changes as dr gets smaller?
  2. For A(x) defined as the area under y = x² from 0 to x, what relationship between dA and dx leads to the derivative being x²?
  3. Why does a linear height function like 2πr make the limiting region a triangle rather than a more complicated shape?

Key Points

  1. 1

    Slice a region into thin pieces whose areas can be approximated by rectangle formulas, then interpret the total as an area under a graph in the limit.

  2. 2

    In the circle derivation, each ring’s unwrapped rectangle has height 2πr and width dr, so ring area is approximated by (2πr)·dr.

  3. 3

    Letting dr shrink turns a discrete sum into a continuous geometric quantity: the exact area under y = 2πr.

  4. 4

    Define an integral as an area function A(x) that accumulates the area under a curve from a fixed left endpoint to a variable right endpoint.

  5. 5

    Relate changes in accumulated area dA to small input changes dx using dA ≈ (height of curve)·dx for tiny dx.

  6. 6

    The derivative emerges as the limiting ratio dA/dx, measuring sensitivity of the area function to input changes.

  7. 7

    The fundamental theorem of calculus links the two operations: differentiating an area function recovers the original curve, making integrals and derivatives inverse processes.

Highlights

Unwrapping concentric rings turns circle area into a sum of rectangle areas: (2πr)·dr.
As dr shrinks, the sum stops being approximate and becomes the exact area under y = 2πr, a triangle that evaluates to πr².
Defining A(x) as accumulated area under y = x² makes dA/dx approach x², revealing derivatives as the “rate of area growth.”
The same geometric logic makes integrals and derivatives inverse operations, captured by the fundamental theorem of calculus.

Topics

Mentioned