answersLogoWhite

0

How do you find the square root of 350?

Updated: 4/28/2022
User Avatar

Wiki User

10y ago

Best Answer

Use the Newton-Raphson method.

Let f(x) = x2 - 350

and let f'(x) = 2*x

Then start with any guess, x0.

The next estimate is x1 = x0 - f(x0)/f'(x0).

Continue iterations with xn+1 = xn - f(xn)/f'(xn).

If you start with x0 = 15 (quite a long way off, given that 152 is only 225), x2 is accurate to 6 decimal places (error = 8 in 10 million) and x3 to 13 dp (2 in 100 trillion).

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

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