Explain why finding the range of a function is generally more difficult than finding its domain.
Think about your answer, then reveal below.
Model answer: Finding the domain requires identifying which inputs cause the function to fail — division by zero, square roots of negatives, or logarithms of non-positives — which reduces to setting up simple inequalities or exclusions. Finding the range requires determining which outputs the function actually produces across all valid inputs. There is no simple algebraic check analogous to 'set denominator ≠ 0': you must reason about the function's behavior as a whole, either by analyzing the formula algebraically (solving y = f(x) for x and asking which y allow a real solution) or by reading all y-values from a graph. The range depends on the function's specific structure, not just which inputs are forbidden.
Domain restrictions come from a short list of operations that fail on specific inputs — easily checked by inspection. Range requires understanding what the function actually does to its inputs across the entire domain. For example, f(x) = x² has domain all reals (no failures) but range [0, ∞) — you can only discover this by observing that squaring always yields non-negative results, which requires understanding the function's behavior, not just its failure modes.