Ora

How to find the square root of numbers greater than 100?

Published in Number Operations 3 mins read

Finding the square root of numbers greater than 100 involves several methods, ranging from approximation techniques to precise calculations using algorithms or tools. The approach depends on whether you need an exact answer (for perfect squares) or a close approximation.

Here are the most effective ways to find the square root of numbers larger than 100:

1. Estimation and Approximation

For a quick mental estimate, you can bracket the number between known perfect squares.

  • How it works: Identify the two closest perfect squares that your number falls between. The square root of your number will be between the square roots of those perfect squares.
  • Example: To find $\sqrt{150}$.
    • You know $12^2 = 144$ and $13^2 = 169$.
    • Since 150 is between 144 and 169, $\sqrt{150}$ is between 12 and 13.
    • Since 150 is closer to 144, $\sqrt{150}$ will be closer to 12 (approximately 12.2 or 12.3).
  • Practical Insight: This method is excellent for checking calculator results or getting a sense of the magnitude of the square root.

2. Prime Factorization Method (for Perfect Squares)

This method works best when the number is a perfect square, resulting in an exact integer square root.

  • How it works:
    1. Break down the number into its prime factors.
    2. Group identical prime factors in pairs.
    3. For each pair, take one factor outside the square root.
    4. Multiply these single factors together to get the square root.
  • Example: Find $\sqrt{400}$.
    1. Prime factors of 400: $400 = 2 \times 200 = 2 \times 2 \times 100 = 2 \times 2 \times 2 \times 50 = 2 \times 2 \times 2 \times 2 \times 25 = 2 \times 2 \times 2 \times 2 \times 5 \times 5$.
    2. Group in pairs: $(2 \times 2) \times (2 \times 2) \times (5 \times 5)$.
    3. Take one factor from each pair: $2 \times 2 \times 5$.
    4. Multiply: $2 \times 2 \times 5 = 20$.
    • Therefore, $\sqrt{400} = 20$.
  • Resource: Learn more about prime factorization on Khan Academy: Prime factorization

3. Long Division Method

The long division method is a manual algorithm for finding square roots to any desired decimal place. It's more complex than prime factorization but works for all numbers, not just perfect squares.

  • How it works (simplified steps):
    1. Pair the digits of the number starting from the decimal point (or the right for integers). For example, 12345 becomes 1 23 45.
    2. Find the largest digit whose square is less than or equal to the first pair (or single digit). This is the first digit of the square root.
    3. Subtract the square from the first pair and bring down the next pair.
    4. Double the current square root (excluding any decimal points) and place a blank space next to it (e.g., 2_).
    5. Find a digit to fill the blank (and append to the square root) such that when the new number (e.g., 2x) is multiplied by that digit (x), the product is less than or equal to the current remainder.
    6. Repeat steps 3-5 until the desired precision is reached.
  • Example: Find $\sqrt{576}$.
          2   4
         _______
        |5 76
     2  |4
        ---
     44 |1 76   (Double the current root (2) to get 4, then find x such that 4x * x <= 176. x=4)
        |1 76   (44 * 4 = 176)
        -----
          0
    • Thus, $\sqrt{576} = 24$.
  • Practical Insight: This method is foundational for understanding square roots and can be useful in situations without electronic calculators.

4. Using Tables and Scientific Notation

Historically, mathematical tables were used for calculations. When dealing with large numbers, scientific notation simplifies the process by separating the magnitude.

  • How it works:
    1. Express the number in scientific notation (or similar form): Rewrite the number $N$ as $A \times 10^n$, where $A$ is a number whose square root can be found in a table (e.g., between 1 and 100), and $n$ is an exponent, ideally an even number for simpler square root calculation.
      • If $n$ is odd, adjust it. For example, if $N = A \times 10^{3}$, you could rewrite it as $(A \times 10) \times 10^2$ or $A/10 \times 10^4$. The goal is to make the exponent an even number so that when you take the square root, it simplifies neatly (e.g., $\sqrt{10^2} = 10^1$, $\sqrt{10^4} = 10^2$).
    2. Apply the square root property: $\sqrt{A \times 10^n} = \sqrt{A} \times \sqrt{10^n} = \sqrt{A} \times 10^{n/2}$.
      • The key here is that the exponent of 10 is divided by two when taking the square root of $10^n$. For instance, if you had $10^3$ as an exponent (from the original number), you would adjust it (e.g., to $10^2$ or $10^4$) so that when you take the square root, you simply halve the exponent.
    3. Look up $\sqrt{A}$ in a square root table: These tables list the square roots of numbers, typically integers from 1 to 100, or sometimes with decimal increments.
    4. Multiply the results: Combine $\sqrt{A}$ with $10^{n/2}$ to get the final answer.
  • Example: Find $\sqrt{183000}$ using this method.
    1. Rewrite the number to have an even power of 10: $183000 = 18.3 \times 10^4$.
    2. Apply the square root property: $\sqrt{18.3 \times 10^4} = \sqrt{18.3} \times \sqrt{10^4} = \sqrt{18.3} \times 10^{4/2} = \sqrt{18.3} \times 10^2$.
    3. Look up $\sqrt{18.3}$ in a square root table. If your table only covers integers, you might need to interpolate or use a table that includes decimals. For instance, a common table might show:
      | Number (x) | Square Root ($\sqrt{x}$) |
      | :---------- | :----------------------- |
      | 18 | 4.2426 |
      | 19 | 4.3590 |
      From a more detailed table or interpolation, $\sqrt{18.3} \approx 4.2778$.
    4. Multiply: $4.2778 \times 10^2 = 427.78$.
  • Practical Insight: This method efficiently handles large numbers by simplifying the magnitude, allowing the use of tables for the base number.

5. Using Calculators and Online Tools

In modern times, the most straightforward and precise way to find square roots of numbers greater than 100 is by using a calculator or online tool.

  • How it works:
    1. Enter the number into a scientific calculator.
    2. Press the square root ($\sqrt{}$) button.
  • Example: To find $\sqrt{12345}$.
    • Enter "12345" and press "$\sqrt{}$".
    • The result is approximately 111.10805.
  • Resource: Use an online scientific calculator like Google's built-in calculator (just type "square root of 12345" into the search bar) or Wolfram Alpha: Wolfram Alpha
  • Practical Insight: This is the quickest and most accurate method for most applications, especially for irrational square roots.

Common Perfect Squares Greater Than 100

Understanding common perfect squares can aid in estimation and provides a good reference point.

Number (x) Square Root ($\sqrt{x}$)
100 10
121 11
144 12
169 13
196 14
225 15
400 20
625 25
900 30
1600 40
2500 50
10000 100

Understanding these methods provides a comprehensive approach to finding square roots, whether you need a quick estimate, a precise manual calculation, or a rapid digital solution.