If $f(x) = ln(x)$, what is the largest possible domain of $f(f(x))$?
I only know that the input for $ln(x)$ must always be greater than 0, so the domain must be $x$ > $0$ for $ln(x)$ alone. However, once I plug in $f(x)$ into $f(x)$ to get $f(f(x)) = ln(ln(x))$, I'm not sure how to approach this problem as I believe I have to solve $ln(ln(x)) > 0$.
You have correctly identified that the domain of $\ln(x)$ is $x>0$.
As $\ln(x)$ is only defined for positive $x$ values, the domain of the composition
$$\ln(\ln (x))$$
will be where $\ln (x) > 0$. We have
$$ \ln (x) > 0 \implies e^{ln(x)}> e^0\implies x > 1$$
Therefore, the domain of $\ln(\ln (x))$ is $x>1$.