well there is brute force: for example, sqrt(10)
3^2 = 9, 4^2 = 16; therefore the solution to sqrt(10) lies between 3 and 4:
3.5^2 = 12.25; therefore the solution to sqrt(10) lies between 3 and 3.5
3.1^2 = 9.61; therefore the solution to sqrt(10) lies between 3.1 and 3.5
3.2^2 = 10.24; therefore the solution to sqrt(10) lies between 3.1 and 3.2
3.15^2 = 9.9225; therefore the solution to sqrt(10) lies between 3.15 and 3.2
3.16^2 = 9.9856; therefore the solution to sqrt(10) lies between 3.16 and 3.2
3.17^2 = 10.0489; therefore the solution to sqrt(10) lies between 3.16 and 3.17
and so on, until your fingers bleed. Or you make a mistake calculating one of those squares (which is very likely without a calculator) and fuck everything up

:
there is another algorithm which I don't know very well but is a better than this, which was taught to students back in the day but has fallen out of favor since you can buy a calculator that can do this for you for about $1:
http://www.homeschoolmath.net/teaching/square-root-algorithm.php/e actually looking at that algorithm, I don't think it is much better, lol
This post was edited by Azrad on Nov 1 2013 11:38am