Example with Imperfect Square

Calculate the square root of 2.
Step 1: Divide the number into pairs of digits, starting from the right. If there is an odd number of digits, the leftmost digit will be by itself.
2
Step 2: Find the largest digit that will go into the leftmost group of digits that many times, and put that as the quotient.
?
?
2
In this case, 1 will go into 2 one time. One is the largest digit, because 2 will not go into 2 two times.
1
1
2
Step 3: Multiply the divisor by the largest digit, and subtract the product from the leftmost group of digits.
1
1
2
-1
1
In this case, multiply 1 by 1, and subtract 1 from 2 for a remainder of 1.
Step 4: Bring down the next group of digits to form the new dividend, and double the quotient to form the new divisor. If there are no more digits, but the remainder is not 0, bring down two zeros to form the new dividend, and add a decimal point to the quotient.
1.
1
2 
-1
2
1 00
In this case, bring down 00 to form 100 as the new dividend, add a decimal point to the 1 in the quotient, and double 1 to form 2 as the new divisor.
Repeat step 2: Find the largest digit that can be appended to the new divisor such that the resulting number will go into the new dividend that many times, and append that to the quotient.
 1.?
2?
100
In this case, 24 will go into 100 four times. Four is the largest digit, because 25 will not go into 100 five times.
 1.4
24
100
Repeat step 3: Multiply the divisor by the largest digit, and subtract the product from the dividend.
 1.4
24
100
  -96
   4
In this case, multiply 24 by 4, and subtract 96 from 100 for a remainder of 4.
Repeat step 4: Bring down two more zeros to form the new dividend, and double the quotient (without the decimal point) to form the new divisor.
 1.4
24
100
  -96
28
  400
In this case, bring down 00 to form 400 as the new dividend, and double 14 to form 28 as the new divisor.
Repeat step 2: Find the largest digit that can be appended to the new divisor such that the resulting number will go into the new dividend that many times, and append that to the quotient.
  1.4?
28?
400 
In this case, 281 will go into 400 one time. One is the largest digit, because 282 will not go into 400 two times.
  1.41
281
400 
Repeat step 3: Multiply the divisor by the largest digit, and subtract the product from the dividend.
  1.41
281
400 
  -281
  119
In this case, multiply 281 by 1, and subtract 281 from 400 for a remainder of 119.
Repeat step 4: Bring down two more zeros to form the new dividend, and double the quotient (without the decimal point) to form the new divisor.
  1.41
281
400 
  -281
282
11900
In this case, bring down 00 to form 11900 as the new dividend, and double 141 to form 282 as the new divisor. Repeat steps 2-4 to produce more digits after the decimal point.