Digit-by-digit calculation of square root

Click For Summary
SUMMARY

The digit-by-digit calculation of square roots is a method that allows for the sequential determination of each digit of the square root of a number, denoted as 'a'. The process involves finding a digit 'x' such that the squared value of the current approximation 'p' plus 'x' is less than 'a', while 'p' plus 'x+1' exceeds 'a'. The formula derived from this method is 20px + x² ≤ 100d, where 'd' is the difference between 'a' and p². This method is detailed in George Crystal's Algebra.

PREREQUISITES
  • Understanding of basic algebraic principles
  • Familiarity with square root calculations
  • Knowledge of polynomial equations
  • Ability to manipulate inequalities
NEXT STEPS
  • Study the digit-by-digit square root method in detail
  • Explore polynomial inequalities and their applications
  • Read George Crystal's Algebra for deeper insights
  • Practice calculating square roots using this method
USEFUL FOR

Mathematicians, educators, students studying algebra, and anyone interested in advanced numerical methods for calculating square roots.

Mathematics news on Phys.org
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?
 
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.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 16 ·
Replies
16
Views
2K
  • · Replies 25 ·
Replies
25
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 18 ·
Replies
18
Views
5K
  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 10 ·
Replies
10
Views
3K