Estimate maximum heart rate (MHR) with the Ball State University formula, a sex-specific linear model developed from controlled treadmill testing.
Formula
- Female: MHR = 209 − 0.7 × age
- Male: MHR = 214 − 0.8 × age
Results are expressed in beats per minute. Coefficients differ for both intercept and slope, reflecting separate regression lines fit to male and female maximal tests.
Background
Researchers at Ball State University published these equations as refinements over 220 − age, reporting improved correlation with measured peak heart rate in healthy adults. The female line parallels Tanaka’s slope (−0.7) but uses a slightly different intercept.
When to use it
Choose this model when sex-aware programming matters — for example, mixed-gender group classes where a single unisex formula would mis-zone half the participants — or when aligning with ACSM-style field estimates.
Limitations
Validation samples were predominantly healthy adults; applicability to adolescents, elite endurance athletes, or cardiac patients is uncertain. Gender is captured as a binary input and cannot represent all physiologies. Wearable sensors may still need individual calibration.
Example
Age 38 under the ball state university formula yields a concrete bpm estimate (not a clinical measurement).