Skip to content

References: Why e is special

Source curriculum (structural mirror, cited as further study):
• 3Blue1Brown, Essence of Calculus, Chapter 6: "What's so special about Euler's number e?"
Creator: Grant Sanderson
Lesson page: https://www.3blue1brown.com/lessons/eulers-number
Series index: https://www.3blue1brown.com/?topic=calculus
License: copyright Grant Sanderson; videos published on his site and YouTube
Clawdemy's lessons are original prose that follows the pedagogical arc of this
series. We do not reproduce or transcribe the videos; we cite them as the
recommended companion. All rights to the original videos remain with the creator.
  • What’s so special about Euler’s number e? (3Blue1Brown) by Grant Sanderson. The video this lesson mirrors. Watching the multiplier on a^x slide from below 1 (base 2) to above 1 (base 3) and pass through exactly 1 makes the definition of e feel inevitable rather than arbitrary, and the “rate proportional to value” framing connects it to growth and decay vividly. About fourteen minutes.

Where this sits in the track and the wider curriculum.

  • The chain rule (previous-but-one lesson). The chain rule combined with the self-derivative property gives d/dx(e^(kx)) = k·e^(kx), the solution to “rate proportional to value.” Without the chain rule, e would only differentiate cleanly in the bare e^x case.

  • Taylor series (final lesson). The Taylor series of e^x is 1 + x + x^2/2! + x^3/3! + ..., and it can be derived directly from the self-derivative property: a function equal to its own derivative forces exactly that pattern of coefficients. The capstone lesson develops this, with e^x as the cleanest example.

  • Softmax and activations (Track 11, neural networks). The exponential defined here is the engine of softmax and the sigmoid, which appear at the output and inside the layers of the networks Track 11 builds. This lesson is the calculus prerequisite for understanding why those functions behave and differentiate the way they do.