Slashdot Mirror


Improving Your Mental Math Skills?

Infrared-Archer asks: "I want to learn how to do most math calculations in my head. That way I won't have to reach for the calculator for problems I should be able to do mentally. Of course there are various websites (beat the calculator) that show many tricks, but I am looking for a comprehensive solution (books, websites) that shows how to solve of wide range of math problems mentally. Any suggestions?"

3 of 136 comments (clear)

  1. Vedic Mathematics by manjunaths · · Score: 5, Informative
    Try vedic mathematics. There are several books out there, you can try amazon.com. Where I am from (Bangalore, India) we get these books for 1-2 dollars a piece and they come in several volumes. But I saw that they are fairly expensive on amazon.com. If you know someone from India you can ask then to get it for you, it may work out cheaper.


    You could also try a google search I found some interesting websites

    http://www.vedicmaths.com
    http://www1.ics.uci.edu /~rgupta/vedic.html
    http://vedmaths.tripod.com

    Hope this helps.

    --
    Slashdot: Tabloid for the nerds. Stuff that doesn't matter.
  2. Re:Try an abacus. by mzs · · Score: 5, Informative
    Here is a more complete excerpt. This is how he explained how he was able to approximate the root so quickly:
    The number was 1729.03. I happened to know that a cubic foot contains 1728 cubic inches, so the answer is a tiny bit more than 12. The excess, 1.03 is only one part in nearly 2000, and I had learned in calculus that for small fractions, the cube root's excess is one-third of the number's excess. So all I had to do is find the fraction 1/1728, and multiply by 4 (divide by 3 and multiply by 12). So I was able to pull out a whole lot of digits that way.
  3. Re:No substitute for hard work by pla · · Score: 5, Informative

    All the tricks are fine, but there is no way around it, you have to practice and keep your skills up

    True, but the tricks do help quite a lot, in some cases.

    For example, I expect most geeks can add, subtract, and multiply arbitrarily long numbers in their sleep. Division, however, (at least for me) has always proved somewhat tricky when the numbers grow beyond two or three digits.

    My solution? Look up "duplation" on Google. The Egyptians used to use it to multiply numbers, basically in what amounts to a bitwise manner (though understanding binary helps to speed up the process, you can do it with nothing more complicated than "multiply by two" and "greater than").

    However, as I said, doing multiplication doesn't present much of a problem. But you can also do division by using the inverse of duplation! You basically can break an arbitrary largeish division problem into a set of "divide by 2, compare" operations. Basically just long division in binary, but it requires a shorter mental stack (which seems like the key to all the tricks I've seen - ways to reduce the number of items on the brain's stack during the calculation).


    So, I'll agree that nothing can beat plain ol' practice for improving one's math skills. But the tricks can make some operations go from "annoyingly hard" to the almost mindlessly easy "step a, step b, step c, repeat 5 times, get an answer".