Finding the range of a function given a specific domain
The question is to "Find the range of each function over the given domain $f(x) = 1 / (2x + 5)$ for $-2 \le x \le 2$.
I'm not sure what this is asking me to do , specifically the part over the given domain.
$\endgroup$2 Answers
$\begingroup$General terminology:
- Domain: all possible values of $x$
- Range: all possible values of $f(x)$
Specific solution:
- Domain: $-2 \leq x \leq 2$
- Range: $\frac{1}{9} \leq f(x) \leq 1$
They are asking you how $f(x)$ varies when $x$ varies in the range $[-2\ , 2]$.
$\endgroup$