Range (mathematics)
|
In mathematics, the range of a function is the set of all "output" values produced by that function. Sometimes called the image, or more precisely, the image of the domain of the function.
Formal definition
Given a function <math>f\colon A\rightarrow B<math>, the range of <math>f<math> is defined to be the set
- <math> \{ x \in B : x = f(a) \mbox{ for some } a \in A \}.<math>
The range should not be confused with the codomain B. The range is a subset of the codomain, but is not necessarily equal to the codomain, since there may be elements of the codomain which are not elements of the range. Another way to think about this is to consider the codomain to be the set of all possible output values, while the range is the set of all actual outputs. Beware that sometimes the codomain is incorrectly called the range because of a failure to distinguish between possible and actual values. Those functions whose range equals its codomain, are called onto or surjective.
Examples
Let the function f be a function on the real numbers:
- <math>f\colon \mathbb{R}\rightarrow\mathbb{R}<math>
defined by
- <math>f(x) = x^2<math>
The codomain of f is R, but clearly f(x) never takes negative values, and thus the range is in fact the set R+—non-negative reals, i.e. the interval [0,∞):
- <math>0\leq f(x)<\infty.<math>
Now let g be a function on the real numbers:
- <math>g\colon \mathbb{R}\rightarrow\mathbb{R}<math>
defined by
- <math>g(x) = 2x<math>
In this case the image of g equals R, it's codomain, since, for any real number y,
- <math> g(y/2) = y.<math>
In other words, g is onto R.