Skip to content

Practice: The essence of calculus

Six short questions. Answer each one in your head (or on paper) before opening the collapsible. Trying to retrieve the answer is where the learning sticks; rereading feels productive but does much less.

1. What is the core method calculus uses to attack a hard problem like the area of a circle?

Show answer

Break the hard thing into many small pieces that are each easy, then add them up, letting the pieces shrink toward zero. For the circle: slice it into thin concentric rings, treat each as an easy-to-measure thin rectangle, and sum them as the thickness shrinks. Slice, approximate, accumulate.

2. When you unroll one ring at radius r with thickness dr, what is its area, and why?

Show answer

About 2πr · dr. Unrolled, the ring is a thin strip whose length is the circumference at that radius (2πr) and whose width is the thickness (dr), so area ≈ length × width = 2πr · dr. It is an approximation because the ring is slightly tapered, but the taper vanishes as dr shrinks.

3. Summing all the ring areas gives the area under what shape, and how does that produce πR²?

Show answer

The sum 2πr · dr over all r is the area under the straight line 2πr plotted against r (each term is a thin rectangle under that line). That region is a triangle with base R and height 2πR, so its area is (1/2) · R · 2πR = πR². The familiar formula is just the area under a straight line.

4. Name the two pillars of calculus and the question each answers.

Show answer

Differentiation (rate of change): how fast is a function changing at each instant? Integration (accumulation): how much does a function add up over a range? For the circle, the area πR² is the accumulated (integrated) circumference 2πr.

5. State the inverse relationship the circle revealed (the Fundamental Theorem, in preview).

Show answer

Accumulate a curve to get a new function, then take that function’s rate of change, and you get back the curve you started with. On the circle: accumulating the circumference 2πr gives the area πR², and the rate of change of the area, A'(R) = 2πR, is exactly the circumference being accumulated. Integration and differentiation undo each other.

6. Why does letting dr shrink toward zero make the answer exact rather than just close?

Show answer

The error in treating each ring as a rectangle comes from its slight taper, and that error is tiny compared to the ring’s own area. Halving dr doubles the number of rings, but each ring’s error more than halves, so the total error falls and vanishes in the limit. Controlling that limit is the technical heart of calculus; the slice-and-add method is exact, not approximate, once dr → 0.

Try it yourself, part 1: rederive the area for a new radius

Section titled “Try it yourself, part 1: rederive the area for a new radius”

Pen and paper, about 6 minutes. You will run the lesson’s derivation for a disk of radius R = 5, using only the ring method (no plugging into πR²).

Steps. The ring areas sum to the area under the line 2πr from r = 0 to r = 5. (1) That region is a triangle: what are its base and height? (2) Compute the triangle’s area. (3) Confirm it equals π · 5².

Show answer
The line is 2πr. Over r = 0 to 5 it forms a triangle:
base = 5 (the radius, along the r-axis)
height = 2π · 5 = 10π (the value of the line at r = 5)
area = (1/2) · base · height = (1/2) · 5 · 10π = 25π

And π · 5² = 25π. They match. The ring method gives the right number for any radius, not just a symbol: you just rebuilt the area of a radius-5 disk from slicing, unrolling, and adding.

Try it yourself, part 2: the rate equals the circumference

Section titled “Try it yourself, part 2: the rate equals the circumference”

About 3 minutes, reasoning plus a little arithmetic. The accumulated area is A(R) = πR². Using the “one more ring” idea, find the rate at which the area grows as R increases, and say what familiar quantity it equals. Then check it numerically at R = 5.

Show answer

Grow the radius from R to R + dr. That adds exactly one more ring at the outer edge, of area about 2πR · dr. So the area grows by 2πR for each unit of radius: the rate of change is A'(R) = 2πR, which is exactly the circumference at radius R. The rate at which the accumulated area grows is the very thing being accumulated.

Check at R = 5: A'(5) = 2π · 5 = 10π, and the circumference at R = 5 is 2π · 5 = 10π. They match. That is the Fundamental Theorem in miniature: accumulate the circumference to get the area, take the area’s rate, and the circumference comes back.

Nine cards. Click any card to reveal the answer. Use the Print flashcards button to lay out the full set as one card per page, ready to print or save as a PDF for offline review.

Q. What is the core method behind almost all of calculus?
A.

Break a hard problem into many small easy pieces, then add them up as the pieces shrink toward zero. For the circle: slice into thin rings, treat each as a rectangle, and sum as the thickness goes to zero.

Q. What is the area of one unrolled ring at radius r, thickness dr?
A.

About 2πr · dr: length 2πr (the circumference at that radius) times width dr (the thickness). It is an approximation that becomes exact as dr shrinks toward zero.

Q. Summing the ring areas gives the area under what, and what is the result?
A.

The area under the straight line 2πr plotted against r, which is a triangle of base R and height 2πR. Its area is (1/2) · R · 2πR = πR². The familiar formula is the area under a line.

Q. What are the two pillars of calculus?
A.

Differentiation (rate of change): how fast is a function changing at each instant? Integration (accumulation): how much does it add up over a range? They are the two questions calculus systematically answers.

Q. What is the inverse relationship the circle reveals?
A.

Accumulate a curve to get a new function, then take that function’s rate of change, and you recover the original curve. Accumulating 2πr gives πR²; the rate of πR² is 2πR. This is the Fundamental Theorem of Calculus.

Q. For the circle, how does A'(R) = 2πR relate to the circumference?
A.

It is the circumference. The rate at which the accumulated area grows equals the very quantity being accumulated (the circumference 2πr). Growing R by a hair adds one ring of area about 2πR · dr.

Q. Why does shrinking dr make the slice-and-add answer exact?
A.

The error from treating a ring as a rectangle (its slight taper) shrinks faster than the pieces add up: halve dr and each ring’s error more than halves. In the limit dr → 0 the error vanishes, so the method is exact, not approximate.

Q. How is calculus the engine behind machine learning?
A.

Training lowers a loss by computing its derivative (rate of change) with respect to each parameter and nudging downhill (gradient descent); backpropagation computes those derivatives through the layers. Continuous probability uses integration (area under a density curve).

Q. What is calculus, stripped of the circle?
A.

The systematic study of two questions about any function, how fast it changes (the rate, differentiation) and how much it accumulates over a range (the total, integration), plus the discovery that these two are inverses of each other.