Intervals describe a continuous stretch of numbers on the number line, using brackets or parentheses to show whether endpoints are included.
You’ve seen them in inequalities, graphs, and word problems: “between 2 and 7,” “at least 10,” “less than 3.” In math, those ideas get packaged into one clean concept: an interval.
An interval is a set of numbers that fills in every value between two ends. No gaps. That “no gaps” idea is the whole point. Once it clicks, you can read number lines faster, write cleaner solutions, and spot mistakes that hide in endpoint details.
What Makes An Interval An Interval
Think of the real number line as a long road. Pick two points on it, like 1 and 5. The interval between them includes every real number you can land on while sliding from 1 to 5. That includes 1.2, 1.25, 3.999, and every other value in between.
Intervals show up because lots of math statements aren’t about one single number. They’re about a whole range that fits a rule. When you solve an inequality, you often get a set of answers, not one answer. Intervals are the standard way to name that set.
Endpoints And The Two Questions That Matter
Every interval description boils down to two questions:
- Where does the range start and where does it stop?
- Do we include the endpoints, or leave them out?
That second question is where most errors happen. A single bracket can change the meaning of a solution.
Open Vs Closed: The Endpoint Rule
An endpoint is “included” when the value counts as part of the solution set. It’s “excluded” when it doesn’t count.
On a number line, included endpoints are drawn as solid dots. Excluded endpoints are drawn as open circles. In symbols, included endpoints use square brackets. Excluded endpoints use parentheses.
Intervals In Math With Brackets And Parentheses
Interval notation is compact once you know what each symbol means. Here’s the cheat sheet you’ll use again and again:
- [ means “this endpoint is included.”
- ( means “this endpoint is not included.”
- , separates the left endpoint from the right endpoint.
- ∞ (infinity) is never included, so it always pairs with a parenthesis.
Reading An Interval Like A Sentence
Try reading the notation as a sentence you’d say out loud:
- [2, 7] → “From 2 to 7, including 2 and including 7.”
- (2, 7) → “From 2 to 7, not including 2 and not including 7.”
- [2, 7) → “From 2 to 7, including 2 but not including 7.”
- (2, 7] → “From 2 to 7, not including 2 but including 7.”
That’s it. If you can say it, you can write it.
Intervals That Never End
Some intervals stretch forever in one direction. Those are often called rays. Infinity shows the direction, like a signpost that the interval keeps going.
- (-∞, 4] means “all real numbers less than or equal to 4.”
- (-3, ∞) means “all real numbers greater than -3.”
Notice the parentheses next to infinity. Infinity isn’t a number you can reach, so you can’t “include” it.
How Intervals Connect To Inequalities
Intervals and inequalities are two outfits for the same idea. The inequality form is often easier to build from a word statement. Interval notation is often easier to use as a final answer.
From Inequality To Interval Notation
Start with the inequality. Identify the boundary numbers. Then decide if each boundary is included.
- 3 < x < 8 becomes (3, 8)
- 3 ≤ x < 8 becomes [3, 8)
- x ≥ -2 becomes [-2, ∞)
- x < 5 becomes (-∞, 5)
A quick check: strict signs (< and >) mean “not included,” so they match parentheses. Non-strict signs (≤ and ≥) mean “included,” so they match brackets.
From Interval Notation To Inequality
Work in reverse. Use the endpoints as boundaries, and use the bracket type to pick the inequality symbol.
- [1, 6) becomes 1 ≤ x < 6
- (-∞, 9] becomes x ≤ 9
This back-and-forth skill is a big deal in algebra because different question types prefer different formats.
Where People Slip Up
Most mistakes come from mixing up endpoint rules. Here are three common traps:
- Confusing the dot style on graphs: open circle means the endpoint is excluded, even if it “feels” close.
- Including infinity: writing [2, ∞] is not valid for real intervals; infinity always uses ).
- Swapping endpoints: the smaller number goes on the left. Interval notation is ordered.
Mathematicians often define intervals as connected portions of the real line, with open, closed, and half-open forms. If you want a formal wording and standard notation, Wolfram MathWorld’s definition is a solid reference: Interval (Wolfram MathWorld).
Types Of Intervals You’ll See Most Often
Intervals come in a few standard flavors. Each one answers a slightly different kind of question.
Bounded Intervals
Bounded intervals have two finite endpoints, like 2 and 7. They can be open, closed, or half-open. These show up in “between” statements and in solution sets for compound inequalities.
Unbounded Intervals
Unbounded intervals run forever in one direction. They show up in “at least,” “more than,” “no more than,” and “less than” statements. These are common in real-world constraints, like time, money, or height limits, where one side doesn’t have a cap.
Singleton And Empty Sets
A single point can be written as an interval, like [4, 4]. It means “x is exactly 4.” The empty set means “no solutions.” In many classes, the empty set is written as ∅ rather than as an interval symbol, since there’s no range at all.
Table Of Interval Forms And What They Mean
| Interval Form | Notation | What It Means In Plain Words |
|---|---|---|
| Open Interval | (a, b) | Between a and b, endpoints excluded |
| Closed Interval | [a, b] | Between a and b, endpoints included |
| Left-Closed, Right-Open | [a, b) | Includes a, excludes b |
| Left-Open, Right-Closed | (a, b] | Excludes a, includes b |
| Right Ray | [a, ∞) or (a, ∞) | All numbers greater than a, endpoint rule set by bracket |
| Left Ray | (-∞, b] or (-∞, b) | All numbers less than b, endpoint rule set by bracket |
| All Real Numbers | (-∞, ∞) | Every real number on the number line |
| Single Value | [c, c] | Exactly one number, c |
How To Write Intervals From Graphs
Graphs turn interval notation into a visual task. You read the picture, then translate it into symbols.
Number Line Graphs
On a number line, look for three things: the left end, the right end, and the endpoint style.
- If you see a solid dot at 3 and shading to the right, your interval starts at 3 and includes 3. That’s [3, ∞).
- If you see an open circle at -1 and shading to the left, your interval ends at -1 and excludes -1. That’s (-∞, -1).
Then check whether the shading is a single continuous stretch or split into separate pieces. If it’s split, you’ll use a union.
Function Graphs And Domain Restrictions
Intervals also show up when you describe where a function is defined (its domain) or what outputs it can produce (its range). The graph tells you which x-values are allowed and which y-values occur.
Khan Academy’s lesson on interval notation shows how these ranges connect to inequalities and to graph reading, with worked practice problems: Intervals And Interval Notation (Khan Academy).
Unions And Intersections With Intervals
Sometimes your solution set isn’t one single interval. It can be two separate stretches, like “x is less than -2 or greater than 5.” That’s when unions enter the chat.
Union: Combining Separate Pieces
The union symbol ∪ means “together.” If two intervals don’t touch, you write them as a union.
Example: (-∞, -2) ∪ (5, ∞) describes two rays with a gap between them.
On a graph, unions often appear when a function is undefined in the middle (like rational functions with vertical asymptotes) or when an inequality creates a “two-sided” solution (like absolute value inequalities in one case).
Intersection: The Overlap Only
The intersection symbol ∩ means “overlap.” When you have multiple conditions at once, the answer is the numbers that satisfy all conditions.
Example: if one condition gives [0, 10] and another gives (3, 12), the overlap is (3, 10].
A fast way to do intersections is to draw both intervals on one number line and keep only the part that is shaded by both.
Intervals In Real Problems: Reading The Words
Word problems love interval thinking, even when they never say the word “interval.” The trick is spotting boundary words that signal endpoint rules.
Common Phrases And What They Usually Mean
- “Between a and b” often means endpoints excluded: (a, b), unless the context says endpoints count.
- “At least a” means include a and go right: [a, ∞).
- “More than a” means exclude a and go right: (a, ∞).
- “At most b” means include b and go left: (-∞, b].
- “Less than b” means exclude b and go left: (-∞, b).
Context can flip a “between” statement. If a problem says “a score between 0 and 100, inclusive,” it hands you the endpoint rule. You don’t guess. You write [0, 100].
Table Of Common Tasks And The Interval Move
| Task | What You Look For | What You Write |
|---|---|---|
| Solve A Compound Inequality | Two boundaries with “and” | One bounded interval, bracket style from the signs |
| Solve A One-Sided Inequality | One boundary with ≥, ≤, >, or < | A ray like [a, ∞) or (-∞, b) |
| Read A Number Line Graph | Dot style and shading direction | Interval notation that matches the picture |
| Write Domain From A Graph | Which x-values appear on the graph | One interval or a union, based on gaps |
| Combine Two Solution Sets | Are they separate or overlapping? | Use ∪ for separate, simplify if they touch |
| Find Overlap Of Conditions | What values satisfy both rules? | Use ∩ or write the overlapping interval directly |
| Check Endpoint Inclusion | Equality allowed or not? | Brackets for allowed, parentheses for not allowed |
Quick Self-Checks That Catch Most Errors
If interval notation still feels slippery, use short checks that force clarity.
Pick A Test Number
Choose a number you think is inside the interval and test it against the original condition. If the condition fails, your interval is wrong.
This works well when translating from words or inequalities. It also helps you spot when you flipped an endpoint or wrote the wrong bracket.
Check An Endpoint Directly
Take the left endpoint and plug it into the inequality. If it satisfies the rule, it belongs in the solution set, so the left side gets a bracket. If it doesn’t satisfy the rule, it gets a parenthesis.
Say It Out Loud
Read your final interval in plain language. If the sentence doesn’t match what the problem asked for, rewrite it. This is a small habit that saves points on tests.
Why Teachers Push Interval Notation So Hard
Interval notation is a shorthand, but it’s not just a style choice. It keeps complex answer sets readable.
Once you reach functions, domain and range, piecewise rules, and calculus, you’ll use intervals constantly. They let you describe where something works, where it fails, where it increases, and where it decreases, all with a few symbols.
It’s also precise. Words like “between” can be vague unless the problem spells out endpoint rules. Interval notation forces the writer to commit: included or excluded, left or right, bounded or unbounded.
References & Sources
- Wolfram MathWorld.“Interval.”Defines open, closed, and half-open intervals and standard bracket notation on the real line.
- Khan Academy.“Intervals And Interval Notation.”Shows how interval notation matches inequalities and graphs, with practice-style explanations.