askvity

How to Square Root?

Published in Mathematics 3 mins read

Finding the square root of a number means determining a value that, when multiplied by itself, equals the original number. Let's explore different methods for calculating square roots.

Understanding Square Roots

The square root of a number 'x' is a number 'y' such that y y = x. This is often written as √x = y. For example, √9 = 3 because 3 3 = 9.

Methods for Calculating Square Roots

Here are a few common methods:

1. Perfect Squares:

  • Definition: Perfect squares are numbers that result from squaring an integer (e.g., 1, 4, 9, 16, 25).
  • Example: √25 = 5 because 5 * 5 = 25.
  • How to Use: Memorize the perfect squares up to a reasonable number. This allows you to quickly identify the square root of many common numbers.

2. Estimation:

  • Concept: When a number isn't a perfect square, estimate its square root by identifying the nearest perfect squares.
  • Example: To find √28, recognize that 28 is between the perfect squares 25 (√25 = 5) and 36 (√36 = 6). Since 28 is closer to 25, its square root will be closer to 5. We can estimate it to be around 5.3.
  • Refining the Estimate: You can refine your estimate by squaring your initial guess and adjusting accordingly. For instance, 5.3 * 5.3 = 28.09, which is close to 28.

3. Calculator or Computer:

  • Using Technology: The most straightforward method is to use a calculator with a square root function (√) or use a computer's built-in calculator.
  • Example: Entering "√28" into a calculator will yield approximately 5.29.

4. Long Division Method (Manual Calculation):

This method allows you to calculate square roots by hand, similar to long division.

  • Steps:

    1. Grouping: Group the digits of the number in pairs, starting from the decimal point. If there is an odd number of digits to the left of the decimal, the leftmost group will consist of a single digit. For example, for 529, we group as '5 29'.
    2. Finding the Largest Integer: Find the largest integer whose square is less than or equal to the leftmost group. This will be the first digit of the square root.
    3. Subtraction and Bring Down: Subtract the square of this integer from the leftmost group. Bring down the next group of digits.
    4. Iteration: Double the quotient (the number you found in step 2) and append a digit 'x' to it, forming a new number. Find the largest digit 'x' such that the new number multiplied by 'x' is less than or equal to the current remainder. This 'x' becomes the next digit of the square root.
    5. Repeat: Repeat steps 3 and 4 until you reach the desired level of accuracy.
  • Example: √529

    1. Grouping: 5 29
    2. Largest integer whose square is <= 5 is 2 (2*2 = 4). So, the first digit of the square root is 2.
    3. Subtract 4 from 5: 5 - 4 = 1. Bring down the next group: 1 29
    4. Double the quotient (2): 2 * 2 = 4. Append a digit 'x' to 4, and find 'x' such that (4x) * x <= 129. x = 3 works because 43 * 3 = 129.
    5. The square root is 23.

5. Prime Factorization Method:

  • Concept: Break down the number into its prime factors.
  • Procedure: Pair up identical prime factors. For each pair, take one factor out of the square root. Any prime factors that don't have a pair remain inside the square root.
  • Example: Find √36.
    1. Prime factorization of 36: 2 x 2 x 3 x 3
    2. Pair the factors: (2 x 2) x (3 x 3)
    3. Take one factor from each pair: 2 x 3 = 6
    4. √36 = 6

Conclusion

Calculating square roots can be done through memorization (for perfect squares), estimation, using a calculator, or through manual methods like long division or prime factorization. The best method depends on the specific number and the tools available.

Related Articles