How to find the inverse function of h(x)= 2^x ?

1 Answer
Apr 10, 2018

h(x)=log2(x)

Explanation:

The find the inverse of an invertible function y=f(x), swap y and x and solve for y.

We have h(x)=y=2x. Swapping x and y gives x=2y. We now wish to solve for y.

Take the log with base 2 of both sides of the equation to free the y variable.

x=2y
log2(x)=log2(2y)=y

Thus, y=h(x)=log2(x). See that we used the fact that logn(nx)=x.