Difference between revisions of "Range of a Function"

From Department of Mathematics at UTSA
Jump to navigation Jump to search
Line 12: Line 12:
 
* The range of <math> h(x) = x^2 + 2 </math> is <math> [2,\inf) </math>. We can see this on the graph of <math> h(x) </math> easily: the lowest point, or vertex, of the parabola is at (0, 2), so 2 is in the range. The parabola extends up to infinity on either side of the vertex, so we know that the range must be all numbers from 2 to infinity.
 
* The range of <math> h(x) = x^2 + 2 </math> is <math> [2,\inf) </math>. We can see this on the graph of <math> h(x) </math> easily: the lowest point, or vertex, of the parabola is at (0, 2), so 2 is in the range. The parabola extends up to infinity on either side of the vertex, so we know that the range must be all numbers from 2 to infinity.
  
==Resources and Examples==
+
==Resources==
 
* [https://www.intmath.com/functions-and-graphs/2a-domain-and-range.php Domain and Range], Interactive Mathematics
 
* [https://www.intmath.com/functions-and-graphs/2a-domain-and-range.php Domain and Range], Interactive Mathematics
 
* [https://www.youtube.com/watch?v=Q3NWljhiSJg Domain and Range: Basic Idea], patrickJMT
 
* [https://www.youtube.com/watch?v=Q3NWljhiSJg Domain and Range: Basic Idea], patrickJMT

Revision as of 09:27, 15 September 2021

Definition

In mathematics, the range of a function may refer to either of two closely related concepts:

  • The codomain of the function
  • The image of the function

Given two sets X and Y, a binary relation f between X and Y is a (total) function (from X to Y) if for every x in X there is exactly one y in Y such that f relates x to y. The sets X and Y are called domain and codomain of f, respectively. The image of f is then the subset of Y consisting of only those elements y of Y such that there is at least one x in X with f(x) = y.

In algebra, the range (or codomain) of a function is all of the possible outputs of the function. That is, if x is any element of the domain of some function f, then f(x) is in the range of the function f.

Examples:

  • Let Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle S} be a set of ordered pairs such that Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle S = \{(1,2), (2,3), (4, 7), (13, 9), (-20, 0)\}} . The range is the set of all y values of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle S} , so the range is .
  • The range of is all real numbers EXCEPT for 0. We know this because for all nonzero real numbers M, 1/M is a nonzero number and is in the domain of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle g(x) } (since the domain of this function is all nonzero numbers). So, we know that Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 1/(1/M) = M } is in the range, where M is all nonzero numbers. There is no real number M such that Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 1/M = 0 } though, which is why 0 is not in the range of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle g(x) } .
  • The range of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle h(x) = x^2 + 2 } is Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle [2,\inf) } . We can see this on the graph of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle h(x) } easily: the lowest point, or vertex, of the parabola is at (0, 2), so 2 is in the range. The parabola extends up to infinity on either side of the vertex, so we know that the range must be all numbers from 2 to infinity.

Resources