Relative Change Calculator
Calculate relative change instantly with our math tool. Shows detailed work, formulas used, and multiple solution methods.
Formula
Relative Change = ((New Value - Old Value) / |Old Value|) x 100
Where New Value is the updated measurement, Old Value is the original reference measurement, and the absolute value in the denominator ensures correct sign behavior. A positive result means an increase and a negative result means a decrease.
Worked Examples
Example 1: Sales Revenue Growth
Problem: A company had $850,000 in revenue last year and $1,020,000 this year. What is the relative change?
Solution: Absolute Change = $1,020,000 - $850,000 = $170,000\nRelative Change = ($170,000 / $850,000) x 100 = 20.00%\nRatio = 1,020,000 / 850,000 = 1.2\nSymmetric Change = (170,000 / 935,000) x 100 = 18.18%\nLog Change = ln(1.2) x 100 = 18.23%
Result: Relative Change: +20.00% (increase) | Ratio: 1.2x | Reverse: -16.67%
Example 2: Stock Price Decline
Problem: A stock price dropped from $142.50 to $98.75. What is the relative change?
Solution: Absolute Change = $98.75 - $142.50 = -$43.75\nRelative Change = (-$43.75 / $142.50) x 100 = -30.70%\nRatio = 98.75 / 142.50 = 0.693\nTo recover: ((142.50 - 98.75) / 98.75) x 100 = +44.30% needed\nLog Change = ln(0.693) x 100 = -36.65%
Result: Relative Change: -30.70% (decrease) | Recovery needs: +44.30%
Frequently Asked Questions
What is relative change and how is it different from absolute change?
Relative change expresses the difference between two values as a percentage of the original value, while absolute change is simply the raw numerical difference. If a stock price moves from $50 to $60, the absolute change is $10 and the relative change is 20%. Relative change provides context that absolute change cannot: a $10 increase on a $50 stock (20%) is far more significant than a $10 increase on a $1,000 stock (1%). Scientists, economists, and analysts prefer relative change because it allows meaningful comparisons across different scales and magnitudes.
What is the formula for calculating relative change?
The standard formula for relative change is: Relative Change = ((New Value - Old Value) / |Old Value|) x 100. The absolute value of the old value is used in the denominator to ensure correct sign interpretation when the reference value is negative. A positive result indicates an increase, while a negative result indicates a decrease. For example, if revenue went from $80,000 to $92,000, the relative change is ((92,000 - 80,000) / 80,000) x 100 = 15%. This formula is also called percent change, percentage change, or fractional change depending on the field of study.
Why does relative change become problematic when the old value is zero?
When the old value is zero, the relative change formula requires division by zero, which is mathematically undefined. If your baseline measurement is zero, there is no finite percentage that can describe the change. For example, if a company had zero revenue last quarter and earned $50,000 this quarter, you cannot say revenue increased by any meaningful percentage. In such cases, analysts typically report only the absolute change, use a small non-zero baseline, or describe the change qualitatively. Some statistical methods use alternatives like symmetric percentage change to partially address this limitation.
What is symmetric relative change and when should I use it?
Symmetric relative change uses the average of the old and new values as the denominator instead of just the old value. The formula is: Symmetric Change = ((New - Old) / ((New + Old) / 2)) x 100. This approach solves the asymmetry problem where a 50% increase followed by a 33.3% decrease returns you to the starting point rather than using equal percentages. Symmetric change gives equal weight to both values, making it useful when neither value is clearly the reference point. It is commonly used in economics for calculating growth rates and in scientific measurements where the direction of comparison is arbitrary.
How do I interpret negative relative change values?
A negative relative change indicates a decrease from the original value to the new value. A relative change of -25% means the quantity decreased by one quarter of its original value. For instance, if a city population went from 200,000 to 150,000, the relative change is ((150,000 - 200,000) / 200,000) x 100 = -25%. It is important to note that decreases are bounded at -100% (the value reaches zero) while increases have no upper bound. A stock can increase by 500% but can only decrease by 100%. This asymmetry is why logarithmic change is sometimes preferred in financial analysis.
What is logarithmic change and how does it relate to relative change?
Logarithmic change, also called log return or continuously compounded return, is calculated as ln(New / Old) x 100. Unlike standard relative change, log change is symmetric: a move from 100 to 200 gives +69.3% and a move from 200 to 100 gives -69.3%. This property makes log returns additive over time, which is mathematically convenient for analyzing sequential changes. In finance, log returns are preferred because they can be summed across time periods. For small changes (under about 10%), log change and standard relative change produce nearly identical results, so the choice matters mainly for larger changes.