Skip to content

Limits, done carefully

Every derivative in this track has been a limit: lesson 2 defined it as the value the rise-over-run ratio approaches as the interval shrinks, and leaned on “approaches” without examining it. This lesson examines it. The single capability it builds: state precisely what a limit is (the epsilon-delta intuition) and apply L’Hôpital’s rule to compute the indeterminate limits the rate definition keeps producing.

You will see that most limits are just “plug in” (for continuous functions the limit equals the value), and that the interesting cases are indeterminate forms like 0/0 and ∞/∞, where plugging in fails (the derivative itself is 0/0). You will get the precise meaning of “approaches”: you can force f(x) as close to L as you want by making x close enough to a, a challenge-and-response between a demanded precision ε and a window δ (and you will see it rule out a limit too, for sin(1/x) as x -> 0). Then comes the practical tool, L’Hôpital’s rule: for 0/0 or ∞/∞, replace f/g with f'/g' (differentiated separately) and retry, repeating if needed. Worked examples include sin(x)/x = 1, (e^x - 1)/x = 1, (1 - cos x)/x² = 1/2 (two passes), and (ln x)/x = 0. Finally you will see why the rule works: near the point, each function is its slope times the displacement, the shared factor cancels, and the ratio of derivatives remains.

This is lesson 9 of Phase 2 (The differentiation toolkit) and the last of the phase. It returns to the limit foundation underneath every derivative so far (lesson 2), and its L’Hôpital examples reuse the trig derivative (lesson 4), e (lesson 7), and the ln derivative (lesson 8), so it ties the phase together. The “leading first-order behavior” idea here is the seed of Taylor series (lesson 13). With differentiation now fully built and on solid ground, Phase 3 turns to the other half of calculus, integration. (This lesson bundles three short 3B1B chapters: the limit, the epsilon-delta definition, and L’Hôpital’s rule.)

Prerequisite (within this track): lesson 8, Implicit differentiation (the (ln x)/x example uses its d/dx(ln x) = 1/x result). More fundamentally this lesson revisits the limit definition of the derivative from lesson 2, and the L’Hôpital examples reuse the trig and e derivatives, so those should be familiar. No coding, nothing installed; the practice is pen and paper.

  • Explain what a limit is and state the epsilon-delta definition in plain terms (force f(x) arbitrarily close to L by making x close enough to a)
  • Recognize indeterminate forms (0/0, infinity/infinity) and explain why plugging in fails
  • Apply L’Hopital’s rule to indeterminate limits, differentiating numerator and denominator separately and repeating as needed
  • Explain why L’Hopital’s rule works (it keeps only the leading first-order behavior)
  • Read time: about 12 minutes
  • Practice time: about 13 minutes (applying L’Hopital’s rule, an epsilon-delta challenge-response, and flashcards)
  • Difficulty: standard