Get AI summaries of any video or article — Sign up free

3Blue1Brown — Channel Summaries

AI-powered summaries of 150 videos about 3Blue1Brown.

150 summaries

No matches found.

But what is a neural network? | Deep learning chapter 1

3Blue1Brown · 3 min read

Handwritten-digit recognition becomes feasible once a neural network is treated as a layered math machine: each “neuron” computes a weighted sum of...

Neural NetworksDigit RecognitionSigmoid Function

But what is a Fourier series? From heat flow to drawing with circles | DE4

3Blue1Brown · 3 min read

Fourier series turn a messy, real-world initial condition—like a discontinuous step in temperature—into a controlled sum of simple, rotating...

Fourier SeriesHeat EquationComplex Exponentials

But how does bitcoin actually work?

3Blue1Brown · 3 min read

Bitcoin’s core trick is turning money into a shared, tamper-resistant ledger—so transfers don’t rely on a bank’s permission. The system works by...

Digital SignaturesDistributed LedgerProof of Work

The hardest problem on the hardest test

3Blue1Brown · 3 min read

The probability that the center of a sphere lies inside the tetrahedron formed by four random points on its surface turns out to be exactly 1/4—a...

Putnam ProbabilitySphere GeometryGeometric Probability

The most unexpected answer to a counting puzzle

3Blue1Brown · 2 min read

A counting puzzle about two frictionless, perfectly elastic sliding blocks turns into an unexpected appearance of pi: when the incoming block’s mass...

Elastic CollisionsCollision CountingPi Digits

But what is the Fourier Transform? A visual introduction.

3Blue1Brown · 3 min read

Fourier analysis is built around one practical question: given a signal that’s messy in time—like the air-pressure trace from a sound—how can it be...

Fourier TransformFrequency DecompositionGeometric Interpretation

Solving Wordle using information theory

3Blue1Brown · 3 min read

Wordle can be treated as a problem in information theory: each color pattern (green/yellow/gray) functions like a noisy “measurement” that reduces...

WordleInformation TheoryEntropy

Vectors | Chapter 1, Essence of linear algebra

3Blue1Brown · 3 min read

Linear algebra’s foundation is the vector—understood in three closely related ways—and the two operations that make vectors useful: adding vectors...

VectorsCoordinate SystemsVector Addition

The essence of calculus

3Blue1Brown · 2 min read

Calculus can be “invented” from a single geometric question: why a circle’s area equals πr². Starting with a circle of radius 3, the approach slices...

Circle AreaRiemann SumsIntegrals

Transformers, the tech behind LLMs | Deep Learning Chapter 5

3Blue1Brown · 3 min read

Transformer-based models—behind systems like ChatGPT—turn text into a stream of vectors, mix information across tokens with attention, and then...

TransformersTokenizationAttention

Gradient descent, how neural networks learn | Deep Learning Chapter 2

3Blue1Brown · 3 min read

Gradient descent is the engine behind neural-network learning: it repeatedly nudges thousands of adjustable weights and biases to reduce a single...

Gradient DescentCost FunctionBackpropagation

But why is a sphere's surface area four times its shadow?

3Blue1Brown · 3 min read

A sphere’s surface area comes out to 4πR² for a reason that can be felt geometrically: when surface patches are “projected” onto a related flat...

Sphere Surface AreaShadow ProjectionCylinder Unwrapping

Why do prime numbers make these spirals? | Dirichlet’s theorem and pi approximations

3Blue1Brown · 3 min read

Plotting points (p, p) in polar coordinates—using radius r = p and angle θ = p radians—creates outward Archimedean spirals. When all integers are...

Prime SpiralsResidue ClassesEuler Totient

Why is pi here? And why is it squared? A geometric answer to the Basel problem

3Blue1Brown · 3 min read

A classic infinite series—adding the reciprocals of the squares of integers—ends up equal to a multiple of π², and the surprising part is not just...

Basel ProblemInverse Square LawInverse Pythagorean Theorem

Linear combinations, span, and basis vectors | Chapter 2, Essence of linear algebra

3Blue1Brown · 2 min read

Linear combinations turn two (or more) vectors into a whole geometric “shape” of reachable results—and that shape is the span. In the 2D coordinate...

Unit VectorsLinear CombinationsSpan

Linear transformations and matrices | Chapter 3, Essence of linear algebra

3Blue1Brown · 2 min read

Linear transformations in two dimensions are completely determined by where they send the two basis vectors, and matrices are just a compact way to...

Linear TransformationsMatrix-Vector MultiplicationBasis Vectors

Oh, wait, actually the best Wordle opener is not “crane”…

3Blue1Brown · 2 min read

A subtle bug in the Wordle-simulation code changed which opening word comes out “optimal,” overturning the earlier claim that “crane” is the best...

Wordle StrategyInformation TheoryEntropy

How are holograms possible?

3Blue1Brown · 3 min read

Holograms work because a flat recording can store the full “light field” around a scene—not just brightness from one viewpoint—by encoding both the...

HolographyInterferenceLight Field

Exponential growth and epidemics

3Blue1Brown · 3 min read

Exponential growth in epidemics isn’t just a curve that looks steep—it’s a process where the number of new cases each day is proportional to the...

Exponential GrowthEpidemic ModelingLogarithmic Scale

Eigenvectors and eigenvalues | Chapter 14, Essence of linear algebra

3Blue1Brown · 3 min read

Eigenvectors are the vectors that stay on their own span under a linear transformation—meaning the transformation only stretches or squishes them,...

EigenvectorsEigenvaluesLinear Transformations

Backpropagation, intuitively | Deep Learning Chapter 3

3Blue1Brown · 2 min read

Backpropagation is the mechanism that turns a network’s prediction error into specific, proportionate changes to every weight and bias—so the cost...

BackpropagationGradient SensitivityNeural Network Training

Large Language Models explained briefly

3Blue1Brown · 2 min read

Large language models power chatbots by learning to predict the next word in a sequence—turning that prediction into fluent, context-aware responses....

Next-Word PredictionProbability SamplingBackpropagation

Bayes theorem, the geometry of changing beliefs

3Blue1Brown · 3 min read

Bayes’ theorem is presented as a disciplined way to update beliefs when new evidence arrives—without letting that evidence “decide” everything from...

Bayes TheoremBase RatesLikelihoods

The unexpectedly hard windmill question (2011 IMO, Q2)

3Blue1Brown · 3 min read

A single, carefully chosen starting line can drive a “windmill” rotation that repeatedly uses every point of a finite planar set as the...

Windmill ProcessGeometric InvariantsIMO 2011

Differential equations, a tourist's guide | DE1

3Blue1Brown · 3 min read

Differential equations are the language for describing change—when it’s easier to model how a system evolves than to pin down its exact state at...

Differential EquationsOrdinary vs Partial Differential EquationsPendulum Dynamics

Why colliding blocks compute pi

3Blue1Brown · 3 min read

A pair of idealized, frictionless blocks can be tuned—by choosing a mass ratio—to produce a collision count whose digits match those of π, even...

Block CollisionsState Space GeometryConservation Laws

Visualizing the 4d numbers Quaternions

3Blue1Brown · 3 min read

Quaternions are a four-dimensional number system whose multiplication can be visualized as a pair of synchronized 90-degree rotations on a...

QuaternionsStereographic Projection4D Rotations

Simulating an epidemic

3Blue1Brown · 3 min read

Epidemic control in these simulations hinges less on dramatic, late interventions and more on catching infectious people early and reliably. In an...

SIR ModelEpidemic SimulationCase Isolation

But what is the Riemann zeta function? Visualizing analytic continuation

3Blue1Brown · 2 min read

The Riemann zeta function becomes understandable once its “analytic continuation” is treated as a rigid, geometry-driven extension: start with a...

Riemann Zeta FunctionAnalytic ContinuationComplex Analysis

Divergence and curl: The language of Maxwell's equations, fluid flow, and more

3Blue1Brown · 3 min read

Divergence and curl turn messy vector fields into two crisp “local” diagnostics: divergence measures whether nearby flow behaves like a source or...

Vector FieldsDivergenceCurl

What's so special about Euler's number e? | Chapter 5, Essence of calculus

3Blue1Brown · 2 min read

Exponentials are special in calculus because their derivatives are proportional to the functions themselves—and the constant of proportionality is...

Derivatives of ExponentialsNatural LogarithmBase e

Taylor series | Chapter 11, Essence of calculus

3Blue1Brown · 3 min read

Taylor series turn local derivative information at a single point into accurate polynomial approximations nearby—often so accurate that, when enough...

Taylor PolynomialsSmall-Angle ApproximationDerivative Matching

Terence Tao on the cosmic distance ladder

3Blue1Brown · 3 min read

Humanity’s first “cosmic distance ladder” wasn’t built with rockets or lasers—it was built with geometry, shadows, and timing. The central...

Cosmic Distance LadderEratosthenesLunar Eclipses

The determinant | Chapter 6, Essence of linear algebra

3Blue1Brown · 2 min read

Determinants turn the messy question of “how much does a linear transformation stretch space?” into a single number: the factor by which areas (in...

Determinant MeaningArea ScalingOrientation

Researchers thought this was a bug (Borwein integrals)

3Blue1Brown · 3 min read

A family of integrals built from the “engineer sinc” function— \(\mathrm{sinc}(x)=\frac{\sin(\pi x)}{\pi x}\)—keeps landing exactly on \(\pi\) for a...

Borwein integralsSinc and RectFourier Transform

What does it feel like to invent math?

3Blue1Brown · 2 min read

A geometric-looking “nonsense” identity—1 + 2 + 4 + 8 + … = −1—can be made meaningful once mathematicians redefine what “distance” and “infinite sum”...

Infinite SeriesGeometric SeriesConvergence

Fractals are typically not self-similar

3Blue1Brown · 3 min read

Fractals aren’t defined by perfect self-similarity. The more useful idea is that many rough shapes behave as if they have a non-integer “fractal...

Fractal DimensionBox CountingSelf-Similarity

But what is the Central Limit Theorem?

3Blue1Brown · 3 min read

A single, chaotic process can be unpredictable ball-by-ball, yet the totals across many repetitions settle into a remarkably stable pattern: the bell...

Central Limit TheoremNormal DistributionVariance and Standard Deviation

The paradox of the derivative | Chapter 2, Essence of calculus

3Blue1Brown · 3 min read

Calculus’s derivative isn’t a literal “instantaneous rate of change”—that phrase collapses under scrutiny because real change requires comparing two...

Derivative as LimitTangent vs SecantVelocity from Distance

Matrix multiplication as composition | Chapter 4, Essence of linear algebra

3Blue1Brown · 2 min read

Matrix multiplication isn’t just a computational trick—it’s a compact way to represent composing linear transformations. A linear transformation is...

Linear TransformationsMatrix CompositionBasis Vectors

How to lie using visual proofs

3Blue1Brown · 3 min read

A run of “visual proofs” goes spectacularly wrong in three different ways—showing that convincing pictures can hide fatal assumptions about geometry,...

Fake ProofsSphere Surface AreaLimits of Length

All possible pythagorean triples, visualized

3Blue1Brown · 3 min read

Pythagorean triples—integer side lengths (a, b, c) satisfying a² + b² = c²—can be generated and visualized in a single, surprisingly structured way:...

Pythagorean TriplesComplex NumbersLattice Geometry

Attention in transformers, step-by-step | Deep Learning Chapter 6

3Blue1Brown · 3 min read

Attention in transformers is the mechanism that lets each token’s embedding absorb information from other tokens—turning context-free word vectors...

Transformer AttentionQueries Keys ValuesSoftmax Attention Pattern

The other way to visualize derivatives | Chapter 12, Essence of calculus

3Blue1Brown · 3 min read

Calculus intuition often gets trapped in graphs—slopes for derivatives, areas for integrals—but that graph-first mindset can make later topics feel...

Transformational View of DerivativesFixed Points and StabilityInfinite Fraction Iteration

Backpropagation calculus | Deep Learning Chapter 4

3Blue1Brown · 2 min read

Backpropagation’s calculus boils down to one practical question: how much does the cost change when a single weight or bias nudges a network’s...

Backpropagation CalculusChain RuleGradient Descent

Inverse matrices, column space and null space | Chapter 7, Essence of linear algebra

3Blue1Brown · 3 min read

Linear algebra’s payoff is practical: many real problems reduce to solving linear systems, and the geometry of a matrix determines whether solutions...

Inverse MatricesColumn SpaceNull Space

Group theory, abstraction, and the 196,883-dimensional monster

3Blue1Brown · 3 min read

The monster group’s defining “size” is so specific—tied to a 196,883-dimensional structure—that it feels less like a random curiosity and more like a...

Symmetry GroupsFinite Simple GroupsSporadic Groups

How secure is 256 bit security?

3Blue1Brown · 2 min read

Breaking 256-bit cryptography boils down to an almost unimaginably unlikely guessing game: if an attacker must hit one specific 256-bit...

Cryptographic HashingBrute-Force SecuritySHA-256

But what is a convolution?

3Blue1Brown · 3 min read

Convolution is the mathematical “mixing” operation that turns two lists (or two functions) into a new list by multiplying aligned pairs and summing...

Convolution DefinitionDiscrete ProbabilityImage Blurring

Derivative formulas through geometry | Chapter 3, Essence of calculus

3Blue1Brown · 3 min read

Calculating derivatives stops being a memorization exercise when each rule is tied to a single geometric idea: a derivative measures how a quantity...

Derivative IntuitionGeometric DerivativesPower Rule

A tale of two problem solvers | Average cube shadow area

3Blue1Brown · 3 min read

The average shadow of a cube—when light comes from directly above and the cube is tossed into every possible orientation—turns out to depend only on...

Average Shadow AreaConvexityOrthogonal Projection

How (and why) to raise e to the power of a matrix | DE6

3Blue1Brown · 3 min read

Matrix exponentiation—written as e^(At)—turns out to be a precise way to solve systems of differential equations where a state changes at a rate...

Matrix ExponentiationTaylor SeriesLinear Differential Equations

e^(iπ) in 3.14 minutes, using dynamics | DE5

3Blue1Brown · 2 min read

The core insight is that the exponential function is uniquely characterized by the rule “rate of change equals the current value,” and swapping the...

Exponential FunctionsDifferential EquationsComplex Numbers

Why “probability of 0” does not mean “impossible” | Probabilities of probabilities, part 2

3Blue1Brown · 3 min read

Assigning a nonzero probability to every exact real value of an unknown parameter leads to a paradox: there are uncountably many candidate values, so...

Probability Density FunctionsContinuous ProbabilityProbability of Probability

Who cares about topology? (Old version)

3Blue1Brown · 3 min read

The core breakthrough is a topological “collision” argument: for any closed loop in space, there must exist two distinct pairs of points that share...

Inscribed RectanglesTopologyMöbius Strip

Why this puzzle is impossible

3Blue1Brown · 3 min read

The puzzle of connecting three utilities (gas, power, water) to three houses with nine non-crossing lines turns out to be impossible on a flat...

Graph PlanarityK3,3Euler Characteristic

Dot products and duality | Chapter 9, Essence of linear algebra

3Blue1Brown · 3 min read

Dot products don’t just measure “how much two vectors point together”—they secretly encode a linear transformation. That deeper link, revealed...

Dot ProductProjectionLinear Transformations

Thinking outside the 10-dimensional box

3Blue1Brown · 3 min read

Higher-dimensional geometry stops behaving like “bigger 2D/3D,” and one of the clearest ways to see why is to track how the unit constraint on a...

High-Dimensional SpheresReal Estate BudgetTangent Spheres

But what is a partial differential equation? | DE2

3Blue1Brown · 2 min read

The heat equation turns the everyday idea of heat flowing from warm to cool into a precise rule for how an entire temperature profile evolves over...

Heat EquationPartial DerivativesSecond Derivative

Newton’s fractal (which Newton knew nothing about)

3Blue1Brown · 3 min read

Newton’s method turns a simple root-finding rule into an endlessly intricate fractal when it’s run over the complex plane. Starting from a seed...

Newton’s MethodComplex RootsFractal Boundaries

How I animate 3Blue1Brown | A Manim demo with Ben Sparks

3Blue1Brown · 3 min read

Manim—3Blue1Brown’s custom Python animation library—turns mathematical ideas into smooth, controllable visuals through a workflow that blends...

Manim WorkflowLorenz AttractorChaos Theory

Integration and the fundamental theorem of calculus | Chapter 8, Essence of calculus

3Blue1Brown · 2 min read

Integration is the inverse of differentiation in a precise sense: the accumulated area under a velocity curve produces a distance function whose...

IntegrationFundamental Theorem of CalculusAntiderivatives

But what are Hamming codes? The origin of error correction

3Blue1Brown · 3 min read

Scratches, noise, and transmission glitches can flip 1s and 0s—yet many storage and communication systems still recover the original data exactly....

Error Correction CodesParity ChecksHamming Codes

This pattern breaks, but for a good reason | Moser's circle problem

3Blue1Brown · 2 min read

Moser’s circle problem starts with a tempting pattern: draw n points on a circle and connect every pair with a chord, then count how many regions the...

Moser's Circle ProblemCombinatoricsEuler's Formula

Pi hiding in prime regularities

3Blue1Brown · 2 min read

A hidden arithmetic regularity—how primes split inside the Gaussian integers—turns a messy lattice-point counting problem into a clean alternating...

Lattice PointsGaussian IntegersPrime Factorization

e to the pi i, a nontraditional take (old version)

3Blue1Brown · 2 min read

The equation e^(πi) = −1 stops looking like black magic once exponentials are redefined as a bridge between two kinds of actions on numbers: sliding...

ExponentialsComplex NumbersUnit Circle

But why would light "slow down"? | Visualizing Feynman's lecture on the refractive index

3Blue1Brown · 3 min read

Light bends in a prism because different colors drive different microscopic oscillations inside the glass, and those oscillations shift the wave’s...

Refractive IndexPhase ShiftDriven Harmonic Oscillator

Essence of linear algebra preview

3Blue1Brown · 2 min read

Linear algebra often gets taught as a toolbox of computations—matrix multiplication, determinants, eigenvalues—without the geometric meaning that...

Linear Algebra EducationGeometric IntuitionNumeric Computation

Euler's formula with introductory group theory

3Blue1Brown · 3 min read

Euler’s formula, e^(πi) = −1, becomes far more than a numerical coincidence once exponentials are reinterpreted as a bridge between two kinds of...

Group TheorySymmetry GroupsAdditive vs Multiplicative Actions

The Hairy Ball Theorem

3Blue1Brown · 3 min read

A continuous “comb-down” of a sphere’s directions is mathematically impossible: any continuous tangent vector field on a sphere must hit at least one...

Hairy Ball TheoremTangent Vector FieldsVector Field Continuity

Binomial distributions | Probabilities of probabilities, part 1

3Blue1Brown · 2 min read

Online ratings tempt buyers to treat “% positive” as a direct measure of quality, but the number of reviews changes what that percentage really...

Binomial DistributionBayesian UpdatingLaplace Rule of Succession

Three-dimensional linear transformations | Chapter 5, Essence of linear algebra

3Blue1Brown · 2 min read

Linear transformations in three dimensions are fully determined by where they send the three standard basis vectors—so a 3D “grid-squishing” process...

3D Linear TransformationsBasis Vectors3×3 Matrices

Limits, L'Hôpital's rule, and epsilon delta definitions | Chapter 7, Essence of calculus

3Blue1Brown · 3 min read

Limits sit at the center of calculus not as a new intuition, but as the rigorous language that makes “approach” precise—especially when derivatives...

LimitsEpsilon-DeltaDerivative Definition

Change of basis | Chapter 13, Essence of linear algebra

3Blue1Brown · 2 min read

Coordinate systems aren’t just bookkeeping—they encode the geometry of space. In the standard setup, a vector like (3, 2) is interpreted as “3 units...

Change of BasisBasis VectorsCoordinate Systems

Hilbert's Curve: Is infinite math useful?

3Blue1Brown · 3 min read

Hilbert’s curve earns its keep by solving a practical mapping problem: turning a 2D image grid into a 1D sequence of frequencies in a way that stays...

Hilbert CurveSpace-Filling CurvesSound-to-Sight Mapping

Why slicing a cone gives an ellipse (beautiful proof)

3Blue1Brown · 3 min read

Slicing a cone at the right angle produces an ellipse—and the surprising part is that this “conic section” curve matches exactly the ellipse drawn by...

Ellipse DefinitionsConic SectionsDandelin Spheres

Cross products | Chapter 10, Essence of linear algebra

3Blue1Brown · 3 min read

Cross products turn the geometry of a parallelogram into an algebraic object: in 2D, they produce a signed area, and in 3D, they produce a...

Cross ProductDeterminantsOrientation

Olympiad level counting (Generating functions)

3Blue1Brown · 2 min read

A counting problem about subsets whose element-sums are divisible by 5 turns into a clean formula once the subsets are encoded as coefficients of a...

Generating FunctionsRoots of UnitySubset Sum Counting

The more general uncertainty principle, regarding Fourier transforms

3Blue1Brown · 3 min read

Heisenberg’s uncertainty principle isn’t a one-off quantum oddity so much as a specific instance of a broader Fourier trade-off: signals that are...

Fourier TransformUncertainty PrincipleDoppler Radar

Implicit differentiation, what's going on here? | Chapter 6, Essence of calculus

3Blue1Brown · 3 min read

A calculus “weirdness” becomes manageable once tiny changes in two variables are given a geometric meaning: implicit differentiation is really about...

Implicit DifferentiationTangent SlopesRelated Rates

Visualizing the chain rule and product rule | Chapter 4, Essence of calculus

3Blue1Brown · 2 min read

Derivatives of complicated expressions don’t come from memorizing formulas—they come from tracking how tiny input “nudges” propagate through three...

Sum RuleProduct RuleChain Rule

This open problem taught me what topology is

3Blue1Brown · 3 min read

The core breakthrough is a topology-driven route to a classic geometric claim: every closed continuous loop in the plane contains a non-degenerate...

Inscribed RectanglesTopologyMöbius Strip

Why π is in the normal distribution (beyond integral tricks)

3Blue1Brown · 2 min read

Pi’s appearance in the normal distribution isn’t a coincidence of algebra—it comes from geometry and from the way Gaussian shapes are forced by...

Gaussian NormalizationIntegral of e^(-x^2)Herschel Maxwell Derivation

The impossible chessboard puzzle

3Blue1Brown · 3 min read

A prisoner-style chessboard puzzle turns into a sharp impossibility result: if the board size (the number of squares) is not a power of two, no...

Hypercube ColoringOne-Flip DeductionImpossibility Proof

Some light quantum mechanics (with minutephysics)

3Blue1Brown · 3 min read

Quantum mechanics’ most counterintuitive feature—probabilities replacing classical “splits” of energy—can be built from the ordinary wave physics of...

Electromagnetic WavesPolarizationSuperposition

Complex number fundamentals | Ep. 3 Lockdown live math

3Blue1Brown · 2 min read

Complex numbers become intuitive once they’re treated as a two-dimensional number system where multiplying by i performs a 90-degree rotation. That...

Complex NumbersImaginary UnitComplex Plane

Trigonometry fundamentals | Ep. 2 Lockdown live math

3Blue1Brown · 2 min read

Trigonometry’s “simple” graphs hide identities that are anything but obvious—especially once cosine is squared. By starting with nothing more than...

Trigonometry FundamentalsUnit CircleSOH CAH TOA

How might LLMs store facts | Deep Learning Chapter 7

3Blue1Brown · 3 min read

Large language models don’t just “know” facts in a vague sense—those facts can be traced to specific internal computations, especially inside the...

MLP Fact StorageTransformer InternalsReLU Gating

Nonsquare matrices as transformations between dimensions | Chapter 8, Essence of linear algebra

3Blue1Brown · 2 min read

Non-square matrices aren’t a special case—they’re the standard way to encode linear transformations between spaces of different dimensions. A...

Non-square MatricesLinear TransformationsColumn Space

How pi was almost 6.283185...

3Blue1Brown · 2 min read

The commonly taught “pi” constant (3.1415…) became the default largely because of an 18th-century calculus textbook that spread a particular notation...

Pi vs TauEuler Notation1748 Calculus

How wiggling charges give rise to light

3Blue1Brown · 3 min read

Sugar water twists the polarization of linearly polarized light because its chiral molecules treat left- and right-handed circular polarization...

Electromagnetic RadiationPolarizationChirality

But how do AI images and videos actually work? | Guest video by Welch Labs

3Blue1Brown · 3 min read

Text-to-image and text-to-video systems work because diffusion models can be understood as reversing a physics-like random process—then steering that...

Diffusion ModelsBrownian MotionCLIP Embeddings

Beyond the Mandelbrot set, an intro to holomorphic dynamics

3Blue1Brown · 3 min read

Holomorphic dynamics turns the Mandelbrot set from a one-off curiosity into a recurring pattern: iterating complex-analytic functions produces stable...

Holomorphic DynamicsMandelbrot SetNewton Fractals

What makes the natural log "natural"? | Ep. 7 Lockdown live math

3Blue1Brown · 2 min read

Prime numbers turn out to be far less rare near a trillion than most people guess—and that “surprise frequency” is tightly linked to the natural...

Prime DensityNatural LogarithmEuler–Mascheroni Constant

Abstract vector spaces | Chapter 16, Essence of linear algebra

3Blue1Brown · 3 min read

Linear algebra’s core move is to treat “vectors” as anything that supports two operations—addition and scaling—so long as they obey a fixed set of...

Vector SpacesLinear TransformationsDerivative as Matrix

Five puzzles for thinking outside the box

3Blue1Brown · 3 min read

A chain of geometry puzzles turns on one recurring insight: stepping into a higher dimension can make stubborn 2D questions tractable—and even when...

Rhombus TilingsTarski–Planck ProblemExternal Tangents

What is Euler's formula actually saying? | Ep. 4 Lockdown live math

3Blue1Brown · 2 min read

Euler’s formula stops being a mysterious “imaginary exponent” once the exponential function is treated as a specific power series (exp), not as...

Euler's FormulaComplex ExponentialsPower Series

Music And Measure Theory

3Blue1Brown · 3 min read

A ratio of musical frequencies can sound harmonious or cacophonous depending less on whether it is rational or irrational, and more on how well it...

Frequency RatiosRational ApproximationMeasure Theory

What does area have to do with slope? | Chapter 9, Essence of calculus

3Blue1Brown · 2 min read

Finding the average value of a continuous function turns out to be the same kind of calculation as measuring the slope of an antiderivative across an...

Average ValueAntiderivativesSigned Area

Solving the heat equation | DE3

3Blue1Brown · 3 min read

The heat equation’s solutions aren’t determined by the differential equation alone: the temperature profile must satisfy the PDE in the rod’s...

Heat EquationBoundary ConditionsFourier Modes