FacebookTwitter
Hatrack River Forum   
my profile login | search | faq | forum home

  next oldest topic   next newest topic
» Hatrack River Forum » Active Forums » Books, Films, Food and Culture » A short and silly Cousin Hobbes: The Cantor set explanation of Hatrack

   
Author Topic: A short and silly Cousin Hobbes: The Cantor set explanation of Hatrack
Hobbes
Member
Member # 433

 - posted      Profile for Hobbes   Email Hobbes         Edit/Delete Post 
George Cantor was a 19th Century Mathematician, and, obviously, is credited with the development of the Cantor set.

The Cantor set is, in essence, a completely empty space, just more interesting. [Wink] It is constructed by recursively removing thirds.

Take a line of any length. Now take out the middle third of the line:

code:
Original:           -----------------------------------------------
One Iteration: ----------------- ----------------

You are left with two lines, each a third the length of the original line, separated by a space equal to a third of the line. Now take each of these two lines and pretend they were the original. In other words, perform exactly that same removal on each of them.

code:
Original:           -----------------------------------------------
One Iteration: ----------------- ----------------
Two Iterations: ------ ------ ------ ------

You now have four lines, each one separated by a specific spacing. Then take each of the four lines and remove the middle third.

code:
Original:             -----------------------------------------------
One Iteration: ----------------- ----------------
Two Iterations: ------ ------ ------ ------
Three Iterations: -- -- -- -- -- -- -- --

Now you have 8 lines, repeat the process on those 8 lines, and on the 16 lines you’d get then and on and on into infinity.

This is a Cantor set, it’s shown up in the natural world. For instance, transmission of information over electrical wires has noise in it, when seen as a data set, the noise follows the Cantor set perfectly, helping electrical engineers model the disruptions that are a natural result of electrical transmission.

In the above mentioned case, the amount of electrical disturbance at any time period can be measured by adding up the number of lines within that period. At some points there is absolutely no disturbance at all. At others, disturbance comes in very high doses. Yet even in the highest disturbance periods, there are periods within it that have no disturbance. No matter how finely you break it down you will never find any length of time without some disturbance.
So how does this relate to Hatrack? Political threads, cycles. Sometimes Hatrack is almost complete fluff, no contention, just general discussions. At other times there is violent discussion, arguments that rage over the board and the moderators have to be called in and people banned. Yet even when these threads seem like they’re taking over the board, there’s always some fluff threads, in fact the boards are always full of them.

So I personally think the boards political discussions can clearly be modeled by a Cantor set. Neat, huh?

[By the way, I've tried to get the [code*] ubb command to show those lines better with the preview post... but I couldn't. Sorry.]

Hobbes [Smile]

Posts: 10602 | Registered: Oct 1999  |  IP: Logged | Report this post to a Moderator
Richard Berg
Member
Member # 133

 - posted      Profile for Richard Berg   Email Richard Berg         Edit/Delete Post 
It probably helps to compose your post in a fixed-width editor, then use {code}.

Cantor sets are cool.

Posts: 1839 | Registered: May 1999  |  IP: Logged | Report this post to a Moderator
Jacare Sorridente
Member
Member # 1906

 - posted      Profile for Jacare Sorridente   Email Jacare Sorridente         Edit/Delete Post 
I've never heard of cantor sets before, but I liked the explanation. I'm not entirely clear on the electrical noise example though. Are you merely saying that such a phenomenon is periodic, or is there more to it than that?
Posts: 4548 | Registered: May 2001  |  IP: Logged | Report this post to a Moderator
Hobbes
Member
Member # 433

 - posted      Profile for Hobbes   Email Hobbes         Edit/Delete Post 
It's periodic, and there's also the phenomenan that over any span of time there will be periods of time with no noise. Even when there are huge spikes of noise, there will be periods within those spikes that are noise free.

Hobbes [Smile]

Posts: 10602 | Registered: Oct 1999  |  IP: Logged | Report this post to a Moderator
Annie
Member
Member # 295

 - posted      Profile for Annie   Email Annie         Edit/Delete Post 
Did I mention how cute and adorable you are when you use science metaphors? [Kiss]

Also - I'm impressed you're up so early. Have fun on the field trip!

Posts: 8504 | Registered: Aug 1999  |  IP: Logged | Report this post to a Moderator
Jacare Sorridente
Member
Member # 1906

 - posted      Profile for Jacare Sorridente   Email Jacare Sorridente         Edit/Delete Post 
I wonder if there isn't a relationship between cantor sets and Fourier series. When applied to electrical signals, at least, it seems that the two may be alternative models of the same phenomenon.

[ March 26, 2004, 08:44 AM: Message edited by: Jacare Sorridente ]

Posts: 4548 | Registered: May 2001  |  IP: Logged | Report this post to a Moderator
Scott R
Member
Member # 567

 - posted      Profile for Scott R   Email Scott R         Edit/Delete Post 
:scratches head:

Uh, okay.

Posts: 14554 | Registered: Dec 1999  |  IP: Logged | Report this post to a Moderator
Hobbes
Member
Member # 433

 - posted      Profile for Hobbes   Email Hobbes         Edit/Delete Post 
First: Annie: [Kiss] I had a very enjoyable time, the whole thing was basically getting into Jeeps and 4-wheeling over hills and water and mud pits. [Cool]

Scott, was that for me or Jacare... or both?

Jacare, I'm not sure what connection you're seeing there, or at least I can't make that connection myself and now I'm curious. Can you explain more?

Hobbes [Smile]

Posts: 10602 | Registered: Oct 1999  |  IP: Logged | Report this post to a Moderator
BannaOj
Member
Member # 3206

 - posted      Profile for BannaOj   Email BannaOj         Edit/Delete Post 
Let's see

so starting with X

next you get (1/3 x)*2

Then you would get 1/3(1/3x*2)*2

1/3(1/3(1/3x*2)*2)*2)

So the general equation for the iteration is

((1/3)^n)x*2^n

where ((1/3)^n)x is the size of the smallest line at N iterations and 2^n gives you the number of actual line sements that exist at that interation.

Does look suspiciously like a reduced fourier series but I can't remember the actual fourier series general formula.

AJ

Posts: 11265 | Registered: Mar 2002  |  IP: Logged | Report this post to a Moderator
BannaOj
Member
Member # 3206

 - posted      Profile for BannaOj   Email BannaOj         Edit/Delete Post 
Ahh the summation would occur in expressing the size and number of the gaps.

You would have to go

1/3x*2^0 + 1/3(1/3x)*2^1+ 1/3(1/3(1/3x))*2^2

So the size of all the gaps together would be expressed as

Sum [((1/3)^n)x*2^(n-1)]

The number of gaps would be expressed as
1/2[((1/3)^n)x*2^n] or
((1/3)^n)x*2^(n-1)

The size of the smallest gap at each iteration would be the same size as the smallest line segment at each iteration which would be the same as what I stated in the previous post.

Posts: 11265 | Registered: Mar 2002  |  IP: Logged | Report this post to a Moderator
Dan_raven
Member
Member # 3383

 - posted      Profile for Dan_raven   Email Dan_raven         Edit/Delete Post 
quote:
I personally think the boards political discussions can clearly be modeled by a Cantor set.
No you can not model this board using the Cantor set.

Can too.

Can Not.

Can too

Can not.

Can too

Can not.
Can too
can not
cantor
can't
can
can'tor

Posts: 11895 | Registered: Apr 2002  |  IP: Logged | Report this post to a Moderator
Hobbes
Member
Member # 433

 - posted      Profile for Hobbes   Email Hobbes         Edit/Delete Post 
It strikes me that there’s something wrong with your math AJ, at least for total number of gaps.

code:
One Iteration:      1 gap
Two Iterations: (1+2) 3 gaps
Three Iterations: (1+2+4) 7 gaps
Four Iterations: (1+2+4+8) 15 gaps
Five Iterations: (1+2+4+8+16) 31 gaps

So it’s simply:
code:
2^n – 1

Neither x nor the 1/3 have anything to do with number of gaps.

Hobbes [Smile]

[ March 26, 2004, 03:15 PM: Message edited by: Hobbes ]

Posts: 10602 | Registered: Oct 1999  |  IP: Logged | Report this post to a Moderator
xnera
Member
Member # 187

 - posted      Profile for xnera   Email xnera         Edit/Delete Post 
As someone who did her senior paper on fractals (heavily featuring the cantor set), I am delighted with and applaud this comparison. [Big Grin]
Posts: 1805 | Registered: Jun 1999  |  IP: Logged | Report this post to a Moderator
rivka
Member
Member # 4859

 - posted      Profile for rivka   Email rivka         Edit/Delete Post 
quote:
In his work Fourier was guided as much by his sound grasp
of physical principles as by purely mathematical considerations.
His motto was: “Profound study of nature is the most fertile
source of mathematical discoveries.” This brought him biting
criticism from such purists as Lagrange, Poisson, and Biot, who
attacked his “lack of rigor”; one suspects, however, that political
motivations and personal rivalry played a role as well. Ironically,
Fourier’s work in mathematical physics would later lead
to one of the purest of all mathematical creations—Cantor’s set
theory.


Posts: 32919 | Registered: Mar 2003  |  IP: Logged | Report this post to a Moderator
BannaOj
Member
Member # 3206

 - posted      Profile for BannaOj   Email BannaOj         Edit/Delete Post 
ok I made it way to hard as is my usual wont. I stand corrected on the number of gaps... but I think I'm right about the sizes.

AJ

Posts: 11265 | Registered: Mar 2002  |  IP: Logged | Report this post to a Moderator
Hobbes
Member
Member # 433

 - posted      Profile for Hobbes   Email Hobbes         Edit/Delete Post 
Quite possible AJ, I just saw the equation who had for number of gaps and realizied that x had no place it in, kind of a tip off. [Wink]

Rivka, I'm not sure what Cantor's set theory is really, but it's a theory, where this is just a Cantor set. Kind of like (1,2,4,8) is doubling set, and the theory "in a set starting from some base point will go to infinity if the absolute of the base is greater than 1 and the set doubles" is a doubling theory. I have no clue how connected the Cantor set is to Cantor's set theory though.

Hobbes [Smile]

Posts: 10602 | Registered: Oct 1999  |  IP: Logged | Report this post to a Moderator
   

   Close Topic   Feature Topic   Move Topic   Delete Topic next oldest topic   next newest topic
 - Printer-friendly view of this topic
Hop To:


Contact Us | Hatrack River Home Page

Copyright © 2008 Hatrack River Enterprises Inc. All rights reserved.
Reproduction in whole or in part without permission is prohibited.


Powered by Infopop Corporation
UBB.classic™ 6.7.2