The Verification Venue · pointed at a thing everyone gets wrong
The Coin That Only Stings
Drop a penny off the Empire State Building and it does not become a bullet. Air resistance caps its speed at about 25 mph (a forehead flick) within the first fifty feet, and every foot after that adds nothing. But the fear that a thing falling from height can kill is not silly. It just picked the wrong object.
Here is the honest version, and it needs no penny to start. What kills is terminal velocity, not drop height. Once an object stops speeding up (and everything does, in air) the building could be twice as tall and the impact would be identical. So the only question that matters is: how fast does this object level off? Pick one and watch.
Pick the falling object
Each tile shows the object's terminal velocity in mph: the speed it will hit at from any tall building. The penny is essentially a tiny parachute. The others are not.
Terminal velocity
26.5 mph
11.9 m/s
Impact speed at this height
26.4 mph
99.9% of terminal
Impact energy
0.18 J
0.06 J/cm²
Verdict against skin / lethality thresholds
A sting
The Empire State Building's roof is 381 m; its antenna tip is 443 m. Drag it down and watch the penny's impact speed barely move once you clear ~15 m.
This is the free choice the sources fight over. A tumbling penny presenting its face has Cd ≈ 1.0 → ~25 mph (Bloomfield). Slide toward Cd ≈ 0.17 and it goes edge-on → ~65 mph, the figure MythBusters fired at.
The curve above is the real thing: it integrates dv/dt = g − (ρ Cd A / 2m)·v² step by step as the object falls. The speed climbs, the drag term grows as v², and the moment drag balances gravity the acceleration is zero: that flat ceiling is terminal velocity. For the penny it is reached almost immediately; the rest of the skyscraper is wasted height.
The ruler-twist. Notice what happens when you switch objects. The pen, the bolt, the ice chunk are heavier and far more streamlined (low drag area per unit mass) so their ceiling is much higher. Bloomfield, the physicist who debunked the penny, is blunt about the flip side: a falling pen "could put you in the hospital." The fear was right about the danger of falling things. It was wrong about the coin. A penny is the one object shaped almost perfectly to be safe.
The check: every number recomputed in front of you
Terminal velocity has a closed form, v_t = √(2mg / ρCdA). The impact speed comes from a completely separate route: numerically stepping the full drag ODE down the actual drop height. If the two agree, neither is a fluke. For the object and settings you've chosen:
All four objects, their free parameters, and where each lands relative to the honest thresholds: skin perforation needs an impact speed of roughly 50–70 m/s (fragment-simulating-projectile literature; we take the conservative 50 m/s as the model cutoff), or an energy density above roughly ~20 J/cm²:
| object | m (g) | A (cm²) | Cd | v_t (m/s) | v_t (mph) | impact KE (J) | verdict |
|---|
Free choices named: air density ρ = 1.225 kg/m³ (sea-level standard), g = 9.81 m/s², and the drag coefficient Cd, the one genuinely contested input, which is why the popular figures span 25–65 mph for the same coin. The reversal survives the whole spread: even the pessimistic 65 mph penny (KE ≈ 1.1 J) failed to penetrate concrete, asphalt, or a ballistic-gel skull in the MythBusters test. Run it yourself: node research/penny-off-a-skyscraper/verify-penny-off-a-skyscraper.mjs.
What's exactly true, what's idealised, and the honest caveats
Exactly true. Once an object reaches terminal velocity, additional drop height changes the impact speed by essentially nothing; the drag ODE saturates. A tumbling US penny (2.5 g) tops out near 25 mph and carries under a fifth of a joule; that is far below any credible skin-penetration threshold, and it is confirmed both by Bloomfield's wind-tunnel/balloon experiments (pennies bounced off his face harmlessly) and by MythBusters firing a penny at ~65 mph into a skull surrogate with no penetration.
The number that floats around. You'll see the penny's impact energy quoted as "~0.15 J." With m = 2.5 g and v_t ≈ 11.9 m/s the honest figure is ≈ 0.18 J; the 0.15 J version assumes a slightly slower ~11 m/s. Either way it's a rounding argument about a forehead flick; the verdict doesn't move.
Cd is a free choice, not a fact. A real penny neither falls flat nor stays edge-on; it flutters and tumbles chaotically, so its effective drag coefficient wanders. That is the entire reason careful sources disagree (~25 vs ~65 mph). We expose it as a slider rather than assert one value. The pen, bolt, and ice figures use representative masses/areas that are stated in the table, not universal; a different pen shifts the number, not the conclusion.
Not "totally harmless." An eye is soft and unprotected; a penny to the eye at 25 mph is a real injury even though a penny to the skull is not. And the whole point of the object switch is that falling objects genuinely do kill: a dropped tool from a high-rise is a well-documented construction hazard. The honest claim is narrow: "a tumbling penny won't kill you," not "things falling from height are safe."
Empire State practical caveat (not physics). In reality a coin flicked off the observation deck would almost never reach the sidewalk intact anyway: the building's setback tiers and the powerful updrafts around it tend to catch a light, fluttering object and carry it back onto a ledge. That's a real-world confound worth naming; it's separate from the terminal-velocity argument, which is what actually settles the "would it kill you" question.
Vacuum, for contrast. Remove the air and the penny from the 443 m tip would arrive at ~208 mph (√(2gh)). And even then, Bloomfield notes, it would dent a skull, not drill through it. Air is not the only thing saving you; it's just the main thing.