Difference between revisions of "Relative Running Economy"

From Fellrnr.com, Running tips
Jump to: navigation, search
User:Fellrnr (User talk:Fellrnr | contribs)
m
User:Fellrnr (User talk:Fellrnr | contribs)
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Introduction==
+
Because [[Running Economy]] is so important but so hard to measure, I've developed this simple alternative. This Relative Running Economy is based on how many heart beats are used for the distance covered as described in [[Running Economy]].  
There are two components to running ability; fitness and economy. Fitness is the ability of our bodies to generate energy for running and is the focus of a lot of our training. Economy is how far and fast you can run with a given amount of energy. Good economy is a critical part of running, and [Cadence] is one element I focus on.
+
=Online Calculator=
==Measuring Efficiency==
+
Assuming you know the distance you ran, your average [[Heart Rate]] and the time it took, you can calculate your efficiency. If you know your [[Resting Heart Rate]], enter that as well to optimize the calculation.  
In an ideal world, we’d be able to easily measure our running economy and see if things are improving. If we could measure our breath, find out how much O<sub>2</sub> we consumed and how much CO<sub>2</sub> we produce, we’d know how much energy we burned (and from fat or carbohydrate). Sadly, this is not practical, so the best measure we have of energy consumption is our heart rate. This is far from perfect, as heart rate can vary for other reasons besides supplying O<sub>2</sub> for energy production. However, I believe it is a useful approximation.  
 
==The Calculator==
 
Assuming you know the distance you ran, your average heart rate and the time it took, you can calculate your efficiency. If you know your resting heart rate, enter that as well to optimize the calculation.  
 
 
 
 
<html>
 
<html>
 
<style type="text/css">
 
<style type="text/css">
Line 33: Line 29:
 
}
 
}
 
</style>
 
</style>
<form method="get" action="/fellrnr/efficiency_wrapper.php" name="VDOT">
+
<form method="get" action="/fellrnr/efficiency_wrapper.php" name="Efficiency">
 
   <table class="sample2" >
 
   <table class="sample2" >
 
       <tr>
 
       <tr>
Line 65: Line 61:
 
   </table>
 
   </table>
 
   <button name="Calculate">Calculate</button><br>
 
   <button name="Calculate">Calculate</button><br>
 +
</form>
 
</html>
 
</html>
==The Efficiency Calculation==
+
=Suunto Ambit App=
The formula that is used is<br>
+
I have developed two apps that calculate Relative Running Economy for the Suunto Ambit. One calculates a [http://www.movescount.com/apps/app10034021-Average_Relative_Running_Economy moving average] and the other a [http://www.movescount.com/apps/app10034023-Smoothed_Relative_Running_Economy smoothed current value].
<blockquote>
+
=Garmin Utility=
<code>
+
If you have a Garmin GPS, this utility will analyze the TCX files to calculate efficiency.
Total Beats = (Average Heart Rate – Resting Heart Rate) * Time in Minutes
+
[[File:Garmin Efficiency Screenshot.jpg|none|thumb|500px|Screen shot of the Garmin Efficiency Calculator.]]
 
+
You can download it from [http://fellrnr.com//Utilities/GarminEfficiency/GarminEfficiency.exe http://fellrnr.com//Utilities/GarminEfficiency/GarminEfficiency.exe]. Look for the tooltips that pop up when you hover over an option; they'll provide some help.
Work Per Mile = Total Beats / Distance in Miles
+
[[File:Garmin Efficiency Tooltip.jpg|none|thumb|500px|An example tooltip that gives help.]]
 
+
=A more impressive alternative=
Efficiency = 1 / Work Per Mile * 100,000
+
[[Alternative Efficiency Calculator]] uses age, gender, and weight to calculate Calories consumed, and therefore estimate the absolute efficiency. While this is more impressive and allows for comparison between runners, it makes quite a few assumptions in the calculations. If you know your VO<sub>2</sub>max, this calculation becomes somewhat more accurate, but should still be considered only a rough approximation. Overall, I believe the simpler approach is better.
</code>
+
[[Category:Science]]
</blockquote>
 

Latest revision as of 15:49, 7 July 2015

Because Running Economy is so important but so hard to measure, I've developed this simple alternative. This Relative Running Economy is based on how many heart beats are used for the distance covered as described in Running Economy.

1 Online Calculator

Assuming you know the distance you ran, your average Heart Rate and the time it took, you can calculate your efficiency. If you know your Resting Heart Rate, enter that as well to optimize the calculation.

Time

Hours Minutes Seconds
Average Heart Rate
Resting Heart Rate
Distance (miles)

2 Suunto Ambit App

I have developed two apps that calculate Relative Running Economy for the Suunto Ambit. One calculates a moving average and the other a smoothed current value.

3 Garmin Utility

If you have a Garmin GPS, this utility will analyze the TCX files to calculate efficiency.

Screen shot of the Garmin Efficiency Calculator.

You can download it from http://fellrnr.com//Utilities/GarminEfficiency/GarminEfficiency.exe. Look for the tooltips that pop up when you hover over an option; they'll provide some help.

An example tooltip that gives help.

4 A more impressive alternative

Alternative Efficiency Calculator uses age, gender, and weight to calculate Calories consumed, and therefore estimate the absolute efficiency. While this is more impressive and allows for comparison between runners, it makes quite a few assumptions in the calculations. If you know your VO2max, this calculation becomes somewhat more accurate, but should still be considered only a rough approximation. Overall, I believe the simpler approach is better.