One way to estimate the square root of a number is by iteration. 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.
Since you want to find the square root of 1009, define f(x) = x^2 - 1009.
Then finding the square root of 1009 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.
30*30 = 900 which is reasonably close to 1009 so let x0 = 30, then by x3, the absolute error is less than a quarter in 1 billion!
The solution, using this method, is 31.76476035
Chat with our AI personalities
This isn't an exact root. Just calculate the square root on your calculator, and round it to the desired accuracy.This isn't an exact root. Just calculate the square root on your calculator, and round it to the desired accuracy.This isn't an exact root. Just calculate the square root on your calculator, and round it to the desired accuracy.This isn't an exact root. Just calculate the square root on your calculator, and round it to the desired accuracy.
How can you calculate the square root of 1.8E-5 without a calculator?
You can calculate the square root of 13 with a calculator.
The square root of 59 :well the whole point of square root is that you have a number double it and the number that you get is the answer.so: 59 squared equals:50 doubled is 1009 doubled is 18100 add 18 equals118
That's the same as the square root of positive 340, times i. Many calculators can't calculate the square root of negative numbers, since they are not set up to calculate with complex numbers, but you can simply calculate the square root of the equivalent positive number, then add "i" to the result.