How To Calculate Square Root Of 2?

Use a calculator and enter 2, then press the square root button

Use Newton’s method with an initial guess, such as 1.5

Repeat the update rule: x = (x + 2/x) / 2

Continue until the value stops changing significantly

The result is approximately 1.41421356237

Suggested for You

Trending Today