I have an iterative process that starts with
$$x_1 = \log_{10}(a)$$
Following iterations are as follows:
$$x_2 = \log_{10}(a-b\cdot x_1)$$
$$x_3 = \log_{10}(a-b\cdot x_2)$$
$$x_4 = \log_{10}(a-b\cdot x_3)$$
$$\vdots$$
and so on indefinitely. (Assume $a$ and $b$ are known and positive)
Once these are nested, it reads:
$$x = \log_{10}(a-b\cdot \log_{10}(a-b\cdot \log_{10}(a-b \cdot \ldots \log_{10}(a-b\cdot \log_{10}(a))\ldots)))$$
This seems straight forward enough to have a simpler (non-iterative) solution, but in all my searching I can't find anything.
Any help would be appreciated.
Thanks.
If this serie has solution, it converges very fast:
$\lim_{n\rightarrow\infty} x_n = \log_{10}(a-bx_n)$
You have to find exact region where the solution exists($a-bx_n>0$ for each $n$) and after that you need to solve $x_n = \log_{10}(a-bx_n)$ which doesn't seem to have simple analytical solution.