I am not very good when it comes to Maths but the current work I am doing means I need to get better and quick.
I have been teaching myself about areas, diagonals and square roots. However I am struggling to understand how the calculator works out the square root. For example I know that a diagonal in a square from corner to corner is approx. $1.414$ of the side distance of the square. so if I have a square that is $a=1 \times b=1$ I can do $a \times \sqrt{2}(1.414)$. I know that the distance of the diagonal is $d=1.414$.
I want to know how to work out the square root without a calculator?
Or am I just getting this whole thing wrong?
Sorry I did say I am not very good at Maths.
Here is an extremely simple idea of
$$ \frac{a}{b}\to\frac{a+2b}{a+b}$$
For instance to get the square root of 2 you can start with any 2 counting integers like a = 1 and b = 2.
$\frac{1}{2}\to\frac{1+2 (2)}{1+2}=\frac{5}{3}\to \frac{5+2(3)}{5+3}=\frac{11}{8}\to \frac{11+2(8)}{11+8}=\frac{27}{19}\to \frac{27+2(19)}{27+19}=\frac{65}{46}...$
continue as long as you need and notice that
$\frac{65}{46}=1.4130434$
is already close. This method was derived by Terry Goodman and John Bernard. For the $ \sqrt{n} $ you would use $ \frac{a}{b}\to\frac{a+nb}{a+b}$
The advantages are you can keep the intermediate answers in fraction form which means you only have to multiply and add whole numbers. Closer initial estimates of a and b will yield better answers more quickly.