Formula Index
Key formulas from the entries, in one place.
Insights collected from my Math in 15 program — a four-year journey through mathematics, fifteen minutes a night. Entries are ordered by conceptual development, not the sequence in which they were encountered — the cathedral reflects the architecture of the ideas, not the diary of the nights.
A 4-year self-directed math program, recorded entry by entry, 15 minutes a night — arithmetic through calculus, linear algebra, probability, and applied math, with real connections to AI, finance, and aviation. The aim is to understand why something is true, not to memorize how to do it. Intuition before symbols, always.
Read the conceptual intro first; open the derivation when you want the mechanics; keep the one idea at the end. Click a chamber above to filter to that part of the structure.
Begin with Entry 01 — Mathematics as a Language →Key formulas from the entries, in one place.
Beneath the nightly lessons sit a handful of load-bearing ideas — the chambers the whole cathedral rests on. Each answers a single question: what human problem forced civilization to invent this? Most are still being built; the lessons below are the stones going into them.
The pressureHow does heat move, and how can one signal hide many? Fourier's answer: complex reality decomposes into simple waves.
Enter the pillar → First stone laid The Nature of InfinityThe pressureCan a finite mind reason about the endless? The harmonic series is the first stone: shrinking terms whose sum still runs off to infinity.
Enter the first stone → First stone laid The Second DecompositionThe pressureCan we understand a function everywhere by studying it at one point? Taylor's answer: smoothness is infinite information, stored in derivatives — and they reconstruct the whole curve.
Enter the first stone → First stone laid Accumulation & ChangeThe pressureIf we know how fast something changes, can we know how much it changed? The Fundamental Theorem's answer: accumulate the rate and the change is recovered — the odometer rebuilt from the speedometer.
Enter the first stone → First stone laid Symmetry & InvarianceThe pressureWhy do some answers arrive before any calculation? Because a symmetry forced them. From a product of powers collapsing to 1 (Entry 09) to the forces of nature themselves (Entry 14), symmetry is the cathedral's most load-bearing wall.
Enter the first stone →The pressureHow do we find the right way to look at a problem? Eigenvalues, the “natural axes” a transformation only stretches — a Year-2 chamber the Fourier pillar already points toward.
Stones still being setBeneath almost any complicated thing that changes over time — a sound, a price chart, a heartbeat, a beam of light, the weather — there is usually a quieter truth: it is made of simple, repeating waves added together. The Fourier transform is the instrument that hears them.
This is not, first, a piece of engineering. It is one of the load-bearing arches of the modern world — a civilizational idea that took mathematics two centuries to accept and now sits, mostly invisible, inside nearly every signal a machine touches. Stated plainly: complex reality can often be decomposed into simpler harmonic structures. Learn to see that, and a great deal of mathematics, physics, and intelligence stops looking like separate subjects.
Take a musical chord held for one second. You can describe it two ways. The first is the time domain: a wiggling line showing the air pressure at every instant — what is happening. The second is the frequency domain: a short list saying "an A, a C-sharp, and an E, in these proportions" — what hidden rhythms produce what is happening.
Both descriptions hold the same information. The genius of Fourier was to show that you can always travel between them — and that the second view, the one our cochlea computes without asking, frequently reveals an order the first view hides completely.
The sine wave is the simplest possible oscillation — a single, pure rhythm. Fourier's claim was audacious: any reasonable repeating signal, however jagged, can be rebuilt as a sum of these pure rhythms, each with its own frequency, size, and timing. The mix of ingredients is the spectrum.
Once you accept this, the same idea reappears everywhere a wave does — and waves are nearly everywhere:
Left: simple waves added together into one shape — what you would hear. Right: the same signal as its spectrum, each bar one frequency's share. Two views of a single thing. The quiet revelation is the square wave shown here — smooth curves summing to a sharp corner, the very impossibility Fourier's contemporaries refused to believe.
Before touching a preset, try to build the sawtooth by hand: raise the harmonics one at a time and watch the corner sharpen. Which did you reach for, and in what order? Then click sawtooth and compare. The recipe you found by feel is the same one the integral below computes — intuition and formula arriving at one answer. That equivalence is the whole transform in miniature.
Read it as an act of listening, not algebra. The signal is $f(t)$. The term $e^{-i\,2\pi \xi t}$ is a probe that spins around a circle at a chosen frequency $\xi$; multiplying the signal by this spinning probe and adding up the result asks a single question — how strongly does the signal resonate at this frequency? The answer, $\hat{f}(\xi)$, is one bar of the spectrum. Sweep the probe across all frequencies and the full recipe falls out.
Here is the philosophical core, the part that makes Fourier a bridge rather than a tool. A problem that looks impossibly tangled in one representation can become almost trivial in another. A jagged signal is hard to reason about as a wiggling line; as a short list of frequencies it may be obvious. Nothing about the signal changed — only the language we chose for it.
This is the same move, again and again, across the upper chambers of the cathedral:
The Fourier transform is where a learner first feels this principle in their hands. Everything above it is a variation on the same insight.
Nothing here is reached by formula. The climb is deliberately recursive — each rung is the intuition the next one rests on:
In the 1960s, Cooley and Tukey found the fast Fourier transform — an algorithm quick enough to run in real time. After that it quietly entered everything. It is the reason a phone can name a song from a few seconds of audio, and the reason a photograph of a real cathedral can be squeezed into a small file: keep the low frequencies that carry the shape, discard the high ones the eye barely notices.
Jean-Baptiste Joseph Fourier (1768–1830) was orphaned young, nearly went to the guillotine during the Terror, and followed Napoleon to Egypt before the question that defined him took hold: how does heat spread through a solid? Studying a warming metal rod, he proposed that the whole distribution of heat — even one with a sharp jump from hot to cold — could be written as a sum of simple waves.
His peers balked. When he presented the idea in Paris in 1807, leading mathematicians objected that no number of smooth curves could ever add up to a sharp corner. Lagrange reportedly judged it impossible. They were, it turned out, broadly wrong: it simply takes infinitely many waves. The slow vindication of that single stubborn claim opened a field — harmonic analysis — that now reaches from number theory to quantum mechanics.
Reality contains hidden rhythms, and the right mathematics lets the human mind read them.
What makes the Fourier transform beautiful is not its machinery but its promise: that apparent chaos is often structure we have not yet learned to look at correctly. The messy line becomes a clean chord. The noise becomes a few clear tones plus the rest.
The world appears chaotic until viewed through the lens of frequency.
Fourier analysis teaches that understanding often depends on finding the right representation of reality.
Stones already spotted, waiting for the curriculum to reach them. Each is recorded the night it was noticed, and cut when its lesson arrives — no earlier.
Differentiation is Rotation — d/dx of sine is cosine, and of cosine is −sine, because differentiating circular motion rotates the velocity arrow 90°. Algebra encoding geometry, again. Tower · Year 2, ~Lessons 55–65.
sin(h)/h → 1 — the squeeze theorem read as arc lengths: the limit every trig derivative stands on, proven by trapping it between two areas. Tower · Year 2, ~Lessons 55–65.
The Half-Square Under the Semicircle — inscribe a rectangle under a semicircle of radius r and maximize its area. The winner is exactly half a square (width twice the height), and the maximum area is exactly r² — the π and the square roots all cancel. Optimization's first surprise: clean integers hiding under a curve. Tower · Year 2, optimization block.
Each entry follows this structure. Intuitive prose first, heavy derivations tucked inside accordions, personal reflection at the end.
Entry:
Concept:
Cathedral chamber: Foundations · Nave (Algebra) · Nave (Geometry) · Transept · Tower · Spire
Load-bearing terms: 1–3 glossary terms this lesson depends on or introduces
Prerequisites:
What I understood:
What confused me / what I tried first and discarded:
Beauty thread:
Real-world connection — science, finance, AI, aviation, daily life:
Stated plainly (the theorem-like statement of what the lesson IS):
One idea to carry forward (the bridge to where it goes next):
Open questions (what this lesson deliberately leaves unresolved):