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.If you want to find the square root of 7, define f(x) = x^2 – 7.
Then finding the square root of 7 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. It works even if your first guess is not so good:
Suppose you start with x0 = 5 (a pretty poor choice since 5^2 is 25, which is nowhere near 7).
Even so, x3 = 2.2362512515, which is less than 0.01% from the true value. Finally, remember that the negative value, -x, is also a square root.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

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

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.


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 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.


Is the square root of 12 a natural number?

No. A natural number is a whole number, that is, no digits after the decimal point. Calculate the square root of 12 on a calculator, and you will see that it is not a whole number.


Is 2934 a square?

Try it out! For example, you can use a calculator to calculate the number's square root. If you get a whole number - no decimals - then the number is a perfect square.


If you divide 4 by the square root of -7 and then times that by the square root of sin30 how many swag points will you gain?

I am not sure what you want to calculate; anyway, the square root of a negative number is a complex number: in this case, "i" multiplied by the square root of 7. The remaining calculations will also result in complex numbers. When you calculate points, you usually want a real number, not a complex number.


How do you calculate square roots as irrational numbers?

You can approximate a square root as a decimal or fraction. If you want the exact number, you have to leave it with the square root sign.


What is the key word for square root in abap?

sqrt is inbuilt function available in ABAP to calculate square root of any number.


How do you calculate the square root of minus one?

The square root of negative one is an imaginary number, signified by the italic lower-case i.


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


How do you calculate square of a number?

you square root it. on the calculater there is a kind of bus shelter sign press that to get the square of something.


Find the square root of a number?

The square root of a number is a number which when multiplied by itself will result in the original number. So the square root of 4 is 2, because 2 times 2 equals 4. For an easy square root like that you can work it out in your head, but for harder questions you should use a calculator. Your calculator will have a button to press to calculate the square root of a number.