Difference between revisions of "Interval"
(→Symbols) |
(→Examples) |
||
Line 15: | Line 15: | ||
== Examples == | == Examples == | ||
− | * (2,3) means all real | + | * <math>(2,3)</math> means all real numbers between <math>2</math> and <math>3,</math> but not including <math>2</math> or <math>3.</math> |
− | * | + | * <math>[-2,0)</math> means all real numbers between <math>-2</math> and <math>0,</math> including <math>-2,</math> but not including <math>0.</math> |
+ | |||
+ | * <math>[5, \infty)</math> means all real numbers greater than or equal to <math>5.</math> |
Revision as of 22:11, 16 August 2013
Definition
An interval is a range of values. The most common uses of an interval are for domain and range.
Symbols
If an interval has either or
in it, the values at the end are NOT included in the interval. For example, the interval
refers to the inequality
If an interval has either or
in it, the values at the end ARE included. For example, the interval
refers to the inequality
If both endpoints are not included, then the interval is open. If both endpoints are included, then the interval is closed.
Note: The symbols and
are used with
and
Examples
means all real numbers between
and
but not including
or
means all real numbers between
and
including
but not including
means all real numbers greater than or equal to