Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games


Log in

Opening subject page...

Loading your content

  1. College Algebra
  2. Linear Inequalities and Interval Notation

COLLEGE ALGEBRA • FOUNDATIONS & ALGEBRAIC SKILLS

Linear Inequalities and Interval Notation

Mastering the language of solution sets to describe ranges, constraints, and feasible regions in algebra and beyond.

SECTION 1

Historical Context & Motivation

The concept of inequality — the idea that one quantity may exceed, fall short of, or merely differ from another — is as old as mathematics itself. Ancient Babylonian scribes solving tax and irrigation problems implicitly dealt with constraints like "this canal must carry at least this much water," even though they lacked a formal symbolic language for such statements. The Greeks, particularly Archimedes, employed reasoning about bounds when approximating π using inscribed and circumscribed polygons, establishing that the ratio lay between 3 10/71 and 3 1/7. Yet for centuries, the absence of algebraic notation meant these ideas remained embedded in geometric arguments and rhetorical prose rather than concise symbolic expressions.

The modern treatment of linear inequalities required two parallel developments: a symbolic algebra capable of expressing relationships beyond strict equality, and a rigorous concept of the real number line on which solution sets could be visualized. Once these tools converged in the seventeenth through nineteenth centuries, inequalities became indispensable in analysis, optimization, and applied science. Today, interval notation provides a compact, universally understood way to describe the solution sets that arise from solving such inequalities.

c. 250 BCE
Archimedes' Method of Bounds
Archimedes bounded π between two values using inscribed and circumscribed polygons, employing inequality reasoning without formal notation.
1631
Harriot's Inequality Symbols
Thomas Harriot's posthumous work introduced the < and > symbols, giving mathematicians a concise way to express order relations between quantities.
1821
Cauchy's Cours d'Analyse
Augustin-Louis Cauchy systematized the use of inequalities in rigorous analysis, making them central to the definitions of limits, continuity, and convergence.
1895
Borel and Interval Theory
Émile Borel formalized open and closed intervals as foundational objects in measure theory and topology, solidifying the notation still used today.
1947
Dantzig's Simplex Method
George Dantzig developed the simplex algorithm for linear programming, demonstrating that systems of linear inequalities are the backbone of modern optimization.

The central question this lesson addresses is straightforward yet far-reaching: given a linear inequality in one variable, how do we solve it algebraically, represent its solution set on a number line, and express that set using interval notation? Mastering this skill is not merely an exercise in symbol manipulation — it underpins everything from defining function domains to formulating constraints in linear programming and understanding the ε–δ definitions that appear in calculus.

SECTION 2

Core Principles & Definitions

Before diving into techniques, it is essential to establish the foundational concepts that govern how inequalities behave and how their solutions are communicated. A linear inequality in one variable is a statement of the form ax + b < 0 (or with ≤, >, ≥) where a and b are real constants and a ≠ 0. Unlike an equation, which typically yields a single value, an inequality produces an infinite set of values — a solution set — and we need efficient ways to describe that set.

1

The Order Properties of ℝ

The real numbers are totally ordered: for any two reals a and b, exactly one of a < b, a = b, or a > b holds (the trichotomy property). This order is preserved under addition and under multiplication by a positive number.
2

The Reversal Rule

Multiplying or dividing both sides of an inequality by a negative number reverses the direction of the inequality symbol. This is the single most common source of errors when solving inequalities.
3

Open vs. Closed Intervals

An open interval (a, b) excludes its endpoints, while a closed interval [a, b] includes them. Half-open intervals [a, b) or (a, b] include exactly one endpoint.
4

Infinity Is Not a Number

The symbols ∞ and −∞ represent unboundedness, not actual values. Intervals extending to infinity always use parentheses at that end: (−∞, 5] is valid, but [−∞, 5] is not.
5

Set-Builder vs. Interval Notation

Set-builder notation {x | x > 3} and interval notation (3, ∞) describe the same set. Interval notation is more compact and is the standard in college-level courses.
✦ KEY TAKEAWAY
Think of an equation as a question with a single GPS coordinate for an answer: "Go to mile marker 7." An inequality, by contrast, is like giving driving directions that say "stay on the highway anywhere past mile marker 7." The solution is not a point but a region, and interval notation is the shorthand for describing that region precisely — including whether the boundary marker itself is part of the allowed zone.
SECTION 3

Visualizing Inequalities on the Number Line

The number line is the natural habitat of a one-variable inequality's solution set. Each type of inequality — strict (<, >) or non-strict (≤, ≥) — produces a characteristic graphical signature: an open circle at the boundary point for strict inequalities (indicating the point is excluded) and a filled circle for non-strict inequalities (indicating inclusion). The shaded ray then extends in the direction of all values satisfying the inequality. The diagram below illustrates the four fundamental cases and their corresponding interval notation.

Four Fundamental Linear Inequality TypesCase 1: x > 3(3, ∞)3open circle → endpoint excludedCase 2: x ≤ 3(−∞, 3]3filled circle → endpoint includedCase 3: x ≥ −2[−2, ∞)−2Case 4: x < 5(−∞, 5)5
The four fundamental cases of linear inequalities on the number line. Open circles correspond to strict inequalities (< or >) and parentheses in interval notation. Filled circles correspond to non-strict inequalities (≤ or ≥) and square brackets.

Notice the consistent pairing between the graphical representation and the notation: a parenthesis "(" or ")" always pairs with an open circle, while a bracket "[" or "]" always pairs with a filled circle. This is not mere convention but a reflection of the underlying set-theoretic distinction between open and closed sets. In Case 1, the value x = 3 does not satisfy x > 3, so it is excluded — hence the open circle and the parenthesis. In Case 2, x = 3 does satisfy x ≤ 3, so it is included — hence the filled circle and the bracket. Internalizing this correspondence is critical, as it eliminates the most common notational errors students encounter.

SECTION 4

Mathematical Framework

Solving a linear inequality follows the same algebraic steps as solving a linear equation — isolate the variable using inverse operations — with one crucial caveat. The properties of inequality govern which operations preserve the direction of the inequality and which reverse it. The formal properties are stated below.

ADDITION / SUBTRACTION PROPERTY
If a < b, then a + c < b + c for all c ∈ ℝ
Adding or subtracting the same real number c to both sides of an inequality preserves the direction. This property holds for all four inequality symbols (<, >, ≤, ≥).
MULTIPLICATION / DIVISION (POSITIVE)
If a < b and c > 0, then ac < bc
Multiplying or dividing both sides by a positive number preserves the inequality direction.
MULTIPLICATION / DIVISION (NEGATIVE) — THE REVERSAL RULE
If a < b and c < 0, then ac > bc
Multiplying or dividing both sides by a negative number reverses the inequality direction. For example, 2 < 5, but (−1)(2) = −2 > −5 = (−1)(5).
GENERAL SOLUTION FORM
ax + b < 0 ⟹ x < −b/a (if a > 0) or x > −b/a (if a < 0)
When the coefficient a is positive, dividing by a preserves the inequality. When a is negative, dividing by a reverses it. The boundary value −b/a is the same in both cases; only the direction changes.

These properties can be justified rigorously from the ordered field axioms of ℝ. The reversal rule, in particular, follows from the fact that multiplying by a negative number reflects the number line about the origin: if a lies to the left of b on the number line, their reflections −a and −b swap relative positions, placing −a to the right of −b. This geometric insight explains why the inequality flips — it is not an arbitrary rule but a consequence of the structure of the real numbers.

⚠️ Common Pitfall
Students sometimes forget to reverse the inequality when dividing by a negative coefficient. A reliable strategy is to move the variable term to the side where its coefficient is positive, thereby avoiding division by a negative altogether. For instance, instead of solving −3x > 12 by dividing by −3, rewrite as −12 > 3x, then divide by 3 to get −4 > x, i.e., x < −4.
SECTION 5

Interval Notation — A Complete Classification

Interval notation provides a compact representation for connected subsets of the real number line. While linear inequalities in one variable produce only rays or the entire real line, understanding the full taxonomy of intervals is essential for describing domains, ranges, and compound inequalities. The table below catalogs every interval type you will encounter in college algebra and beyond.

Complete taxonomy of interval types in ℝ
Interval TypeNotationInequalityEndpoints
Open interval(a, b)a < x < bBoth excluded
Closed interval[a, b]a ≤ x ≤ bBoth included
Half-open (left-closed)[a, b)a ≤ x < bLeft included, right excluded
Half-open (right-closed)(a, b]a < x ≤ bLeft excluded, right included
Unbounded right (open)(a, ∞)x > aLeft excluded, no right endpoint
Unbounded right (closed)[a, ∞)x ≥ aLeft included, no right endpoint
Unbounded left (open)(−∞, b)x < bNo left endpoint, right excluded
Unbounded left (closed)(−∞, b]x ≤ bNo left endpoint, right included
All real numbers(−∞, ∞)−∞ < x < ∞No endpoints
Interval Notation Cheat Sheet(a, b)Open: excludes both a and bab[a, b]Closed: includes both a and bab[a, b)Half-open: includes a, excludes bab(a, ∞)Unbounded right: x > aa(−∞, b]Unbounded left: x ≤ bb(−∞, ∞)All real numbers: ℝ
A visual reference sheet showing each interval type with its number line representation. Open circles pair with parentheses; filled circles pair with brackets. Arrows indicate unbounded directions toward ±∞.

A few subtleties deserve emphasis. First, the union operator ∪ is used to combine disjoint intervals. For instance, the solution set of |x| > 2 is (−∞, −2) ∪ (2, ∞). Second, the intersection operator ∩ identifies values common to two intervals; for example, (1, 5) ∩ [3, 8] = [3, 5). Finally, the empty set ∅ results when an inequality has no solution — as with x + 3 < x + 1, which simplifies to the false statement 3 < 1.

SECTION 6

Worked Example

Let us walk through a complete example that involves distributing, combining like terms, and applying the reversal rule. We will solve the inequality, graph its solution on a number line, and express the answer in interval notation.

Solve: 3(2 − x) + 4x ≥ 5x − 8

Step 1 — Distribute and simplify the left side

Apply the distributive property to 3(2 − x): this yields 6 − 3x. Then combine with the +4x term to get 6 − 3x + 4x = 6 + x. The inequality is now 6 + x ≥ 5x − 8.
6 + x ≥ 5x − 8

Step 2 — Collect variable terms on one side

Subtract x from both sides to move variable terms to the right: 6 ≥ 5x − x − 8, which simplifies to 6 ≥ 4x − 8. Alternatively, subtract 5x from both sides to keep the variable on the left; here we choose the approach that keeps the variable coefficient positive, avoiding the reversal rule.
6 ≥ 4x − 8

Step 3 — Isolate the variable term

Add 8 to both sides: 6 + 8 ≥ 4x, which gives 14 ≥ 4x.
14 ≥ 4x

Step 4 — Solve for x

Divide both sides by 4. Since 4 > 0, the inequality direction is preserved: 14/4 ≥ x, which simplifies to 7/2 ≥ x, or equivalently x ≤ 7/2.
x ≤ 7/2 (i.e., x ≤ 3.5)

Step 5 — Express in interval notation and graph

The solution set consists of all real numbers less than or equal to 7/2. In interval notation, this is (−∞, 7/2]. On the number line, place a filled circle at 7/2 (since x = 7/2 is included by ≤) and shade the ray extending to the left toward −∞.
Solution: (−∞, 7/2]

Step 6 — Verify with a test value

Choose x = 0, which lies in the solution interval. Substituting into the original inequality: 3(2 − 0) + 4(0) ≥ 5(0) − 8 gives 6 ≥ −8, which is true. Now test x = 4, which lies outside the interval. Substituting: 3(2 − 4) + 4(4) = −6 + 16 = 10 and 5(4) − 8 = 12. So 10 ≥ 12 is false, confirming x = 4 is not in the solution set.
✓ Verified
SECTION 7

Equations vs. Inequalities — Strengths & Limitations

Linear equations and linear inequalities share the same algebraic toolkit — distribution, combining like terms, inverse operations — yet they differ profoundly in both their solutions and their interpretive scope. Understanding where each formulation excels illuminates why inequalities are indispensable in modeling real-world constraints, where exact equality is the exception rather than the rule.

Contrasting linear equations and linear inequalities
FeatureLinear EquationLinear Inequality
Solution typeA single value (point on number line)An infinite set (ray or interval)
Multiplication by negativeNo special considerationMust reverse the inequality direction
Graphical representationA single point on the number lineA shaded ray or segment on the number line
Notation for answerx = cInterval notation, e.g., (−∞, c] or set-builder
Real-world modelingExact specifications (e.g., "budget is $500")Constraints and bounds (e.g., "budget must not exceed $500")
Compound formsSystems of equations → unique point or lineCompound inequalities → bounded intervals via intersection
✦ KEY TAKEAWAY
In engineering and operations research, models rarely require exact equality. A bridge must support at least a given load, a drug dosage must stay within a therapeutic window, and a shipping container cannot exceed a weight limit. Inequalities, not equations, capture these constraints. Mastering interval notation gives you the vocabulary to express feasible regions in any applied context.
SECTION 8

Connection to Advanced Topics

Linear inequalities in one variable are the simplest members of a large family of inequality problems. As you progress through college algebra and into calculus, linear algebra, and applied mathematics, the same core ideas — isolating the variable, attending to sign changes, and expressing solution sets as intervals or unions of intervals — reappear in increasingly sophisticated contexts. The table below maps the progression.

From linear inequalities to advanced topics
TopicThis LessonAdvanced Extension
Compound InequalitiesSingle inequality, one boundarya ≤ expression ≤ b yields bounded intervals like [c, d]
Absolute Value InequalitiesNo absolute values|ax + b| < c splits into compound; |ax + b| > c yields a union of intervals
Polynomial & RationalDegree 1 (linear)Sign chart / test-interval methods for quadratic, cubic, and rational inequalities
Two-Variable InequalitiesOne variable, number lineax + by ≤ c defines a half-plane in ℝ²; systems define feasible regions in linear programming
Analysis (ε–δ)Interval notation for solution setsIntervals describe neighborhoods in limit definitions: 0 < |x − c| < δ ⟹ |f(x) − L| < ε

The conceptual leap from this lesson to, say, the simplex method in linear programming is smaller than it might appear. A linear programming problem is simply a system of linear inequalities (constraints) together with a linear objective function to maximize or minimize. Each constraint carves out a half-space, and the feasible region is the intersection of these half-spaces — a higher-dimensional analogue of the intervals you are learning to describe here. Similarly, in real analysis, the ε–δ definition of a limit is built entirely on inequalities and the interval-based neighborhoods they define. The fluency you develop now with single-variable linear inequalities and interval notation will pay compounding dividends.

SECTION 9

Practice Problems

PROBLEM 1 — CONCEPTUAL
Explain why the interval [3, ∞] is not valid notation, while [3, ∞) is. What property of ∞ makes the distinction necessary?
PROBLEM 2 — BASIC CALCULATION
Solve the inequality 5x − 7 > 2x + 8 and express the solution in interval notation.
PROBLEM 3 — INTERMEDIATE
Solve: −2(3x + 1) ≤ 4(x − 3) + 6. Express the answer in interval notation and verify with a test value.
PROBLEM 4 — APPLIED
A pharmaceutical company requires that a drug concentration c (in mg/L) remain within the therapeutic window described by the compound inequality 12 ≤ 2c + 4 ≤ 30. Solve for c and express the therapeutic interval in interval notation.
PROBLEM 5 — CRITICAL THINKING
Consider the inequality a(x − 2) > 3, where a is a nonzero real parameter. Derive the solution set in terms of a, carefully distinguishing the cases a > 0 and a < 0. Express each solution in interval notation and explain geometrically why the two cases yield rays pointing in opposite directions.
SUMMARY

Summary & Review

A linear inequality in one variable is solved using the same inverse operations as a linear equation, with the critical caveat that multiplying or dividing by a negative number reverses the inequality direction. The solution set is an infinite collection of real numbers, not a single value, and is represented on the number line using open circles (for strict < or >) and filled circles (for non-strict ≤ or ≥) at boundary points, with shaded rays indicating the direction of all solutions.

Interval notation translates these graphical representations into compact symbolic form: parentheses exclude endpoints, brackets include them, and ±∞ always takes a parenthesis because infinity is not a real number. Mastery of these conventions prepares you for compound inequalities, absolute value inequalities, domain restrictions of functions, and the interval-based reasoning that pervades calculus and real analysis.

Varsity Tutors • College Algebra • Linear Inequalities and Interval Notation