Difference between revisions of "TRIMP"

From Fellrnr.com, Running tips
Jump to: navigation, search
User:Fellrnr (User talk:Fellrnr | contribs)
m
User:Fellrnr (User talk:Fellrnr | contribs)
(TRIMPexp Exponental Heart Rate Scaling)
Line 34: Line 34:
 
Where  
 
Where  
 
* D is the duration in minutes at a particular [[Heart Rate]]
 
* D is the duration in minutes at a particular [[Heart Rate]]
* HR<sub>r</sub> is the [[Heart Rate Reserve]]
+
* HR<sub>r</sub> is the [[Heart Rate]] as a fraction of [[Heart Rate Reserve]]  
* y is the HR<sub>r</sub> multiplied by 1.92 for men and 1.67 for women. These constants were developed based on the experimentally observed relationship between heart rate and lactate level.
+
* y is the HR<sub>r</sub> multiplied by 1.92 for men and 1.67 for women.  
 +
These constants were developed based on the experimentally observed relationship between heart rate and lactate level. For men this will give a TRIMP value of 0 to 4.37 per minute and for women 0 to 3.4.
 +
==Worked Example==
 
A worked example would be a male athlete with a HR<sub>max</sub>=200 and HR<sub>rest</sub>=40 training for 30 min. at 130 BPM. The TRIMP<sub>exp</sub> is therefore  
 
A worked example would be a male athlete with a HR<sub>max</sub>=200 and HR<sub>rest</sub>=40 training for 30 min. at 130 BPM. The TRIMP<sub>exp</sub> is therefore  
 
  TRIMP<sub>exp</sub> = 30 x (130-40)/(200-40) x 0.64e<sup>(1.92x(130-40)/(200-40))</sup>
 
  TRIMP<sub>exp</sub> = 30 x (130-40)/(200-40) x 0.64e<sup>(1.92x(130-40)/(200-40))</sup>

Revision as of 11:28, 7 July 2012

A chart of different TRIMP calculations against heart rate.

There are various ways of measuring the impact of exercise and these measures are often termed "training impulse", or TRIMP (TRaining IMPulse). The simplest approach is to use training volume (mileage or time), but it is better to use heart rate. There are various heart rate methods to establish training load with varying degrees of complexity and sophistication. It is also possible to use perceived exertion or other metrics. It should be remembered that All models are wrong, especially when we are trying to model something as sophisticated as the human body. Running at an easy pace for a long distance creates different training stresses from a shorter distance at a high intensity, and the two cannot really be equated in a usable model. However, some metric is important if we are to evaluate and understand a training program.

1 Training Volume

The simplest and most common way of measuring training stress is to use training volume; either mileage or time. This approach is attractive because it is simple, but it does not take into account exercise intensity. Running 10 miles at an easy pace is far removed from 10 miles of hard Interval Training.

2 TRIMPcr10- Session RPE Scaling

Using a rating of perceived exertion has the advantage of needing no technology. At the end of the training session (ideally within 30 min. of finishing) the athlete rates the intensity of the session using the Borg CR10 RPE scale. This scale goes from 0 to 10+, and multiplying this session RPE value by the session time in minutes gives a value for the training load of that session. So if an athlete runs for two hours and rates this as an RPE of six, the TRIMPcr10would be 120 x 6 = 720. The units for this session load are not absolute, nor of a really comparable between athletes. The subjective nature of the RPE scale can introduce some repeatability problems. Also, the last part of the workout tends to disproportionately influence how the athlete perceives the overall exertion. However, while this method lacks the precision of a heart rate based training load, it does include some aspect of the athletes mood state, which may be useful in determining Overtraining Syndrome. In addition, the perceived exertion may work better for workouts such as weight training, or plyometrics, where heart rate alone does not truly capture the training load.

3 TRIMPavg- Average Heart Rate Scaling

The simplest and most basic form of using heart rate to evaluate training load is to simply multiply the average heart rate for a workout by the time in minutes. So if an athlete runs for two hours with an average heart rate of 140 BPM, the TRIMPavg is 120 x 140 = 16,800. This method has the advantage of using the absolute measure of heart rate, and the simplicity of a trivial calculation. However, the floor in this method is that the average heart rate does not really reflect the difficulty of a workout. Consider two workouts, each an hour-long. The first is a steady-state workout with a heart rate of 130 BPM. The second workout is an interval training session, where 50 min. is spent at around 120 BPM with 10 min. of intervals and 180 BPM which is also an average of 130 BPM. Both workouts have a TRIMPavg of 60 \*130 = 7,800. The equivalent TRIMPavg suggests that both workouts are equally difficult, but in practice the interval training is much harder.

4 TRIMPzone- Heart Rate Zone Scaling

A slightly better approach is based around heart rate zones. Instead of treating heart rate is a continuous range of values, it is divided up into different zones. These zones are based on the percentage of the Maximum Heart Rate (HRmax). One common approach is based around the book by Sally Edwards[1] that uses a five zones and assigns each a scaling factor as shown below.

% HRmax Scale
50-60% 1
60-70% 2
70-80% 3
80-90% 4
90-100% 5

This approach works well if you are using a heart rate monitor that will display the times spent in each zone, but without transferring the details to a computer for more sophisticated analysis. However, there are some serious flaws in this technique. The most obvious is that a small change in heart rate could move from one zone to another, which could double the TRIMPzone score. The scaling factors are also linear, but moving from 50-60% HRmax to 60-70% is far less than doubling the difficulty. By contrast, exercising at 100% rather than 90% is far harder than the 0.25 increase scaling factor would suggest. Finally, using %HRmax is inferior to using Heart Rate Reserve.

5 TRIMPexp Exponental Heart Rate Scaling

A more sophisticated approach uses Heart Rate Reserve and an exponential scaling factor to account for the fact that higher intensity training as a disproportionately high training impact[2]. The formula for calculating TRIMPexp is

TRIMPexp = sum(D x HRr x 0.64ey)

Where

These constants were developed based on the experimentally observed relationship between heart rate and lactate level. For men this will give a TRIMP value of 0 to 4.37 per minute and for women 0 to 3.4.

5.1 Worked Example

A worked example would be a male athlete with a HRmax=200 and HRrest=40 training for 30 min. at 130 BPM. The TRIMPexp is therefore

TRIMPexp = 30 x (130-40)/(200-40) x 0.64e(1.92x(130-40)/(200-40))

Which simplifies to

TRIMPexp = 30 x 0.65 x 0.64e(1.92x0.65)

Which is a value of 43. This is obviously a simplified example as in reality an athlete heart rate will vary over time. To implement this algorithm requires a software package with access to the records of the heart rate. Thankfully modern Heart Rate Monitors makes this relatively trivial.

6 Power, Lactate, VO2 Scaling

While heart rate is generally the simplest and most effective way of calculating training impulse there are other approaches. For cyclists, it is possible to directly measure power output and to use this to calculate training impulse. However the training impulse values calculated from power cannot easily be translated for integration with other training methods. It is theoretically possible to calculate training impulse based on lactate levels or VO2, but in practice it is impractical to measure these well training.

7 References

  1. The heart rate monitor book - Sally Edwards - Google Books http://books.google.com/books?id=ObUUAQAAMAAJ&source=gbs_slider_cls_metadata_9_mylibrary
  2. Modeling human performance in running http://jap.physiology.org/content/69/3/1171.abstract