Determine Domain and Range from a Graph

Learning Outcomes

  • Find domain and range from a graph, and an equation.
  • Give the domain and range of the toolkit functions.

Another way to identify the domain and range of functions is by using graphs. Because the domain refers to the set of possible input values, the domain of a graph consists of all the input values shown on the [latex]x[/latex]-axis. The range is the set of possible output values, which are shown on the [latex]y[/latex]-axis. Keep in mind that if the graph continues beyond the portion of the graph we can see, the domain and range may be greater than the visible values.

Graph of a polynomial that shows the x-axis is the domain and the y-axis is the range

We can observe that the graph extends horizontally from [latex]-5[/latex] to the right without bound, so the domain is [latex]\left[-5,\infty \right)[/latex]. The vertical extent of the graph is all range values [latex]5[/latex] and below, so the range is [latex]\left(\mathrm{-\infty },5\right][/latex]. Note that the domain and range are always written from smaller to larger values, or from left to right for domain, and from the bottom of the graph to the top of the graph for range.

Example: Finding Domain and Range from a Graph

Find the domain and range of the function [latex]f[/latex].

Graph of a function from (-3, 1].

Example: Finding Domain and Range from a Graph of Oil Production

Find the domain and range of the function [latex]f[/latex].

Graph of the Alaska Crude Oil Production where the y-axis is thousand barrels per day and the -axis is the years.

(credit: modification of work by the U.S. Energy Information Administration)

Try It

Given the graph, identify the domain and range using interval notation.

Graph of World Population Increase where the y-axis represents millions of people and the x-axis represents the year.

Q & A

Can a function’s domain and range be the same?

Yes. For example, the domain and range of the cube root function are both the set of all real numbers.

Domain and Range of Toolkit Functions

We will now return to our set of toolkit functions to determine the domain and range of each.

Constant function f(x)=c.

For the constant function [latex]f\left(x\right)=c[/latex], the domain consists of all real numbers; there are no restrictions on the input. The only output value is the constant [latex]c[/latex], so the range is the set [latex]\left\{c\right\}[/latex] that contains this single element. In interval notation, this is written as [latex]\left[c,c\right][/latex], the interval that both begins and ends with [latex]c[/latex].

Identity function f(x)=x.

For the identity function [latex]f\left(x\right)=x[/latex], there is no restriction on [latex]x[/latex]. Both the domain and range are the set of all real numbers.

Absolute function f(x)=|x|.

For the absolute value function [latex]f\left(x\right)=|x|[/latex], there is no restriction on [latex]x[/latex]. However, because absolute value is defined as a distance from 0, the output can only be greater than or equal to 0.

Quadratic function f(x)=x^2.

For the quadratic function [latex]f\left(x\right)={x}^{2}[/latex], the domain is all real numbers since the horizontal extent of the graph is the whole real number line. Because the graph does not include any negative values for the range, the range is only nonnegative real numbers.

Cubic function f(x)-x^3.

For the cubic function [latex]f\left(x\right)={x}^{3}[/latex], the domain is all real numbers because the horizontal extent of the graph is the whole real number line. The same applies to the vertical extent of the graph, so the domain and range include all real numbers.

Reciprocal function f(x)=1/x.

For the reciprocal function [latex]f\left(x\right)=\frac{1}{x}[/latex], we cannot divide by 0, so we must exclude 0 from the domain. Further, 1 divided by any value can never be 0, so the range also will not include 0. In set-builder notation, we could also write [latex]\left\{x|\text{ }x\ne 0\right\}[/latex], the set of all real numbers that are not zero.

Reciprocal squared function f(x)=1/x^2

For the reciprocal squared function [latex]f\left(x\right)=\frac{1}{{x}^{2}}[/latex], we cannot divide by [latex]0[/latex], so we must exclude [latex]0[/latex] from the domain. There is also no [latex]x[/latex] that can give an output of 0, so 0 is excluded from the range as well. Note that the output of this function is always positive due to the square in the denominator, so the range includes only positive numbers.

Square root function f(x)=sqrt(x).

For the square root function [latex]f\left(x\right)=\sqrt[]{x}[/latex], we cannot take the square root of a negative real number, so the domain must be 0 or greater. The range also excludes negative numbers because the square root of a positive number [latex]x[/latex] is defined to be positive, even though the square of the negative number [latex]-\sqrt{x}[/latex] also gives us [latex]x[/latex].

Cube root function f(x)=x^(1/3).

For the cube root function [latex]f\left(x\right)=\sqrt[3]{x}[/latex], the domain and range include all real numbers. Note that there is no problem taking a cube root, or any odd-integer root, of a negative number, and the resulting output is negative (it is an odd function).

tip for success

When evaluating functions to plot points, remember to wrap the variable in parentheses to be sure you handle negative input appropriately.

Ex. For the function [latex]f(x) = x^2[/latex], evaluate [latex]f(-3)[/latex].

Try It