Inspired by questions like this and this, I have thought about what happens in the general case. My question goes like this:
What can be a suitable upper bound and a suitable lower bound to $\underbrace{\sqrt {a+\sqrt{a+\sqrt {a+...+\sqrt{a}}}}}_\text{$a$ roots}$ in terms of $a$?
Following from the work done on the mentioned questions, an upper bound can be calculated by assuming there are infinite roots.
Upper bound:
Let $x={\sqrt {a+\sqrt{a+\sqrt {a+\sqrt {a+\ldots}}}}}$
$$\therefore x^2=a+{\sqrt {a+\sqrt{a+\sqrt {a+\sqrt{a+\ldots}}}}}$$ $$x^2=a+x$$ $$x^2-x-a=0$$ $$\therefore x=\frac {1 \pm \sqrt {4a+1}}2$$
$a$ has to be positive for $x \in \mathbb R$ and $x \ge 0$ to be a genuine answer. So $x=\frac {1 + \sqrt {4a+1}}2$. (I am not exactly sure whether this assumption is valid, please help me out if it isn't).
Lower bound:
Predictably $\sqrt a$ is a lower bound but as one of the answers to the mentioned, it is a bad lower bound.
The answer uses $\sqrt {a +\sqrt a}$ as a more suitable lower bound. It may not always work but is the best combination of an accurate and easy to calculate lower bound. Obviously $\underbrace{\sqrt {a+\sqrt{a+\sqrt {a+...+\sqrt{a}}}}}_\text{$a-1$ roots}$ is a much better lower bound except that it is almost worth it to calculate the one extra term than to calculate this very accurate lower bound.
So, $\sqrt {a +\sqrt a} \le \underbrace{\sqrt {a+\sqrt{a+\sqrt {a+...+\sqrt{a}}}}}_\text{$a$ roots} \le \frac {1 + \sqrt {4a+1}}2$ is a good enough technique to find the upper bounds and lower bounds to $\underbrace{\sqrt {a+\sqrt{a+\sqrt {a+...+\sqrt{a}}}}}_\text{$a$ roots} \ $ (if my calculation is right) so no one has to bother posting the same question for the upcoming years.
Is this technique correct? Is there any better technique that produces better bounds? I have assumed nothing about when $a$ is large and when $a$ is small. Does that make a difference? Thanks in advance!