๐Ÿ“ˆCollege Algebra

Essential Concepts of Absolute Value Equations

Study smarter with Fiveable

Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.

Get Started

Why This Matters

Absolute value equations test your understanding of one of algebra's most fundamental ideas: distance on the number line. When you see absolute value problems on exams, you're really being assessed on whether you can think flexibly about positive and negative cases, solution sets with multiple answers, and how algebraic structure connects to geometric meaning. These skills carry directly into solving inequalities, graphing transformations, and analyzing piecewise functions.

The core idea: absolute value strips away the sign and keeps only magnitude. This creates equations that can have two solutions, one solution, or no solutions at all. Every absolute value equation is really asking, "What numbers are this distance from zero?" Master that concept, and the procedures will make sense.


The Foundation: What Absolute Value Actually Means

Before solving equations, you need a rock-solid understanding of what absolute value represents. It's not just "make it positive." It's the distance from zero on a number line, which is always non-negative.

Definition of Absolute Value

  • Distance from zero: absolute value measures how far a number sits from the origin on the number line, regardless of direction
  • Always non-negative: โˆฃxโˆฃโ‰ฅ0|x| \geq 0 for any real number xx, since distance cannot be negative
  • Notation: the vertical bars in โˆฃxโˆฃ|x| signal you're finding magnitude, not performing an operation like multiplication

Properties of Absolute Value

  • Piecewise definition: โˆฃaโˆฃ=a|a| = a if aโ‰ฅ0a \geq 0 and โˆฃaโˆฃ=โˆ’a|a| = -a if a<0a < 0. This is the foundation for setting up cases when you solve equations.
  • Product property: โˆฃabโˆฃ=โˆฃaโˆฃโ‹…โˆฃbโˆฃ|ab| = |a| \cdot |b|, meaning absolute value distributes over multiplication
  • Triangle inequality: โˆฃa+bโˆฃโ‰คโˆฃaโˆฃ+โˆฃbโˆฃ|a + b| \leq |a| + |b|, a property that shows up in proofs and more advanced work

Compare: The piecewise definition vs. the "distance" definition describe the same concept differently. The piecewise form (โˆฃaโˆฃ=โˆ’a|a| = -a when a<0a < 0) is what you'll use when solving equations algebraically, while the distance interpretation helps you visualize solutions on a number line.


Solving Basic Absolute Value Equations

The core solving strategy: if something has a certain absolute value, it could be positive OR negative. That's why absolute value equations often produce two solutions.

Basic Form: โˆฃxโˆฃ=a|x| = a

  • Two solutions when a>0a > 0: the equation โˆฃxโˆฃ=a|x| = a means x=ax = a or x=โˆ’ax = -a, since both are distance aa from zero
  • One solution when a=0a = 0: only x=0x = 0 works, as zero is the only number at zero distance from itself
  • No solution when a<0a < 0: distance cannot be negative, so โˆฃxโˆฃ=โˆ’3|x| = -3 has no real solutions

Solving Equations with a Single Absolute Value Term

Here's the step-by-step process:

  1. Isolate the absolute value on one side of the equation. For example, turn 3โˆฃx+2โˆฃโˆ’5=73|x + 2| - 5 = 7 into โˆฃx+2โˆฃ=4|x + 2| = 4.
  2. Check the right side. If it's negative, stop. There's no solution. If it's zero or positive, continue.
  3. Split into two equations: write expression=kexpression = k AND expression=โˆ’kexpression = -k.
  4. Solve both equations independently.
  5. Check your answers by plugging them back into the original equation. Extraneous solutions can sneak in, especially when you had to isolate first.

Worked example: Solve โˆฃ2xโˆ’3โˆฃ=7|2x - 3| = 7

  • Case 1: 2xโˆ’3=72x - 3 = 7 โ†’ 2x=102x = 10 โ†’ x=5x = 5
  • Case 2: 2xโˆ’3=โˆ’72x - 3 = -7 โ†’ 2x=โˆ’42x = -4 โ†’ x=โˆ’2x = -2
  • Check: โˆฃ2(5)โˆ’3โˆฃ=โˆฃ7โˆฃ=7|2(5) - 3| = |7| = 7 โœ“ and โˆฃ2(โˆ’2)โˆ’3โˆฃ=โˆฃโˆ’7โˆฃ=7|2(-2) - 3| = |-7| = 7 โœ“
  • Solution set: x=5x = 5 or x=โˆ’2x = -2

Compare: โˆฃxโˆฃ=5|x| = 5 vs. โˆฃxโˆฃ=โˆ’5|x| = -5. The first has two solutions (x=5x = 5 and x=โˆ’5x = -5), while the second has none. If you're asked to explain why an absolute value equation has no solution, this is your go-to reasoning: absolute value can never equal a negative number.


Advanced Equation Types

Once you've mastered single absolute value equations, you'll encounter problems with absolute values on both sides or multiple absolute value expressions. The key is systematically considering all possible cases.

Absolute Value Equations with Variables on Both Sides

  • Rearrange strategically so absolute value expressions are isolated and cases are clear
  • Set up cases based on critical points: determine where each expression inside the absolute value changes sign
  • Always verify solutions by substituting back into the original equation, as case-based solving can introduce extraneous answers

Equations with Two Absolute Value Terms

When you have something like โˆฃ2x+1โˆฃ=โˆฃxโˆ’3โˆฃ|2x + 1| = |x - 3|, the approach changes:

  1. Identify critical points by setting each expression inside the absolute values equal to zero. For โˆฃ2x+1โˆฃ=โˆฃxโˆ’3โˆฃ|2x + 1| = |x - 3|, the critical points are x=โˆ’12x = -\frac{1}{2} and x=3x = 3.
  2. Split the number line into regions using those critical points, then solve a different linear equation in each region (removing the absolute value bars based on the sign of each expression in that region).
  3. Check each solution to make sure it actually falls within the region where you found it. Discard any that don't.
  4. Combine valid solutions from all regions for your complete solution set.

An alternative shortcut for โˆฃAโˆฃ=โˆฃBโˆฃ|A| = |B|: this means either A=BA = B or A=โˆ’BA = -B. You can set up just those two equations, solve both, and check.

Compound Absolute Value Equations

  • With two absolute values, you may need up to four cases to cover all sign combinations
  • Critical points are your boundaries: solve for them first, then work region by region
  • Check each solution against its case conditions to eliminate answers that don't belong to that region

Compare: Single absolute value equations vs. two-absolute-value equations both use case analysis, but the latter requires you to consider combinations of signs. Expect two-absolute-value problems to be the harder questions on tests.


Connecting to Graphs and Inequalities

Absolute value equations connect directly to graphing and inequality-solving. Understanding the V-shape of absolute value graphs makes solution-counting intuitive.

Graphing Absolute Value Functions

  • V-shaped graph: the parent function y=โˆฃxโˆฃy = |x| forms a V with its vertex at the origin (0,0)(0, 0)
  • Symmetric slopes: the left arm has slope โˆ’1-1 and the right arm has slope 11, reflecting the piecewise nature of absolute value
  • Graphical solutions: solving โˆฃxโˆฃ=a|x| = a means finding where the V-graph intersects the horizontal line y=ay = a. If a>0a > 0, the line crosses both arms (two solutions). If a=0a = 0, it touches the vertex (one solution). If a<0a < 0, it misses the graph entirely (no solution).

Solving Absolute Value Inequalities

  • Less-than (โˆฃxโˆฃ<a|x| < a): write โˆ’a<x<a-a < x < a. This gives a bounded interval, representing numbers close to zero.
  • Greater-than (โˆฃxโˆฃ>a|x| > a): write x<โˆ’ax < -a or x>ax > a. This gives two separate rays, representing numbers far from zero.
  • Sign-flip rule still applies: when multiplying or dividing by a negative during solving, reverse the inequality direction

Compare: โˆฃxโˆฃ<3|x| < 3 vs. โˆฃxโˆฃ>3|x| > 3. The first describes numbers between โˆ’3-3 and 33 (within 3 units of zero), while the second describes numbers outside that interval (more than 3 units from zero). Sketch these on a number line to make the difference concrete.


Real-World Applications

Absolute value models real situations where only magnitude matters, not direction. These applications frequently appear in word problems.

Applications in Real-World Problems

  • Tolerance and error: manufacturing specs like "within 0.5 mm of target" translate directly to absolute value inequalities. A target length of 10 mm with 0.5 mm tolerance becomes โˆฃxโˆ’10โˆฃโ‰ค0.5|x - 10| \leq 0.5.
  • Distance problems: questions about "how far from a location" use absolute value since distance is always positive. "How far is xx from 7?" translates to โˆฃxโˆ’7โˆฃ|x - 7|.
  • Deviation from average: in statistics and data analysis, absolute value measures how much a value differs from a benchmark, regardless of whether it's above or below

Quick Reference Table

ConceptKey Details
Definition and notationโˆฅxโˆฅ\|x\| as distance from zero; always non-negative
Basic equation formโˆฅxโˆฅ=a\|x\| = a: two solutions if a>0a > 0, one if a=0a = 0, none if a<0a < 0
Case-based solvingIsolate, split into positive/negative cases, solve both, check
No-solution conditionโˆฅexpressionโˆฅ=negativeย number\|expression\| = \text{negative number} has no solutions
Piecewise definitionโˆฅaโˆฅ=a\|a\| = a if aโ‰ฅ0a \geq 0; โˆฅaโˆฅ=โˆ’a\|a\| = -a if a<0a < 0
Graphical interpretationV-shape, vertex at origin, symmetric slopes of ยฑ1\pm 1
Inequality solvingLess-than โ†’ bounded interval; greater-than โ†’ union of rays
Real-world modelingTolerance, distance, deviation from target

Self-Check Questions

  1. Why does the equation โˆฃxโˆ’4โˆฃ=โˆ’2|x - 4| = -2 have no solution, while โˆฃxโˆ’4โˆฃ=2|x - 4| = 2 has two solutions?

  2. Compare the solution processes for โˆฃ2x+1โˆฃ=7|2x + 1| = 7 and โˆฃ2x+1โˆฃ=โˆฃxโˆ’3โˆฃ|2x + 1| = |x - 3|. What additional step does the second equation require?

  3. If you graph y=โˆฃxโˆฃy = |x| and y=5y = 5 on the same coordinate plane, how does the graph help you find the solutions to โˆฃxโˆฃ=5|x| = 5?

  4. Explain why โˆฃxโˆฃ<4|x| < 4 produces a bounded interval while โˆฃxโˆฃ>4|x| > 4 produces two separate rays. Which represents numbers "close to zero" and which represents numbers "far from zero"?

  5. A machine part must be within 0.02 cm of the target length of 15 cm. Write an absolute value inequality modeling acceptable lengths, then solve it to find the acceptable range.