Understanding Absolute Value and Its Role in Inequalities
Before diving into solving absolute value inequalities, it's important to revisit what the absolute value actually represents. The absolute value of a number is its distance from zero on the number line, regardless of direction. In simpler terms, it’s always a non-negative number. For example, |4| = 4 and |-4| = 4. When absolute value is combined with inequalities, it essentially asks: "For which values of the variable is the distance from a certain point either less than, greater than, or equal to a specified amount?" This conceptual understanding is essential for grasping how to approach the problem.Types of Absolute Value Inequalities
Absolute value inequalities typically come in two primary forms:- Less than inequalities: |expression| < number or |expression| ≤ number
- Greater than inequalities: |expression| > number or |expression| ≥ number
How to Solve Absolute Value Inequalities: The Core Method
The key to solving absolute value inequalities lies in rewriting the inequality without the absolute value sign, turning it into one or two simpler inequalities that can be solved using basic algebraic techniques.Step 1: Isolate the Absolute Value Expression
If your inequality looks like |ax + b| < c or |ax + b| ≥ c, ensure the absolute value expression is on one side by itself. If it’s not, use algebraic operations to isolate it. For example, if you have 3 + |2x - 5| < 10, subtract 3 from both sides first to get |2x - 5| < 7.Step 2: Determine the Type of Inequality
- If the inequality is **less than** (< or ≤), you’ll split it into a “double inequality”:
- If the inequality is **greater than** (> or ≥), you split it into two separate inequalities:
Step 3: Solve Each Inequality Separately
Once rewritten, solve each linear inequality just as you would any other. For example, consider |x - 4| < 3:- Rewrite as: -3 < x - 4 < 3
- Add 4 to all parts: 1 < x < 7
Step 4: Write the Solution in Interval or Inequality Form
Examples of Solving Absolute Value Inequalities
Example 1: Solving |2x + 3| ≤ 7
1. The absolute value is already isolated. 2. Since it’s a “less than or equal to” inequality, rewrite as: -7 ≤ 2x + 3 ≤ 7 3. Subtract 3 from all parts: -10 ≤ 2x ≤ 4 4. Divide all parts by 2: -5 ≤ x ≤ 2 5. Solution: x is between -5 and 2, inclusive.Example 2: Solving |x - 1| > 4
1. The absolute value is isolated. 2. For “greater than,” split into two inequalities: x - 1 < -4 or x - 1 > 4 3. Solve each: x < -3 or x > 5 4. The solution is all x less than -3 or greater than 5.Special Cases and Tips When Working with Absolute Value Inequalities
When the Number on the Right Side Is Negative
Absolute value expressions are always non-negative. This means if you encounter an inequality like |x + 2| < -3, there’s no solution because an absolute value can never be less than a negative number. Conversely, if the inequality is |x + 2| ≥ -3, the solution is all real numbers because absolute value is always greater than or equal to any negative number.Handling Complex Expressions
Sometimes the expression inside the absolute value is more than just a simple linear term — it might be quadratic or involve multiple terms. In those cases, the approach is similar, but solving the resulting inequalities might require factoring, using the quadratic formula, or other algebraic methods. For example: |x² - 4| ≤ 5 Rewrite as: -5 ≤ x² - 4 ≤ 5 Add 4: -1 ≤ x² ≤ 9 Since x² ≥ 0 always, the lower inequality -1 ≤ x² is always true. The upper inequality x² ≤ 9 means -3 ≤ x ≤ 3. Therefore, the solution is x in [-3, 3].Graphing Can Help Visualize Solutions
If you’re a visual learner or want to double-check your answers, try sketching the absolute value function and the boundary values on a number line or coordinate plane. Seeing where the function lies relative to the critical values can make the solution more intuitive.Common Mistakes to Avoid
- Forgetting to split the inequality: Absolute value inequalities require considering two cases, except when the right side is negative.
- Ignoring the direction of inequality signs: When multiplying or dividing by negative numbers, remember to flip the inequality sign.
- Not checking for extraneous solutions: Especially in more complicated problems, ensure the solutions satisfy the original inequality.
- Misinterpreting “less than” vs. “greater than” inequalities: They lead to different solution sets, so handle carefully.