In the following, let $n$ be a positive integer, all other variables be real (furthermore, $a>1$), all functions be real-valued, and logarithms of negative arguments be undefined.
Let
- $\log^n(x)$ denote the iterated natural logarithm (base $e$), with $x$ in the innermost position,
- $\operatorname{pow}_a^n(x)$ denote the iterated exponentiation (base $a$), with $x$ in the innermost position,
where the superscript ${}^n$ to the right of a function name denotes the number of iterations of the function (not raising its result to a power).
More precisely,
$\hspace{.2in}\begin{cases} \log^1(x) = \ln x \\ \log^{n+1}(x) = \log^n(\ln x) \end{cases}$
$\hspace{.2in}\begin{cases} \operatorname{pow}_a^1(x) = a^x \\ \operatorname{pow}_a^{n+1}(x) = \operatorname{pow}_a^n(a^x) \end{cases}$
For example, $\log^3(x) = \ln \ln \ln x$, and $\operatorname{pow}_a^2(x) = a^{a^x}$.
Now define
$$\boxed{\phantom{\Bigg|}\hspace{0.2in} f_a(x) = \lim\limits_{n\to\infty} \log^n(\operatorname{pow}_a^n(x)) \hspace{0.25in}}$$ In other words, $f_a(x)$ is the limit of the sequence $\{\ln a^x,\ \ln \ln a^{a^x},\ \ln \ln \ln a^{a^{a^x}},\ \dots\}$. Note that the first several elements of the sequence can be simplified, but next ones will end up with a repeated logarithm of a sum with the rest of the power tower sitting inside: $\{x \ln a,\ x \ln a+\ln \ln a,\ \ln\left(a^x \ln a+\ln \ln a\right),\ \ln \ln\left(a^{a^x}\ln a+\ln \ln a\right),\ \dots\}$.
Obviously, $f_e(x)=x$. The behavior of the function for other values of $a$ is more interesting.
Questions:
- Can any non-trivial ($a \ne e$) value of $f_a(x)$ with closed-form arguments be expressed in a closed form in terms of elementary functions, any known special functions, and any known mathematical constants?
- What is the domain of $f_a(1)$? Is $f_a(1)$ an analytic function within its domain?
- What is the domain of $f_2(x)$? Is $f_2(x)$ an analytic function within its domain?
- What it the range of $f_3(x)$?
- What is the value of $\lim\limits_{x \to \infty} \frac{f_2(x)}{x}$, if it exists? What is the asymptotic behavior of $f_2(x)$ as $x \to \infty$?
- What is the value of $\lim\limits_{x \to -\infty} f_3(x)$, if it exists? What is the asymptotic behavior of $f_3(x)$ as $x \to -\infty$?
- What is the Taylor expansion of $f_a(1)$ near $a=e$?