answersLogoWhite

0


Best Answer

There are several. Here is one that's quite fast. For example, to calculate the square root of 2:

Make an initial estimate. Let's say that your initial estimate (or the result of a previous step) is 1.4. Divide 2 by this number: 2 / 1.4 = 1.428... Take the average between 1.4 and 1.428, which is 1.414.

Repeat, using the result of the previous step. Repeat as often as you want, until you have the desired precision. (In the previous step, the square root of 2 must be somewhere between 1.4 and 1.428, so by taking the average, the error can't be greater than 0.014.)

Each step doubles the number of correct digits, approximately.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the algorithm for square roots?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the square root of 913936?

The square root of a number is the number that is squared, or multiplied by itself, to get the number. The square root of 913,936 is 956. *Click the included link to learn the traditional method (Meaning without a calculator) of finding square roots: http://www.homeschoolmath.net/teaching/square-root-algorithm.phpand look for the subtitle: Finding square roots using an algorithm


Write an algorithm to find the root of quadratic equation?

Write an algorithm to find the root of quadratic equation


Write an algorithm and draw flowchart to calculate the perimeter of a square?

write an algorithm and draw a flow chart to find perimeter of a square


How do you get the square roots using algorithm?

An algorithm is process or set of rules for doing something If we are looking for square rots which are integers then an algorithm might look like this Put the number whose root is sought into a variable - the dividend. Put 2 into a variable - the divisor Begin a loop divide the dividend by the divisor put the result into a variable - the quotient if the quotient = the divisor then the quotient is the square root of the divident else, add 1 to the divisor next loop


What is the square root of 11449?

The square roots are -1.07 and +1.07The square roots are -1.07 and +1.07The square roots are -1.07 and +1.07The square roots are -1.07 and +1.07


Can you provide a solution to the diamond-square algorithm using Java and recursion?

Yes. It is possible to provide a solution to the diamond-square algorithm using Java and recursion.


Write an algorithm and draw a flowchart that will calculate the roots of quadratic equation?

dejene


When is minimum mean square error algorithm used?

This type of algorithm is commonly used in n dimensional clustering applications. This mean is commonly the simplest to use and a typical algorithm employing the minimum square error algorithm can be found in McQueen 1967.


What is the square root of 2 square inches?

square inches do not have square roots only number have square roots.


What is the difference between perfect and nonperfect square roots?

Perfect square roots are square roots that have a whole number that can go into it perfectly. Nonperfect square roots are square roots that have decimal numbers going into it. Example: Perfect Square Root: 144- Square Root: 12 Nonperfect Square Root: 24- Square Root: About 4.89


Are all square roots of even numbers rational?

No. The square roots 8 are irrational, as are the square roots of most even numbers.


What are square roots of 64?

The square roots of 64 are +8 and -8.