How can I find the inverse of $3^{5^{x}}$ ? I tried using logarithm in base 3: $3^{5^{y}}=x \Longrightarrow \log_3x=5^y \Longrightarrow \log_5(\log_3x)=y$? Is it correct? in my book it says its another answer from those given so I can't know the correct one.Answers in my book are:
a)$\log_{243}x \quad x \in(0,\infty)$
b)$\log_{15}x$
c)$\log_{243}x \quad x \in(1,\infty)$
Step 1: Write $y = 3^{5^x}$.
Step 2: Swap $x$ and $y$ to get $x = 3^{5^y}$.
Step 3: Solve for $y$. \begin{align*} x &= 3^{5^y}\\ \log_3 x &= \log_3 \left(3^{5^y}\right)\\ \log_3 x &= 5^y\\ \log_5 (\log_3 x) &= \log_5 (5^y)\\ \log_5 (\log_3 x) &= y \end{align*} So it looks like the answer is indeed $y = \log_5(\log_3 x)$.
Note that as another answerer pointed out, one of the choices may be this answer in a different form.
Side note: Some people may argue that the original function can be interpreted as $y = 3^{5^x} = (3^5)^x = 243^x$. I disagree with this because I interpret $3^{5^x}$ without parentheses as meaning $3^{(5^x)}$, which I believe more closely conforms to order of operations.