Here is a method that is similar to Melody's...it converges pretty fast....even if our intial guess is not too good.
This method is known as "Guess - Divide - Check "
Step 1 : Let's say that we guess the square root of 6 as 2
Step 2 : Divide 6 by 2 = 3
Step 3 : Now add 2 +3 and divide by 2 = 2.5
Step 4: Now divide 6 by 2.5 = 2.4
Step 5: Now add 2.5 and 2.4 and divide by 2 = 2.45
Step 6 : Divide 6 by 2.45 = 2.448
Step 7 : Add 2.448 and 2.45 and divide by 2 = 2.449
Step 8: Divide 6 by 2.449 = 2.449......note this is pretty close to the actual square root of 6 !!!
This isn't hard to do.....once you get the "rhythm" down.....!!!!......with a better initial guess.....the procedure may have even converged much more quickly!!!
P.S. - The method might be better termed as "Guess - Divide - Average - Divide - Average - Divide......."
