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 k, define f(x) = x^2. Then finding the square root of k 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 x(0) as the first guess. Then let x(n+1) = x(n) - f[x(n)]/f'[x(n)] 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, for calculating sqrt(7) you start with x(0) = 5 (a pretty poor choice since 5^2 is 25, which is nowhere near 7).
Even so, x(3) = 2.2362512515, which is less than 0.01% from the true value. Finally, remember that the negative value is also a square root.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

6y ago

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 k, define f(x) = x^2 – k.

Then finding the square root of k 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 want the square root of 7 and 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 is also a square root.


This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How can you find the decimal approximation of the square roots that are irrational?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

When is irrational numbers used in modern jobs?

Irrational numbers are used in some scientific jobs. Commonly used irrational numbers are pi, e, and square roots of different numbers. Of course, if an actual numerical result has to be calculated, the irrational number is rounded to some rational (usually decimal) approximation.


What is the decimal approximation of the square root of 54 to the table of squares and roots?

it is exactly.........7.348469228349534, but to round it would be 7.3


Is the square root of 68 irrational or rational?

The square roots are irrational.


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.


The square root of 50 is it rational or irrational?

The square roots of 50 are irrational.


Is the square root of 163 rational or irrational?

The square roots of 163 are irrational.


The square root of 84 is it rational or irrational?

The square roots of 84 are irrational.


What are non recurring irrational numbers?

All irrational numbers are non-recurring. If a number is recurring, it is rational. Examples of irrational numbers include the square root of 2, most square roots, most cubic roots, most 4th. roots, etc., pi, e, and most calculations involving irrational numbers.


Can square roots be irrational?

Yes


Are all square roots irrational?

No.


Why do you say approximate rather than compute when finding square roots when using a calculator or spreadsheet?

Well, it's both: you're using a machine to compute an approximation. Why isn't it exact? Most square roots (such as the square root of two) are irrational numbers, so their decimal representation requires an infinite number of digits. We humans have to have finite answers, hence we round off.


Are all square roots irrational numbers?

No. Square root of 9=3. 3=3/1. Therefore not all square roots are irrational