When To Use Union In Interval Notation

8 min read

You're staring at a solution set: x < -2 or x ≥ 5. In real terms, do you write (-∞, -2) ∪ [5, ∞)? Your pencil hovers over the paper. Or do you try to smush it into one interval somehow?

If you've ever hesitated there — you're not alone. The union symbol (∪) shows up in interval notation exactly when the solution set has a gap in it. But knowing when to use it, and more importantly why, is where most students (and honestly, some textbooks) get fuzzy.

Let's clear it up once and for all.

What Is Union in Interval Notation

Union means "or.Practically speaking, " That's it. The symbol ∪ comes from set theory, and it represents the combination of two (or more) sets — everything that belongs to either one.

In interval notation, we use it when a single continuous interval won't capture the full solution. Because intervals, by definition, are continuous chunks of the real number line. No holes. No jumps. Just one solid stretch from some starting point to some ending point.

The Real Number Line Doesn't Lie

Picture the number line. An interval like [1, 4] is a solid segment. You can trace it with your finger without lifting. But the solution to |x| > 3? That's two separate pieces: everything left of -3, and everything right of 3. Your finger has to lift. That lift — that gap — is exactly where union lives.

(-∞, -3) ∪ (3, ∞)

Two intervals. One solution set. The ∪ stitches them together And that's really what it comes down to..

Why It Matters (And Where People Go Wrong)

Here's the thing: interval notation isn't just notation. Day to day, it's a precise language for describing sets of numbers. And precision matters when you're solving inequalities, defining domains, or describing ranges Easy to understand, harder to ignore..

If you write (-∞, -3) ∪ (3, ∞) as (-∞, ∞) — you've just claimed every real number is a solution. That's wrong. The numbers between -3 and 3 don't satisfy |x| > 3 Took long enough..

If you write (-∞, -3) ∩ (3, ∞) — you've described the intersection (the overlap). Plus, there is no overlap. That's the empty set. Also wrong.

Using union correctly isn't pedantry. It's the difference between a right answer and a wrong one And that's really what it comes down to..

It Shows Up Everywhere

  • Absolute value inequalities: |x - 2| > 5 → x < -3 or x > 7 → (-∞, -3) ∪ (7, ∞)
  • Rational inequalities: (x+1)/(x-2) > 0 → sign chart gives two separate regions
  • Domain of functions: √(x² - 4) needs x² - 4 ≥ 0 → x ≤ -2 or x ≥ 2 → (-∞, -2] ∪ [2, ∞)
  • Piecewise functions: Different rules on different intervals — union describes the full domain

Every time a condition splits the number line into disconnected pieces, union is the glue.

How It Works: The Mechanics

Let's break down the actual mechanics. Because "use union when there's a gap" is the intuition — but you need the procedure too.

Step 1: Solve the Inequality (or Condition) Completely

Don't jump to notation. Solve first. Get your solution in simple algebraic form: "x < a or x > b" or "x ≤ c or x ≥ d" or even three pieces: "x < -1 or 2 < x < 5 or x > 8.

Step 2: Identify Each Continuous Piece

Each "or" clause becomes its own interval. On top of that, ask: is this piece bounded on the left? On the right? Are the endpoints included?

  • x < -3 → (-∞, -3) — parenthesis because -3 isn't included, -∞ always gets a paren
  • x ≥ 5 → [5, ∞) — bracket at 5 because it is included
  • 2 < x < 5 → (2, 5) — both ends excluded

Step 3: Write Each Interval Properly

This is where sloppiness creeps in. In practice, remember:

  • Parentheses ( ) = endpoint NOT included (strict inequality: < or >)
  • Brackets [ ] = endpoint IS included (inclusive inequality: ≤ or ≥)
  • Infinity always gets a parenthesis. Always. ∞ isn't a number you can reach.

Step 4: Join With ∪

Put the union symbol between intervals. Order doesn't technically matter for the set, but convention says write them left-to-right on the number line:

(-∞, -3) ∪ [5, ∞)

Not [5, ∞) ∪ (-∞, -3). It's not wrong — just weird.

Step 5: Double-Check the Gaps

Look at your original condition. Because of that, does the gap between intervals actually contain no solutions? If x = 0 was a solution, you'd need an interval covering it. If it wasn't, the gap is real — and union is correct Surprisingly effective..

Common Mistakes (And How to Spot Them)

I've graded hundreds of these. The same errors appear every semester.

Mistake 1: Using Union When You Shouldn't

The error: Writing (-∞, 2) ∪ (2, ∞) for the domain of f(x) = 1/(x-2) The details matter here. Took long enough..

Why it's wrong: That is the correct domain — but the student wrote it because they think "domain always uses union." No. The domain of f(x) = x² is (-∞, ∞). One interval. No union needed. Union only appears when the set actually has a gap And that's really what it comes down to..

Mistake 2: Confusing Union (∪) with Intersection (∩)

The error: Writing (-∞, -2) ∩ [3, ∞) for "x < -2 or x ≥ 3."

Why it's wrong: ∩ means "and" — the overlap. These intervals don't overlap. Their intersection is empty. The student saw two intervals and reached for a symbol. They reached for the wrong one.

Memory trick: ∪ looks like a U — for Union, "U or the other." ∩ looks like an upside-down U — for intersection, "both at the same time."

Mistake 3: Mixing Up Brackets and Parentheses at the Gap

The error: Writing (-∞, -2] ∪ [-2, ∞) for x ≠ -2.

Why it's wrong: This includes -2 (both intervals have brackets at -2). The union of these two is actually (-∞, ∞) — all real numbers. The correct notation for "all real numbers except -2" is (-∞, -2) ∪ (-2, ∞). Both parentheses. The gap is a single missing point Surprisingly effective..

Mistake 4: Writing Three Intervals When Two Will Do

The error: For x ≤ -1 or x > 3, writing (-∞, -1] ∪ (-1, 3] ∪ (3, ∞).

Why it's wrong: The middle interval (-1, 3] isn't part of the solution. The student thinks they need to "cover the whole number line." You

don't need to fill in the gaps with empty intervals. That said, the beauty of union is that it naturally skips over regions that aren't part of the solution set. Your job is to identify where solutions do exist, not to document every point on the number line Turns out it matters..

Mistake 5: Treating Infinity Like a Regular Endpoint

The error: Writing [5, ∞] for x ≥ 5.

Why it's wrong: Infinity isn't a number you can arrive at or touch. It's a direction, not a destination. Always use parentheses with ∞ or -∞.

Memory trick: You can never hold infinity in your hands. It's always just... approaching Worth keeping that in mind..

Mistake 6: Forgetting to Check Critical Points

The error: Solving |x - 3| > 2 and writing (-∞, 1) ∪ (5, ∞) without checking x = 1 and x = 5 That's the whole idea..

Why it's wrong: With absolute value inequalities, you must verify whether the endpoints satisfy the original condition. |1 - 3| = 2, which is not greater than 2. Same for x = 5. So parentheses are correct here. But if the inequality had been ≥, you'd need brackets Worth keeping that in mind..

Advanced Considerations

When Intervals Collapse

Sometimes your intervals might overlap or touch. If you're solving (x - 1)(x - 2) > 0, you get x < 1 or x > 2, which is (-∞, 1) ∪ (2, ∞). But if you're solving (x - 1)(x - 2) ≥ 0, you get x ≤ 1 or x ≥ 2, which is (-∞, 1] ∪ [2, ∞). Notice how the gap at x = 1 to x = 2 disappears because those points now satisfy the inequality.

The Empty Set

If your solution set has no elements — perhaps you're solving x² < -1 — you write ∅, not (-∞, ∞). The empty set is a perfectly valid interval notation answer.

Unbounded vs. Bounded Intervals

Learn to recognize the difference:

  • Unbounded: Extends forever in one or both directions (contains ∞ or -∞)
  • Bounded: Has actual endpoints on both sides

(-∞, 3) is unbounded; [1, 5] is bounded Not complicated — just consistent..

Practice Makes Perfect

Here's a quick self-check routine:

  1. Solve the inequality or find the domain
  2. Mark critical points on a number line
  3. Test each region
  4. Write intervals with correct brackets/parentheses
  5. Union them together
  6. Verify endpoints make sense

Try this: Find the domain of f(x) = √(x² - 4)/(x - 1).

You need x² - 4 ≥ 0 (for the square root) and x ≠ 1 (for the denominator) Not complicated — just consistent..

x² - 4 ≥ 0 means x ≤ -2 or x ≥ 2.

So the domain is (-∞, -2] ∪ [2, ∞), but we must exclude x = 1. Since 1 is in [2, ∞), we split that interval: (-∞, -2] ∪ [2, 1) ∪ (1, ∞).

Wait — that's three intervals. But 1 is between 2 and ∞, so we actually need to write it as (-∞, -2] ∪ [2, 1) ∪ (1, ∞) Turns out it matters..

Actually, let me reconsider: [2, ∞) minus the point 1... but 1 isn't in [2, ∞). So the domain is simply (-∞, -2] ∪ [2, ∞) Most people skip this — try not to..

This illustrates why Step 5 is crucial: always double-check whether your excluded points actually fall within your solution intervals.

Final Thoughts

Interval notation is more than just a way to write down answers — it's a visual language that tells you at a glance which numbers belong and which don't. Master this, and you'll find it illuminates everything from calculus limits to optimization problems Most people skip this — try not to..

The key insight? That said, every parenthesis and bracket is a deliberate choice about inclusion or exclusion. Stop thinking of intervals as arbitrary symbols and start seeing them as mathematical statements about the number line. Every union joins separate pieces of the solution set.

Get comfortable with this notation now, and you'll thank yourself when you're analyzing convergence of series, working with piecewise functions, or tackling multivariable calculus. It's one of those foundational tools that pays dividends throughout your mathematical journey And it works..

Remember: precision matters, but so does understanding. In real terms, don't just memorize the rules — internalize what they mean. Your number line is waiting to be mapped correctly.

Latest Drops

Published Recently

Kept Reading These

Stay a Little Longer

Thank you for reading about When To Use Union In Interval Notation. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home