What is Relative Change?
Relative change quantifies how much a value has shifted compared to its original magnitude. Unlike absolute change, which only tells you the raw difference between two numbers, relative change puts that difference in context by expressing it as a fraction (or percentage) of the starting value. This makes it one of the most widely used measures in science, finance, economics, and everyday decision-making.
For example, knowing that a stock price rose by $5 does not tell you much on its own. If the stock was trading at $10, that is a 50% increase -- a dramatic move. If it was trading at $500, the same $5 represents only a 1% change -- barely a ripple. Relative change captures this distinction.
The Formula
The standard formula for relative change is:
[\text{Relative Change} = \frac{\text{New Value} - \text{Old Value}}{|\text{Old Value}|}]
To express the result as a percentage, multiply by 100:
[\text{Relative Change} = \frac{\text{New Value} - \text{Old Value}}{|\text{Old Value}|} \times 100]
The result is expressed as a percentage.
Where:
- New Value is the updated or current measurement.
- Old Value is the original or reference measurement.
- The absolute value in the denominator ensures the direction of change is determined solely by the numerator.
A positive result indicates an increase from the old value, while a negative result indicates a decrease.
Calculation Example
Suppose a company's quarterly revenue was $200,000 last quarter and $250,000 this quarter.
- Old Value: 200,000
- New Value: 250,000
Substitute into the formula:
[\text{Relative Change} = \frac{250{,}000 - 200{,}000}{|200{,}000|} \times 100 = \frac{50{,}000}{200{,}000} \times 100 = 25]
The revenue increased by 25% relative to the previous quarter.
Now consider a scenario where the value decreases. A city's population drops from 80,000 to 72,000:
[\text{Relative Change} = \frac{72{,}000 - 80{,}000}{|80{,}000|} \times 100 = \frac{-8{,}000}{80{,}000} \times 100 = -10]
The population decreased by 10%.
Why Relative Change Matters
Relative change is essential whenever you need to compare shifts across quantities of different scales. A few common applications include:
- Finance: Measuring stock returns, revenue growth, and inflation rates all rely on relative change so that figures across different companies or time periods can be compared on equal footing.
- Science: Experimental results are often reported as percentage changes from a control value, making it easy to assess the magnitude of an effect regardless of the units involved.
- Economics: GDP growth, unemployment rate shifts, and price index changes are all expressed as relative changes to provide meaningful context.
- Everyday life: Comparing sale prices, tracking weight loss progress, or evaluating fuel efficiency improvements all benefit from thinking in relative rather than absolute terms.
Relative Change vs. Percentage Difference
It is worth noting that relative change and percentage difference are not the same thing. Relative change measures the shift from one specific reference value to another, with a clear direction (increase or decrease). Percentage difference, on the other hand, compares two values symmetrically by dividing their absolute difference by their average, and it does not indicate direction.
Use relative change when you have a clear "before" and "after" or "baseline" and "observed" relationship. Use percentage difference when comparing two values where neither is inherently the reference point.