Absolute Value Equations – Solutions & Properties

Master solving absolute value equations and understanding their piecewise behavior. Essential for algebra and graphing.
🔑

Definition of Absolute Value

Absolute value represents the distance of a number from zero on the number line, regardless of direction. It always gives a non-negative result, effectively "removing" the negative sign from negative numbers while leaving positive numbers unchanged. Think of it as measuring "how far" a number is from zero.

\[ |x| = \begin{cases} x & \text{if } x \geq 0 \\ -x & \text{if } x < 0 \end{cases} \]
Piecewise Definition
SymbolMeaning
|x|The absolute value of x; its non-negative distance from zero.
xAny real number (positive, negative, or zero).
Non-negativeA key property of the output, meaning the result is always greater than or equal to 0.
🔑

Key Formulas

\[ |xy| = |x||y| \]
Multiplication Property
\[ \left|\frac{x}{y}\right| = \frac{|x|}{|y|} \text{ for } y \neq 0 \]
Division Property
\[ |x + y| \leq |x| + |y| \]
Triangle Inequality
\[ \text{Distance between } a \text{ and } b = |a - b| \]
Distance on a Number Line
\[ |x| = a \implies x = a \text{ or } x = -a \quad (\text{for } a \ge 0) \]
Solving Equations
\[ |x| < a \implies -a < x < a \quad (\text{for } a > 0) \]
Solving 'Less Than' Inequalities
\[ |x| > a \implies x < -a \text{ or } x > a \quad (\text{for } a > 0) \]
Solving 'Greater Than' Inequalities
📏

Geometric Interpretation: The Number Line

x y vertex (0,0) slope = −1 slope = +1 f(x) = |x| = x (x ≥ 0) = −x (x < 0)
Absolute value function f(x) = |x|: a V-shaped graph symmetric about the y-axis. The vertex is at the origin; slope is +1 for x>0 and −1 for x<0.

Imagine a standard number line with zero at its center. The absolute value of a number is its physical distance from this center point. For example, the point labeled '5' is 5 units away from zero. The point labeled '-5' is also 5 units away from zero. The absolute value ignores the direction (left or right, negative or positive) and only considers the magnitude of this distance.

📐

Mathematical Properties

Absolute value has several fundamental properties that govern its behavior in mathematical expressions.

PropertyFormulaDescription
Non-negativity|x| ≥ 0The result of an absolute value is always greater than or equal to zero.
Zero Property|x| = 0 ⇔ x = 0The absolute value is zero if and only if the number itself is zero.
Symmetry|-x| = |x|A number and its opposite have the same absolute value.
Multiplicativity|xy| = |x||y|The absolute value of a product is the product of the absolute values.
Triangle Inequality|x + y| ≤ |x| + |y|The absolute value of a sum is less than or equal to the sum of the absolute values.
Idempotence of Squaring|x|² = x²The square of the absolute value is the same as the square of the number.
🔍

Proof of the Triangle Inequality

We want to prove the Triangle Inequality: |x + y| ≤ |x| + |y| for any real numbers x and y.

Step 1: Start with the basic property that for any real number z, we have z ≤ |z| and -z ≤ |z|. This applies to the product xy.

\[ xy \leq |xy| = |x||y| \]

Step 2: Multiply by 2 and add x² + y² to both sides.

\[ x^2 + 2xy + y^2 \leq x^2 + 2|x||y| + y^2 \]

Step 3: Recognize the expressions on both sides as perfect squares. We also use the property that z² = |z|².

\[ (x+y)^2 \leq (|x| + |y|)^2 \]

Step 4: Since both bases, |x+y| and |x|+|y|, are non-negative, we can take the square root of both sides without changing the inequality's direction.

\[ \sqrt{(x+y)^2} \leq \sqrt{(|x|+|y|)^2} \]

Step 5: Using the property that √z² = |z|, we arrive at the final result.

\[ |x+y| \leq |x|+|y| \]
Q.E.D.
✏️

Worked Examples

Solve the equation |2x - 3| = 7.
  1. Based on the definition of absolute value, set up two separate equations: 2x - 3 = 7 and 2x - 3 = -7.
  2. Solve the first equation: 2x = 7 + 3 → 2x = 10 → x = 5.
  3. Solve the second equation: 2x = -7 + 3 → 2x = -4 → x = -2.
The solutions are x = 5 and x = -2.
Solve the inequality |x + 5| < 2.
  1. For a 'less than' inequality, rewrite it as a compound inequality: -2 < x + 5 < 2.
  2. Subtract 5 from all three parts of the inequality: -2 - 5 < x < 2 - 5.
  3. Simplify to find the solution range: -7 < x < -3.
The solution is the interval (-7, -3).
🧮

Try It

🚀

Applications in Science and Engineering

Engineering & Manufacturing: Engineers use absolute value to define manufacturing tolerances. A part must be within a certain range of a target dimension, and the absolute difference |actual - target| must be less than the allowed tolerance.

Statistics & Data Analysis: The Mean Absolute Deviation (MAD) is a measure of statistical dispersion. It calculates the average of the absolute differences between each data point and the mean, providing a robust measure of variability.

Physics & Computer Science: In physics, quantities like speed are the absolute value of velocity, as they represent magnitude without direction. In computer graphics and robotics, absolute values are crucial for calculating distances and differences in coordinate systems.

Finance & Economics: Financial analysts use absolute value to measure price volatility. The size of a price change (its absolute value) is often more important for risk assessment than whether the price went up or down.

🌍

Real-World Problems

A thermostat is set to 22°C but has a precision of ±1.5°C. What is the range of possible actual temperatures in the room?
  1. Let T be the actual temperature. The problem can be modeled with the inequality |T - 22| ≤ 1.5.
  2. Rewrite this as a compound inequality: -1.5 ≤ T - 22 ≤ 1.5.
  3. Add 22 to all parts of the inequality to isolate T: 22 - 1.5 ≤ T ≤ 22 + 1.5.
  4. Calculate the final range: 20.5 ≤ T ≤ 23.5.
The actual temperature in the room is between 20.5°C and 23.5°C, inclusive.
Two submarines are traveling along the same east-west path. One is 40 km east of a reference buoy, and the other is 75 km west of it. What is the distance between the two submarines?
  1. Represent their positions on a number line, with the buoy at 0. The first sub is at +40 km and the second is at -75 km.
  2. The distance between them is the absolute value of the difference of their positions: |40 - (-75)|.
  3. Simplify the expression inside the absolute value: |40 + 75| = |115|.
  4. Calculate the final distance: 115 km.
The distance between the two submarines is 115 km.
🏞️

Where Absolute Value Appears

|error| = |measured − true|
Measurement Error and Tolerance
Manufacturing tolerances require |d − d_nominal| ≤ 0.05 mm. The absolute value function models the unsigned deviation — a part 0.03 mm too large or too small are equally "0.03 mm off". Quality control engineers set pass/fail criteria as |x − target| ≤ tolerance, and precision instruments report accuracy as ±value because the absolute value symmetrically bounds error in both directions.
|x₂−x₁| A B distance = |B − A|
GPS Distance Calculations
The 1D distance between two coordinates is |x₂ − x₁| — the absolute value ensures distance is always positive regardless of direction. Mapping apps, delivery routing algorithms, and network latency measurements all use absolute value at their core. The L1 norm (Manhattan distance) in navigation is ∑|xᵢ − yᵢ| — a sum of absolute values used when routes must follow a grid.
rectified: |sin(ωt)|
Full-Wave Rectification in Electronics
A full-wave rectifier converts AC voltage V(t) = V₀ sin(ωt) to |V₀ sin(ωt)| — all negative half-cycles are "flipped" positive. The absolute value function describes this mathematically: the output is always non-negative. Rectifier circuits in phone chargers, power supplies, and LED drivers work on this principle, and engineers calculate average DC voltage as (2V₀/π) — the mean of |sin| over one period.

Error Margins in Polls: When a political poll reports a result of 45% with a margin of error of ±3%, it's using an absolute value concept. It means the true percentage is expected to be within 3 points of 45%, describing a range of possibilities where the magnitude of the error matters, not its direction.

GPS Navigation: A GPS calculates the straight-line distance to a destination using a formula derived from the Pythagorean theorem. This process inherently uses absolute distances to ensure the result is always a positive length, regardless of whether you are traveling north, south, east, or west.

Audio Processing: In digital audio, sound waves are represented by numbers that can be positive or negative. The volume or amplitude of the sound at any moment corresponds to the absolute value of these numbers, as our ears perceive loudness as the magnitude of air pressure changes, not their direction.

🗂️

Contexts and Generalizations

While the absolute value of a real number is the most common form, the concept of a non-negative 'magnitude' or 'size' is generalized to other mathematical objects.

ContextDescriptionExample
Real NumbersThe distance from zero on the number line.|-5| = 5
Complex Numbers (Modulus)The distance from the origin in the complex plane.|3 + 4i| = √(3² + 4²) = 5
Vectors (Magnitude/Norm)The length of a vector in Euclidean space.||⟨3, 4⟩|| = √(3² + 4²) = 5
FunctionsThe function f(x) = |g(x)| reflects the negative parts of g(x)'s graph across the x-axis.The graph of y = |x| is a V-shape.
⚠️

Common Mistakes

⚠️ Distributing across addition/subtraction: A frequent error is to assume |x - y| = |x| - |y|. This is incorrect. Always simplify the expression inside the absolute value bars first. For example, |5 - 8| = |-3| = 3, which is not equal to |5| - |8| = 5 - 8 = -3.
⚠️ Confusing inequality rules: Forgetting the difference between |x| < a and |x| > a. 'Less than' (|x| < a) becomes a single 'sandwich' inequality (-a < x < a). 'Greater than' (|x| > a) becomes two separate pieces (x < -a or x > a).
💡 Forgetting the second case in equations: When solving an equation like |x + 2| = 9, many students correctly find x + 2 = 9 → x = 7, but forget the second possibility: x + 2 = -9 → x = -11. Always remember that an absolute value equation typically yields two distinct solutions.
🚀

Study Strategy

1 📖 Grasp the Core Concepts
  • Review the formal definition: |x| = x if x ≥ 0, and |x| = -x if x < 0.
  • Visualize the 'Geometric Interpretation' as the unwavering distance from zero on the number line.
  • Study the fundamental 'Mathematical Properties' like non-negativity (|x| ≥ 0) and definiteness (|x| = 0 ⇔ x = 0).
  • Distinguish how absolute value bars function differently from parentheses in the order of operations.
2 🧠 Internalize the Rules
  • Commit the key equation formula to memory: |x| = a implies x = a or x = -a.
  • Master the inequality formulas: |x| < a becomes -a < x < a, and |x| > a becomes x < -a or x > a.
  • Learn the Triangle Inequality, |a + b| ≤ |a| + |b|, and review its proof to understand its logic.
  • Memorize the properties for products and quotients: |ab| = |a||b| and |a/b| = |a|/|b|.
3 ✍️ Solve and Analyze
  • Replicate each 'Worked Example' on your own before comparing your steps to the provided solution.
  • Focus on solving complex problems involving nested absolute values or variables on both sides.
  • Analyze the 'Common Mistakes' section to proactively avoid errors like distributing signs into the bars.
  • Practice problems from 'Related Concepts' like finding the distance between two points, |x₂ - x₁|.
4 🌍 Connect to Reality
  • Translate scenarios from the 'Real-World Problems' section into absolute value equations.
  • Examine 'Applications in Science and Engineering' to see how absolute value is used for error tolerance.
  • Brainstorm your own examples where a value must be within a certain range, like manufacturing specifications.
  • Explore 'Contexts and Generalizations' to see how the concept extends to vector magnitudes and complex numbers.
By systematically building from definition to application, you will master absolute value as a powerful tool for measuring and constraining quantities.

Frequently Asked Questions

×

×