How Math Works
Numbers & Operationsconceptfoundations

Absolute Value

โ€œAbsolute value drops the sign and keeps the 'distance to 0'.โ€

The formula

|a| = a (a โ‰ฅ 0), |a| = โˆ’a (a < 0)

How to read it: the absolute value is how far a number sits from 0 โ€” its distance

|a|
โ€” the absolute value of a โ€” its distance from 0
a โ‰ฅ 0
โ€” if a is 0 or positive, leave it as is
โˆ’a (a < 0)
โ€” if a is negative, strip the sign to make it positive

The hook

โˆ’3 and 3 have opposite signs, but they're the same distance from 0 โ€” and that distance is the absolute value.

In plain words

How far a number is from 0. Throw away the direction (the sign) and keep only the distance.

The intuition

Think of it as the length you'd measure with a ruler out to that number on the line. A distance can never be negative, whether you go left or right, so absolute value is always 0 or more.

How it's built

Just two rules โ€” if it's 0 or positive, leave it; if it's negative, drop the leading โˆ’ to make it positive. So |โˆ’3|=3, |3|=3, |0|=0.

Example

Take |โˆ’4|. The number โˆ’4 sits 4 steps to the left of 0. The distance is 4, so |โˆ’4| = 4.

Common mistake

Don't blindly memorize |โˆ’a| = a โ€” because a itself might be negative. Think of absolute value as 'measuring distance', not 'erasing a minus sign'.

Where it's used

Distance between two points, the size of an error, speed (the absolute value of velocity) โ€” anywhere the direction doesn't matter but the size does.

Where it came from

The bar notation | | was introduced by the 19th-century mathematician Weierstrass, and the name comes from a Latin word meaning 'magnitude'.

Prerequisites

Quick check

What is |โˆ’7|?

  • โˆ’7
  • 0
  • 7โœ“
  • 14

Practice

What is |โˆ’9|?

Answer: 9

Solution:
  1. โˆ’9 sits 9 steps from 0
  2. โ†’ |โˆ’9| = 9

Takeaway: For a negative, just drop the sign.

What is |6| + |โˆ’4|?

Answer: 10

Solution:
  1. |6| = 6, |โˆ’4| = 4
  2. 6 + 4 = 10

Takeaway: Take each absolute value first, then compute.

What is |โˆ’3| โˆ’ |โˆ’1|?

Answer: 2

Solution:
  1. |โˆ’3| = 3, |โˆ’1| = 1
  2. 3 โˆ’ 1 = 2

Takeaway: Absolute value is always โ‰ฅ 0 โ€” make it positive first, then compute.

Find all values of a with |a| = 5.

Answer: undefined

Solution:
  1. Two points are distance 5 from 0
  2. 5 to the right, โˆ’5 to the left
  3. a = 5 or a = โˆ’5

Takeaway: Two numbers share an absolute value โ€” same size, opposite signs.

Keep learning in the app

Touch-and-drag widgets, self-graded practice and daily formulas โ€” free on iOS and Android.