BMI is not perfect

I’ve written a post on the BMI (Body Mass Index) of the candidates for Germany’s next Top Model and I have been mentally bugged ever since. Not by images of thin girls, but by the formula of BMI: weight(kg) / length(m) ^ 2 = kg/m².

Why the square of the length?

BMI measurement
BMI measurement

If the formula were weight/length you can attach a mental image to that: if you took horizontal slices of the body, how much would a 1m high slice weigh? For weight/length³ you can have an image too: kg/m³ or density of the body.

But BMI is kg/m² or something like ‘pressure’ (multiply it with gravity 9.81 m/s² and you get the unit of pressure: Newton/m² or ‘Pascal’).

So I started playing with an estimate function for the weight of a person: I modeled a body as a rectangular 3D box.
leonardo

One can expect an obese person to have: a high α (broad hips, thick legs), a high β (fat belly, 4 chins) and a high λ. Since fat weighs less than muscle, one might argue that a high body fat % makes you lighter, but let’s keep in mind that this is mostly excess fat: you still need a minimum of muscles in order to function.

The formula is then:

Weight (kg) = L x (α x EW) x (β x ED) x (λ x DF + (1-λ) x DM)

or

Weight (kg) = L x (α x SW x L) x (β x SD x L) x (λ x DF + (1-λ) x DM)

So the BMI is something like:

BMI(kg/m²) = L x (α x SW) x (β x SD) x (λ x DF + (1-λ) x DM)

which still contains a factor L.

Geometric approach
I discovered in a mailing list dating back to 1996 that I was not the first one to ask this question. It appears that the L² was chosen for empirical reasons: the main puropose of the BMI was to detect risk for obesity and anorexia, and the square happened to match best with clinical statistics.
Dividing the weight by the more intuitive cube of the length L³ can be called the geometric approach. In the formula this gives:
GEO(kg/m³) = ( SW x SD ) x (α x β) x (λ x DF + (1 - λ) x DM)
with SW and SD being constants (be it maybe for a particular gender, race or age). This makes total sense.

Allometric approach
A Michael Raymond Pierrynowski actually argues that to have a more meaningful index, you need to divide by L ^4. This compensates for allometric effects: larger persons/mammals need stronger bones to support all that mass:

One way to observe that geometric similarity is NOT correct is to note that some animals are not scaled up versions of others (i.e. the lion and the cat). The lion has much thicker legs than the cat to support its trunk. These larger legs must have extra mass, therefore doubling the size of the cat does not 8 fold increase the mass of the lion but increases the mass by 16 times.

I took the data I had of the candidates for the Top Model show, and also added statistics for US baseball players (the team from the LA Lakers), who are at the other end of the spectrum. A common criticism on BMI is that it often qualifies athletes of heavy sports like baseball as potentially obese, whil they rather have way more muscles than average people and are often very healthy individuals.
I’ve put 3 lines on the graph for each system: a bottom line, under which you are considered rather light, an average line, and a top line, above which you are ‘too heavy’. You can see that the allometric curves are more lenient on the baseball players. Almost all models as well as all athletes fall within the norm.

Geometric vs Allometric
Geometric vs Allometric

Conclusion: BMI is just ‘a’ way of measuring relative weight, maybe not the best. The usage aof the square of the length is contra-intuitive, but seems to give acceptable results.

💬 science 🏷 society 🏷 TV 🏷 weight 🏷 health 🏷 women 🏷 modeling