Archive for May, 2012

Limitations of Vedic Math Part 1

Posted: May 28, 2012 by bkrao8 in Articles

Vedic mathematics principles have limitations. The applicability has to be further tested before actual use of the principle and the bounds of its applicability. However in squaring two digit numbers ending with 5. the principle can be used. For example consider a number n 5, where n can take values between 0 and 9 and including them, then

 n5 x n5 = n(n+10)25

Because 10 = 1 mod 9, this becomes

n5 x n5 = n(n+1)25

Put any value for n, between 0 and 9. This will work.

If n = 7, 752 = (7 x 8)25 = 5625

Tip #8: Solving Simultaneous Equations Part 1

Posted: May 20, 2012 by vedicmathforkids in Tips and Tricks

Solving Simultaneous Equations Part 1:

To solve a set of simultaneous equations, order the equations as if you were solving them by elimination. Then, the numerator of the variable you are solving for is the coefficient of the other variable in the first equation times the constant in the 2nd equation minus the coefficient of the other variable in the 2nd equation times the constant in the first equation. The denominator of the variable you are solving for is the coefficient of the variable you are solving for in the 2nd equation times the coefficient of the other variable in the first equation minus the coefficient of the variable you are solving for in the first equation times the coefficient of the other variable in the 2nd equation. An example is shown in the video.

 

Tip 7: Find the 10s complement of a number

Posted: May 15, 2012 by vedicmathforkids in Tips and Tricks

This will begin to be more useful as I put up more advanced tips and such.

To find the 10s complement of a number, subtract each of the digits except the rightmost digit of this number from 9. Subtract the rightmost digit from 10. These digits, from left to right, form the 10s complement. An example is in the video above.

Tip #6: Convert Kilometers to Miles

Posted: May 10, 2012 by vedicmathforkids in Tips and Tricks

This is by no means going to be exact, but it will give you a rough idea of how many miles is in a given number of kilometers and vice versa.

To convert from kilometers to miles, simply divide the number of kilometers by 8 and then multiply by 5.

To convert from miles to kilometers, do the reverse: Divide by 5, then multiply by 8.

Here’s a couple of examples:

  1. 80 kilometers = 80/8 * 5 miles = 10 * 5 miles = 50 miles
  2. 80 miles = 80 /5 * 8 kilometers= 16 * 8 kilometers = 128 kilometers.

 

Feel free to comment on any of these posts or send me an email at vedicmathforkids@gmail.com if you have any questions.

Introduction to the History of Vedic Mathematics

Posted: May 3, 2012 by vedicmathforkids in Articles

“The world owes most to India in the realm of mathematics, which was developed in the Gupta period to a stage more advanced than that reached by any other nation of antiquity. The success of Indian mathematics was mainly due to the fact that Indians had a clear conception of the abstract number as distinct from the numerical quantity of objects or spatial extension.”
A.L. Basham, Australian Indologist in The Wonder That Was India

Vedic mathematics has a misnomer. The name makes one think that this comes from one of the 4 Vedas, Rigveda, Yajurveda, Samaveda, and Atharvaveda.  These are the 4 true Vedas. But sometimes other ancient texts from the Vedic Age are mistakenly labeled as Vedas, a notable example being Ayurveda, which isn’t actually one of the Vedas. Rather, it is an ancient form of medicine, analogous to Vedic mathematics.

Vedic mathematics were first written thousand of years ago in the Ganita Sutras, texts that were, until the early 20th century, lost to time due to lack of translation. People ignored them because they couldn’t find any traditional mathematics in them. But it was the work of one man that started a whole cascade of events that popularized Vedic mathematics: Bharati Krishna Tirthaji.

A Sanskrit expert and expert mathematician, Bharati Krishna Tirthaji delved into the Ganita Sutras. After much translation and interpretation, he found that there was math to be had in the Ganita Sutras. It was just bad wording (just like SAT questions) that confused many. As such, he translated these confusing phrases into sutras in modern terms and in a way that people could understand.  This is how Vedic mathematics started. Until next time…

Tip #5: Square any two-digit number

Posted: May 3, 2012 by vedicmathforkids in Tips and Tricks

To square any two digit number, follow these three simple steps:

  1. Take each digit and square it. Then concatenate the two numbers. If  one of the squares is less than 10, use 0 as a placeholder.
  2. Take the two digits and multiply them. Then multiply by 2. Add a 0 on to the end.
  3. Add your answers from steps 1 and 2.

I’ll demonstrate with an example:

Say you want to find 562.

  1. Start by taking the two digits and squaring them. 52 is 25, and 62 is 36. Concatenate them to get 2536.
  2. Take the two digits and multiply them. 5 x 6 = 30.
  3. Multiply this by 2. 30 x 2 = 60.
  4. Add a zero on to the end to get 600.
  5. Add the two numbers you got in the previous steps. 2536 + 600 = 3136.

And there you have it! 562 = 3136!