Qt Interval Calculation Example
The QT interval is a crucial measurement in electrocardiography (ECG) that helps assess the heart's electrical activity. This guide explains how to calculate and interpret the QT interval, including a practical example and interactive calculator.
What is the QT Interval?
The QT interval represents the time it takes for the heart's electrical system to depolarize and repolarize. It's measured from the start of the Q wave (or the beginning of the P wave if no Q wave is present) to the end of the T wave on an ECG tracing.
In a normal ECG, the QT interval is typically between 360-440 milliseconds (ms) in adults. The QT interval is important because it can be prolonged in certain conditions, including:
- Heart disease
- Electrolyte imbalances (especially hypokalemia)
- Certain medications
- Heart rhythm disorders
The QT interval is often corrected for heart rate using the QTc (corrected QT) interval, which adjusts for the relationship between QT duration and heart rate.
How to Calculate the QT Interval
The basic QT interval is calculated by measuring the time between the start of the QRS complex and the end of the T wave. Here's the formula:
QT Interval = Time from start of QRS to end of T wave (in milliseconds)
For a more accurate assessment, the QT interval is often corrected for heart rate using the Bazett formula:
QTc = QT / √(RR/1000)
Where RR is the R-R interval in milliseconds
In clinical practice, the QT interval is typically measured directly from the ECG tracing using a millimeter scale, with each small square representing 40ms.
Interpreting the QT Interval
The QT interval is considered prolonged if it exceeds the normal range for age and heart rate. A prolonged QT interval may indicate:
- Torsades de pointes (a dangerous irregular heart rhythm)
- Drug toxicity (especially with certain antibiotics and antipsychotics)
- Electrolyte imbalances
- Heart disease
In some cases, a prolonged QT interval may be benign and not require treatment. However, any significant prolongation should be evaluated by a healthcare professional.
Remember that the QT interval can vary with heart rate. The corrected QT interval (QTc) provides a more accurate assessment by adjusting for heart rate.
Worked Example
Let's look at a sample ECG tracing where:
- QT interval = 420ms
- R-R interval = 800ms
First, calculate the basic QT interval:
QT = 420ms
Next, calculate the corrected QT interval (QTc) using the Bazett formula:
QTc = 420 / √(800/1000) = 420 / √0.8 = 420 / 0.894 ≈ 469ms
In this example, the corrected QT interval of 469ms is within the normal range for adults, suggesting no significant prolongation.