Inequalities, Intervals, and Absolute Value
Use inequalities and intervals to describe ordered sets, then use absolute value to express distance and tolerance. Track endpoints, unbounded ranges, negative scaling, and inside-versus-outside conditions.
An inequality compares values or describes a set of allowed values. Interval notation records that set compactly, while absolute value expresses distance without choosing a direction. Together, these ideas describe bounds, tolerances, thresholds, and constraints.
Inequalities Describe Ordered Sets
The statement
means that may be any real number smaller than . Unlike an equation with one solution, this inequality describes an entire set of values.
The four common comparison symbols are:
| Symbol | Reading | Is equality included? |
|---|---|---|
| less than | no | |
| less than or equal to | yes | |
| greater than | no | |
| greater than or equal to | yes |
Several inequalities can describe the same set. For example, and both place at or to the right of on the number line.
Intervals Record Endpoints
An interval gives the lower and upper boundaries of a connected part of the number line. A square bracket includes a finite endpoint, while a parenthesis excludes it:
| Inequality | Interval | Meaning |
|---|---|---|
| both endpoints included | ||
| both endpoints excluded | ||
| included and excluded | ||
| every value from upward | ||
| every value below |
The symbols and describe unbounded directions, not finite numbers that can be included. Their interval endpoints therefore always use parentheses.
Exercise: Write a mixed interval
Which interval represents ?
Select one choice, then check.
HintRead one endpoint at a time
The symbol excludes , while includes .
SolutionMatch each endpoint
The lower bound is strict, so receives a parenthesis. The upper bound includes equality, so receives a square bracket. Thus:
Reverse the Sign after Negative Scaling
Adding or subtracting the same quantity on both sides preserves an inequality. Multiplication or division by a positive number also preserves its direction. Multiplication or division by a negative number reverses the comparison.
Consider:
Dividing both sides by reverses to :
The reversal preserves the ordering. For example, , but dividing both values by gives . A negative scale reflects the number line, so left and right exchange places.
If the sign of a multiplying expression is unknown, we cannot divide by it until we consider its positive, negative, and possibly zero cases separately.
Exercise: Reverse an inequality
Solve .
Select one choice, then check.
HintTrack the negative divisor
Divide both sides by and reverse .
SolutionDivide and reverse the comparison
Dividing by gives:
The endpoint remains included because the original comparison included equality. Substituting confirms that .
A compound inequality can be transformed across all three parts at once. For example:
becomes
after subtracting throughout, and then
after dividing throughout by the positive number .
Absolute Value Measures Distance
The absolute value of a real number is its distance from zero. It can be defined precisely as:
Thus and . The result is always nonnegative. More generally,
measures the distance between and on the number line.
Exercise: Read absolute error
A prediction is and the target is . What is the absolute error ?
Compute it first, then check your number.
HintDistance cannot be negative
Compute , then take its absolute value.
SolutionMeasure the distance
The signed difference is:
Absolute value keeps its magnitude:
The answer is a distance, so it is nonnegative.
Absolute-Value Bounds Describe Inside or Outside
For , the inequality
means that lies within distance of the center . Equivalently:
For example, means:
A lower bound on distance describes the outside instead. For :
means:
Strict comparisons produce strict endpoint inequalities in the corresponding forms.
Exercise: Convert a tolerance to an interval
Which interval is described by ?
Select one choice, then check.
HintUse a center and radius
The center is ; the allowed distance from it is less than .
SolutionFind both endpoints
Subtract and add the allowed distance:
so:
The endpoints are excluded because the original inequality is strict.
Exercise: Describe values outside a radius
Which condition is equivalent to ?
Select one choice, then check.
HintFind the boundary points
Move units left and right from the center , then keep the values farther away than those points.
SolutionKeep both outer regions
The boundary points are and . A distance greater than places outside the interval between them:
Both regions are required because distance has two directions from the center.
Name the Set Before Manipulating It
An inequality represents a set, not merely a symbolic arrangement. Before solving, identify whether the boundary is included, whether the set lies inside or outside a range, and whether any multiplication or division may reverse the order. After solving, test one value inside the proposed set and one outside it. This makes sign and endpoint errors easier to find.