Difference between revisions of "Running Calculator"

From Fellrnr.com, Running tips
Jump to: navigation, search
User:Fellrnr (User talk:Fellrnr | contribs)
User:Fellrnr (User talk:Fellrnr | contribs)
 
(10 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
* This Calculator will also attempt to compensate for races run in hot conditions. This is based on the research documented at [[Impact of Heat on Marathon Performance]] and is an estimate only. If you enter your weight, the calculator will predict your race performances at different body weights, assuming the weight change is due to body fat only.  
 
* This Calculator will also attempt to compensate for races run in hot conditions. This is based on the research documented at [[Impact of Heat on Marathon Performance]] and is an estimate only. If you enter your weight, the calculator will predict your race performances at different body weights, assuming the weight change is due to body fat only.  
 
* This calculator no longer generates VDOT paces nor will it output the [[Long Run|long runs]] for the Jack Daniels marathon plans. Jack Daniels requested the removal of this functionality.  
 
* This calculator no longer generates VDOT paces nor will it output the [[Long Run|long runs]] for the Jack Daniels marathon plans. Jack Daniels requested the removal of this functionality.  
* If you provide your body weight, the calculator will display running power for each pace. It uses the simple "1 watt per Kg per meter" approximation, so it may not align with [[Stryd]] perfectly.  
+
* If you provide your power values, the calculator will display running power for each pace. It modifies the simple "1 watt per Kg per meter" approximation with an offset. I find that a weight 1.5Kg less than my real weight and an offset of 22w matches [[Stryd]] for me.  
 
<html>
 
<html>
 
<form style="font-family: Helvetica,Arial,sans-serif;" method="get" action="/wiki/VDOT_Results" name="VDOT">
 
<form style="font-family: Helvetica,Arial,sans-serif;" method="get" action="/wiki/VDOT_Results" name="VDOT">
  <table style="text-align: left;" border="1"
+
 
cellpadding="1" cellspacing="1">
+
 
    <tbody>
+
<table style="text-align: left;" border="0" cellpadding="1" cellspacing="1">
      <tr>
+
<tbody>
        <td>Distance</td>
+
<tr><td>
        <td>
+
<label for="Distance">Distance</label>
        <input name="Distance" value="0" type="radio">1500 Meters<br>
+
</td><td>
        <input name="Distance" value="1" type="radio">Mile<br>
+
        <input name="Distance" value="2" type="radio">3K<br>
+
<select id="Distance" name="Distance">
        <input name="Distance" value="3" type="radio">2 Miles<br>
+
<option value="0">1500 Meters
        <input name="Distance" value="4" type="radio">5K<br>
+
<option value="1">Mile
        <input name="Distance" value="5" type="radio">8K<br>
+
<option value="2">3K
        <input name="Distance" value="6" type="radio">5 Mile<br>
+
<option value="3">2 Miles
        <input name="Distance" value="7" type="radio">10K<br>
+
<option value="4" selected="selected">5K
        <input name="Distance" value="8" type="radio">15K<br>
+
<option value="5">8K
        <input name="Distance" value="9" type="radio">10 Mile<br>
+
<option value="6">5 Mile
        <input name="Distance" value="10" type="radio">20K<br>
+
<option value="7">10K
        <input name="Distance" value="11" type="radio">Half Marathon<br>
+
<option value="8">15K
        <input name="Distance" value="12" type="radio">25K<br>
+
<option value="9">10 Mile
        <input name="Distance" value="13" type="radio">30K<br>
+
<option value="10">20K
        <input name="Distance" value="14" checked="checked" type="radio">Marathon<br>
+
<option value="11">Half Marathon
        </td>
+
<option value="12">25K
      </tr>
+
<option value="13">30K
      <tr>
+
<option value="14">Marathon
        <td>Time</td>
+
</select>
        <td>
+
 
        <table style="text-align: left;" border="0" cellpadding="0" cellspacing="0">
+
</td></tr><tr><td>
          <tbody>
+
<label for="Time">Time</label>
            <tr>
+
</td><td>
              <td><input maxlength="3" size="3" name="Hours" value="0"><br>
+
<input maxlength="3" size="3" name="Hours" value="0" style="border:1px solid #F7730E;">:<input maxlength="3" size="3" name="Minutes" value="0" style="border:1px solid #F7730E;">:<input maxlength="3" size="3" name="Seconds" value="0" style="border:1px solid #F7730E;">
              </td>
+
</td></tr><tr><td>
              <td>Hours</td>
+
              <td><input maxlength="3" size="3" name="Minutes" value="0"></td>
+
<label>Body Weight</label>
              <td>Minutes</td>
+
</td><td>
              <td><input maxlength="3" size="3" name="Seconds" value="0"></td>
+
<input maxlength="3" size="3" name="Weight" value="" style="border:1px solid #F7730E;">
              <td>Seconds</td>
+
<select name="WeightUnits">
            </tr>
+
<option selected="selected">Kg</option>
          </tbody>
+
<option>Pounds</option>
        </table>
+
</select>
        </td>
+
<label>Given body weight, we can estimate how weight changes will impact performance</label>
      </tr>
+
</td></tr><tr><td>
      <tr>
+
 
        <td>Heat Index (optional)</td>
+
<label>Body Fat</label>
        <td>
+
</td><td>
        <table style="text-align: left;" border="0" cellpadding="0" cellspacing="0">
+
<input maxlength="3" size="3" name="BodyFat" value="" style="border:1px solid #F7730E;">
          <tbody>
+
<label>Given body weight and body fat %, we can improve our estimate of performance changes</label>
            <tr>
+
</td></tr><tr><td>
              <td><input maxlength="3" size="3" name="Temperature" value=""></td>
+
 
              <td>
+
 
              <select name="TempUnits">
+
<label>Weight for Power (optional, Kg.)</label>
              <option selected="selected">Fahrenheit</option>
+
</td><td>
              <option>Centigrade</option>
+
<input maxlength="5" size="5" name="PowerKg" value="" style="border:1px solid #F7730E;">
              </select>
+
<label>Power Offset</label>
              </td>
+
<input maxlength="3" size="3" name="PowerOffset" value="0" style="border:1px solid #F7730E;">
            </tr>
+
<label>To match Stryd, try 1.5Kg less than real weight and 22w offset</label>
          </tbody>
+
</td></tr><tr><td>
        </table>
+
 
        </td>
+
<label>Heat Index (optional)</label>
      </tr>
+
</td><td>
      <tr>
+
<input maxlength="3" size="3" name="Temperature" value="" style="border:1px solid #F7730E;"></label>
        <td>Body Weight (optional, gives weight adjustment and power)</td>
+
<select name="TempUnits">
        <td>
+
<option>Fahrenheit</option>
        <table style="text-align: left;" border="0" cellpadding="0" cellspacing="0">
+
<option selected="selected">Centigrade</option>
          <tbody>
+
</select>
            <tr>
+
</td></tr><tr><td>
              <td><input maxlength="3" size="3" name="Weight" value=""></td>
+
 
              <td>
+
 
              <select name="WeightUnits">
+
<label>Max Weekly Distance(optional, miles/Km)</label>
              <option>Kg</option>
+
</td><td>
              <option selected="selected">Pounds</option>
+
<input maxlength="3" size="3" name="Mileage" value="" style="border:1px solid #F7730E;">  
              </select>
+
</td></tr><tr><td>
              </td>
+
 
            </tr>
+
<label>Extra Distances (8K, etc.)</label>
          </tbody>
+
</td><td>
        </table>
+
<input name="Unusual" value="Unusual" type="checkbox">
        </td>
+
</td></tr><tr><td>
      </tr>
+
 
      <tr>
+
<label>Distances Beyond 50K</label>
        <td>Max Weekly Distance(optional)</td>
+
</td><td>
        <td><input maxlength="3" size="3" name="Mileage" value=""> Use miles unless 'Metric' is checked, in which case use Km.</td>
+
<input name="Longer" value="Longer" type="checkbox"></label>
      </tr>
+
</td></tr><tr><td>
      <tr>
+
 
        <td></td>
+
<label>Metric</label>
        <td><input name="Unusual" value="Unusual" type="checkbox">Show Unusual Distances (8K, etc.)</td>
+
</td><td>
      </tr>
+
<input name="Metric" value="Metric" type="checkbox" checked="true">
      <tr>
+
</td></tr><tr><td>
        <td></td>
+
</tbody>
        <td><input name="Longer" value="Longer" type="checkbox">Show Longer Distances (Beyond 50K)</td>
+
</table>
      </tr>
+
 
      <tr>
+
<br/>
        <td></td>
+
<input type="submit" style="border:1px solid #F7730E;background-color:white; color:black"/>
        <td><input name="Metric" value="Metric" type="checkbox">Show paces in min/Km rather than min/mile, plus over values in metric units.</td>
+
 
      </tr>
+
    
    </tbody>
 
  </table>
 
  <input type="submit" value="Submit" />
 
   <br>
 
 
  </form>
 
  </form>
 +
 
</html>
 
</html>

Latest revision as of 02:27, 15 November 2024

This calculator will generate training paces, race prediction, with adjustments for temperature, body weight and altitude. This calculator works by estimating your V̇O2max and using that to predict your race times and training paces. To find out your V̇O2max and associated paces, you will need the results of a recent race into the form below.

  • You may have several race results that indicate different V̇O2max values. If the races are all reasonably recent and reflect your current fitness level, use the best. If you've been injured or had a break from training since your last race, you should not use an old race result.
  • This Calculator will also attempt to compensate for races run in hot conditions. This is based on the research documented at Impact of Heat on Marathon Performance and is an estimate only. If you enter your weight, the calculator will predict your race performances at different body weights, assuming the weight change is due to body fat only.
  • This calculator no longer generates VDOT paces nor will it output the long runs for the Jack Daniels marathon plans. Jack Daniels requested the removal of this functionality.
  • If you provide your power values, the calculator will display running power for each pace. It modifies the simple "1 watt per Kg per meter" approximation with an offset. I find that a weight 1.5Kg less than my real weight and an offset of 22w matches Stryd for me.

::