I recently noticed that $\sqrt{128} = 11.31$ and that $128$ is $\approx 30\%$ between $121 = 11^2$ and $144=12^2$, that is: $$ \frac{128-121}{144-121} = \frac{7}{23} \approx 30\%$$ and $\sqrt{128} = 11.31$ is $\approx 30\%$ away from $11$.
This made me wonder if there is a linear relationship between the distance of $\sqrt{x}$ between $a$ and $a+1$ and the distance of $x$ between $a^2$ and $(a+1)^2$.
What follows is my "proof" that the relationship tends to be linear for large numbers:
Let $D(a, b, x)$ denote the distance of $x$ between $a$ and $b$: $$D(a, b, x) = \frac{x - a}{b - a}$$ We are investigating the relationship between $$U = D(a^2, (a + 1)^2, x) = \frac{x-a^2}{2a+1}$$ and $$L = D(a, a + 1, \sqrt{x}) = \sqrt{x}-a$$
Defining $F = \frac{U}{L}$, we see that $$F = \frac{a + \sqrt{x}}{2a + 1}$$ Using the inequality $$a < \sqrt{x} < a + 1$$
adding $a$: $$2a <a + \sqrt{x} < 2a + 1$$
and dividing by $(2a + 1)$: $$\frac{2a}{2a+1} < F < 1$$
Therefore: $F$ has a lower bound of $\frac{2a}{2a+1}$ and as $a$ increases $F$ will get closer and closer to $1$, making the relationship between $U$ and $L$ more linear, and that's what I wanted to show.
My question, however, is: is this correct? Is there an easier / simpler way to show this?
Why this is useful (to me): It provides an easy and accurate way to estimate square roots with simple arithmetic.
One can also regard the RHS as the first two terms in the Taylor expansion of the LHS, but Calculus is not really needed here.
Your arithmetic certainly looks right. If I'm reading what you're doing correctly, you would want to say that 128 is 7/23 of the way from 121 to 144, so that $\sqrt{128}$ is approximately 7/23 of the way from 11 to 12. So, essentially what you are doing is drawing the straight line between the points (121,11) and (144,12) on the graph of $y = \sqrt{x}$, and plugging 128 into the formula for that line. You're using that straight line as an approximation for the graph of $y = \sqrt{x}$. Yes, that approximation will be pretty good for large numbers, but it's better near $a^2$ and $(a+1)^2$, and less good in the middle.
You could do a similar approximation (with arithmetic just as easy) by using the tangent line through $(a^2,a)$, which has slope $1/2a$. (Your line has slope $1/2a+1$.) The tangent line approximation will be better close to $a^2$, but gets worse as you get closer to $(a+1)^2$.