Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
The Division Method is a systematic algorithm used to find the square root of large numbers and non-perfect squares where prime factorization is not practical. It visually resembles long division but uses a changing divisor at each step.
The process starts with grouping the digits into pairs using bars (periods) starting from the unit's place. For example, for the number , the bars are placed as . The number of bars indicates the number of digits in the resulting square root.
To find the first digit, determine the largest number whose square is less than or equal to the leftmost group. If the group is , the first digit is because , whereas . This digit is written as both the divisor and the quotient.
After subtracting and bringing down the next pair of digits, the next divisor is formed by doubling the current quotient and appending a digit '' to it. The value of '' is chosen such that (divisor with appended) is less than or equal to the current remainder.
For decimal numbers, bars are placed on the integral part starting from the decimal point moving left, and on the fractional part starting from the decimal point moving right. If the last group in the fractional part is a single digit, a zero is appended to make it a pair (e.g., becomes ).
If the number is not a perfect square, the division can be continued by adding pairs of zeros after the decimal point to find the square root up to a desired number of decimal places.
The relationship between the number of digits in a perfect square and the number of digits in its square root is given by if is even, and if is odd.
📐Formulae
💡Examples
Problem 1:
Find the square root of using the division method.
Solution:
Step 1: Group the digits in pairs from the right: . There are two groups, so the square root will have 2 digits.\Step 2: Find the largest square less than or equal to . That is . Write as the divisor and quotient. Subtract from to get remainder .\Step 3: Bring down the next pair . The new dividend is .\Step 4: Double the quotient (). We need to find a digit such that . Try : .\Step 5: Since the remainder is , the process ends. The quotient is .\Therefore, .
Explanation:
We first paired the digits and found the largest square for the first group. We then updated the divisor by doubling the existing quotient and finding the digit that completes the product.
Problem 2:
Find the square root of using the division method.
Solution:
Step 1: Place bars over the pairs: .\Step 2: Find the largest square . . Divisor = , Quotient = . Remainder .\Step 3: Place a decimal point in the quotient after . Bring down the pair . New dividend is .\Step 4: Double the quotient (). Find a digit such that . Try : .\Step 5: Remainder is . The quotient is .\Therefore, .
Explanation:
For decimals, the process is identical to whole numbers, but we must ensure the decimal point is placed in the quotient immediately after we cross the decimal in the dividend.