4

I worked out this question, and I wanted to see if my understanding of the concepts involved is sound.

Solve for $x$ $$\ln(\ln(x))=1$$

$$e^1=\ln(x)$$ $$e^e=x$$ Since any number raised to $1$ is just itself, the final answer could be expressed as $x=e^e$ This is not a homework question, but a question I stumbled across which I find interesting: I want to see if my understanding is correct.

Pedro
  • 122,002
Kurt
  • 613

1 Answers1

3

It is correct. To verify, plug the answer back into the equation and check that both sides are equal:

\begin{align*} \ln(\ln(e^e)) = \ln(e \ln(e)) = \ln(e \cdot 1) = \ln(e) = 1 \end{align*}

Remember that $\ln(a^b)=b\ln(a)$ and $\ln(e) = 1$.

Ayman Hourieh
  • 39,603