Vedic Mathematics
16 Sutras (formulas) rediscovered by Bharati Krishna Tirthaji from the Atharvaveda — enabling lightning-fast mental calculations.
Ekadhikena Purvena
"By one more than the previous one"
Used to find squares of numbers ending in 5 and for division by numbers ending in 9. The sutra takes the previous digit, multiplies it by one more than itself, and appends 25 for squares.
Example
35 x 35: Take 3, multiply by (3+1) = 12. Append 25. Answer: 1225. Similarly, 75 x 75: 7 x 8 = 56, append 25 = 5625.
Nikhilam Navatashcaramam Dashatah
"All from 9 and the last from 10"
The cornerstone sutra for multiplication of numbers close to a base (10, 100, 1000, etc.). Find the deficit/surplus from the base, cross-add/subtract, and multiply the deficits/surpluses.
Example
97 x 96: Base 100. Deficits: 3 and 4. Cross-subtract: 97-4 = 93 (or 96-3 = 93). Multiply deficits: 3 x 4 = 12. Answer: 9312.
Urdhva Tiryagbhyam
"Vertically and crosswise"
The general formula for all multiplication. Multiply vertically and crosswise, then add. Works for any number of digits. This is the most important sutra — it covers multiplication, division, and even algebraic equations.
Example
23 x 14: Vertical left: 2x1=2. Cross: (2x4)+(3x1)=11. Vertical right: 3x4=12. Build from right: 2 with carry 1 → 12 with carry 1 → 3. Answer: 322.
Paravartya Yojayet
"Transpose and adjust"
Used for division when the divisor is slightly greater than a power of 10. Convert the divisor into its complement and use it as a multiplier. Also used for solving simultaneous equations.
Example
1234 / 112: Write 112 as 100 + 12, use -1 and -2 as the modified divisor. Apply the Paravartya process to get quotient and remainder efficiently.
Shunyam Saamyasamuccaye
"If the sum is the same, that sum is zero"
When the sum of the numerators or coefficients on both sides of an equation is the same, then that sum equals zero. Used for solving equations where a common factor can be identified quickly.
Example
Solve: (x+3)(x+4) = (x+1)(x+12). Sum of constants: 3+4=7, 1+12=13. Not equal, so apply differently. If (x+a)(x+b) = (x+c)(x+d) and a+b = c+d, then x = 0.
Anurupye Shunyamanyat
"If one is in ratio, the other is zero"
Used in simultaneous equations. If the coefficients of one variable are in the same ratio in both equations, that variable's value can be directly determined, and the other is found to be zero or by simple substitution.
Example
3x + 7y = 2, 4x + 21y = 6. Here 7:21 = 1:3 and 2:6 = 1:3. Since y-coefficients and constants are in the same ratio, x = 0. Then y = 2/7.
Sankalana Vyavakalanabhyam
"By addition and by subtraction"
Solve simultaneous equations by adding and subtracting the equations to eliminate variables. Simpler than traditional methods when coefficients are close in value.
Example
3x + 2y = 18, x + 2y = 10. Subtract: 2x = 8, so x = 4. Add: 4x + 4y = 28, so x + y = 7, y = 3.
Puranapuranabyham
"By the completion or non-completion"
Complete the expression to make it a perfect square or cube, solve, then adjust back. Used for solving quadratic equations and finding square roots.
Example
x^2 + 6x = 27. Complete the square: x^2 + 6x + 9 = 36. So (x+3)^2 = 36. x+3 = 6 or -6. x = 3 or -9.
Chalana Kalanabhyam
"Differences and similarities"
Used in differential calculus and for finding successive differentials. Analyze the pattern of differences in a sequence to predict the next term or find the general formula.
Example
Sequence: 1, 4, 9, 16, 25... First differences: 3, 5, 7, 9... Second differences: 2, 2, 2... Constant second difference confirms a quadratic pattern (n^2).
Yavadunam
"Whatever the extent of its deficiency"
Used for squaring numbers close to a base (10, 100, 1000). Find the deficit from the base, subtract it from the number to get the left part, then square the deficit for the right part.
Example
96^2: Base 100, deficit 4. Left: 96 - 4 = 92. Right: 4^2 = 16. Answer: 9216. For 108^2: surplus 8. Left: 108 + 8 = 116. Right: 8^2 = 64. Answer: 11664.
Vyashtisamanstih
"Part and whole"
The relationship between the individual (vyashti) and the collective (samansti). Used to find averages, totals from parts, and in factoring polynomials where individual factors relate to the whole.
Example
If the average of 5 numbers is 20, total = 100. If one number (15) is removed, new average = 85/4 = 21.25. The part-whole relationship enables quick mental arithmetic.
Shesanyankena Charamena
"The remainders by the last digit"
Used for expressing fractions as recurring decimals. Particularly useful for finding repeating decimal expansions of fractions with denominators like 7, 13, 17, 19, etc.
Example
1/7 = 0.142857142857... The remainder pattern (1,3,2,6,4,5) cycles. Using the last digit of the divisor and the Ekadhika sutra, the entire decimal expansion can be written in one line.
Sopantyadvayamantyam
"The ultimate and twice the penultimate"
Used in finding the sum of series and in solving certain types of equations involving rational expressions. The relationship between the last term and twice the second-to-last term gives a shortcut.
Example
Solve: 1/(x+2)(x+3) = 1/(x+2)(x+4). Using the sutra, 2(x+3) = (x+4) simplifies to x = -2. Verify: the ultimate (x+4) equals twice the penultimate (x+3) when x = -2.
Ekanyunena Purvena
"By one less than the previous one"
Used for multiplication by numbers consisting entirely of 9s (like 9, 99, 999). Subtract 1 from the multiplicand for the left part, and subtract each digit from 9 for the right part.
Example
76 x 99: Left part: 76 - 1 = 75. Right part: 99 - 75 = 24. Answer: 7524. Similarly, 43 x 999: Left: 42. Right: 999 - 43 = 957. But since 43 is 043: Answer: 42957.
Gunitasamuchyah
"The product of the sum is equal to the sum of the product"
If the product of the sums of coefficients of factors equals the sum of the coefficients of the product, then the factorization is correct. Used as a verification tool for multiplication and factoring.
Example
(x+2)(x+3) = x^2 + 5x + 6. Sum of coefficients of factors: (1+2)(1+3) = 12. Sum of coefficients of product: 1+5+6 = 12. Equal, so factorization is verified.
Gunakasamuchyah
"The factors of the sum is equal to the sum of the factors"
The converse of the previous sutra. Used for verifying division and factoring. If the sum of the digits of the divisor times the sum of the digits of the quotient equals the sum of the digits of the dividend, the division is correct.
Example
Verify: 112 / 8 = 14. Sum of digits: 1+1+2 = 4. 8's digit sum = 8. 14's digit sum = 5. Check: 8 x 14 = 112 → digit sums: 8 x 5 = 40 → 4. Dividend digit sum = 4. Verified.
Based on "Vedic Mathematics" by Jagadguru Swami Sri Bharati Krishna Tirthaji Maharaja (1884-1960)
Shankaracharya of Govardhan Math, Puri