What is relative change and how is it different from percentage change?+
Relative change is the ratio (New - Old) / |Old| expressed as a decimal. Percentage change is the same value multiplied by 100, expressed with a % sign. They measure identical information. Relative change of 0.30 equals 30% percentage change. In mathematics and computing, the decimal ratio form is used in formulas; in everyday communication, the percentage form is preferred.
What is the relative change formula?+
Relative Change = (New Value - Old Value) / |Old Value|. The absolute value in the denominator handles negative reference values correctly. For positive reference values (the common case), this simplifies to (New - Old) / Old. To convert to a percentage: multiply by 100. To find the multiplier: Multiplier = 1 + Relative Change.
Why is relative change not symmetric between increase and decrease?+
Because the denominator (reference value) changes between the two calculations. Going from 100 to 125 is a +25% change, but going back from 125 to 100 is only -20% because the new reference is 125, not 100. This asymmetry is mathematically correct and has practical implications: a 50% loss requires a 100% gain just to break even, which is why avoiding losses is critically important in investing.
Can relative change be negative?+
Yes. A negative relative change means the new value is less than the old value. If a company's revenue falls from 500,000 to 425,000, the relative change = (425,000 - 500,000) / 500,000 = -75,000 / 500,000 = -0.15, representing a 15% decrease. The negative sign indicates direction; the magnitude indicates size.
What is the growth multiplier and how does it relate to relative change?+
The growth multiplier = New / Old = 1 + Relative Change. A multiplier of 1.30 means the value grew by 30% (relative change = 0.30). A multiplier of 0.85 means a 15% decrease (relative change = -0.15). Multipliers are useful because you can chain them: if a value grows by 20% then 15%, the combined multiplier = 1.20 x 1.15 = 1.38, giving a 38% total relative change.
How do you calculate relative change when the original value is negative?+
Use the absolute value of the old value in the denominator: Relative Change = (New - Old) / |Old|. For example, a loss improving from -200 to -50: Relative Change = (-50 - (-200)) / |-200| = 150 / 200 = 0.75, showing a 75% improvement. Without the absolute value, the formula would give -0.75, which is misleading because the situation actually improved. This calculator uses |Old| consistently.
What is relative change in economics and how is GDP growth calculated?+
In economics, GDP growth rate = (GDP_current - GDP_previous) / GDP_previous x 100. This is percentage change, which is relative change x 100. A country with GDP of 2.1 trillion growing from 2.0 trillion has a relative change of 0.05 (5% growth). Real GDP growth adjusts for inflation by using constant-price values. Relative change is the universal measure for economic indicators like inflation, unemployment, and trade balance changes.
How do you interpret a relative change of 1 or more?+
A relative change of 1.0 means the value exactly doubled (100% increase). A relative change of 2.0 means it tripled (200% increase). For example, a startup growing from 100 users to 500 has a relative change of (500-100)/100 = 4.0, meaning it grew 400% and is now 5x its original size (multiplier = 5). Relative changes above 1.0 are common in fast-growing metrics and are perfectly valid mathematically.
What is relative change vs absolute change in data analysis?+
Absolute change = New minus Old (same units as the data). Relative change = Absolute Change / |Old| (dimensionless ratio). Both are needed for full context. A sales increase from 1,000 to 1,050 has an absolute change of 50 units (modest) but a relative change of 5% (healthy growth). Conversely, a change from 10,000 to 10,050 has the same absolute change of 50 but a relative change of only 0.5%, showing much slower growth.
How do you calculate relative change between two numbers step by step?+
Step 1: Subtract old from new to get absolute change. Step 2: Divide by the absolute value of the old number. Step 3: The result is the relative change as a decimal. Step 4 (optional): Multiply by 100 to convert to a percentage. Example: from 350 to 420. Step 1: 420 - 350 = 70. Step 2: 70 / 350 = 0.20. Step 3: Relative change = 0.20. Step 4: 0.20 x 100 = 20%. The value increased by 20% relative to the original.
What is the relative change between 200 and 150?+
Relative change from 200 to 150 = (150 - 200) / 200 = -50 / 200 = -0.25, or a -25% decrease. The value fell by one quarter of the original. Note that the relative change going back from 150 to 200 would be (200 - 150) / 150 = 50 / 150 = 0.333, or 33.3%, because the reference changes. This asymmetry is a fundamental property of relative change.
When should you use relative change instead of absolute change?+
Use relative change when comparing changes across different scales, currencies, time periods, or populations. A $100 salary increase means very different things for a $500/month worker versus a $10,000/month executive. Relative change (20% vs 1%) tells the complete story. Use absolute change when the raw magnitude matters: a hospital reporting a 1% increase in surgical errors is alarming regardless of relative scale, because each error affects a real patient.