Digit-by-digit calculation of square root

In summary, the digit-by-digit calculation of square roots involves finding the next digit for each step such that the squared value is smaller than the original number, but adding one more as a digit would result in a value larger than the original number. This is done by using a formula that involves finding the difference between the original number and the squared value, and then finding a value for x that satisfies the equation. This method is explained in more detail in George Crystal's Algebra books.
Mathematics news on Phys.org
  • #2
Let's call the initial number a. The part already determined form the square root is p.

The basic idea is like that: For each step, find the next digit such that the squared value (consisting of p plus the new digit) is smaller than a, but the same number with one more as next digit would (squared) give a value larger than a.
Now, how do we find this digit?

We already know that p^2<a and the difference d=a-p^2 can be calculated.
Now we add a small value x/10 to p. This gives (p+x/10)^2=p^2+2px/10+x^2/100 and should be a better approximation to the square root.

Therefore, we want to find an x with 2px/10+x^2/100 <= d.
To avoid decimal digits, shift everything by two places, which is equivalent to a multiplication of 100 on both sides:
20 p x + x^2 <= 100d.
100d is now called c.
x (20p+x) <= c
Which is the formula used by the wikipedia page to find the next digit. Does that help?
 
  • #3
There is an explanation in George Crystal's(sp) Algebra(2 volumes), mine is in a box somewhere, but if you can find a copy it's in there.
 

1. What is digit-by-digit calculation of square root?

The digit-by-digit calculation of square root is a method used to find the square root of a number by breaking down the calculation into smaller, more manageable steps. This method involves finding the closest perfect square to the number and then subtracting it from the number, repeating this process until the desired level of accuracy is achieved.

2. How does digit-by-digit calculation of square root differ from other methods?

Digit-by-digit calculation of square root differs from other methods, such as long division or using a calculator, because it breaks down the calculation into smaller steps and allows for a more precise answer. This method also relies on estimation and subtraction, rather than multiplication, which can make it easier to perform mentally.

3. Can digit-by-digit calculation of square root be used for any number?

Yes, digit-by-digit calculation of square root can be used for any number. However, the larger the number, the more steps will be required to find the square root. It is important to note that this method may not be practical for very large numbers, as it can become time-consuming.

4. What are the benefits of using digit-by-digit calculation of square root?

One of the main benefits of using digit-by-digit calculation of square root is that it can be performed mentally, making it a useful tool for quick calculations. It also allows for a more precise answer compared to other methods, which can be helpful in certain scientific and mathematical applications.

5. Are there any disadvantages to using digit-by-digit calculation of square root?

While digit-by-digit calculation of square root can be a useful method, it may not be practical for very large numbers and can become time-consuming. It also requires some estimation and mental math skills, which may not be suitable for everyone. Additionally, this method may not always provide an exact answer, as it relies on estimation rather than multiplication.

Similar threads

Replies
15
Views
1K
Replies
3
Views
943
Replies
13
Views
1K
  • General Math
Replies
3
Views
1K
  • General Math
Replies
2
Views
1K
Replies
3
Views
1K
  • General Discussion
Replies
16
Views
1K
  • General Math
Replies
7
Views
2K
Replies
14
Views
1K
Replies
3
Views
1K
Back
Top