4

I am tasked to find the integral part of $\sqrt{2018+\sqrt{2018+\sqrt{...+2018}}}$, where the number of $2018$ is $2018$.

My attempt:

I came up with an upper bound, which was $\sqrt{2018+\sqrt{2018+\sqrt{2018+...}}}$, where there were infinite number of $2018$. I let this be $a$, and then I have $a^2=2018+a$, giving me $45.4249374...$. My problem here is that I have no idea what to set as a lower bound. Can anyone give me a hint to solve this? Alternatively, another approach could also be provided if it is more efficient.

QuIcKmAtHs
  • 1,451

2 Answers2

3

Begin by considering the fact that $45^2= 2025$. Then notice that your number is at least

$$\sqrt{2018 + \sqrt{2018}}.$$

Using the estimate that $\sqrt{2018} > 40$, which follows from $40^2 = 1600 < 2018$, your number is at least $\sqrt{2058} > \sqrt{2025} = 45$. Hence, the final answer is $45$.

3

For any $k$, if $k \le 2018$ then $\sqrt{2018 + \sqrt{2018 + \cdots + \sqrt{2018}}}$ with $k$ $2018$'s is a lower bound.

You just need the lower bound to be above $45$ and you win. It turns out $k = 2$ is good enough.