Approximate Square Root of Two

This example approximates the square root of using algebra.

Steps

  1. Start by representing with the variable .

  2. Multiply both sides by

  3. Substitute from step 1 in for on the right side.

  4. Add to both sides.

  5. Factor from the left side.

  6. Divide both sides by .

  7. Simplify the left side and split the right side fraction into two parts.

  8. Simplify again.

  9. Substitute from step 1 on the left side.

  10. Recursively substitute the expression from step 8 in for .

    Combine like terms.

  11. Recursively substitute the expression from step 8 in for .

    Combine like terms.

  12. Repeat the recursive substition for more accuracy. To calculate an approximate value substitute into the expression. This is shown below.

    Recursively substituting six times gives us an approximation of that is accurate for 5-digits. This can be repeated for more and more accuracy.