answersLogoWhite

0

With great difficulty because the square root of 2 is an irrational number

* * * * *

One way to find the square root of a number is an iterative method. This entails making a guess at the answer and then improving on it. Repeating the procedure should lead to a better estimate at each stage. One such is the Newton-Raphson method.

If you want to find the square root of 2, define f(x) = x2 - 2.

Then finding the square root of 2 is equivalent to solving f(x) = 0.

Let f'(x) = 2x. This is the derivative of f(x) but you do not need to know that to use the N-R method.

Start with x0 as the first guess.

Then let xn+1 = xn - f(xn)/f'(xn) for n = 0, 1, 2, …

Provided you made a reasonable choice for the starting point, the iteration will very quickly converge to the true answer. Even if your first guess is not so good:

Suppose you start with x0 = 2 (a pretty poor choice since 22 is 4, which is nowhere near 2).

Even so, x3 = 1.414215686, which is less than 1-in-a billion from the true value. Finally, remember that the negative value is also a square root.

User Avatar

Wiki User

11y ago

Still curious? Ask our experts.

Chat with our AI personalities

ViviVivi
Your ride-or-die bestie who's seen you through every high and low.
Chat with Vivi
TaigaTaiga
Every great hero faces trials, and you—yes, YOU—are no exception!
Chat with Taiga
BeauBeau
You're doing better than you think!
Chat with Beau

Add your answer:

Earn +20 pts
Q: How do you find the square root of 2?
Write your answer...
Submit
Still have questions?
magnify glass
imp