Joker Sinn Fein


Joined: Mar 20, 2011 Age: 24 Posts: 7593 Location: North Carolina The Tar Heel State :)
|
Posted: Sun Apr 29, 2012 9:46 pm Post subject: Fantastic Math Tricks |
|
|
I found this link it shows how you can turn math into a game it's very fun to play in your head.
Take a look at the link and tell me if you think the math games are fun or not
http://www.angelfire.com/me/marmalade/mathtips.html |
|
| Back to top |
|
nebrets Velociraptor


Joined: Feb 27, 2012 Posts: 456 Location: Orion–Cygnus Arm of the Milky Way galaxy.
|
Posted: Mon Apr 30, 2012 12:16 am Post subject: |
|
|
| I like math games. The ones on the website are like the tricks I used on the speed math test back in high school when I was on the academic team. |
|
| Back to top |
|
Joker Sinn Fein


Joined: Mar 20, 2011 Age: 24 Posts: 7593 Location: North Carolina The Tar Heel State :)
|
Posted: Mon Apr 30, 2012 1:35 am Post subject: |
|
|
| nebrets wrote: | | I like math games. The ones on the website are like the tricks I used on the speed math test back in high school when I was on the academic team. |
Yeah their super fun to do when you have like nothing to do with your spare time. |
|
| Back to top |
|
Declension Phoenix


Joined: Jan 21, 2012 Posts: 1654
|
Posted: Mon Apr 30, 2012 4:00 am Post subject: |
|
|
It's maybe a slightly different definition of "trick", but one of my favourite "magic tricks" in maths is the "collapsing series" trick.
Here is an example: let's say that we are interested in what you get when you add up the first N powers of 2. We experiment by calculating the first few:
2^1 = 1.
2^1 + 2^2 = 2 + 4 = 6.
2^1 + 2^2 + 2^3 = 2 + 4 + 8 = 14.
2^1 + 2^2 + 2^3 + 2^4 = 2 + 4 + 8 + 16 = 30.
Well, is there any obvious pattern here? In other words, is there a nice formula which will quickly tell us what (2^1 + ... + 2^N) is, for any natural number N?
Here is the magic trick: we simply define S(N) = 2^1 + ... + 2^N, for any natural number N, and we say the following magic words:
| Quote: | S(N) = 2^1 + ... + 2^N.
So 2*S(N) = 2*(2^1 + ... + 2^N) = 2^2 + ... + 2^(N+1).
So S(N) = 2*S(N) - S(N) = (2^2 + ... + 2^(N+1)) - (2^1 + ... + 2^N) = 2^(N+1) - 2^1. |
In other words, 2^1 + ... + 2^N = 2^(N+1) - 2, for any natural number N. |
|
| Back to top |
|
Species5618 Yellow-bellied Woodpecker


Joined: Apr 18, 2012 Posts: 55
|
Posted: Tue May 01, 2012 7:53 am Post subject: |
|
|
| Declension wrote: | It's maybe a slightly different definition of "trick", but one of my favourite "magic tricks" in maths is the "collapsing series" trick.
Here is an example: let's say that we are interested in what you get when you add up the first N powers of 2. We experiment by calculating the first few:
2^1 = 1.
2^1 + 2^2 = 2 + 4 = 6.
2^1 + 2^2 + 2^3 = 2 + 4 + 8 = 14.
2^1 + 2^2 + 2^3 + 2^4 = 2 + 4 + 8 + 16 = 30.
Well, is there any obvious pattern here? In other words, is there a nice formula which will quickly tell us what (2^1 + ... + 2^N) is, for any natural number N?
Here is the magic trick: we simply define S(N) = 2^1 + ... + 2^N, for any natural number N, and we say the following magic words:
| Quote: | S(N) = 2^1 + ... + 2^N.
So 2*S(N) = 2*(2^1 + ... + 2^N) = 2^2 + ... + 2^(N+1).
So S(N) = 2*S(N) - S(N) = (2^2 + ... + 2^(N+1)) - (2^1 + ... + 2^N) = 2^(N+1) - 2^1. |
In other words, 2^1 + ... + 2^N = 2^(N+1) - 2, for any natural number N. |
There is a well-known generalization of this "trick", the sum of a geometric series.
r^0 + r^1 + r^2 + ... + r^n = ( r^(n+1) - 1 ) / ( r - 1 )
I discovered this formula when I was bored with the regular curriculum in high school math class. It was things like this that caused my otherwise rather strict teacher not to care whether or not I did my math homework  |
|
| Back to top |
|
FMX Velociraptor


Joined: Mar 17, 2012 Posts: 480
|
Posted: Tue May 01, 2012 10:11 am Post subject: |
|
|
| Species5618 wrote: |
There is a well-known generalization of this "trick", the sum of a geometric series.
r^0 + r^1 + r^2 + ... + r^n = ( r^(n+1) - 1 ) / ( r - 1 )
I discovered this formula when I was bored with the regular curriculum in high school math class. It was things like this that caused my otherwise rather strict teacher not to care whether or not I did my math homework  |
Nice! The formula for powers of 2 was obvious to me, having worked with binary a fair bit, but I didn't know the general formula. I'd probably replace the r^0 with 1 to make it more intuitive and easier to remember, ie.
r^1 + r^2 + ... + r^n = ( r^(n+1) - 1 ) / ( r - 1 ) - 1 |
|
| Back to top |
|
|
|