Conditions of exponential functions

184 Views Asked by At

Is this statement correct

Okay, is the above statement correct? Because if I put $x=\frac{1}{2}$ then $f(x)$ will have two values. So will that remain a function anymore?

1

There are 1 best solutions below

0
On BEST ANSWER

Indeed, the unrestricted inverse of any non-injective function is multivalued, but this is fixed by simply restricting the co-domain to some interval. Take $f(x)=y=x^2$ for example. It's inverse satisfies $f^{-1}(y) = x$. Therefore, if we just solve our original function for $x$, we should have our answer.

$$x^2 = y \\ x^2 - y = 0 \\ (x+y^{\frac{1}{2}})(x-y^{\frac{1}{2}})=0 \\ f^{-1}(y) = x = \pm y^{\frac{1}{2}}$$

Clearly, this is multivalued, and cannot be a function, so by convention, we define the principal square root function to be the positive solution to the equation $y=x^2$.

In conclusion, the statement is correct because $f(x)=a^x$ only has one value at $f(\frac{1}{2})$.