Absolute Value Equations

Solving equations involving absolute value

Absolute Value Equations

What is Absolute Value?

The absolute value of a number is its distance from zero on the number line.

x={xif x0xif x<0|x| = \begin{cases} x & \text{if } x \geq 0 \\ -x & \text{if } x < 0 \end{cases}

Examples: 5=5|5| = 5, 3=3|-3| = 3, 0=0|0| = 0

Solving Absolute Value Equations

For x=a|x| = a where a0a \geq 0: x=aorx=ax = a \quad \text{or} \quad x = -a

Example: Solve x=7|x| = 7 x=7orx=7x = 7 \quad \text{or} \quad x = -7

Multi-Step Absolute Value Equations

For ax+b=c|ax + b| = c:

  1. Isolate the absolute value
  2. Split into two equations: ax+b=cax + b = c or ax+b=cax + b = -c
  3. Solve both equations

Example: Solve 2x1=5|2x - 1| = 5

Case 1: 2x1=52x - 1 = 5x=3x = 3 Case 2: 2x1=52x - 1 = -5x=2x = -2

Solutions: x=3x = 3 or x=2x = -2

📚 Practice Problems

1Problem 1easy

Question:

Solve: x=9|x| = 9

💡 Show Solution

The absolute value of xx is 9, so xx could be 9 or -9.

x=9orx=9x = 9 \quad \text{or} \quad x = -9

Check: 9=9|9| = 9 ✓ and 9=9|-9| = 9

Answer: x=9x = 9 or x=9x = -9

2Problem 2medium

Question:

Solve: x+3=7|x + 3| = 7

💡 Show Solution

Split into two cases:

Case 1: x+3=7x + 3 = 7 x=4x = 4

Case 2: x+3=7x + 3 = -7 x=10x = -10

Check:

  • 4+3=7=7|4 + 3| = |7| = 7
  • 10+3=7=7|-10 + 3| = |-7| = 7

Answer: x=4x = 4 or x=10x = -10

3Problem 3hard

Question:

Solve: 3x2+1=10|3x - 2| + 1 = 10

💡 Show Solution

Step 1: Isolate the absolute value 3x2=9|3x - 2| = 9

Step 2: Split into two cases

Case 1: 3x2=93x - 2 = 9 3x=113x = 11 x=113x = \frac{11}{3}

Case 2: 3x2=93x - 2 = -9 3x=73x = -7 x=73x = -\frac{7}{3}

Answer: x=113x = \frac{11}{3} or x=73x = -\frac{7}{3}