Before you can evaluate a function, you need to know: where is it defined? Plug $x = -5$ into $f(x) = \sqrt{x}$ and your calculator protests. Divide by zero and mathematics breaks. The domain tells you which inputs are "legal," and the range tells you what outputs are possible.
Mastering domain and range is your first line of defense against illegal operations—and it builds intuition for later topics like limits and continuity.
| Property | Value |
|---|---|
| Chapter | 1 - Functions and Limits |
| Section | 1.1 |
| Difficulty | Beginner |
| Time | ~20 minutes |
Domain: The set of all input values $x$ for which $f(x)$ is defined.
Range: The set of all output values $f(x)$ that the function actually produces.
| Restriction | Rule | Example |
|---|---|---|
| Square roots | Radicand $\geq 0$ | $\sqrt{x-3}$ requires $x \geq 3$ |
| Denominators | Denominator $\neq 0$ | $\frac{1}{x-2}$ requires $x \neq 2$ |
Process for finding domain:
| Notation | Meaning | Number Line |
|---|---|---|
| $(a, b)$ | All $x$ with $a < x < b$ | Open circles at both ends |
| $[a, b]$ | All $x$ with $a \leq x \leq b$ | Closed circles at both ends |
| $[a, b)$ | All $x$ with $a \leq x < b$ | Closed at $a$, open at $b$ |
| $(a, \infty)$ | All $x > a$ | Open at $a$, extends right |
| $(-\infty, b]$ | All $x \leq b$ | Extends left, closed at $b$ |
Union: Use $\cup$ to combine disjoint intervals. Example: $(-\infty, 2) \cup (2, \infty)$ means "all real numbers except 2."
From a graph: Look at the vertical extent—what $y$-values are covered?
From a formula: Analyze the function's behavior:
Find the domain of $f(x) = \sqrt{x + 5}$.
Find the domain of $g(x) = \frac{3x + 1}{x^2 - 9}$.
Find the domain of $h(x) = \frac{\sqrt{x - 2}}{x - 5}$.
For $f(x) = \sqrt{16 - x^2}$:
The Bouncer Analogy:
Think of domain restrictions as bouncers at a club:
To find the domain, figure out who gets turned away, and everyone else can enter.
| Previous | Up | Next |
|---|---|---|
| Function Representations | Ch1 §1 Skills | Difference Quotient |
Last updated: 2026-01-22