How Power Laws Shape the World: Beyond Normal Distributions in Critical Systems and Life Strategy
Veritasium
Summary:
This video explains power laws, contrasting them with normal and log-normal distributions.
- Normal distributions describe phenomena like height, where values cluster around an average and extreme outliers are rare.
- Log-normal distributions arise from multiplicative random effects, showing a long tail of rare, large outcomes.
- Power laws are distinct, characterized by a lack of intrinsic scale, infinite standard deviation, and averages dominated by extreme outliers. They are evident in income distribution, earthquake sizes, and forest fires.
- Self-Organized Criticality (SOC) explains how complex systems naturally evolve into a critical state, producing power-law distributed events of all sizes from small, identical causes.
- Universality classes group systems that behave identically at critical points, allowing simple models (like sandpiles) to predict complex phenomena (like earthquakes).
- Strategic implications differ between normal and power-law dominated systems. In power-law environments (e.g., venture capital, creative industries), success relies on making multiple "risky" bets, as one massive outlier can offset many failures.
What is a Power Law? [0:00]
The world often presents distributions that are not "normal," where data clusters around an average, like human height or apple size.
- Normal Distribution Explained [0:00]
- Most data points are near the average value.
- Extreme outliers are statistically very rare and virtually impossible (e.g., someone five times the average height).
- Vilfredo Pareto's Discovery (Income Distribution) [1:10]
- In the late 1800s, Pareto analyzed income tax records from various European countries.
- He found a consistent pattern where a small percentage of people earned significantly more than others.
- This pattern was not a normal distribution; it showed a long tail of high earners.
- To visualize this spread, Pareto used a log-log plot.
- This transformed the broad, slowly declining curve into a straight line.
- The gradient of this line (e.g., -1.5 for England) revealed a specific mathematical relationship.
- Equation: The number of people earning an income greater than or equal to X is proportional to 1/X to the power of 1.5 (N(X>x) ∝ 1/x^1.5).
- This type of relationship is called a power law.
- Similar patterns were observed across multiple countries.
Expected Values [4:31]
To illustrate the dramatic differences between normal, log-normal, and power law distributions, three coin games are presented.
- Game 1: Additive Wins (Normal Distribution) [3:57]
- 100 coin tosses, win $1 for each head.
- Expected payout: $50 (1/2 probability * $1 * 100 tosses).
- If played repeatedly, actual payouts would cluster around $50, forming a normal distribution.
- This reflects situations where many random, independent effects add up.
- Abraham de Moivre first studied such problems in the 1700s.
- Game 2: Multiplicative Wins (Log-Normal Distribution) [5:14]
- Start with $1. Multiply by 1.1 for heads, 0.9 for tails, over 100 tosses.
- Expected factor per turn: (1.1 + 0.9) / 2 = 1.
- Expected payout over 100 tosses: $1.
- However, the distribution of payouts is asymmetric, with a long tail of very large wins (e.g., $1.1^100 ≈ $14,000 for 100 heads).
- The median payout is around $0.61.
- On a logarithmic x-axis, this distribution appears as a normal curve, hence "log-normal."
- This happens because multiplying random effects is equivalent to adding their logarithms.
- Log-normal distributions arise when random effects multiply, leading to significant inequalities and a higher likelihood of very big events compared to a normal distribution.
The St. Petersburg Paradox [8:49]
- Game 3: Doubling Payout Until Heads (Power Law) [8:05]
- Start with $1. Payout doubles with each tails, until a head ends the game.
- Example: Heads on 1st toss = $2. Tails then Heads = $4. Two Tails then Heads = $8, and so on (2^n dollars for n tosses).
- Expected Value Calculation: Each possible outcome (Heads, TH, TTH, etc.) contributes $1 to the expected value ($2 * 1/2 + $4 * 1/4 + $8 * 1/8 + ... = $1 + $1 + $1 + ...).
- The Paradox: Theoretically, the total expected value of this game is infinite.
- Power Law Connection: When plotted on a log-log scale, the probability distribution of payouts in the St. Petersburg paradox forms a straight line with a gradient of negative one.
- This specific power law is P(x) = x^-1 (or 1/x).
- Unlike normal and log-normal distributions, the St. Petersburg paradox's power law has an infinite standard deviation, meaning there's no characteristic "width" to the distribution.
Outliers Dominate Averages [11:37]
- Non-Converging Averages: When dealing with power law distributions, a rolling average of repeated trials will not converge; it will continue to increase as more extreme (and rare) outliers are encountered.
- Impact of Outliers: A single extreme outlier can disproportionately influence the overall average (e.g., the average wealth in a room with a billionaire).
- Power laws often result from two underlying exponential processes conspiring together.
- An example is earthquakes: their frequency decreases exponentially with magnitude.
- However, the energy released by earthquakes increases exponentially with magnitude, leading to a power law distribution for energy release.
Fractals and Power Laws [15:23]
- Self-Similarity and Fractals: The outcomes of the St. Petersburg paradox can be visualized as a fractal tree, exhibiting self-similarity at different scales.
- Power laws are intrinsically linked to fractals because they reveal that a system lacks an inherent physical scale.
- Critical Point in Magnets:
- Magnets consist of atoms with magnetic moments that align at low temperatures to form domains, creating an overall magnetic field.
- Heating a magnet causes atomic vibrations, disrupting alignment and leading to loss of magnetism above a specific Curie temperature.
- At this Curie temperature, the magnet is at a critical point, delicately balanced between magnetic and non-magnetic states.
- A simulation of a 2D Ising model (a simplified magnet) at its critical point reveals fractal-like patterns of magnetic domains of all sizes.
- The size distribution of these domains follows a power law.
- Scale-Free Systems: The presence of a power law indicates a system with no intrinsic scale, a hallmark of a critical state where small causes can have large, cascading effects.
- At the critical point, the influence of a single atomic spin can cascade through the entire material, making small causes reverberate throughout the system.
Self-Organized Criticality [19:28]
- Concept of SOC: Many natural systems naturally evolve to a critical state without requiring external tuning. This phenomenon is called Self-Organized Criticality (SOC).
- Forest Fires Example:
- Yellowstone National Park in 1988 experienced a massive fire that burned 1.4 million acres, 70 times larger than the previous record.
- A forest fire simulator demonstrates SOC: as trees grow, the forest reaches a critical density.
- Lightning strikes (small causes) can trigger fires of all sizes, from tiny blazes to massive megafires that propagate throughout the system.
- The distribution of fire sizes in such a system follows a power law.
Why do we light controlled forest fires? [24:08]
- Fire Management Policies: Historically, the "10:00 AM policy" aimed to suppress all fires quickly.
- Consequences of Suppression: This policy inadvertently led to a buildup of fuel, making megafires even more likely and severe when they eventually occurred, as seen in the simulated scenario with low lightning probability and high tree growth.
- Modern Approach: Current fire services recognize the ecological role of small fires.
- They often let small fires burn to clear undergrowth and prevent massive fuel accumulation.
- Intentional controlled burns are also used to reduce fuel and return forests to a more natural, less volatile state.
How We Can Predict Earthquakes [26:40]
- Earthquake Mechanics: Earthquakes occur as stresses build up in the Earth's crust and are released along fault lines.
- Kobe Earthquake [1995]: A small stress release on the Nojima fault cascaded into a 40km rupture, causing a devastating earthquake in Kobe, Japan.
- Power Law Behavior: Both small, unfelt tremors and massive, destructive earthquakes are generated by the same physical process, and their energy release follows a power law. This makes them notoriously unpredictable based on past averages.
- Sandpile Model for Earthquakes:
- The Bak-Tang-Wiesenfeld (BTW) sandpile model simulates grains of sand dropped onto a grid. When a stack exceeds a certain height, it "topples," distributing grains to neighbors, creating an avalanche.
- Regardless of how grains are dropped (center or random), the sandpile naturally tunes itself to a critical state.
- Avalanches of all sizes occur, and their size distribution follows a clean power law.
- This power law closely resembles the energy released by real earthquakes, suggesting that the sandpile model captures universal behavior relevant to Earth's crust.
- The sandpile model can visually resemble the forest fire model, underscoring the universality of these critical behaviors.
Critical Systems and Universality [32:11]
- Per Bak's Universality: Per Bak, creator of the sandpile model, argued for "universality," where the macroscopic behavior of systems at a critical point becomes independent of their microscopic details.
- This allows simple models to effectively describe highly complex systems (e.g., sandpile -> earthquakes).
- These systems fall into universality classes, meaning if you understand one system in a class (e.g., the Ising model for magnets), you understand all others in that class (e.g., liquid-vapor critical points).
- Widespread Power Laws: Power law behavior is observed across many natural and human systems, including:
- City populations, stock price fluctuations, scientific paper citations, and even war deaths.
- This suggests that many parts of our world might naturally organize themselves into critical states.
How Some Businesses Are Built On Power Laws [36:31]
- Implications for Business Strategy:
- Insurance: Companies must account for power law distributions when insuring against natural disasters like floods and wildfires. Rare, massive events can bankrupt unprepared insurers.
- Venture Capital (VC): VC firms operate on a power law model.
- Many investments lose money or provide modest returns.
- A few "crazy outliers" generate the vast majority of overall profits.
- Example: Horsley Bridge found that 6% of deals generated 60% of returns, while over half lost money. Y Combinator saw 75% of gains from just 2 out of 280 startups.
- Publishing/Creative Industries: Similar patterns exist in book publishing (e.g., Harry Potter for Bloomsbury), streaming platforms (top 6% of Netflix shows account for half of viewing hours), and YouTube (less than 4% of videos get 10k+ views but account for 93% of all views).
- These industries thrive on "rare runaway hits."
- Contrast with Normal Distribution Businesses: Industries like restaurants or airlines rely on consistent, average performance to succeed, not extreme outliers.
What game are you playing? Normal or power? [39:30]
- Adapting Behavior: Understanding whether a system follows a normal or power law distribution is crucial for decision-making.
- Normal World (Consistency): If random, additive variations cancel out, leading to a normal distribution, then consistency and aiming for average, reliable results are key.
- Power Law World (Persistence and Risk): If returns can multiply across many orders of magnitude, it makes sense to:
- Take repeated, intelligent risks.
- Most bets will fail, but one wild success can cover all losses.
- Persistence becomes more important than consistency.
- Preferential Attachment: A common mechanism for power laws in human systems and networks is "preferential attachment," where successful entities (e.g., popular websites, influential people, growing companies) attract more links/attention/resources, accelerating their growth and creating "rich-get-richer" dynamics.
- This leads to a few nodes dominating the distribution, as seen in internet links (e.g., Yahoo vs. most other sites).
- Knowing the distribution model (normal, log-normal, or power law) is key to making informed decisions.