I have $g(x) = \sqrt{1+\log(x)}$, I want to find the rate of convergence using fixed point iteration. I have confirmed that this is linearly convergent, because the absolute value of its derivative is less than $1$, but I want to know how fast it converges to $1$ (which is our fixed point).
How can I find the rate of convergence for : $x_{i+1} = \sqrt{1+\log(x_i)}$?
I have tried squaring both sides but wasn't able to weasel out a relationship between $x_{i+1}$ and $x_i$.