20 min read
Domain and Range
The domain is every allowed input. The range is every output that is actually produced.
Domain
Range
Example 1 — from a list of pairs
Find the domain and range of f = {(, ), (, ), (, ), (, )}.
- The domain is every input value: , , , .
- The range is every output value: , , , .
Answer: Domain = {, , , }, Range = {, , , }
Example 2 — a restricted domain
f() = is defined only for the inputs {, , , , }. Find the range.
- Work out f() for every input in the domain:
- f, f, f() = , f() = , f() =
- Collect the distinct outputs: , , (do not repeat and )
Answer: Range = {, , }
Practice
f() = has domain {, , }. What is the largest value in the range?
Your answer
More lessons in Sets and Functions · Next: Evaluating Functions · Previous: What Is a Function?
