Understanding the Square Root Formula with Solved Examples



The square root of a non-negative real number \(x\), denoted by \(\sqrt{x}\), is a non-negative real number that, when multiplied by itself, gives the original number \(x\). The square root formula is fundamentally based on the property that for any non-negative real number \(x\), there exists exactly one non-negative real number \(y\) such that \(y^2 = x\). This \(y\) is called the square root of \(x\).

The Square Root Formula

Mathematically, the square root of \(x\), denoted as \(\sqrt{x}\), can be defined as:

\[ \sqrt{x} = y \quad \text{where} \quad y \geq 0 \quad \text{and} \quad y^2 = x \]

For perfect squares (numbers that can be expressed as the product of an integer with itself), the square root is an integer. For example, the square root of 16 (\(4 \times 4\)) is 4. However, for non-perfect squares, the square root is an irrational number, which cannot be expressed exactly as a finite decimal or fraction.

Computing Square Roots

Computing the square root of a number that is not a perfect square can be done through various methods, including long division, the Babylonian method, or using a scientific calculator. Here, we'll briefly discuss the Babylonian method, which is an iterative approach to finding square roots.

The Babylonian Method

The Babylonian method, also known as Heron's method, is an efficient algorithm for finding the square root of a number. Here's a step-by-step guide to using this method:

  1. Start with an initial guess, \(g\), for the square root of the number \(x\). If you have no idea, starting with \(g = x/2\) is a reasonable approximation for \(x > 4\).
  2. Improve the guess by using the formula: \[ g_{\text{new}} = \frac{1}{2} \left( g + \frac{x}{g} \right) \]
  3. Repeat step 2 with \(g_{\text{new}}\) as the new guess, until the value converges to a sufficient degree of accuracy.

Solved Example Using the Babylonian Method

Let's find the square root of 20 using the Babylonian method, starting with an initial guess of \(g = 20/2 = 10\).

Step 1: Initial guess, \(g = 10\)

Step 2: Improve the guess: \[ g_{\text{new}} = \frac{1}{2} \left( 10 + \frac{20}{10} \right) = \frac{1}{2} \times 15 = 7.5 \]

Step 3: Repeat the process with \(g_{\text{new}} = 7.5\). After a few iterations, you'll find that the value converges to approximately \(4.47214\), which is the square root of 20.

The Babylonian method is a practical and efficient way to compute square roots by hand or in a spreadsheet, demonstrating the utility of the square root formula in real-world calculations.

Previous Post Next Post

Contact Form