TOPIC

Introduction to absolute value

MY PROGRESS

Pug Score

0%

Study Points

+0

Overview

Watch

Read

Next Steps


Get Started

Get unlimited access to all videos, practice problems, and study tools.

Unlimited practice
Full videos

Back to Menu

Topic Progress

Pug Score

0%

Videos Watched

0/0

Read

Not viewed


Study Points

+0

Read

Introduction to Absolute Value

This lesson introduces absolute value as the distance a number sits from zero on the number line. You'll learn the bar notation, why the result is always zero or positive, and how to evaluate the absolute value of integers, decimals, and simple expressions through step-by-step examples.

What is absolute value?

The absolute value of a number tells you how far that number is from zero on the number line, no matter which direction you travel to get there. Because distance is never negative, the absolute value of any real number is always zero or positive. This one idea, "how far from zero," is the whole concept behind absolute value.

Absolute value is written using two vertical bars around a number or expression, called the absolute sign. For example, \(|7|\) is read as "the absolute value of 7," and \(|-7|\) is read as "the absolute value of negative 7." Even though 7 and negative 7 sit on opposite sides of zero, they are the same distance away, so:

\(|7| = 7\) and \(|-7| = 7\)

The definition of absolute value

More formally, the absolute value of a number \(x\), written \(|x|\), follows this rule:

\(|x| = x\) when \(x \ge 0\)

\(|x| = -x\) when \(x < 0\)

This looks more complicated than it is. All it says is: if the number is already zero or positive, leave it alone. If the number is negative, drop the negative sign to get its positive counterpart. Either way, the answer describes a distance, so it can never come out negative.

−5 −4 −3 0 3 5 |−4| = 4 |3| = 3
Both negative 4 and 3 have the same absolute value pattern: count the distance back to zero.

Worked examples

Example 1: Find the absolute value of 15.

15 is already positive, so \(|15| = 15\).

Example 2: Find the absolute value of negative 100.

\(-100\) is negative, so drop the negative sign: \(|-100| = 100\).

Example 3: Evaluate \(|4 - 9|\).

Work out what's inside the bars first: \(4 - 9 = -5\). Then take the absolute value: \(|-5| = 5\). So \(|4 - 9| = 5\), not \(-5\).

Example 4: Find the absolute value of each integer: \(-6\), \(0\), and \(8\).

\(|-6| = 6\), \(|0| = 0\), and \(|8| = 8\). Notice that zero is the only number whose absolute value equals itself and stays at zero, since it is exactly zero units from zero.

The graph of absolute value

Absolute value can also be viewed as a function, \(f(x) = |x|\), which produces the distinctive V-shaped graph below. Every output value is zero or positive, matching the rule you just learned, and the graph is symmetric about the y-axis because \(|x|\) and \(|-x|\) always give the same result.

Graph of f of x equals the absolute value of x, forming a V shape with vertex at the origin Plot of y = abs(x) for x in [-5, 5] -4 -2 0 2 4 0 1 2 3 4 5 x f(x) |-4| = 4 vertex |3| = 3
The graph of \(f(x) = |x|\) forms a V shape with its vertex at the origin.

This shape and its properties are explored in more depth in the lesson on absolute value functions.

Common mistakes to avoid

Some students assume the absolute sign simply "makes everything positive" without thinking about what's happening inside the bars first. Always simplify the expression inside the bars before applying the absolute value, as in Example 3 above. Also remember that \(-|x|\) (a negative sign placed outside the bars) is not the same as \(|-x|\); the outside negative sign is applied after the absolute value is taken, so \(-|5| = -5\).

Where absolute value shows up next

Once you're comfortable finding the absolute value of a number, the next step is usually applying it inside algebraic statements. This idea is central to solving absolute value equations, where you must consider both the positive and negative case, and to solving absolute value inequalities, where the same distance idea defines a range of solutions rather than a single number.

Related lessons