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 for any real number x, since distance cannot be negative
- Notation: the vertical bars in ∣x∣ signal you're finding magnitude, not performing an operation like multiplication
Properties of Absolute Value
- Piecewise definition: ∣a∣=a if a≥0 and ∣a∣=−a if a<0. This is the foundation for setting up cases when you solve equations.
- Product property: ∣ab∣=∣a∣⋅∣b∣, meaning absolute value distributes over multiplication
- Triangle inequality: ∣a+b∣≤∣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 when a<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.
- Two solutions when a>0: the equation ∣x∣=a means x=a or x=−a, since both are distance a from zero
- One solution when a=0: only x=0 works, as zero is the only number at zero distance from itself
- No solution when a<0: distance cannot be negative, so ∣x∣=−3 has no real solutions
Solving Equations with a Single Absolute Value Term
Here's the step-by-step process:
- Isolate the absolute value on one side of the equation. For example, turn 3∣x+2∣−5=7 into ∣x+2∣=4.
- Check the right side. If it's negative, stop. There's no solution. If it's zero or positive, continue.
- Split into two equations: write expression=k AND expression=−k.
- Solve both equations independently.
- 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
- Case 1: 2x−3=7 → 2x=10 → x=5
- Case 2: 2x−3=−7 → 2x=−4 → x=−2
- Check: ∣2(5)−3∣=∣7∣=7 ✓ and ∣2(−2)−3∣=∣−7∣=7 ✓
- Solution set: x=5 or x=−2
Compare: ∣x∣=5 vs. ∣x∣=−5. The first has two solutions (x=5 and x=−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∣, the approach changes:
- Identify critical points by setting each expression inside the absolute values equal to zero. For ∣2x+1∣=∣x−3∣, the critical points are x=−21 and x=3.
- 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).
- Check each solution to make sure it actually falls within the region where you found it. Discard any that don't.
- Combine valid solutions from all regions for your complete solution set.
An alternative shortcut for ∣A∣=∣B∣: this means either A=B or A=−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∣ forms a V with its vertex at the origin (0,0)
- Symmetric slopes: the left arm has slope −1 and the right arm has slope 1, reflecting the piecewise nature of absolute value
- Graphical solutions: solving ∣x∣=a means finding where the V-graph intersects the horizontal line y=a. If a>0, the line crosses both arms (two solutions). If a=0, it touches the vertex (one solution). If a<0, it misses the graph entirely (no solution).
Solving Absolute Value Inequalities
- Less-than (∣x∣<a): write −a<x<a. This gives a bounded interval, representing numbers close to zero.
- Greater-than (∣x∣>a): write x<−a or x>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 vs. ∣x∣>3. The first describes numbers between −3 and 3 (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.
- Distance problems: questions about "how far from a location" use absolute value since distance is always positive. "How far is x from 7?" translates to ∣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
|
| Definition and notation | ∥x∥ as distance from zero; always non-negative |
| Basic equation form | ∥x∥=a: two solutions if a>0, one if a=0, none if a<0 |
| Case-based solving | Isolate, split into positive/negative cases, solve both, check |
| No-solution condition | ∥expression∥=negative number has no solutions |
| Piecewise definition | ∥a∥=a if a≥0; ∥a∥=−a if a<0 |
| Graphical interpretation | V-shape, vertex at origin, symmetric slopes of ±1 |
| Inequality solving | Less-than → bounded interval; greater-than → union of rays |
| Real-world modeling | Tolerance, distance, deviation from target |
Self-Check Questions
-
Why does the equation ∣x−4∣=−2 have no solution, while ∣x−4∣=2 has two solutions?
-
Compare the solution processes for ∣2x+1∣=7 and ∣2x+1∣=∣x−3∣. What additional step does the second equation require?
-
If you graph y=∣x∣ and y=5 on the same coordinate plane, how does the graph help you find the solutions to ∣x∣=5?
-
Explain why ∣x∣<4 produces a bounded interval while ∣x∣>4 produces two separate rays. Which represents numbers "close to zero" and which represents numbers "far from zero"?
-
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.