Rowing Split Time Calculator Formula
Understand the math behind the rowing split time calculator. Each variable explained with a worked example.
Formulas Used
Split per 500m (min)
split_min = floor(split_sec / 60)Split per 500m (sec)
split_sec_remainder = round(split_sec - floor(split_sec / 60) * 60)Speed
speed_mps = round(distance_m / total_sec * 100) / 100Approximate Watts
watts = round(2.8 / pow(split_sec / 500, 3))Variables
| Variable | Description | Default |
|---|---|---|
distance_m | Distance(meters) | 2000 |
minutes | Minutes(min) | 7 |
seconds | Seconds(sec) | 30 |
total_sec | Derived value= minutes * 60 + seconds | calculated |
split_sec | Derived value= total_sec / (distance_m / 500) | calculated |
How It Works
How Rowing Split Time Works
Formula
Split per 500m = Total Time / (Distance / 500)
Rowing uses the 500m split as the standard pacing metric, similar to pace per mile in running.
Power Formula
The relationship between split and watts on a Concept2 ergometer is:
Watts = 2.80 / (Split/500)^3
Benchmarks (2000m test)
Worked Example
Calculate split for a 2000m row in 7:30.
distance_m = 2000minutes = 7seconds = 30
- 01Total time = 7 x 60 + 30 = 450 seconds.
- 02Number of 500m segments = 2000 / 500 = 4.
- 03Split = 450 / 4 = 112.5 seconds = 1:52.5 per 500m.
- 04Speed = 2000 / 450 = 4.44 m/s.
- 05Watts = 2.80 / (112.5/500)^3 = 2.80 / 0.01139 = 246 W.
Ready to run the numbers?
Open Rowing Split Time Calculator