Updated Jun 28, 2026

Calculus: The Math of How Things Change

If you have ever watched a car's speedometer, used a learning rate in a machine learning model, or seen a graph of "users over time" in a product dashboard, you have used calculus. The difference is that the computer knew it was using calculus, and you did not.

This guide fixes that. We are not going to drill the quotient rule until your eyes bleed. We are going to start from something you already understand - a speedometer - and build up to the ideas that make calculus useful. By the end, a derivative will look like "how fast, right now," and an integral will look like "the total so far." That is all they are.

This is the ninth guide in the Mathematics track. It assumes the function idea from Sets, Relations, and Functions and the algebra of lines from Numbers & Number Systems. If you can read a graph and understand slope, you are ready.

How to read this

  • Here for the "what is calculus actually for" answer? Start with Phase 1 - derivatives as instantaneous speed.
  • Want the full toolkit? Read in order - optimization builds on derivatives, and integrals build on the idea of accumulation.

The phases

  1. Derivatives as Right Now Speed - slope, velocity, marginal cost, and the code that approximates a derivative from data points.
  2. Optimization and What Is the Best I Can Do - finding maxima and minima, gradient descent intuition, and how a neural network "learns" by nudging parameters.
  3. Integrals as the Total So Far - area under a curve, expected value, Riemann sums, and how profiling data is an integral over time.

This builds on Sets, Relations, and Functions (functions as mappings) and Counting & Combinatorics (summation as repeated addition). It is the continuous math behind much of modern computing.


Phase 1: Derivatives as Right Now Speed →