SOLVETUTORMATH SOLVER

Instrument MI-01-011 · Mathematics

Absolute Change Calculator

Two numbers, one plain question: how big was the move? Enter Old value and New value and this sheet returns the non-negative gap between them.

Instrument MI-01-011
Sheet 1 OF 1
Rev A
Verified
Type 05 — Algebra SER. 2026-01011

Absolute change

30.000000

change = |new − old|

The working Every figure verified twice
  1. change = abs(80 − 50) = 30.000000
Worksheet log
  1. No entries yet — change an input to log a scenario.

How this instrument works

Absolute change measures the size of the gap between two numbers and throws away which direction it ran. Plain subtraction, new minus old, keeps a sign: it comes out positive for a rise and negative for a drop. Wrap that subtraction in absolute value bars and the sign disappears, because | · | reflects any negative result back across zero onto its positive twin. The two operations share one line of arithmetic; only the bars differ.

The reason this is worth a separate name is that plenty of real questions genuinely do not care about direction. A part machined 0.3 mm over spec and one machined 0.3 mm under spec are both out of tolerance by the same 0.3 mm — a quality log that recorded −0.3 for one and +0.3 for the other would just be adding noise a sign never resolves. Absolute value is built for exactly this: it is a distance from zero, and distances do not point anywhere.

One consequence is easy to miss: the order of the subtraction stops mattering. |new − old| and |old − new| are the same number, because reversing a subtraction only flips its sign, and the bars erase the sign either way. The smallest possible reading is zero, reached only when the two entries are identical — absolute value can shrink a difference to nothing but can never push it below nothing.

change=newold\text{change} = |\,new - old\,|=oldnew= |\,old - new\,|change0\text{change} \ge 0
new — the later reading · old — the earlier reading · | · | — absolute value, turning any negative result positive · change — the result, never below zero.
  • Enter the earlier reading into Old value — the figure you are measuring the move away from.
  • Enter the later or comparison figure into New value; which one you call old and which you call new never changes the size reported.
  • Read Absolute change for the non-negative gap between the two entries.
  • To recover which way the number moved, subtract Old value from New value by hand — that sign is the one piece of information absolute value deliberately drops.

Worked example — a move from 50 to 80

A reading starts at an old value of 50 and is later checked at a new value of 80. Absolute change asks only how far it traveled: change = |80 − 50| = |30| = 30. Run the subtraction the other way and the bars still land on the same figure, |50 − 80| = |−30| = 30, which is exactly why it never matters which entry goes in Old value and which goes in New value.

Plain signed subtraction would have reported +30 for this rise and −30 for the reverse trip from 80 back down to 50 — useful when the direction of travel is the point, such as a bank balance. Absolute change intentionally erases that sign, so a 30-unit rise and a 30-unit fall are reported as the identical size of move: 30, matching the figure this sheet returns for the pair 50 and 80.

Questions

What is the difference between absolute change and signed change?

Signed change is simply new − old and keeps its sign: positive for an increase, negative for a decrease. Absolute change performs the same subtraction and wraps it in | · |, discarding that sign so a move of 30 upward and a move of 30 downward both read as 30. Reach for signed change when direction matters, such as profit versus loss, and absolute change when only the size of the move does.

Why can't absolute change ever come out negative?

Absolute value is defined as a distance from zero, and distances are never negative — | · | flips a negative number to its positive twin while leaving a positive number untouched. Because change is built from |new − old|, the lowest it can ever report is 0, reached when the two entries are equal; no pair of inputs can push the result below that floor.

How is absolute change different from percent change?

Absolute change reports a raw difference in the same units as the inputs — going from 50 to 80 is a change of 30 units, no more processing involved. Percent change instead divides that same difference by the old value and multiplies by 100, so 50 to 80 becomes a 60% increase. Percent change also fails when the old value is zero, while absolute change stays perfectly defined.

Does it matter which figure I enter as Old value and which as New value?

Not for the size of the result. Because |new − old| equals |old − new|, swapping the two fields leaves Absolute change unchanged — a move from 50 to 80 and a move from 80 to 50 both report 30. Field order only matters if you separately want to know which way the number went, which this figure deliberately does not track.

What kinds of problems actually call for absolute change instead of plain subtraction?

Anywhere the size of a deviation outranks its direction: a machinist checking how far a measured part sits from spec on either side, a thermostat log tracking how much a reading swung regardless of warmer or colder, or a budget review comparing planned against actual spend without caring which side missed. A negative result would only add confusion in each of those, so the absolute value is the natural choice.

Is absolute change the same thing as the distance between two points on a number line?

Yes — for two real numbers, |new − old| is precisely the distance between them on the number line, the one-dimensional case of the general distance formula. That is also why the subtraction order cannot matter: the distance from A to B is identical to the distance from B to A, the same symmetry that lets Old value and New value swap places here without changing the answer.

References