Restricted Domain Math Example 2

Follow the full solution, then compare it with the other examples linked below.

Example 2

medium
Restrict the domain of f(x)=x2f(x) = x^2 so that the function has an inverse. Find the inverse on this restricted domain.

Solution

  1. 1
    f(x)=x2f(x) = x^2 is not one-to-one on (βˆ’βˆž,∞)(-\infty, \infty) because, for example, f(2)=f(βˆ’2)=4f(2) = f(-2) = 4.
  2. 2
    Restrict to xβ‰₯0x \ge 0 (i.e., domain [0,∞)[0, \infty)). Now ff is one-to-one and increasing.
  3. 3
    To find the inverse: y=x2β‡’x=yy = x^2 \Rightarrow x = \sqrt{y} (taking the positive root since xβ‰₯0x \ge 0).
  4. 4
    fβˆ’1(x)=xf^{-1}(x) = \sqrt{x} with domain [0,∞)[0, \infty).

Answer

fβˆ’1(x)=xΒ onΒ domainΒ [0,∞)f^{-1}(x) = \sqrt{x} \text{ on domain } [0, \infty)
Many functions that are not one-to-one can be made invertible by restricting their domain. The standard restriction for x2x^2 is xβ‰₯0x \ge 0, which gives the principal square root as the inverse. This is why x\sqrt{x} always returns a non-negative value.

About Restricted Domain

Restricting a domain limits allowable inputs so a function has desired properties, often invertibility.

Learn more about Restricted Domain β†’

More Restricted Domain Examples