answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

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

What is the square root of 1009?

The square root of 1009 is about 31.76.


How do you calculate the square root of -90?

square root of 90


What is the square root of 444?

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 do you calculate fourth root of any number?

1: Calculate the square root, then calculate its square root; OR 2: Take the logarithm of the number, divide it by 4 then take the antilog.


How can you calculate the square root of 1.8e-5 without a calculator?

How can you calculate the square root of 1.8E-5 without a calculator?


How you determine the length of square root of 13?

You can calculate the square root of 13 with a calculator.


What is the inverse of taking the square root of 25?

The inverse operation of taking the square root is to calculate the square.


What is the square root of negative 340?

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.


What is the square root of strawberry banana?

You calculate the square root of numbers and certain measurements, not objects.


What is the square root of 59?

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


0.75 is the square root of what value?

Any positive number is the square root of its square. In other words, you need to calculate the square of 0.75.


What is the approximate difference in tenths between the square root of 10 and the square root of 15?

The approx difference is 0.7