Skip to content
LearnMathora

Calculus in the wild

Where calculus earns its keep

Each card answers the same four questions: what's changing, what calculus computes, why simpler math falls short — and which lesson it connects to.

Motion & velocity

Physics
v(t)=s(t)v(t) = s'(t)
What's changing
Your position on the road, second by second.
What calculus computes
Instantaneous speed — what the speedometer shows right now, not your trip average.
Why simpler math isn't enough
Division gives the average over a stretch. Calculus gives the speed at one instant — the limit of ever-shorter stretches.
Learn the idea: Derivatives

Acceleration

Physics
a(t)=v(t)=s(t)a(t) = v'(t) = s''(t)
What's changing
The velocity itself — speeding up, slowing down.
What calculus computes
How quickly speed changes: the derivative of a derivative.
Why simpler math isn't enough
Acceleration varies moment to moment (think of a car launching). A single average misses the moments that matter — like peak g-force.
Learn the idea: Derivative rules

Falling objects

Physics
h(t)=gth'(t) = -gt
What's changing
Height and speed of anything you drop.
What calculus computes
Exactly when and how fast it lands, from h(t) = h₀ − ½gt².
Why simpler math isn't enough
Speed grows the whole way down. Constant-speed formulas (d = vt) are simply wrong for gravity.
Learn the idea: Power rule

Population growth

Biology
P(t)=kP(t)P'(t) = kP(t)
What's changing
The number of living things — bacteria, fish, people.
What calculus computes
Future population when growth is proportional to current size: exponential curves.
Why simpler math isn't enough
More individuals produce more offspring, so growth compounds. Straight-line projections fall behind within a generation.
Learn the idea: eˣ and growth

Disease spread

Epidemiology
What's changing
The number of infected people each day.
What calculus computes
When case curves accelerate, peak, and turn over — the inflection points health agencies watch.
Why simpler math isn't enough
Spread depends on how many are infected and how many remain susceptible — a relationship between a quantity and its own rate.
Learn the idea: Derivatives

Finance & compound growth

Finance
A(t)=PertA(t) = Pe^{rt}
What's changing
Money earning interest on its interest.
What calculus computes
Continuous compounding (A = Pe^rt), present value, and how sensitive options are to price moves.
Why simpler math isn't enough
Compounding every instant is a limit process — exactly what e and calculus were built for.
Learn the idea:

Marginal analysis

Economics
MC=C(q)MC = C'(q)
What's changing
Cost, revenue, and profit as production scales.
What calculus computes
Marginal cost — the cost of the next unit — and the production level where profit peaks (marginal revenue = marginal cost).
Why simpler math isn't enough
Average cost hides what the next unit costs. Decisions live at the margin, and the margin is a derivative.
Learn the idea: Optimization

Engineering optimization

Engineering
f(x)=0f'(x) = 0
What's changing
A design dimension — wall thickness, wing shape, beam depth.
What calculus computes
The best value: minimum material, maximum strength, found where the derivative is zero.
Why simpler math isn't enough
Trying every design is impossible. Setting f′ = 0 finds the optimum directly.
Learn the idea: Optimization

Architecture & curves

Design
What's changing
The slope and curvature along an arch or cable.
What calculus computes
Shapes (like the catenary) where forces balance at every point, and the loads each section must carry.
Why simpler math isn't enough
Straight-line approximations misplace stress. Safe curves come from differential relationships between shape and force.
Learn the idea: Graphs & slope

Machine learning

Computing
θθηL\theta \leftarrow \theta - \eta \nabla L
What's changing
Millions of model parameters during training.
What calculus computes
The gradient — which direction to nudge every parameter to reduce error. Training is derivative-following (gradient descent).
Why simpler math isn't enough
You can't try every combination of a million knobs. The derivative says which way is downhill, all at once.
Learn the idea: Optimization

Electricity & signals

Engineering
i=Cdvdti = C\,\frac{dv}{dt}
What's changing
Voltage and current, oscillating many times a second.
What calculus computes
How capacitors and inductors respond — current through a capacitor is the derivative of voltage.
Why simpler math isn't enough
Ohm's law alone handles steady currents. Anything that oscillates or switches needs rates.
Learn the idea: sin & cos rules

Fluid flow

Physics
What's changing
Velocity and pressure of water or air at every point.
What calculus computes
Total flow through a pipe (an integral over the cross-section) and how pressure varies along it.
Why simpler math isn't enough
Flow is faster mid-pipe than at the walls. Only integration can total up a quantity that varies from point to point.
Learn the idea: Integrals

Robotics

Computing
What's changing
Joint angles, speeds, and the error a controller is trying to kill.
What calculus computes
Smooth motion plans, and PID control — which steers using the error, its integral, and its derivative.
Why simpler math isn't enough
Reacting to raw error alone overshoots and oscillates. The D-term anticipates; the I-term remembers.
Learn the idea: Derivatives & integrals

Animation & graphics

Computing
What's changing
Positions of characters, cloth, light, and water each frame.
What calculus computes
Physics each frame by integrating velocity and acceleration; smooth curves and shading from derivatives (normals).
Why simpler math isn't enough
Believable motion is accumulated change. Linear interpolation looks robotic — easing curves are calculus made visible.
Learn the idea: Accumulation

Physics simulation

Computing
F=md2xdt2F = m\,\frac{d^2x}{dt^2}
What's changing
Every quantity in a simulated world: weather, crashes, orbits.
What calculus computes
The next state from the current one by stepping differential equations forward in tiny time slices.
Why simpler math isn't enough
The laws of nature are written as rates (F = ma is about acceleration). Simulating means integrating them.
Learn the idea: FTC

Medical imaging

Medicine
What's changing
X-ray intensity as beams pass through tissue from many angles.
What calculus computes
CT scans reconstruct a 3D image by integrating absorption along every beam path, then inverting.
Why simpler math isn't enough
Each beam only gives a total along its line. Recovering the picture inside requires integral mathematics (the Radon transform).
Learn the idea: Integrals