I am reading The Works of Archimedes and I have found the following method for approximating the square root with sexagesimal fractions:
Ptolemy has first found the integral part of $\sqrt{4500}$ to be $67$. Now $67^2 = 4489$, so that the remainder is $11$. Suppose now that the rest of the square root is expressed by means of the usual sexagesimal fractions, and that we may therefore put $$\sqrt{4500} = \sqrt{67^2 + 11} = 67 + \frac{x}{60} + \frac{y}{60^2}$$ where $x,y$ are yet to be found. Thus $x$ must be such that $\frac{2\cdot67x}{60}$ is somewhat less than $11$, or $x$ must be somewhat less than $\frac{11\cdot60}{2\cdot67}$ or $\frac{330}{67}$, which is at the same time greater than $4$.
I am interested only in the sentence "Thus $x$ must be such that...". How are these conditions on $x$ assumed, namely the fractions $\frac{2\cdot67x}{60}$ and $\frac{11\cdot60}{2\cdot67}$?
Forget the $y$ for a moment. Then we want $$\sqrt{67^2+11}\approx67+{x\over60}\ .$$ This means $$67^2+11\approx 67^2+{2\cdot67\cdot x\over60}+\left({x\over60}\right)^2\ .$$ Note that $0\leq{x\over60}<1$, and the square is even smaller. Therefore we want that $${2\cdot67\cdot x\over60}<11,\quad{\rm and\ as\ large\ as\ possible.}$$ Therefore $x<{60\cdot11\over 2\cdot 67}= {660\over134}=4.925$; hence $x=4$. We now proceed with $$\sqrt{67^2+11}\approx67+{4\over60}+{y\over60^2}\ ,$$ and do a similar computation with respect to $y$.This will lead to $y=55$.