Skip to content

The derivative as a rate

Lesson 1 glimpsed the rate side of calculus when the circle’s accumulated area πR² grew at the rate 2πR. This lesson makes that idea precise, and the single capability it builds is this: compute a derivative from scratch as the limit of rise over run, and read it as the slope of the tangent line at a point.

You will first meet the paradox head-on: a derivative is the “rate of change at a single instant,” yet over an instant of zero duration nothing changes. The resolution is to stop asking for the rate at an instant and instead take the value the average rate (rise over run) approaches as the interval dt shrinks toward zero. You will compute the velocity of a falling object s(t) = 16t² (getting 32t, or 64 ft/s at t = 2) and watch the averages 80, 72, 65.6, 64.16 march toward 64, then differentiate from scratch to get 3t². You will see the geometric version, a secant line pivoting into the tangent as two points merge, so “rate at an instant” becomes “slope at a point.” Finally you will learn that dy/dx is shorthand for that limit (not a fraction of infinitesimals) and that the derivative is itself a function, assigning a slope to every point.

This is lesson 2 of Phase 1 (What a derivative is). Lesson 1 set up the rate-and-accumulation duality; this lesson defines the rate side precisely. It computes derivatives the slow way, by expanding binomials, which sets up lesson 3 (the power rule from geometry) and lesson 4 (trig derivatives), where you learn to read derivatives off directly instead of re-deriving them each time. The limit idea introduced here is also what lesson 9 (limits, done carefully) makes fully rigorous.

Prerequisite (within this track): lesson 1, The essence of calculus, for the slice-and-add mindset and the idea that dt-style quantities are small ordinary numbers we let shrink toward zero. You need comfort expanding a simple binomial like (t + dt)² and dividing by dt; no prior calculus, no coding, nothing installed. The practice is pen and paper (a calculator helps for the convergence table).

  • Resolve the paradox of the instantaneous rate by defining the derivative as the limit of rise over run as the interval shrinks to zero
  • Compute a derivative from scratch by forming the difference quotient, simplifying, and taking the limit
  • Explain the secant-to-tangent picture and read the derivative as the slope of the tangent line at a point
  • Read dy/dx as limit notation rather than a fraction, and recognize that the derivative is itself a function
  • Read time: about 10 minutes
  • Practice time: about 13 minutes (computing a derivative from scratch, a convergence table, and flashcards)
  • Difficulty: standard