Calculator Form
Use the fields below to calculate signed absolute change, magnitude, relative change, percentage change, ratio, percent difference, and direction.
Plotly Graph
The chart compares the original value, new value, and signed absolute change.
Example Data Table
| Case | Original Value | New Value | Absolute Change | Relative Change (%) |
|---|---|---|---|---|
| Sales Q1 | 120.00 | 150.00 | 30.00 | 25.00% |
| Visitors | 850.00 | 790.00 | -60.00 | -7.06% |
| Score | 45.00 | 60.00 | 15.00 | 33.33% |
| Output | 300.00 | 300.00 | 0.00 | 0.00% |
Formula Used
1) Absolute Change
Absolute Change = New Value - Original Value
2) Absolute Change Magnitude
Absolute Change Magnitude = |New Value - Original Value|
3) Relative Change
Relative Change = (New Value - Original Value) / Reference Base
4) Percentage Change
Percentage Change = Relative Change × 100
5) Ratio
Ratio = New Value / Original Value
6) Index with Original Equal to 100
Index = (New Value / Original Value) × 100
7) Percent Difference
Percent Difference = |New - Original| / ((|Original| + |New|) / 2) × 100
When the selected base is zero, relative change and percentage change are undefined because division by zero is not valid.
How to Use This Calculator
- Enter the original value in the first input.
- Enter the new value in the second input.
- Select the reference base for relative change.
- Add optional labels and a unit if needed.
- Choose the number of decimal places.
- Click Calculate Change to display the result above the form.
- Review the summary cards, worked steps, and Plotly chart.
- Use the CSV or PDF buttons to export the report.
FAQs
1) What is absolute change?
Absolute change is the signed difference between the new value and the original value. A positive result means an increase. A negative result means a decrease.
2) What is relative change?
Relative change compares the difference to a chosen base value. It shows how large the change is compared with the reference amount.
3) Why can relative change be undefined?
Relative change is undefined when the selected base equals zero. Division by zero is not mathematically valid, so the calculator reports it clearly.
4) What does a negative result mean?
A negative signed absolute change means the new value is lower than the original value. It represents a decrease rather than an increase.
5) Can I use negative numbers?
Yes. The calculator accepts positive, negative, and zero values. This is useful for balances, temperatures, score changes, and directional quantities.
6) What is the difference between percentage change and percent difference?
Percentage change uses a chosen base value. Percent difference uses the average size of both values and focuses on comparison magnitude.
7) Which reference base should I choose?
Use the original value for standard percentage change. Use the new or average value when your comparison rule or reporting method requires it.
8) Why are labels and units useful?
Labels make the report easier to read, and units add context. They help when exporting results for sales, finance, science, or classroom work.