We use the symbol "|" to separate the component numbers of a power-of-10 representation. There may be n symbols in a row, which can also be represented by "|n". The symbol "|1" is equivalent to "|". In general,
a|b = a×10 + b a|||1;i>b = a×102 + b a|n = a×10n a|nb = a×10n + b
Examples:
4 | 5 | 6 = 4×102 + 5×10 + 6 = 456
13 | 25 = 13×10 + 25 = 155
13 |2 25 = 13×102+ 25 = 1325
133 | 7 = 133×10 + 7 = 1340
133 |3 7 = 133×103 + 7 = 133007
11 | 25 | 7 = 11×100 + 25×10 + 7 = 1132
11 |2 25 |2 7 = 11×104 + 25×102 + 7 = 112507
Negative numbers can also be used. For example,
4 | −5 | 6 = 4×100 − 5×10 + 6 = 356
13 |2 −21 = 13×102 + 21 = 1279
Subtract
Sutra 2 applies: All of 9 and the last of 10.
If we want to subtract two numbers a and b (a > b), the complementary of b, C(b), is calculated first and added to a: a + C(b). The result is subtracted to the nearest power of 10 greater than b.
The complement of a number n, C(n), is the 9's complement of each of its digits plus one unit, or 10 raised to the number of digits of n minus n. For example,
C(123) = 999 − 123 + 1 = 1000 − 123 = 877.
Formula: a − b = a + C(b) − 10n (n is the length of b)
Multiplication of 3 numbers close to a power of 10
Formula: abc = 10n + a' + b' + c' |na'b' + a'c' + b'c' |na'b'c'
Justification:
abc = (10n + a')(10n + b')(10n + c') = 103n + 102n(a' + b' + c') + 10n(ab' + a'c' + b'c) + a'b'c' = 102n(10n& + a' + b' + c') + 10n(a'b' + a'c' + b'c') + a'b'c' =
10n + a' + b' + c' |na'b' + a'c' + b'c' |na'b'c'
Outline:
a
a'
b
b'
c
c'
a − b' − c' = b − a' − c' =
c − a' − b' − b'
a'b' + a'c' + b'c'
a'b'c'
a − b' − c' |na'b ' + a'c' + b'c' |na'b'c'
Examples:
988
−12 (988 − 1000)
996
−4 (996 − 1000)
995
−5 (995 − 1000)
988 − 4 − 5 = 996 − 12 − 5 = 995 − 12 − 4 = 979
(−12×−4) + (−4×−5) + (−5×−12) = 128
−240 (−12×−4×−5)
979128240 = 979127760
General multiplication procedure
The product of two numbers, a and b, is a number formed by sums of combinations of products. The order number i is the sum of the products of the digits of both numbers such that the sum of the exponents of the powers of 10 add up to i. We call P(i) the powers of order i.
In multiplication, sutra 3 applies: vertically and crosswise. Examples:
12×13
1
2
1
3
1×1
1×3 + 2×1
2×3
1
5
6
156
34×27
3
4
2
7
3×2
3×7 + 4×2
4×7
6
29
28
6
31
8
9
1
8
918
123×456
1
2
3
4
5
6
1×4
1×5 + 2×4
1×6 + 3×4 + 2×5
2×6 + 3×5
3×6
4
13
28
27
18
4
13
28
28
8
4
13
30
8
8
4
16
0
8
8
5
6
0
8
8
560088
Single digit division
Illustrated with an example: 671/4. The steps are as follows:
6/4 = 1 (remainder 2)
Add 1 to the quotient of the result.
Put the remainder (2) in front of the second digit (7) of the dividend.
27/4 = 6 (remainder 3)
6 is added to the quotient of the result.
Put the remainder (3) in front of the third digit (1) of the dividend.
31/4 = 7 (remainder 3)
Add 7 to the quotient of the result.
The result is: 167 (remainder 3).
If we wanted more decimals, we would add zeros to the dividend and continue operating in the same way.
Scheme:
4
6
7
1
6/4 = 1 (remainder 2)
1
1
27/4 = 6 (remainder 3)
1
6
31
1
6
31/4 = 7 (remainder 3)
1
6
7
3 (resto)
167
3 (remainder)
General scheme:
d
a1
a2
a1/d = c1 (resto r1)
r1a1/d = c2 (resto r2)
c1
c2
c1 | c2
Division 1/19
First method. Multiplication is used. It proceeds from right to left.
Sutra 1 is used: by one more than the previous one. The predecessor of 19 is 1. By one more than the predecessor = 1 + 1 = 2 (multiply by 2).
We take the first digit, which is the dividend (1) and multiply it successively by 2 as follows:
1. First digit of the result.
1×2 = 2. The result is put in front of the 1: 21.
2×2 = 4. The result is put in front of the previous one: 421.
4×2 = 8. Result: 8421.
8×2 = 16. The 6 is placed, with 1 carry: 168421.
The period consists of 18 digits, with the second 9 being the complementary of the first 9. The denominator minus the denominator (19 − 1 = 18) indicates the length of the period.
Note that only multiplication (×2) and addition (+1) have been used in the division.
Second method. It is the dual method of the previous one. Division by 2 is used instead of multiplication. The period is calculated from left to right.
The first digit of the dividend (1) is divided by 2, which gives quotient 0 and remainder 1. The most significant digit is 0, with carry 1: .10
Dividing 10 by 2 = 5 (there is no remainder): .05
The second cycle is the complements to 9. This second method is preferable because the most significant figures are obtained first and also because only one operation is used: division by 2.
Example: 8745/9 = 971 (quotient) and 6 (remainder)
8
7
4
5
8
8 + 7
8 + 7 + 4
8 + 7 + 4 + 5
8
15
19
24 = 9×2 + 6
8
15
21
6
8
17
1
6
9
7
1
6
9 | 7 | 1 = 971 (quotient)
6 (remainder)
In general, in division by 9, the first digit of the quotient is the first digit of the dividend. From this first digit, the digits of the dividend (minus the last digit) are added successively to obtain the remainder of the digits of the quotient. The remainder is the sum of the digits of the dividend.
The procedure of division between two numbers is a straightforward procedure. Tirthaji called it the "crown jewel" of VM. It allows you to divide numbers of any size on one line. We illustrate it with an example: 40342/173 = 233 (remainder 33).
3
40
3
4
2
0
0
0
17
6
6
4
16
4
13
← restos sucesivos
2
3
3
1
9
0
7
← cocientes sucesivos
We calculate 40/17 = 2 (remainder 6).
The diagonal formed by the next digit of the divisor (3), the initial remainder (6) and the initial quotient (2) is initially created: 3 − 6 − 2. With each diagonal a cycle of 3 steps is performed:
The last calculated quotient (2) is multiplied by the unit of the divisor (3): 2×3 = 6.
Subtract this number (6) from the first two numbers of the diagonal (63): 63 − 6 = 57.
The result (57) is divided by the first part of the divisor (17) and the quotient (3) and the remainder (6) are written down. The new diagonal is 4 − 6 − 3. And the same procedure is repeated.
Steps:
Diagonal 3 - 6 - 2.
2×3 = 6.
63 − 6 = 57.
57/17 = 3 (remainder 6).
The diagonal 4 - 6 - 3 is created.
3×3 = 9.
64 − 9 = 55.
55/17 = 3 (remainder 4).
The diagonal 2 - 4 - 3 is created.
3×3 = 9.
42 − 9 = 33.
33/7 = 1 (remainder 16).
The diagonal 0 - 16 - 1 is created.
1×3 = 3.
160 − 3 = 157.
157/17 = 9 (remainder 4).
The diagonal 0 - 4 - 9 is created.
9×3 = 27.
40 − 27 = 13.
13/17 = 0 (remainder 13).
The diagonal 0 - 13 - 0 is created.
0×3 = 0.
130 − 0 = 130.
130/17 = 7 (remainder 11).
The result is 233.1907....
Other Examples of Application of Sutras
Transposing and applying (sutra 4)
This sutra refers to the property of mathematical operations to be reversed or reflected. For example, −1 on one side of the equation becomes +1 on the other side. Examples:
(3x2 + 10x + 12)/(x + 2) = 3x + 4 (remainder 4)
x + 2
3x2
+10x
+12
−2
−6
−8
3x
10 − 6 = 4
12 − 8
3x + 4 (quotient)
4 (remainder)
We transpose the +2 of the divisor as −2 in the dividend.
We divide the first term of the dividend by the first term of the divisor: 3x2/x = 3x. And we write it down in the result. The coefficient of the term is c = 3.
We multiply the coefficient c (3) by the transposed number (−2): 3×(−2) = −6. This result is put under the second term (+10x). Add 10 and −6 = 4.
Multiply 4 by the transposed number (−2) = 4×(−2) = −8. Add 12 and −8 = 4.
The result is 3x + 4 (remainder 4).
1364/112 = 12 (remainder 2)
112
1
3
6
4
−12
1
−1
−2
1
3 − 1
−2
−4
1
2
2
4 − 4
12 (quotient)
2 (remainder)
0
We transpose the +12 of the divisor as −12 in the dividend.
We divide the first term of the dividend (1) by the first term of the divisor (1): 1/1 = 1. And we write it in the result. The coefficient of the term is c = 1.
We multiply the coefficient c (1) by the two components of the transposed number (−1 and −2): 1×(−1) = −1 and 1×(−2) = −2. These results are put under the second and third terms (3 and 6). Add 3 and −1 = 2 and put it under the second term.
Multiply 2 by the transposed number (−2) = −4. Add 4 and −4 = 0.
The result is 12 (remainder 2).
When the sum is the same, the sum is equal to zero (subtra 5)
This sutra admits many interpretations, being applicable in different contexts. Examples:
There is a common factor. Examples:
7x + 3x = 4x + 5x
The common factor is x. The result is x = 0.
5(x + 1) = 3(x +1)
The common factor is x + 1, x + 1 = 0, x = −1.
Products of independent terms are equal. Example:
(x + 3)(x + 4) = (x − 2)(x − 6)
The product is 3×4 = −2×−6 = 12. Therefore, x = 0.
The sum of the denominators of two fractions have the same numerator. Example:
1/(3x − 2) + 1/(2x − 1) = 0.
The sum of the denominators is 5x − 3. 5x − 3 = 0, x = 3/5.
m/(ax + b) + m/(cx + d) = 0.
The sum of the denominators is ax + b + cx + d = 0,
x = −(b + d)/(a + c).
If the sum of the numerators and the sum of the denominators is the same, then their sum is zero. Example:
(ax + b)/(ax + c) = (ax + c)/(ax + b)
The sum of the numerators and denominators is ax + b + cx + d = 0,
x = −(b + c)/2a
(3x + 4)/(6x + 7) = (5x + 6)/(2x + 3)
If we call N1 and N2 the numerators, and D1 and D2 to the denominators, we have:
N1 + N2 = 8x + 10 = 0, x = −5/4.
N1 − D1 = −3(x + 1) = 0, x = −1
N2 - D2 = 3(x + 1) = 0, x = −1
The two solutions are −5/4 and −1.
If one is proportional, the other is zero (sutra 6)
This sutra is special. It is only applicable to certain types of equations. Example:
3x + 2y = 6
9x + 5y = 18
We see that there is proportionality between the coefficients of x and the independent terms:
9/3 = 18/6 = 3. Therefore, y = 0.
By addition and subtraction (subtraction 7)
In many mathematical problems and processes, we use addition and subtraction, simultaneously or sequentially. Examples:
x + y = 47
x − y = 19
By addition, 2x = 66, x = 33.
By subtraction, 2y = 28, y = 14.
(a2b3 × a4b5)/a 2b = a2+4−2b3+5−1 = a4b7
By mere observation (sub-sutra 12)
Sometimes, just observing the data of the problem is enough to solve it immediately. Examples:
Find the equation of a line passing through the points (10, 5) and (18, 9).
We observe that 5×2 = 10 and 9×2 = 18. Therefore, y = 2x.
Solve the equation x + 1/3 = 10/3.
We observe that 10/3 = 3 + 1/3. Therefore, x = 3.
Proportionally (sub-subtra 1)
Proportion is fundamental in mathematics. Calculations are simplified when proportionality can be applied. Examples:
435/5 = 435×2 / 5×2 = 870/10 = 87
63/25 = 63×4 / 25×4 = 252/100 = 2.52
715/125 = 715×8 / 125×8 = 5720/1000 = 5.72
Only the last terms (sub-subtra 9)
This sub-sub-subtra is useful for solving simple equations of the following type: when the numerator and denominator on the left-hand side of the equation, excluding the independent terms, are in the same proportion to each other as the numerator and denominator on the right-hand side. For example, the equation
(x2+2x+3)/(x2+4x+9)= (x+2)/(x+4)
We see that the first two terms of the numerator on the left side have the same proportion as those on the right side: