Algebra 101 - Unit 2

Lesson 12: Absolute Value Equations and Inequalities

The absolute value of a number is its distance from 0 on the number line, regardless of direction. Example: \(|-5| = 5\) and \(|5| = 5\).

That means absolute value is always non-negative.

Absolute Value Equations

To solve equations with absolute value, we split into two cases.

  1. \(|A| = B\) becomes \(A = B\) or \(A = -B\), as long as \(B \ge 0\).
  2. If \(B < 0\), there is no solution.

Example 1:

Solve: \(|x| = 7\)

Split into two cases: \(x = 7\) or \(x = -7\).

Solution: \(\{ -7, 7 \}\)

-7 7

Example 2:

Solve: \(|x - 3| = 5\)

Solution: \(\{ -2, 8 \}\)

Absolute Value Inequalities

Solving inequalities depends on whether it’s a “less than” or “greater than” situation.

Example 3 (Less Than):

Solve: \(|x| < 4\)

Rewrite as: \(-4 < x < 4\)

Solution: all numbers between -4 and 4 (not including).

-4 4

Example 4 (Greater Than):

Solve: \(|x - 2| \ge 3\)

Solution: \(x \le -1\) or \(x \ge 5\)

-1 5

Practice Problems

  1. Solve: \(|x + 1| = 6\)
  2. Solve: \(|2x - 3| = 5\)
  3. Solve: \(|x| \le 2\)
  4. Solve: \(|x - 4| > 7\)

Lesson Summary