A formula for boiling an egg. We learn that the time it takes to cook an egg is
where ρ is density, c specific heat capacity, and K thermal conductivity of egg. T
egg is the initial temperature of the egg, T
water is the temperature of the cooking water, and T
yolk is the temperature of the yolk-white boundary when the egg is done. (The egg is modeled as a homogeneous, spherical object; the yolk-white boundary is just a proxy for a certain distance from the center of the egg.)
What I keep noticing about formulas that purport to model real-world situations is that no matter how complicated they are, when numerical exponents appear they are always rational numbers. This is also true for purely mathematical phenomena. If someone told me that some statistic of some combinatorial object, for large
n, had mean an and standard deviation bn
7/22, for some bizarre, probably-transcendental constants a and b, I would think "ah, that must be a complicated proof, to generate such a large denominator." But if they said that this statistic had mean n and standard deviation n
1/π, I would know they were pulling my leg. Of course, these would be fairly difficult to distinguish "experimentally". I suspect the reason that such exponents are rational in physics problems is for reasons having to do with dimensional analysis. For example, in the case of this problem, someone with sufficient physical intuition would probably guess that, fixing the temperatures, the important variables are the mass, density, thermal conductivity, and specific heat capacity of the egg. How can we multiply these together in some way to get time? Well:
- mass (m) has units of kg
- density (ρ) has units of kg m-3
- thermal conductivity (K) has units W/(m × K), or kg m K-1 s-3
- specific heat capacity (c) has units J/(kg × K), or m^2 s-2 K-1
Thus m
α ρ
β K
γ c
δ has units kg
α+β+γ m
-3β+γ+2δ K
-γ-δ s
-3γ-2δ. But we know this is a time, so it must have units of seconds; thus we have the system of equations
α + β + γ = 0, -3β + γ + 2δ = 0, -γ - δ = 0, -3γ-2δ=1
which has the solution α = 2/3, β = 1/3, γ = -1, δ = 1, exactly the exponents we see. Similar analyses are possible for many physics problems, and in the end one gets a system in which integer combinations of the exponents are integers; thus the exponents themselves must be rational. And that's the really important part of the problem. In fact, all that really matters is that α=2/3. In practice, if you're cooking eggs, the thermal properties will be the same from egg to egg, but some will be larger than others; the exponent of mass tells you how to adjust for that, and everything else can be calibrated experimentally.
Mathematicians don't worry about this so much... but lots of these sorts of problems have some sort of physical model, which probably explains why rational exponents are common in combinatorial problems but I can't ever remember seeing an irrational exponent. (That's not to say they don't exist -- just that the solution to any such problem would be quite unconventional.)
(I learned about this from
this post at Backreaction, about the phase diagram of water.)