Kinma
July 22, 2019, 3:06pm
8
zvuv:
I, developing a modified decimal system to represent numbers. Instead of confining each power of ten to a single column with a single digit, they are marked by commas which allows one overflows and also -ve numbers.
This is a fantastic method and I advocate using this highly.
On this forum I already use this, for example here:
Exactly. And as a future engineer, I find it to be a very attractive facility to have. The techniques even lend themselves to integration. After plugging in the limits of integration, mental math could make the evaluation process very quick (I imagine).
That was my suspicion.
You said that you would recommend that I memorize squares. How far up should I memorize them? I read somewhere that 30 is a good point. Would you agree?
That makes sense. Calculate squares using shortcut methods, then…
In a previous thread I talked about the duplex method for squaring numbers.
Read that first if you have no idea how this method works.
Otherwise; you might not understand this thread.
If you can square numbers using duplex numbers, then taking the square root is just working backwards, which we will do here.
Let’s go forward first and then backward. This will make the calculation clear.
857^2 =
64 | 80 | 137 | 70 | 49 =
taking care of carrying:
72 | 13 | 14 | 4 | 9 =
another round:
73 …
Instead of a comma, I use the | character (vertical bar) which I find makes for better reading.
And indeed it has lots of advantages, like better carry handling.
Realising that 69 can be written as: 7 | -1 makes for much easier multiplication, like I wrote about here:
Criss cross using negative values :
90 -1
50 -3
_______ X
90X50 = 4500
(-1 X 50) + (-3 X 90) = -50 - 270 = -320
-1 X -3 = 3
__________________ +
4500
-320 (=4180)
-+3 (=4183)
Anchor method using 50 as anchor:
1st step. We add 3 to 47 to get 50.
Therefore we subtract the same 3 from 89 to get 86.
Now multiply them:
50 X 86 = 4300
Now subtract the difference from the base numbers (we changed 47 into 50 and 89 into 86. So difference is 3) and multiply by the distance…
Exactly!
2 Likes