GPS and Relativity
GPS satellites send time signals. General relativity predicts that time runs slightly faster at altitude (gravitational time dilation). Without correcting for this — using Einstein's field equations, which are tensor PDEs — GPS systems would drift ~10km/day. Your phone's navigation is kept accurate by calculus.
Medical Imaging — CT Scans
CT scanners measure X-ray intensities from hundreds of angles. Reconstructing the 3D image requires solving the Radon transform — an integral equation. The reconstruction algorithm (filtered back-projection) inverts this integral using Fourier analysis. Every CT scan uses calculus.
Netflix and Recommendation Algorithms
Collaborative filtering models predict ratings as f(user, item) and minimise a loss function using gradient descent. The 'Netflix Prize' was won by algorithms trained with hundreds of millions of gradient updates. Your recommendations were shaped by calculus optimisation.
Climate Modelling
Global climate models solve coupled PDEs for temperature, pressure, humidity, and fluid flow across a 3D grid of the atmosphere and oceans. Billions of such equations, solved numerically using finite difference methods, produce the forecasts that inform climate policy.
Financial Options Pricing — Black-Scholes
The Black-Scholes formula for option pricing is the solution of a PDE: ∂V/∂t + ½σ²S²·∂²V/∂S² + rS·∂V/∂S − rV = 0. This equation won the Nobel Prize in Economics in 1997. Every option contract traded globally is priced using calculus.
Calculus does not announce itself, but it runs in the background of almost every modern technology — from the GPS in your phone to the algorithm recommending your next video. Here is where it actually shows up.
GPS — Relativity Corrected by Calculus
GPS satellites orbit at about 20,200 km altitude, where gravity is weaker than on Earth's surface. According to General Relativity — described by Einstein's field equations, which are tensor PDEs involving second partial derivatives of the spacetime metric — clocks in weaker gravity run faster. GPS satellite clocks run approximately 45 microseconds per day faster than Earth clocks due to this effect. Special relativity (another differential equation framework) counteracts this partially — satellite motion slows their clocks by about 7 microseconds per day. The net correction is +38 microseconds per day. Without applying this correction, GPS positions would drift by about 10 kilometres per day. Your phone's navigation is accurate because engineers solved differential equations from relativity.
Medical Imaging — Integral Equations in CT Scans
CT (computed tomography) scanners rotate an X-ray source around a patient, measuring the intensity of X-rays that pass through the body at hundreds of angles. Each measurement is a line integral of tissue density along one X-ray path — mathematically, this is the Radon transform R{f}(θ, s) = ∫f(x,y)δ(x cos θ + y sin θ − s)dA. Reconstructing the 3D density map f(x,y) from all these measurements requires inverting the Radon transform — an operation computed using the Fourier Transform, itself an integral. Every CT scan you have ever had computed billions of integrals to produce the image your doctor viewed.
Streaming Algorithms — Optimised by Calculus
Netflix, Spotify, and YouTube recommendation systems use collaborative filtering — a machine learning algorithm that factors a matrix of user-item interactions to predict ratings. Training these models minimises a loss function (root mean square error of predictions) using gradient descent, which requires computing partial derivatives of the loss with respect to all model parameters. Netflix's recommendation algorithm, which influences what 260 million subscribers watch, runs gradient descent — the fundamental calculus optimisation method — constantly to update its predictions as viewing patterns change.
Weather Forecasting — Numerical PDE Solving
Modern weather models like the European Centre for Medium-Range Weather Forecasts (ECMWF) model solve the primitive equations — a system of coupled PDEs describing atmospheric dynamics. These include equations for horizontal winds, temperature, humidity, and surface pressure, all varying in three spatial dimensions and time. The equations are too complex for analytical solutions; they are solved numerically on a 3D grid of the atmosphere, updating every 10 minutes. A 10-day forecast requires trillions of arithmetic operations, each implementing a numerical approximation of a differential equation. The accuracy of weather forecasts has improved by one day per decade since the 1980s, driven largely by better numerical methods for solving these PDEs.
Option Pricing — A Nobel Prize Equation
The Black-Scholes equation ∂V/∂t + ½σ²S²·∂²V/∂S² + rS·∂V/∂S − rV = 0 governs the price V of a financial option, where S is the stock price, r is the risk-free interest rate, and σ is volatility. This PDE — second-order in S, first-order in t — was solved by Black and Scholes in 1973 for European call options, giving the famous closed-form formula. Myron Scholes and Robert Merton won the 1997 Nobel Prize in Economics for this work (Black had died). Options markets worth trillions of dollars globally use derivatives of this formula for pricing. Every options trade is, at its mathematical core, an application of PDE theory.
Artificial Intelligence — Gradients Everywhere
Large language models like GPT and Claude are trained on billions of parameters using gradient descent and backpropagation — the Chain Rule of calculus applied recursively through hundreds of layers. Each training step computes the gradient of the loss function (a scalar) with respect to every parameter (billions of scalars), then updates all parameters by a small step in the direction opposite the gradient. Training GPT-4 required months of such computation on thousands of GPUs. The mathematical operation being performed — computing partial derivatives of a composition of many functions — is the Chain Rule, discovered by Leibniz in the 17th century, now powering 21st-century artificial intelligence.
- Strang, G. (2010). Calculus for Everyone. Wellesley-Cambridge.
- Körner, T.W. (2004). A Companion to Analysis. AMS.
- Black, F. & Scholes, M. (1973). The pricing of options and corporate liabilities. Journal of Political Economy, 81(3), 637–654.