Fermi Problems Part 3: Where is everybody?

5 comments

  1. Great article overall – just one small note. Variance is only additive when adding random variables. The majority of Fermi problems (including the examples here) break the problem down into the multiplication of various estimations (treated as random variables so that referring to their variance makes sense). The formula for variance of a product is:

    Var(XY) = Var(X)Var(Y) + Var(Y)E(X)^2 + Var(X)E(Y)^2

    where X and Y are random variables and E is expectation. This means that a relatively small error multiplied by a very large number can be come a large error very quickly, and in fact, Fermi estimation often strongly depends on accurate initial estimations – estimating the number of US states as 5 instead of 50 will likely result in the final answer being 1/10 of what it should be (a significant error) as opposed to 45 less than what it should be (likely insignificant on the scale of Fermi problems)

    Like

Leave a comment