Difference between revisions of "Running Calculator"
User:Fellrnr (User talk:Fellrnr | contribs) |
User:Fellrnr (User talk:Fellrnr | contribs) m |
||
Line 1: | Line 1: | ||
− | This will | + | This VDOT calculator will give your VDOT and FIRST training paces and race time. It can adjust for temperature, and weight variation. |
== Introduction == | == Introduction == | ||
− | The idea of [[VDOT]] is at the heart of [[Jack Daniels Running Formula]]. To find out your [[VDOT]] and associated paces, you will need the results of a recent race | + | The idea of [[VDOT]] is at the heart of [[Jack Daniels Running Formula]]. To find out your [[VDOT]] and associated paces, you will need the results of a recent race into the VDOT Calculator form below. This will give you a series of equivalent times for other distances. It will also give you a list of paces for various workout types and distances. As well as being a 'VDOT Calculator', it is also a 'FIRST Calculator', as it lists the paces for the [[FIRST]] training program. |
You may have several race results that indicate different VDOT values. If the races are all reasonably recent and reflect your current fitness level, use the best VDOT number. If you've been injured or had a break from training since your last race, you should not use an old race result. | You may have several race results that indicate different VDOT values. If the races are all reasonably recent and reflect your current fitness level, use the best VDOT number. If you've been injured or had a break from training since your last race, you should not use an old race result. | ||
+ | |||
+ | This VDOT 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 VDOT Calculator will predict your race performances at different body weights, assuming the weight change is due to body fat only. | ||
<html> | <html> | ||
Line 15: | Line 17: | ||
<td>Distance</td> | <td>Distance</td> | ||
<td> | <td> | ||
− | <input name="Distance" value="0" type="radio">1500 | + | <input name="Distance" value="0" type="radio">1500 Meters<br> |
− | Meters<br> | ||
<input name="Distance" value="1" type="radio">Mile<br> | <input name="Distance" value="1" type="radio">Mile<br> | ||
<input name="Distance" value="2" type="radio">3K<br> | <input name="Distance" value="2" type="radio">3K<br> | ||
− | <input name="Distance" value="3" type="radio">2 | + | <input name="Distance" value="3" type="radio">2 Miles<br> |
− | Miles<br> | ||
<input name="Distance" value="4" type="radio">5K<br> | <input name="Distance" value="4" type="radio">5K<br> | ||
<input name="Distance" value="5" type="radio">8K<br> | <input name="Distance" value="5" type="radio">8K<br> | ||
− | <input name="Distance" value="6" type="radio">5 | + | <input name="Distance" value="6" type="radio">5 Mile<br> |
− | Mile<br> | ||
<input name="Distance" value="7" type="radio">10K<br> | <input name="Distance" value="7" type="radio">10K<br> | ||
<input name="Distance" value="8" type="radio">15K<br> | <input name="Distance" value="8" type="radio">15K<br> | ||
− | <input name="Distance" value="9" type="radio">10 | + | <input name="Distance" value="9" type="radio">10 Mile<br> |
− | Mile<br> | ||
<input name="Distance" value="10" type="radio">20K<br> | <input name="Distance" value="10" type="radio">20K<br> | ||
− | <input name="Distance" value="11" type="radio">Half | + | <input name="Distance" value="11" type="radio">Half Marathon<br> |
− | Marathon<br> | ||
<input name="Distance" value="12" type="radio">25K<br> | <input name="Distance" value="12" type="radio">25K<br> | ||
<input name="Distance" value="13" type="radio">30K<br> | <input name="Distance" value="13" type="radio">30K<br> | ||
− | <input name="Distance" value="14" | + | <input name="Distance" value="14" checked="checked" type="radio">Marathon<br> |
− | |||
<input name="Distance" value="15" type="radio">50K<br> | <input name="Distance" value="15" type="radio">50K<br> | ||
</td> | </td> | ||
Line 42: | Line 38: | ||
<td>Time</td> | <td>Time</td> | ||
<td> | <td> | ||
− | <table style="text-align: left;" border="0" | + | <table style="text-align: left;" border="0" cellpadding="0" cellspacing="0"> |
− | |||
<tbody> | <tbody> | ||
<tr> | <tr> | ||
− | <td><input maxlength="3" size="3" | + | <td><input maxlength="3" size="3" name="Hours" value="0"><br> |
− | |||
</td> | </td> | ||
<td>Hours</td> | <td>Hours</td> | ||
− | <td><input maxlength="3" size="3" | + | <td><input maxlength="3" size="3" name="Minutes" value="0"></td> |
− | |||
<td>Minutes</td> | <td>Minutes</td> | ||
− | <td><input maxlength="3" size="3" | + | <td><input maxlength="3" size="3" name="Seconds" value="0"></td> |
− | |||
<td>Seconds</td> | <td>Seconds</td> | ||
</tr> | </tr> | ||
Line 64: | Line 56: | ||
<td>Heat Index (optional)</td> | <td>Heat Index (optional)</td> | ||
<td> | <td> | ||
− | <table style="text-align: left;" border="0" | + | <table style="text-align: left;" border="0" cellpadding="0" cellspacing="0"> |
− | |||
<tbody> | <tbody> | ||
<tr> | <tr> | ||
− | <td><input maxlength="3" size="3" | + | <td><input maxlength="3" size="3" name="Temperature" value=""></td> |
− | |||
<td> | <td> | ||
<select name="TempUnits"> | <select name="TempUnits"> | ||
Line 84: | Line 74: | ||
<td>Body Weight (optional)</td> | <td>Body Weight (optional)</td> | ||
<td> | <td> | ||
− | <table style="text-align: left;" border="0" | + | <table style="text-align: left;" border="0" cellpadding="0" cellspacing="0"> |
− | |||
<tbody> | <tbody> | ||
<tr> | <tr> | ||
− | <td><input maxlength="3" size="3" | + | <td><input maxlength="3" size="3" name="Weight" value=""></td> |
− | |||
<td> | <td> | ||
<select name="WeightUnits"> | <select name="WeightUnits"> | ||
Line 103: | Line 91: | ||
<tr> | <tr> | ||
<td></td> | <td></td> | ||
− | <td><input name="Unusual" value="Unusual" | + | <td><input name="Unusual" value="Unusual" type="checkbox">Show Unusual Distances (8K, etc.)</td> |
− | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td></td> | <td></td> | ||
− | <td><input name="Longer" value="Longer" | + | <td><input name="Longer" value="Longer" type="checkbox">Show Longer Distances (Beyond 50K)</td> |
− | |||
</tr> | </tr> | ||
</tbody> | </tbody> |
Revision as of 05:48, 26 August 2010
This VDOT calculator will give your VDOT and FIRST training paces and race time. It can adjust for temperature, and weight variation.
Introduction
The idea of VDOT is at the heart of Jack Daniels Running Formula. To find out your VDOT and associated paces, you will need the results of a recent race into the VDOT Calculator form below. This will give you a series of equivalent times for other distances. It will also give you a list of paces for various workout types and distances. As well as being a 'VDOT Calculator', it is also a 'FIRST Calculator', as it lists the paces for the FIRST training program.
You may have several race results that indicate different VDOT values. If the races are all reasonably recent and reflect your current fitness level, use the best VDOT number. If you've been injured or had a break from training since your last race, you should not use an old race result.
This VDOT 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 VDOT Calculator will predict your race performances at different body weights, assuming the weight change is due to body fat only.