Finding the inverse of $h(x) = 3^x$

20.4k Views Asked by At

most of the time I know how to find the inverse of a function (make it equal $y$, solve for $x$ and then swap $x$ and $y$), but I have no idea how to do that for this one, so any help would be great: $h(x)=3^x$

From the question:

Solve the equation $h^{-1}(x)=2$

Thanks in advance for any help!

4

There are 4 best solutions below

1
On BEST ANSWER

I think both existing answers are sort of missing the point of the exercise. You don't need to know anything about logarithms to do this exercise; all you need are the formal properties of inverse functions. The solution

$$x=h(h^{-1}(x))=h(2)=3^2=9$$

uses only the specific form of the function $h$ and the general formal properties of inverse functions, not the specific form of $h^{-1}$.

4
On

(I'd like to comment but I don't have that much reputation, sorry...)

You do need logarithms to invert this exponential function! The inverse will be

$$ h^{-1}(x)=\log_3x $$

Therefore, let $2=\log_3x$, we immediately see that $x=3^2=9$.

Additionally: Thanks to @joriki, I believe I need to make things clear. This exercise requires you to establish a better understanding of what an inverse to a function actually means. See joriki's answer!

0
On

You know the process of finding the inverse, so let's go through it step by step.

First, replace $h(x)$ with $y$, $\quad y = 3^x$. Then, switch the $x$ and the $y$, $\quad x = 3^y$. Now, you have to solve for $y$ to find the inverse function. We can't take the $y$-th root of both sides, so in order to solve for $y$, we want to find the exponent that turns 3 into $x$. This is what's called a logarithm. By definition. $y = \log_ax$ if and only if $x = a^y$, that is, $\log_ax$ is the exponent that turns the base $a$ into $x$.

With this in mind, the inverse of $h(x) = 3^x$ would be $h^{-1}(x) = \log_3x$.

To solve the equation $h^{-1}(x) = 2$ we use the above definition.

$$ h^{-1}(x) = 2 \rightarrow \log_3x = 2 \rightarrow x = 3^2 \rightarrow x = 9.$$

0
On
  1. First replace $h(x)$ with $y$ to get $y=3^x$.
  2. Swap $x, y$ to get $x=3^y$.
  3. Take, for example, $\log_3$ of both sides to get $\log_3x=y\log_33=y.$
  4. Replace $y$ with $h^{-1}(x)$.
  5. $h^{-1}(x)=\log_3(x)$.