Explain why f(x) = x² does not have an inverse on its natural domain, and describe how restricting the domain to x ≥ 0 fixes this problem.
Think about your answer, then reveal below.
Model answer: f(x) = x² is not one-to-one on all real numbers because it maps two different inputs to the same output: f(2) = 4 and f(−2) = 4. An inverse function would need to answer 'what input produced 4?' — but there are two valid answers (2 and −2), making the inverse ambiguous and not a function. Restricting the domain to x ≥ 0 removes the negative inputs, keeping only the right half of the parabola. This restricted version is strictly increasing, so each output corresponds to exactly one input. The inverse of x² on x ≥ 0 is √x (with range y ≥ 0), and the two graphs are reflections of each other across y = x.
Domain restriction is a general technique: any non-one-to-one function can be made invertible by selecting a portion of its domain on which it is monotone. For x², x ≥ 0 is the conventional choice, giving the standard square root. The inverse only exists on the restricted domain, and its range is restricted accordingly — this is why √x returns only non-negative values.