Functions: Further Domain and Range, Modulus Function, Sketching Graphs
1. Domain and Range
1.1 Domain
The domain of a function is the set of all possible input values (usually denoted by $x$) for which the function is defined. It's crucial to consider restrictions on the domain, such as those arising from square roots, logarithms, or rational expressions.
Examples:
$f(x) = \sqrt{x-2}$: The domain is $x \ge 2$, or $[2, \infty)$. We must have $x-2 \ge 0$.
$f(x) = \frac{1}{x-1}$: The domain is $x \neq 1$, or $(-\infty, 1) \cup (1, \infty)$. We cannot divide by zero.
$f(x) = \log(x-3)$: The domain is $x > 3$, or $(3, \infty)$. We must have $x-3 > 0$.
1.2 Range
The range of a function is the set of all possible output values (usually denoted by $y$) that the function can produce. It's the set of all $f(x)$ values for all $x$ in the domain.
Determining the range often involves considering the possible values of the function and any restrictions imposed by the domain.
Examples:
$f(x) = \sqrt{x-2}$: The range is $y \ge 0$, or $[0, \infty)$. Since the square root is always non-negative.
$f(x) = \frac{1}{x-1}$: The range is $y \neq 0$, or $(-\infty, 0) \cup (0, \infty)$. The function approaches 0 as $x$ approaches 1, but never equals 0.
$f(x) = \log(x-3)$: The range is all real numbers, or $(-\infty, \infty)$. The logarithm can take any real value.
2. Modulus Function
2.1 Definition
The modulus function, denoted by $|x|$, is defined as: