## Estimating Non-Perfect Square Roots Not all square roots result in whole numbers. Many square roots are irrational, meaning their decimals go on forever without repeating. When you don’t have a calculator or need to understand the scale of a number, you can estimate the square root. ### Perfect Squares for Reference Use nearby perfect squares to estimate. Here's a reference table: |Perfect Square|Square Root| |---|---| |$1$|$\sqrt{1} = 1$| |$4$|$\sqrt{4} = 2$| |$9$|$\sqrt{9} = 3$| |$16$|$\sqrt{16} = 4$| |$25$|$\sqrt{25} = 5$| |$36$|$\sqrt{36} = 6$| |$49$|$\sqrt{49} = 7$| |$64$|$\sqrt{64} = 8$| |$81$|$\sqrt{81} = 9$| |$100$|$\sqrt{100} = 10$| ### Strategy for Estimation To estimate $\sqrt{n}$: 1. Find the two nearest perfect squares around $n$ 2. Identify their square roots 3. Decide whether $\sqrt{n}$ is closer to the lower or upper bound 4. Refine your estimate using midpoints if necessary ### Example 1: Estimate $\sqrt{18}$ - $16 < 18 < 25$ - So: $\sqrt{16} = 4$ $\sqrt{25} = 5$ - Since 18 is closer to 16 than 25, $\sqrt{18} \approx 4.2$ **Actual value:** $\sqrt{18} \approx 4.24$ ### Example 2: Estimate $\sqrt{45}$ - $36 < 45 < 49$ - $\sqrt{36} = 6,\quad \sqrt{49} = 7$ - 45 is closer to 49 than 36, so $\sqrt{45} \approx 6.7$ **Actual value:** $\sqrt{45} \approx 6.71$ ### Optional: Use Averaging to Refine For a better estimate, use this method: 1. Guess a value (start with your estimate from earlier) 2. Divide the radicand by your guess 3. Take the average of your guess and the result **Example: Estimate $\sqrt{20}$** Start with 4.5 - $\frac{20}{4.5} \approx 4.44$ - $\text{Average} = \frac{4.5 + 4.44}{2} \approx 4.47$ - Repeat again to refine if needed **Actual value:** $\sqrt{20} \approx 4.472$ ### Electrical Example You measure the impedance of a load: $ Z = \sqrt{42} $ You don’t need exact precision, just a ballpark: - $\sqrt{36} = 6,\quad \sqrt{49} = 7$ - Estimate: $\sqrt{42} \approx 6.5$ This lets you estimate voltage or current without pulling out a calculator. ### Summary - Use nearby perfect squares to bracket your estimate - Refine using midpoint logic or averaging method - Essential when calculators are unavailable or approximation is acceptable