The Cellar

The Cellar (http://cellar.org/index.php)
-   Technology (http://cellar.org/forumdisplay.php?f=7)
-   -   How can this (math) be? (http://cellar.org/showthread.php?t=11819)

tw 09-23-2006 05:57 PM

How can this (math) be?
 
How can this be?

Assume that:
a = b
Therefore:
a^2 = ab
a^2 - b^2 = ab - b^2
(a+b)(a-b) = b (a-b)
a+b = b
Since a = b then
2*b = b
2 = 1

The riddle (a mathematical joke) was provided by EE Times. Yes, a simple algebraic flaw exists. But what is it?

vrai_rennx 09-23-2006 06:04 PM

This is totally going to bug the crap out of me until I figure it out... But I worked it out and I can't find the mistake... Ah, my math teachers sucked.

Beestie 09-23-2006 06:27 PM

Quote:

Originally Posted by tw
a^2 - b^2 = ab - b^2

a^2 - b^2 = 0. Game over.

Happy Monkey 09-23-2006 06:55 PM

Not quite - the problem is that (a-b) is zero, and you are dividing by it in step 3 to 4.

glatt 09-23-2006 09:28 PM

Quote:

Originally Posted by tw
(a+b)(a-b) = b (a-b)
a+b = b

To get from (a+b)(a-b) = b (a-b)
to
a+b = b
you must divide each side by (a-b). That's great, except...

since a=b, then (a-b) = (a-a) = 0

Only Chuck Norris can divide by zero.

Beestie 09-23-2006 09:36 PM

Quote:

Originally Posted by Happy Monkey
Not quite - the problem is that (a-b) is zero, and you are dividing by it in step 3 to 4.

If a = b then a^2 - b^2 = ab - b^2 is the same thing as saying 0 = 0. I think you are done at that point.

lumberjim 09-23-2006 10:21 PM

i contemplated just posting 'pull my finger' here, but instead, my curiosity has me. .....


what does '^' mean in math?

Beestie 09-23-2006 10:33 PM

^ means raise to the power of. So a^2 means a squared and a^3 means a*a*a.

lumberjim 09-23-2006 10:43 PM

thank you. now.....pull my finger

mbpark 09-23-2006 11:28 PM

Algebra 1
 
Doesn't anyone remember FOIL? :)

(a+b)(a-b) = b (a-b)
a^2 -ab + ab -b^b
a^2 - b^2
0

Therefore, 2 does not equal 1 :)

9th Engineer 09-23-2006 11:36 PM

RIght, the whole thing hinges on one '0=0' set after another. They sneak in a '2*0=0' and try to equate it with 2*1=1, the mistake is in the very last operation.

wolf 09-24-2006 02:29 AM

You divide by zero to get from step three to four, don't you?

My junior high Algebra teacher showed us this.

Clodfobble 09-24-2006 09:38 AM

Quote:

Originally Posted by wolf
You divide by zero to get from step three to four, don't you?

Yes, but I think (and I could be wrong, it's been awhile since I was in junior high myself) it's okay, because you're dividing zero by zero, and 0/0 is the one acceptable case where it equals one.

SteveDallas 09-24-2006 09:42 AM

You can't do that either... there's no definite value for it.

Happy Monkey 09-24-2006 12:41 PM

Quote:

Originally Posted by Beestie
If a = b then a^2 - b^2 = ab - b^2 is the same thing as saying 0 = 0. I think you are done at that point.

No. 0=0 is OK, just like 1=1 is OK in step one. You just can't divide by zero.

tw 09-24-2006 04:58 PM

Quote:

Originally Posted by glatt
since a=b, then (a-b) = (a-a) = 0

It is called the trivial solution.
a * c = b * c
has a unique solution (for real numbers) EXCEPT when c = 0. We tend to forget the other part of that algebraic relationship: that c cannot equal 0. Once c becomes zero, then any number can equal any other.

Naive will then proclaim that math can be manipulated - another interpretation of "lie, damn lies, and statistics". Instead, by providing only a half fact (by forgetting the part where c cannot equal zero), then a mistake occurs.

c=0 is called the trivial solution; an overlooked mathematical error that glatt has successfully identifed.

glatt 09-25-2006 10:30 AM

Quote:

Originally Posted by tw
an overlooked mathematical error that glatt has successfully identifed.

To be fair, Happy Monkey beat me to it. I just didn't see his solution because he hid it behind a white font color. It wasn't until Beestie quoted him later that I saw his entire post.

BigV 09-25-2006 11:00 AM

juuuussst catching up here, as my cellar reception in the mountains is also equal to zero... but I can honestly say I did observe the division by zero misdirection when trying to remove the factor "(a-b)". I'm not as articulate as Happy Monkey though. Nicely done. Good puzzle tw.

Shocker 12-04-2006 03:52 PM

1 Attachment(s)
Here's another for you all to ponder... from http://www.evilmadscientist.com/article.php/SumTrick

Attachment 10814

Here is a cool math trick that shows that the sum of an infinite number of positive integers is equal to negative one.

Show that the infinite sum S = (1 + 2 + 4 + 8 + 16 + . . .) adds up to S = -1.
Given that S = (1 + 2 + 4 + 8 + 16 + . . .), if you multiply both sides by two, you get
2S = (2+ 4 + 8 + 16 + 32 + . . .).

Then, add one to both sides:
2S + 1 = 1 + (2 + 4 + 8 + 16 + 32 + . . .)
= 1 + 2 + 4 + 8 + 16 + 32 + . . . = S.

Thus, 2S + 1 = S.

To solve for S, subtract 1 from both sides:
2S = S - 1.

Finally, subtract S from both sides:
S = -1.

Isn't just amazing that you can add up so many positive numbers and get a negative answer?


Yes, it's a trick. I found it in the book Mathematical Methods in the Physical Sciences, by Mary L. Boas. Can you figure out why this actually doesn't work?

Spexxvet 12-04-2006 05:48 PM

Quote:

Originally Posted by Shocker

Wow, those are really cool symbols. :greenface

tw 12-04-2006 06:07 PM

Quote:

Originally Posted by Shocker
Given that S = (1 + 2 + 4 + 8 + 16 + . . .), if you multiply both sides by two, you get
2S = (2+ 4 + 8 + 16 + 32 + . . .).

Then, add one to both sides:
2S + 1 = 1 + (2 + 4 + 8 + 16 + 32 + . . .)
= 1 + 2 + 4 + 8 + 16 + 32 + . . . = S.

Thus, 2S + 1 = S.

At this point, we have an impossible inequality.

2∞ + 1 = ∞

Clearly that is not possible. However I fail to grasp the algebraic rule that was violated.

Flint 12-04-2006 07:42 PM

Infinity behaves strangely, though. :::goes digging through stack of science mags for neat infinity trick I read the other day:::

Clodfobble 12-04-2006 08:32 PM

Quote:

Originally Posted by tw
2∞ + 1 = ∞

Clearly that is not possible.

It is by definition possible. Infinity is not a number, infinity plus one (or multiplied by two, or whatever) always equals infinity.

On the other hand, there is a theoretical number bigger than infinity, and IIRC it's called "aleph naught" (can't make the special characters show up, but it's written as the first letter in the Hebrew alphabet followed by a subscript zero.)

Happy Monkey 12-05-2006 07:32 AM

It's probably something to do with shifting one sigma over a term before comparing/adding them, but I don't remember my sigma math very well.

tw 12-06-2006 07:08 PM

Quote:

Originally Posted by Clodfobble
It is by definition possible. Infinity is not a number, infinity plus one (or multiplied by two, or whatever) always equals infinity.

That is not exactly true.

∞ + 1 > ∞

Other strange things occur. For example a function divided by t does not become infinity as t approaches zero. It becomes an impulse of one. I don't remember exact details - this was many decades ago. But ∞ + 1 also is not same as ∞. ∞ + 1 is approximately ∞ which is good enough for calculations involving reality. But that is an approximation not valid for rigorous proofs or this algebraic solutions.

Of course, we can change an assumption. Same is accomplished in Euclidean geometry where two parallel lines never meet. We simply change some underlying principles (to create a different type of geometry) so that two parallel lines do meet at ∞. Suddenly the rules of that geometry change because we are using a completely new geometry (forgot the name of that geometry).

But we are using the domain of standard algebra.

So how does that S = -1 come about? Something in the equation before 2S + 1 = S is wrong because 2∞ + 1 = ∞ is wrong. There is apparently some restriction in algebraic rules used that I just don’t see. I just don't recognize the mistake - an overlooked restriction.

dar512 12-07-2006 10:12 AM

Quote:

Originally Posted by tw
That is not exactly true.

∞ + 1 > ∞

That's not the way I learned it all those years ago in HS. I learned ∞ + 1 = ∞. These guys agree with me.

tw 12-07-2006 09:57 PM

Quote:

Originally Posted by dar512
That's not the way I learned it all those years ago in HS. I learned ∞ + 1 = ∞. These guys agree with me.

I don't know what you read. But when I read their citation, your concept of ∞ does not agree with what "These guys" say.

Some quotes from that website are
Quote:

If we want to say that infinity times infinity is bigger than infinity, then we have to show how the set with infinity-times-infinity members (the rational numbers) cannot be put into a one-to-one correspondence with the set that has an infinite number of members (the counting numbers). ...

Cantor's work revealed that there are hierarchies of ever-larger infinities.
and
Quote:

These things are so obvious they seem silly. However, if we want to know the size of an unknown quantity, but the counting task is tricky, we can try to put the unknown quantity in one-to-one correspondence with some known quantity. This is the strategy that Georg Cantor used to compare different sizes of infinity.
Did you understand their story of Hotel Infinity?

We have two sets. Set A = {1, 2, 4, 8, 16, 32 ...}. Set B = {2, 4, 8, 16, 32, 64 ...}. Two examples of infinity. But to be equal, then 1 = 2; 2 = 4; 4 = 8; etc. Clearly they are not equal. IOW we have two different sizes of infinity.

But again, some defining condition in the original problem 1) is violated and 2) causes 2∞ + 1 = ∞ . I just don't see the algebraic mistake because I do not see the violated restriction.

Yes, ∞ + 1 = ∞. But they are not the same size ∞. Shall we talk about Schrodinger's Cat? It's a weird, weird, weird world. Fortunately, when it makes no sense, we can go out back and urinate on the bible. Then things change.

tw 12-07-2006 10:10 PM

Quote:

Originally Posted by dar512

Appreciate from your post "Cantor Sets". I have struggled without success to make something useful from the concept (that I was never comfortable with). But Cantor Sets are fundamental to some concepts thta appear to have future, great, and useful purpose. I just cannot say how or why. But the concepts may underlay a whole new and useful concept in science and math. Or maybe it just still remains too much of a mystery to me - in which case I am only babbling uselessly.

Meanwhile it still does not explain Shocker's 'cool math trick'.

Clodfobble 12-08-2006 08:59 AM

2 Attachment(s)
Quote:

Originally Posted by tw
We have two sets. Set A = {1, 2, 4, 8, 16, 32 ...}. Set B = {2, 4, 8, 16, 32, 64 ...}. Two examples of infinity. But to be equal, then 1 = 2; 2 = 4; 4 = 8; etc. Clearly they are not equal. IOW we have two different sizes of infinity.

No, to be equal in size, there must be a one-to-one correlation between terms, 1 --> 2, 2 --> 4, 4 --> 8, etc. The infinte sets you listed are equal in size. Doesn't matter that their terms are different, for every next term in set A there will be exactly on next term in set B.

An example of a larger infinity would be a "set of sets," i.e, {Set A, Set B, Set C...} where each set is also infinite. However, and here's where it gets wacky, this set can be the same size as a normal infinte set if you count it the right way.

Think of it as a grid like the first picture below. If you start counting down one column, you'll be going downward for infinity and never get to column B. BUT, if you count back and forth along the diagonals as shown in the second picture, you can reach infinity in both the horizontal and vertical directions. Thus the set of all infinite sets does have a one-to-one correlation with an infinite set as long as you count it this particular way.

This is the same as the part of the Hotel Infinity story where an infinite nunbedr of buses arrive each with an infinite number of people, assuming the website is using the same allegory my professor used.

lumberjim 12-09-2006 01:09 PM

Quote:

Originally Posted by tw
- in which case I am only babbling uselessly.

ah hah!

tw 12-09-2006 01:48 PM

Quote:

Originally Posted by Clodfobble
Thus the set of all infinite sets does have a one-to-one correlation with an infinite set as long as you count it this particular way.

I was not discussing the size - number of elements in the infinite set. I was discussing the value of both infinities. The first 'one to one' element is larger than the first element of that second set called infinity. 1 ≠ 2. Second item in each set: 2 ≠ 4 . This continues into infinity. In each case - each one to one correspondence - the two infinities (∞) will never be equal because one set starts with 1 and the other starts with the larger number 2.

In which case ∞ + 1 which does equal ∞ actually defines two different sets - both called ∞.

Meanwhile, what is the answer to Shocker's 'cool math trick'. Where is the overlooked restriction in his algebra?

lumberjim 12-09-2006 02:02 PM

SERIOUSLY.pull my finger!

tw 12-11-2006 07:20 PM

I now see the subtle mistake in Shocker's 'cool math trick'.
Given S={1, 2, 4, 8 , 16...} and 2S={2, 4, 6, 8, 16, 32 ...},
then 2S + 1 = {1, 2, 4, 8, 16, 32 ...} IOW the infinite set called S and the infinite set called 2S has one less element than the infiinite set called 2S + 1. Yes they are all equal to infinity. But in each case, infinity has a different value. In the case of 2S + 1, the infinity also has one more element. Therefore we have equated infinities that are actually different.


All times are GMT -5. The time now is 06:26 PM.

Powered by: vBulletin Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.