The Grey Labyrinth is a collection of puzzles, riddles, mind games, paradoxes and other intellectually challenging diversions. Related topics: puzzle games, logic puzzles, lateral thinking puzzles, philosophy, mind benders, brain teasers, word problems, conundrums, 3d puzzles, spatial reasoning, intelligence tests, mathematical diversions, paradoxes, physics problems, reasoning, math, science.

   
The Grey Labyrinth Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups    RegisterRegister  
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

A cute 2=1

 
Reply to topic    The Grey Labyrinth Forum Index -> Science, Art, and Culture
View previous topic :: View next topic  
Author Message
Antrax
ESL Student



PostPosted: Tue May 04, 2004 5:36 pm    Post subject: 1 Reply with quote

Not too difficult to figure out, but at least it's new (or so I think. First time I've seen it):

x^2 = x*x = x+x+...+x (x times)
take derivative of both sides of the equation:
2x=1+1+...+1 (x times) -> 2x=x
and we get either x=0 (which means all numbers are zero) or 1=2.
Antrax

------------------
"Look, that's why there's rules, understand? So that you think before you break 'em" - Lu-Tze, Thief of Time
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Tahnan
Daedalian Member



PostPosted: Tue May 04, 2004 6:46 pm    Post subject: 2 Reply with quote

For those puzzled (and on a puzzle board, who wouldn't be?), what goes wrong is that Antrax took the derivative of "x + x + ... + x" correctly, but the ellipsis corresponds to "x times," which is a variable, which you can't ignore when taking the derivative. (A simpler version: if x = (1 + 1 + ... + 1), x times, so 1 = (0 + 0 + ... + 0), x times. Clearly the slope of the graph at any given point depends on how many 1's there are, which makes that "x times" a, pardon the expression, integral part of the formula.)
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Bicho the Inhaler
Daedalian Member



PostPosted: Tue May 04, 2004 8:58 pm    Post subject: 3 Reply with quote

Here's another "cute" one (depending on your definition of "cute"). I saw this on some other message board.

It is a well-known fact that if you have a complex function f expressed as a power series that converges on the whole complex plane (also known as an "entire" function), then there can be at most one complex number missed by f, i.e., there can be at most one complex y such that f(x) != y for any complex x. For the purposes of this "proof," you can just take this on faith. There is a problem with the argument, of course, but it isn't here. Also, the composition of two entire functions is another entire function.

The function f(x) = ex is an entire function that misses the point 0. The function g(x) = f(f(x)) is therefore another entire function. But since f misses 0, g misses both f(0) and 0, and f(0) = 1. Since g can only miss one point, it follows that 1 = 0. Add 1 to get that 1 = 2.
Back to top
View user's profile Send private message
Antrax
ESL Student



PostPosted: Tue May 04, 2004 9:22 pm    Post subject: 4 Reply with quote

Quote:
But since f misses 0, g misses both f(0) and 0, and f(0) = 1.
Why is that? It follows only that g would miss f(0), not 0 itself.
Antrax

------------------
"Look, that's why there's rules, understand? So that you think before you break 'em" - Lu-Tze, Thief of Time
Back to top
View user's profile Send private message Send e-mail Visit poster's website
mith
Pitbull of Truth



PostPosted: Tue May 04, 2004 9:56 pm    Post subject: 5 Reply with quote

Nope, Ant:

It still doesn't hit 0. The problem is that just because 0 is not hit by e^x does not mean 1 is not hit by e^(e^x). We just need another number than 0 (call it y) such that e^y = 1, and then let x = ln y. Since e^pi*i = -1, e^2pi*i = 1, so x = ln(2pi*i) (or any number ln(2*n*pi*i)).
Back to top
View user's profile Send private message Send e-mail Visit poster's website
kevinatilusa
Daedalian Member



PostPosted: Tue May 04, 2004 10:17 pm    Post subject: 6 Reply with quote

My favorite cutie.

Consider the sum S=1-1/2+1/3-1/4+1/5-1/6+1/7-1/8+... This is an alternating series whose terms decrease to 0, so converges by the alternating series test to a number betweeen its first 2 partial sums, i.e. S exists and 1/2<S<1. In fact you can prove (though it requires a bit of work) that S=ln(2)

Now that we've proven the existence of S we can rearrange its terms so long as we keep track of the signs:
S=1-1/2-1/4+1/3-1/6-1/8+1/5-1/10-1/12+1/7-1/14-1/16+...
=(1-1/2)-1/4+(1/3-1/6)-1/8+(1/5-1/10)-1/12+(1/7-1/14)-1/16...
=1/2-1/4+1/6-1/8+1/10-1/12+1/14-1/16...
=1/2(1-1/2+1/3-1/4+1/5-1/6+...)=1/2*S

Solving, S=0. Thus we have 1/2<0<1, and, furthermore, that since ln(2)=0, 1=2. (taking e to the power of both sides)
Back to top
View user's profile Send private message
Lepton
1:41+ Arse Scratcher



PostPosted: Wed May 05, 2004 4:01 am    Post subject: 7 Reply with quote

~Hands Wave Frantically~

This doesn't work because of the re-arrangement of the terms in an alternating series. There is a Named Theorem that says that any alternating series that satisfies a few basic criteria can be re-arranged to give any natural number, if one tries hard enough.
Back to top
View user's profile Send private message Send e-mail AIM Address
jadesmar
Bad Puppy



PostPosted: Mon May 10, 2004 9:22 pm    Post subject: 8 Reply with quote

x^2 = x*x = x+x+...+x (x times)

Differentiating:

d(x^2)/dx = 2x
d(x*x)/dx = (1)x+x(1)
d(x+x+...+ x(x times))/dx= 1+1+...+1(x times)+ x+x+...+x(1 times)
Back to top
View user's profile Send private message Send e-mail Visit poster's website
i_h8_evil_stuff
Daedalian Member



PostPosted: Tue May 11, 2004 12:02 am    Post subject: 9 Reply with quote

The "Let S=ln(2)" one doesn't quite work, my calculus teacher says, because you only have two-thirds as many terms, or something. I didn't fully understand what he said.
Back to top
View user's profile Send private message Send e-mail AIM Address
starfruit
Icarian Member



PostPosted: Sat Jul 17, 2004 4:31 pm    Post subject: 10 Reply with quote

How about this?
sqrt = square root

sqrt 1 = sqrt [(-1)(-1)] --> sqrt ab = sqrt a x sqrt b
= sqrt (-1) x sqrt (-1)
= i x i
= -1

Which results in 1 = -1 ! Surprised
Back to top
View user's profile Send private message MSN Messenger
Antrax
ESL Student



PostPosted: Sat Jul 17, 2004 5:14 pm    Post subject: 11 Reply with quote

sqrt(-1)=+-i, not i.

so we get on the left side +-1, and on the right side we get +-i times +-i. Looks fine to me.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
starfruit
Icarian Member



PostPosted: Sat Jul 17, 2004 6:09 pm    Post subject: 12 Reply with quote

well...just a simple trick to snare others Felicitous
Back to top
View user's profile Send private message MSN Messenger
Antrax
ESL Student



PostPosted: Sat Jul 17, 2004 6:14 pm    Post subject: 13 Reply with quote

sqrt(-1)=(-1) 1/2 =(-1) 2/4 =( (-1) 2) 1/4 =1 1/4 =1
Back to top
View user's profile Send private message Send e-mail Visit poster's website
mathgrant
A very tilted cell member



PostPosted: Sat Jul 17, 2004 6:22 pm    Post subject: 14 Reply with quote

1 1/4 is not 1. It is 1 or i or -1 or -i.
_________________
My logic puzzle blog
Back to top
View user's profile Send private message Send e-mail Visit poster's website
winterHLepsilon
Daedalian Member



PostPosted: Mon Jul 26, 2004 8:52 am    Post subject: 15 Reply with quote

If a=b, a,b>0, then 1=2.

a,b>0
a=b
ab=b^2
ab-a^2=b^2-a^2
a(b-a)=(b+a)(b-a)
a=(b+a)
a=a+a
a=2a
1=2
_________________
*HL--^H^e^L^en Felicitous*
=A girl from Guangzhou, China, Asia=

Ask, and it shall be given you;
Seek, and ye shall find;
Knock, and it shall be opened unto you.
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
i_h8_evil_stuff
Daedalian Member



PostPosted: Mon Jul 26, 2004 5:30 pm    Post subject: 16 Reply with quote

This was posted earlier, in a different thread.

When you divide both sides by (a-b) to go from a(b-a)=(b+a)(b-a) to a=(b+a), you're dividing by zero. You're just cleverly disguising the fact that 1*0=2*0.
_________________
Space for sale. PM i_h8_evil_stuff for details.
Back to top
View user's profile Send private message Send e-mail AIM Address
winterHLepsilon
Daedalian Member



PostPosted: Tue Jul 27, 2004 8:17 am    Post subject: 17 Reply with quote

I think many paradoxes end up dividing something by zero. And disaster...
_________________
*HL--^H^e^L^en Felicitous*
=A girl from Guangzhou, China, Asia=

Ask, and it shall be given you;
Seek, and ye shall find;
Knock, and it shall be opened unto you.
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
CrystyB
Misunderstood Guy



PostPosted: Sat Jan 01, 2005 8:55 am    Post subject: 18 Reply with quote

Lepton (in post 6) wrote:
~Hands Wave Frantically~

This doesn't work because of the re-arrangement of the terms in an alternating series. There is a Named Theorem that says that any alternating series that satisfies a few basic criteria can be re-arranged to give any natural number, if one tries hard enough.
Source: http://mathworld.wolfram.com/Series.html
the Riemann series theorem states that, by a suitable rearrangement of terms, a so-called conditionally convergent series may be made to converge to any desired value, or to diverge.

An example, for x = 2: http://www.shu.edu/projects/reals/numser/answers/alth_re.html

Closely related: the terms of a series can be rearranged without any change in the series' sum only if the series is absolutely convergent, and this one clearly ain't... 1+1/2+1/3+...+1/n ~ ln(n) -> infinity.
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger
kevinatilusa
Daedalian Member



PostPosted: Wed Feb 02, 2005 4:14 am    Post subject: 19 Reply with quote

Another fun (calculus) one:

Suppose you couldn't remember that int(1/x)=ln(x), and tried to do it by parts

u=1/x dv=dx
du=-1/x^2(dx) v=x

int(udv)=uv-int(vdu), so int(1/x dx)=x(1/x)-int(x*-1/x^2 dx)=1+int(1/x dx). Cancelling the common term on both sides, 0=1.
Back to top
View user's profile Send private message
CrystyB
Misunderstood Guy



PostPosted: Wed Feb 02, 2005 8:16 am    Post subject: 20 Reply with quote

Gotcha! I admit, i had to think for a good five minutes about this, and finally decided to see if the justification of the formula, d(uv)=udv+vdu still holds. (it does)

The answer is...

.

.

.

Cancelling indefinite integrals does not necessarily leave a zero in their place. After all, int(f(x)dx) = F(x) + C, so what we get is C = 1 + C, which is perfectly all right.
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger
Display posts from previous: by   
Reply to topic    The Grey Labyrinth Forum Index -> Science, Art, and Culture All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Site Design by Wx3