Intervals

An interval is a continuous subset of real numbers. Interval notation provides a standardized, compact shorthand for specifying function domains, ranges, and solution sets.

Quick Reference

Interval Inequality Notation Set Representation Type
[ a , b ] a x b { x a x b } Closed
( a , b ) a < x < b { x a < x < b } Open
[ a , b ) a x < b { x a x < b } Half-open
( a , + ) x > a { x x > a } Infinite open

Types of Intervals

The closed interval [ a , b ] is the set of all real numbers x that satisfy the inequalities a x b . That is:

[ a , b ] = { x a x b }

(The set of all real numbers is denoted by , and x means that x is a real number.)

The open interval ( a , b ) is the set of all real numbers x that satisfy the inequalities a < x < b . That is,

( a , b ) = { x a < x < b }
  • The numbers a and b are called the endpoints of the above intervals. In interval notation, a square bracket indicates the inclusion of the corresponding endpoint of the interval, and a parenthesis indicates its exclusion. For example, [ a , b ) means [ a , b ) = { x a x < b }

We can also define infinite intervals such as ( a , + ) , ( , b ] , etc.