DWG NO. 1.1 — Lesson 1 of 6

Functions, Domain, and Range

Unit 1: Functions and Their Graphs · ~20 min

Objective Determine whether a relation is a function, and find the domain and range of a function given its equation or its graph.

What makes a relation a function

A relation is just any pairing of inputs and outputs. A function is a relation with one extra rule: every input produces exactly one output. Nothing stops two different inputs from sharing the same output — that's allowed. What's not allowed is one input leading to two different outputs.

On a graph, this becomes the vertical line test: if any vertical line crosses the graph more than once, it's not a function, because that would mean one x-value maps to more than one y-value.

Domain and range

The domain of a function is the complete set of inputs (x-values) it accepts. The range is the complete set of outputs (y-values) it actually produces. Both are usually written in interval notation.

Graph of f(x) = -(x-1)^2 + 4, a downward-opening parabola with vertex at (1, 4)

f(x) = −(x−1)² + 4 — domain: all real numbers; range: y ≤ 4

Worked Example 1 · Domain with a square root
ProblemFind the domain of f(x) = \(\sqrt{x-3}\).
1A square root needs a non-negative expression underneath: x−3 ≥ 0.
2Solve: x ≥ 3.
Domain: [3, ∞)
Worked Example 2 · Domain with a denominator
ProblemFind the domain of f(x) = \(\frac{1}{x-2}\).
1The denominator cannot equal 0: x−2 ≠ 0, so x ≠ 2.
Domain: (−∞, 2) ∪ (2, ∞)
Worked Example 3 · Domain and range from a graph
ProblemUse the diagram above (f(x) = −(x−1)² + 4) to find the domain and range.
1The graph extends left and right forever, so every x-value is used: domain is all real numbers.
2The graph never rises above y = 4 (the vertex is the highest point), so the range is capped there.
Domain: (−∞, ∞)  ·  Range: (−∞, 4]

Guided practice