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?"
The best way is to simply limit your calculator usage. I like to show off with the folks I tutor by doing their calculations in my head before they can type them into calculators. A strong basis in algebra can help you beak apart calculations into managable chunks, the trick is remembering how to put those chuncks back together. For instance (contrived example so not great but...): 95*23=100*25-100*2-5*23=2500-200-115=2185
A good way to practice is every time you get a bus or train (or get any sort of ticket with numbers on) add up the digits on it in your head. After doing this for a while you'll get quicker and more accurate.
For added challenge translate every letter on there into a number using its place in the alphabet (or even its ascii number) and add them on.
You can then make up your own versions using other arithmetical operators and fractions.
After your arithmetic is up to scratch other areas of maths will be easier to do in your head (although beyond anything simple it is still best to write it down)
You could also try a google search I found some interesting websites
http://www.vedicmaths.comu /~rgupta/vedic.html
http://www1.ics.uci.ed
http://vedmaths.tripod.com
Hope this helps.
Slashdot: Tabloid for the nerds. Stuff that doesn't matter.
"Cube roots! He wants to do cube roots by arithmetic! It's hard to find a more difficult fundamental problem in arithmetic. It must have been his topnotch exercize in abacus-land.
"He writes a number on some paper--any old number--and I still remember it: 1729.03. He starts working on it, mumbling and grumbling: "Mmmmmmmmagmmmmbrrr"--he's working like a demon! He's poring away, doing this cube root.
Meanwhile I'm just sitting there.
One of the waiters says, "What are you doing?"
I point to my head. "Thinking!" I say. I write down 12 on the paper. After a little while I've got 12.002.
The man with the abacus wipes the sweat off his forehead: "Twelve!" he says.
"Oh, no!" I say. "More digits! More digits!" I know that in taking a cube root by arithmetic, each new digit is even more work than before. It's a hard job."
Feynman goes on to explain the approximate method he used to get the result, and then gives his analysis:
"I realized something: he doesn't know numbers. With the abacus, you don't have to memorize a lot of arithmetic combinations; all you have to do is learn how to push the little beads up and down. You don't have to memorize 9 + 7 = 16; you just know that when you add 9 you push a ten's bead up and pull a one's bead down. So we're slower at basic arithmetic, but we know numbers.
Furthermore, the whole idea of an approximate method was beyond him, even though a cube root often cannot be computed exactly by any method. So I never could teach him how I did cube roots or explain ho lucky I was that he happened to choose 1729.03."
The rest of that chapter (entitled "Lucky Numbers") talks about his experiences in trying to improve his mental math skills. Definitely worth a read.
Run a google-search on "trachtenberg math".
You're looking for sites like Trachtenberg Speed System or Trachtenberg Math (Multiplication).
Professor Jakow Trachtenberg was a brilliant mathematician. Imprisoned by the nazis during WWII, he kept his mind busy to survive by applying advanced mathematical techniques to numeric computation. Eventually developing a number of techniques that provide for rapid mental computation without massive rote memorization.
For example:
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".