Representing chemical formulas as a single number

For the discussion of the sciences. Physics problems, chemistry equations, biology weirdness, it all goes here.

Moderators: gmalivuk, Moderators General, Prelates

Representing chemical formulas as a single number

Postby scratch123 » Tue Apr 03, 2012 1:24 pm UTC

This idea was motivated by the idea of representing all 5 senses as numbers. It is already well known that the senses of sight and sound can be represented as waves and these waves can represented as numbers. That leaves smell, touch, and taste which are all related to chemicals. In order to represent chemicals as numbers I came up with the following method. Take all of the numbers that appear in the formula and all of the atomic numbers of these atoms and multiply them together. For example say you want to represent serotonin (C10H12N2O) as a single number. First you would take carbon (atomic number 6) and multiply it by the first number in the chemical formula (10) to get 60. Now do the same thing for hydrogen (12 * 1), nitrogen (2 * 7), and oxygen (1 * 8 ). When you multiply all these numbers together you get 80640. Shouldn't there be some use to doing this? For example you could take 2 chemical formulas that have the same number but different formulas and see if they have similar chemical properties. For example H2O and O2 both are equal to 16.
scratch123
 
Posts: 209
Joined: Mon Mar 07, 2011 9:18 pm UTC

Re: Representing chemical formulas as a single number

Postby idobox » Tue Apr 03, 2012 1:35 pm UTC

What you're doing is count the number of protons in a molecule, not a very interresting figure, since it doesn't give any of the properties, and it's ambiguous.
If you reaaaaally want to "numberize" molecules, you could make an array, something like [2,0,0,0,0,0,0,1] for H2O, or use the molecular weight.

But a more important question is: why do you want to do that? concentration of chemicals vs time look like a pretty numerical thing to me already.
If there is no answer, there is no question. If there is no solution, there is no problem.

Waffles to space = 100% pure WIN.
User avatar
idobox
 
Posts: 1366
Joined: Wed Apr 02, 2008 8:54 pm UTC
Location: Marseille, France

Re: Representing chemical formulas as a single number

Postby gmalivuk » Tue Apr 03, 2012 2:10 pm UTC

idobox wrote:What you're doing is count the number of protons in a molecule, not a very interresting figure, since it doesn't give any of the properties, and it's ambiguous.
It's worse, actually, because scratch123 wants to multiply the numbers together, rather than add them. At least counting the number of protons would give you a physically meaningful result, namely the number of protons.
In the future, there will be a global network of billions of adding machines.... One of the primary uses of this network will be to transport moving pictures of lesbian sex by pretending they are made out of numbers.
Spoiler:
gmss1 gmss2
User avatar
gmalivuk
Archduke Vendredi of Skellington the Third, Esquire
 
Posts: 19283
Joined: Wed Feb 28, 2007 6:02 pm UTC
Location: Here, There, Everywhere (near Boston, anyway)

Re: Representing chemical formulas as a single number

Postby Tass » Tue Apr 03, 2012 2:27 pm UTC

scratch123 wrote:This idea was motivated by the idea of representing all 5 senses as numbers. It is already well known that the senses of sight and sound can be represented as waves and these waves can represented as numbers. That leaves smell, touch, and taste which are all related to chemicals. In order to represent chemicals as numbers I came up with the following method. Take all of the numbers that appear in the formula and all of the atomic numbers of these atoms and multiply them together. For example say you want to represent serotonin (C10H12N2O) as a single number. First you would take carbon (atomic number 6) and multiply it by the first number in the chemical formula (10) to get 60. Now do the same thing for hydrogen (12 * 1), nitrogen (2 * 7), and oxygen (1 * 8 ). When you multiply all these numbers together you get 80640. Shouldn't there be some use to doing this? For example you could take 2 chemical formulas that have the same number but different formulas and see if they have similar chemical properties. For example H2O and O2 both are equal to 16.


A simple though not optimally compressed method of representing every compound as a unique number: Write down the IUPAC name of the compound, convert it to binary using ascii code, read the binary code as a number.

The method you gave is, as you said, not unique; and there is no reason to assume that identical numbers would carry any significance.
ATCG wrote:
Tass wrote:Nice to see another person sharing my views of quantum mechanics. Use Occam's razor, cut out the wavefunction collapse.
I had to chuckle after reading this, then noticing your location. Surely you risk being burned at the stake as a heretic. :wink:
User avatar
Tass
 
Posts: 1705
Joined: Tue Nov 11, 2008 2:21 pm UTC
Location: Niels Bohr Institute, Copenhagen.

Re: Representing chemical formulas as a single number

Postby scratch123 » Tue Apr 03, 2012 2:53 pm UTC

idobox wrote:What you're doing is count the number of protons in a molecule, not a very interresting figure, since it doesn't give any of the properties, and it's ambiguous.
If you reaaaaally want to "numberize" molecules, you could make an array, something like [2,0,0,0,0,0,0,1] for H2O, or use the molecular weight.

But a more important question is: why do you want to do that? concentration of chemicals vs time look like a pretty numerical thing to me already.


The whole reason the periodic table is based on the number of protons is because they are an important quantity that determines many chemical properties. Also the reason I am not including addition in this formula is because it would lead to many molecules being given the same number.
scratch123
 
Posts: 209
Joined: Mon Mar 07, 2011 9:18 pm UTC

Re: Representing chemical formulas as a single number

Postby legend » Tue Apr 03, 2012 3:16 pm UTC

I don't see where this is going. Your notation isn't unique at all. E.g. H2=2=He or CH4=24=O3 and I don't really see what those molecules do have in common.
legend
 
Posts: 42
Joined: Thu Feb 02, 2012 5:42 pm UTC

Re: Representing chemical formulas as a single number

Postby gmalivuk » Tue Apr 03, 2012 3:38 pm UTC

scratch123 wrote:The whole reason the periodic table is based on the number of protons is because they are an important quantity that determines many chemical properties.
Yes, but there's no reason to assume that twice as many of an atom with half the protons would result in a molecule at all similar to what you started with.

Also the reason I am not including addition in this formula is because it would lead to many molecules being given the same number.
You still have that problem, though, only without the (admittedly small) benefit of being able to at the very least say *something* about the compound in question, like how many protons it has.
In the future, there will be a global network of billions of adding machines.... One of the primary uses of this network will be to transport moving pictures of lesbian sex by pretending they are made out of numbers.
Spoiler:
gmss1 gmss2
User avatar
gmalivuk
Archduke Vendredi of Skellington the Third, Esquire
 
Posts: 19283
Joined: Wed Feb 28, 2007 6:02 pm UTC
Location: Here, There, Everywhere (near Boston, anyway)

Re: Representing chemical formulas as a single number

Postby Sizik » Tue Apr 03, 2012 3:53 pm UTC

legend wrote:I don't see where this is going. Your notation isn't unique at all. E.g. H2=2=He or CH4=24=O3 and I don't really see what those molecules do have in common.


And even if the notation was unique, you'd still run into the problem of different molecules with the same molecular formula (i.e. Cotinine and 4-Methylaminorex, which share the same formula (C10H12N2O)as serotonin).
gmalivuk wrote:
King Author wrote:If space (rather, distance) is an illusion, it'd be possible for one meta-me to experience both body's sensory inputs.
Yes. And if wishes were horses, wishing wells would fill up very quickly with drowned horses.
User avatar
Sizik
 
Posts: 584
Joined: Wed Aug 27, 2008 3:48 am UTC

Re: Representing chemical formulas as a single number

Postby oxoiron » Tue Apr 03, 2012 4:24 pm UTC

scratch123 wrote:The whole reason the periodic table is based on the number of protons is because they are an important quantity that determines many chemical properties.
The periods and groups in the table have more to do with electron energy levels and configurations than anything else. These electronic characteristics have much more influence on chemical properties than the number of protons does.
"Whenever you find yourself on the side of the majority, it is time to reform (or pause and reflect)."-- Mark Twain
"We only drone strike terrorists (because anyone we drone strike must be a terrorist)."--Heisenberg
User avatar
oxoiron
 
Posts: 1276
Joined: Fri Jul 13, 2007 4:56 pm UTC

Re: Representing chemical formulas as a single number

Postby ahammel » Tue Apr 03, 2012 4:48 pm UTC

If you wanted a unique notation, you could assign every element a prime number and multiply all the atoms in the compound together to get a unique composite. Eg:

H2O = 2*2*19 = 76
CO2 = 13*19*19 = 4693

But why?
I also answer to 'Alex'
User avatar
ahammel
 
Posts: 972
Joined: Mon Jan 30, 2012 12:46 am UTC
Location: Vancouver BC

Re: Representing chemical formulas as a single number

Postby Ulc » Tue Apr 03, 2012 5:33 pm UTC

ahammel wrote:If you wanted a unique notation, you could assign every element a prime number and multiply all the atoms in the compound together to get a unique composite. Eg:

H2O = 2*2*19 = 76
CO2 = 13*19*19 = 4693

But why?


Which would still be unable to distinguish between a large number of compounds that have the same atoms, but different arrangement. And even though there is a reason behind the way the periodic table is arranged, it really doesn't tell all that much about a molecule what atoms are in it, arrangement is at least as important.
It is the mark of an educated mind to be able to entertain a thought without accepting it - Aristotle

A White Russian, shades and a bathrobe, what more can you want from life?
User avatar
Ulc
 
Posts: 1303
Joined: Sun Jun 21, 2009 8:05 pm UTC
Location: Copenhagen university

Re: Representing chemical formulas as a single number

Postby ahammel » Tue Apr 03, 2012 5:37 pm UTC

Ulc wrote:Which would still be unable to distinguish between a large number of compounds that have the same atoms, but different arrangement.

Yes, but molecular formulae don't do that either. I was under the impression that that's what we're trying to replace.
I also answer to 'Alex'
User avatar
ahammel
 
Posts: 972
Joined: Mon Jan 30, 2012 12:46 am UTC
Location: Vancouver BC

Re: Representing chemical formulas as a single number

Postby mfb » Tue Apr 03, 2012 9:26 pm UTC

If you just want some possibility to get a number: Find a way to determine the three-dimensional position of every atom in your molecule, averaging over fluctuations, temperature effects and so on.
This is even better than just using the connections, as molecules with the same structure of connections can fold in a different way (and can make you ill).
Take the barycenter of the molecule as origin of a coordinate system, align the axes with the principal axes of inertia (largest as x, smallest as z), find some way to handle ambiguous cases. Sort the atoms by their coordinates (does not matter how), store everything in a long number (atomnumber1 xposition1 yposition1 zposition1 atomnumber2 xposition2 yposition2 zposition2 ...) with arbitrary precision (maybe 1/100nm).
Done.

I am quite sure that you don't need a real algorithm for your theoretical work.
mfb
 
Posts: 803
Joined: Thu Jan 08, 2009 7:48 pm UTC

Re: Representing chemical formulas as a single number

Postby Sagekilla » Wed Apr 04, 2012 4:21 am UTC

What if you represented each element by an N x N matrix (N = number of elements) and you defined
multiplication to be the operation performed when two elements bond with each other.

That may have some interesting properties.
http://en.wikipedia.org/wiki/DSV_Alvin#Sinking wrote:Researchers found a cheese sandwich which exhibited no visible signs of decomposition, and was in fact eaten.
Sagekilla
 
Posts: 385
Joined: Fri Aug 21, 2009 1:02 am UTC
Location: Long Island, NY

Re: Representing chemical formulas as a single number

Postby Dopefish » Wed Apr 04, 2012 4:33 am UTC

mfb wrote:Take the barycenter of the molecule as origin of a coordinate system, align the axes with the principal axes of inertia (largest as x, smallest as z), find some way to handle ambiguous cases. Sort the atoms by their coordinates (does not matter how), store everything in a long number (atomnumber1 xposition1 yposition1 zposition1 atomnumber2 xposition2 yposition2 zposition2 ...) with arbitrary precision (maybe 1/100nm).
Done.


That's beginning to sounds like molecular specification in Gaussian.


Theres a lot of useful numbers you can calculate for a given molecule, but I don't think any are going to be found by just taking essentially random configurations of numbers showing up in the chemical formula and hoping for the best.

I think if I were to try and compress a molecule down to a single number, I'd opt for the ground state energy (to some precision) for the molecule (in the gas phase rather then in any solvent, in the absence of any external fields, or similar trickery). I suspect that'd be unique, and even has the bonus of differing for different molecules of the same formula. Of course, getting the energy is tricky, and going backwards would be nearly impossible, but that's a minor detail.
User avatar
Dopefish
 
Posts: 692
Joined: Sun Sep 20, 2009 5:46 am UTC
Location: The Well of Wishes

Re: Representing chemical formulas as a single number

Postby Jplus » Wed Apr 04, 2012 10:02 am UTC

All those ideas for enumerating chemical compounds are interesting, but I think they don't help to achieve scratch123's actual goal, i.e. to find an aromatic equivalent to spectral analysis as it is used in visual and auditory perception research (read the OP again to see what I mean). In auditory percetion, we translate a function from time to intensity into a function from spectral components to intensity. In visual perception, we translate a function from two-dimensional space to intensity into a function from two-dimensional spectral components to intensity (if we ignore color for the moment).

If we were to do something like that with olfactory perception, I think we would take a function from chemical compounds to intensity as the input and get a function from olfactory aspects to intensity as the output. That would be really hard because, IIRC, a human nose distinguishes a very high number of olfactory aspects and we don't really understand very well how all of that works. We would have to know about each chemical compound which olfactory sensors are triggered by it, and how much.
Hey, like coding? Perhaps you should check out the red spider project.
Feel free to call me Julian. J+ is just an abbreviation.
User avatar
Jplus
 
Posts: 1091
Joined: Wed Apr 21, 2010 12:29 pm UTC

Re: Representing chemical formulas as a single number

Postby Copper Bezel » Wed Apr 04, 2012 10:22 am UTC

Yeah. Sight and sound can be represented, very roughly, as amplitude and frequency because they evolved to, very roughly, measure those characteristics. Taste and smell are chemistry, not physics. They rely on a series of chemical tests for specific (and, to a chemist at least, arbitrary) reactive characteristics that can't be plotted on a continuum.
SpringLoaded12 wrote:You're like a modern-day Holden Caulfield, except that no one would read a book about you.
User avatar
Copper Bezel
 
Posts: 396
Joined: Wed Oct 12, 2011 6:35 am UTC
Location: Mission, Kansas, USA

Re: Representing chemical formulas as a single number

Postby mfb » Wed Apr 04, 2012 12:54 pm UTC

Assuming a reasonable number of different sensor types for smelling, you could measure the time-dependent response of each sensor type. This is equivalent to the time-dependent and two-dimensional measurements of the eyes, just without an intuitive way to order the different sensor types.
mfb
 
Posts: 803
Joined: Thu Jan 08, 2009 7:48 pm UTC

Re: Representing chemical formulas as a single number

Postby scratch123 » Wed Apr 04, 2012 2:12 pm UTC

legend wrote:I don't see where this is going. Your notation isn't unique at all. E.g. H2=2=He or CH4=24=O3 and I don't really see what those molecules do have in common.


Both methane (ch4) and ozone (o3 ) are both found in the atmosphere so maybe that means something. I will see what else I can find.
scratch123
 
Posts: 209
Joined: Mon Mar 07, 2011 9:18 pm UTC

Re: Representing chemical formulas as a single number

Postby gmalivuk » Wed Apr 04, 2012 2:58 pm UTC

scratch123 wrote:Both methane (ch4) and ozone (o3 ) are both found in the atmosphere so maybe that means something.
I guarantee you it doesn't. Chromium is 24 as well, and has nothing in particular in common with methane or ozone.
In the future, there will be a global network of billions of adding machines.... One of the primary uses of this network will be to transport moving pictures of lesbian sex by pretending they are made out of numbers.
Spoiler:
gmss1 gmss2
User avatar
gmalivuk
Archduke Vendredi of Skellington the Third, Esquire
 
Posts: 19283
Joined: Wed Feb 28, 2007 6:02 pm UTC
Location: Here, There, Everywhere (near Boston, anyway)

Re: Representing chemical formulas as a single number

Postby Carlington » Fri Apr 06, 2012 10:40 am UTC

gmalivuk wrote:
scratch123 wrote:Both methane (ch4) and ozone (o3 ) are both found in the atmosphere so maybe that means something.
I guarantee you it doesn't. Chromium is 24 as well, and has nothing in particular in common with methane or ozone.

Gaseous hexavalent chromium, ozone and methane and all lethal to humans if inhaled. Obviously, the numbers are useful for telling us which gases are unsuited to replacing O2 for humans.
One day, I'm going to come home and find you lying on the floor, twitching. I'll ask what's wrong and you'll say "It finished...he stopped updating...it's over..." and twitch again.

#deutsch on Foonetic!
User avatar
Carlington
Folk punch me a lot
 
Posts: 778
Joined: Sun Mar 22, 2009 8:46 am UTC
Location: Sydney, Australia.

Re: Representing chemical formulas as a single number

Postby gmalivuk » Fri Apr 06, 2012 2:39 pm UTC

But then all gases other than oxygen would count, and yet they have quite different numbers.
In the future, there will be a global network of billions of adding machines.... One of the primary uses of this network will be to transport moving pictures of lesbian sex by pretending they are made out of numbers.
Spoiler:
gmss1 gmss2
User avatar
gmalivuk
Archduke Vendredi of Skellington the Third, Esquire
 
Posts: 19283
Joined: Wed Feb 28, 2007 6:02 pm UTC
Location: Here, There, Everywhere (near Boston, anyway)

Re: Representing chemical formulas as a single number

Postby Minerva » Fri Apr 06, 2012 3:00 pm UTC

I think what you're talking about here sounds more and more like numerological nonsense.
...suffer from the computer disease that anybody who works with computers now knows about. It's a very serious disease and it interferes completely with the work. The trouble with computers is you play with them. They are so wonderful. - Richard Feynman
User avatar
Minerva
 
Posts: 896
Joined: Sat Nov 11, 2006 2:58 pm UTC
Location: Australia

Re: Representing chemical formulas as a single number

Postby scratch123 » Fri Apr 06, 2012 3:24 pm UTC

Since I know a lot of people who smoke (even though I hate it) I decided to investigate the numerical properties of nicotine to see what I could find. The chemical formula for nicotine is C10H14N2 which can be reduced to the sets (10, 6), (14, 1), (2, 7). These sets can be further reduced by taking the product of the numbers in each set which forms the set (60, 14, 14). My theory attempts to explain the presence of all of these numbers. The set (6, 10, 14) represents the first 3 semiprime numbers that can be written using 2 distinct numbers. For example 9 doesn't count because it uses the same number (3 *3) twice. The numbers 1 and 2 are explained by the fact that these are the only 2 numbers that are factors of 6, 10, and 14. The number 7 is a little tricky to explain but this is what I came up with. It is half of 14, the 4th prime number, and 4th odd number. Now the only number left is 60. The number 60 has 10 factors (2, 3, 4, 5, 6, 10, 12, 15, 20, 30) which further references the 10 carbon atoms in nicotine.
scratch123
 
Posts: 209
Joined: Mon Mar 07, 2011 9:18 pm UTC

Re: Representing chemical formulas as a single number

Postby Carlington » Fri Apr 06, 2012 3:39 pm UTC

gmalivuk wrote:But then all gases other than oxygen would count, and yet they have quite different numbers.

The point - it was this.

scratch123 wrote:Since I know a lot of people who smoke (even though I hate it) I decided to investigate the numerical properties of nicotine to see what I could find. The chemical formula for nicotine is C10H14N2 which can be reduced to the sets (10, 6), (14, 1), (2, 7). These sets can be further reduced by taking the product of the numbers in each set which forms the set (60, 14, 14). My theory attempts to explain the presence of all of these numbers. The set (6, 10, 14) represents the first 3 semiprime numbers that can be written using 2 distinct numbers. For example 9 doesn't count because it uses the same number (3 *3) twice. The numbers 1 and 2 are explained by the fact that these are the only 2 numbers that are factors of 6, 10, and 14. The number 7 is a little tricky to explain but this is what I came up with. It is half of 14, the 4th prime number, and 4th odd number. Now the only number left is 60. The number 60 has 10 factors (2, 3, 4, 5, 6, 10, 12, 15, 20, 30) which further references the 10 carbon atoms in nicotine.


What...just what? I don't actually understand what you're trying to do here. Excellent. You found some semiprimes. But...what? If anyone can shed any light on what is going on in scratch123's mind, please let me know. Because to be honest, I didn't know it was even possible to be this wrong.
One day, I'm going to come home and find you lying on the floor, twitching. I'll ask what's wrong and you'll say "It finished...he stopped updating...it's over..." and twitch again.

#deutsch on Foonetic!
User avatar
Carlington
Folk punch me a lot
 
Posts: 778
Joined: Sun Mar 22, 2009 8:46 am UTC
Location: Sydney, Australia.

Re: Representing chemical formulas as a single number

Postby aaaaay » Fri Apr 06, 2012 4:13 pm UTC

If you want a number to distinguish molecular formulas how about simply using the accurate mass? I mean, that's different enough to distinguish say, heptane and cyclohexanol, but has the advantage of being already established and corresponding to experiment (high resolution mass spec). In terms of actual 'codes' for different chemicals including those of the same empirical formula, the best we have I guess are CAS numbers http://en.wikipedia.org/wiki/Cas_number
aaaaay
 
Posts: 1
Joined: Fri Apr 06, 2012 4:03 pm UTC

Re: Representing chemical formulas as a single number

Postby gmalivuk » Fri Apr 06, 2012 5:26 pm UTC

scratch123 wrote:Since I know a lot of people who smoke (even though I hate it) I decided to investigate the numerical properties of nicotine to see what I could find. The chemical formula for nicotine is C10H14N2 which can be reduced to the sets (10, 6), (14, 1), (2, 7). These sets can be further reduced by taking the product of the numbers in each set which forms the set (60, 14, 14). My theory attempts to explain the presence of all of these numbers. The set (6, 10, 14) represents the first 3 semiprime numbers that can be written using 2 distinct numbers. For example 9 doesn't count because it uses the same number (3 *3) twice. The numbers 1 and 2 are explained by the fact that these are the only 2 numbers that are factors of 6, 10, and 14. The number 7 is a little tricky to explain but this is what I came up with. It is half of 14, the 4th prime number, and 4th odd number. Now the only number left is 60. The number 60 has 10 factors (2, 3, 4, 5, 6, 10, 12, 15, 20, 30) which further references the 10 carbon atoms in nicotine.
Yep, numerological nonsense, for sure.
In the future, there will be a global network of billions of adding machines.... One of the primary uses of this network will be to transport moving pictures of lesbian sex by pretending they are made out of numbers.
Spoiler:
gmss1 gmss2
User avatar
gmalivuk
Archduke Vendredi of Skellington the Third, Esquire
 
Posts: 19283
Joined: Wed Feb 28, 2007 6:02 pm UTC
Location: Here, There, Everywhere (near Boston, anyway)

Re: Representing chemical formulas as a single number

Postby ahammel » Sat Apr 07, 2012 3:34 am UTC

aaaaay wrote:If you want a number to distinguish molecular formulas how about simply using the accurate mass? I mean, that's different enough to distinguish say, heptane and cyclohexanol, but has the advantage of being already established and corresponding to experiment (high resolution mass spec).

Going from a mass to a formula seems a bit inconvenient. And by "inconvenient", I mean "probably NP-complete". Of course my prime-numbering scheme has the same problem.

I think it's time we consider that chemists already know what they're talking about.
I also answer to 'Alex'
User avatar
ahammel
 
Posts: 972
Joined: Mon Jan 30, 2012 12:46 am UTC
Location: Vancouver BC

Re: Representing chemical formulas as a single number

Postby scratch123 » Sat Apr 07, 2012 4:03 pm UTC

gmalivuk wrote:
scratch123 wrote:Since I know a lot of people who smoke (even though I hate it) I decided to investigate the numerical properties of nicotine to see what I could find. The chemical formula for nicotine is C10H14N2 which can be reduced to the sets (10, 6), (14, 1), (2, 7). These sets can be further reduced by taking the product of the numbers in each set which forms the set (60, 14, 14). My theory attempts to explain the presence of all of these numbers. The set (6, 10, 14) represents the first 3 semiprime numbers that can be written using 2 distinct numbers. For example 9 doesn't count because it uses the same number (3 *3) twice. The numbers 1 and 2 are explained by the fact that these are the only 2 numbers that are factors of 6, 10, and 14. The number 7 is a little tricky to explain but this is what I came up with. It is half of 14, the 4th prime number, and 4th odd number. Now the only number left is 60. The number 60 has 10 factors (2, 3, 4, 5, 6, 10, 12, 15, 20, 30) which further references the 10 carbon atoms in nicotine.
Yep, numerological nonsense, for sure.


Just because you don't understand it don't call it numerological nonsense. All the numerology I have seen is a lot more arbitrary than this. It usually has to do with assigning numbers to letters without much justification. If you want to call this numerology you might as well call designing a compression algorithm numerology as well. What I have basically done is created a group (by assigning numbers to things that chemistry assigns them) with multiplication as the group operation and explained how all the numbers are related through it (primes are related to multiplication). I hope you are at least familiar with group theory. You could also try looking up these numbers on wikipedia.

"What...just what? I don't actually understand what you're trying to do here. Excellent. You found some semiprimes. But...what? If anyone can shed any light on what is going on in scratch123's mind, please let me know. Because to be honest, I didn't know it was even possible to be this wrong."

They are not just semiprimes but semiprimes that have distinct factors (6, 10, 14) = (2 * 3, 5 * 10, 7 * 2). Of all of the numbers in the set of semiprimes with distinct factors these are the first 3. This shows that these 3 numbers are related without introducing any other numbers or introducing addition into the group. I could just say 6 + 4 = 10 + 4 = 14 but that would be too arbitrary since I would have no justification for introducing addition or 4 into the group.
scratch123
 
Posts: 209
Joined: Mon Mar 07, 2011 9:18 pm UTC

Re: Representing chemical formulas as a single number

Postby eSOANEM » Sat Apr 07, 2012 4:19 pm UTC

scratch123 wrote:
gmalivuk wrote:
scratch123 wrote:Since I know a lot of people who smoke (even though I hate it) I decided to investigate the numerical properties of nicotine to see what I could find. The chemical formula for nicotine is C10H14N2 which can be reduced to the sets (10, 6), (14, 1), (2, 7). These sets can be further reduced by taking the product of the numbers in each set which forms the set (60, 14, 14). My theory attempts to explain the presence of all of these numbers. The set (6, 10, 14) represents the first 3 semiprime numbers that can be written using 2 distinct numbers. For example 9 doesn't count because it uses the same number (3 *3) twice. The numbers 1 and 2 are explained by the fact that these are the only 2 numbers that are factors of 6, 10, and 14. The number 7 is a little tricky to explain but this is what I came up with. It is half of 14, the 4th prime number, and 4th odd number. Now the only number left is 60. The number 60 has 10 factors (2, 3, 4, 5, 6, 10, 12, 15, 20, 30) which further references the 10 carbon atoms in nicotine.
Yep, numerological nonsense, for sure.


Just because you don't understand it don't call it numerological nonsense. All the numerology I have seen is a lot more arbitrary than this. It usually has to do with assigning numbers to letters without much justification. If you want to call this numerology you might as well call designing a compression algorithm numerology as well. What I have basically done is created a group (by assigning numbers to things that chemistry assigns them) with multiplication as the group operation and explained how all the numbers are related through it (primes are related to multiplication). I hope you are at least familiar with group theory. You could also try looking up these numbers on wikipedia.


This has nothing to do with group theory, for one thing your set isn't even closed under multiplication let alone invertable.

It does have to do with you taking some numbers, doing things to them and spotting patterns. The brain is very good at spotting patterns in random samples too small to draw meaningful conclusions from.

This is certainly what has happened here. The fact that you have to add odd exceptions (such as why 9 doesn't count, that 7 has no inherent explanation, and that all the numbers you end up with link to the structure of nicotine in different and arbitrary ways, I'm sure there are lots of other ways in which they can be made to relate).

As it is, unless you have some justification as to why these processes should give meaningful answers (e.g. applying the exact same process to other chemicals and getting equivalent correct conclusions), what you have is numerological nonsense and trying to claim otherwise without justification simply reveals a rather unscientifically unskeptical mind.
Gear wrote:I'm not sure if it would be possible to constantly eat enough chocolate to maintain raptor toxicity without killing oneself.
User avatar
eSOANEM
 
Posts: 1927
Joined: Sun Apr 12, 2009 9:39 pm UTC
Location: Grantebrycge

Re: Representing chemical formulas as a single number

Postby gmalivuk » Sat Apr 07, 2012 4:47 pm UTC

scratch123 wrote:I hope you are at least familiar with group theory.
I am, but you clearly aren't. For instance, "group under multiplication" doesn't just mean "some numbers I got from multiplying things together".
In the future, there will be a global network of billions of adding machines.... One of the primary uses of this network will be to transport moving pictures of lesbian sex by pretending they are made out of numbers.
Spoiler:
gmss1 gmss2
User avatar
gmalivuk
Archduke Vendredi of Skellington the Third, Esquire
 
Posts: 19283
Joined: Wed Feb 28, 2007 6:02 pm UTC
Location: Here, There, Everywhere (near Boston, anyway)

Re: Representing chemical formulas as a single number

Postby The Geoff » Sun Apr 08, 2012 1:30 pm UTC

You can already convert atoms, molecules and chemical compounds into a series of numbers, do sums with them, and make predictions about their behaviour - it's called quantum mechanics. One of the first big triumphs of quantum theory was explaining most of chemistry (in theory at least), so if your proposed system works you'll probably end up deriving quantum mechanics from the experimental results of chemistry, rather than mathematical theory.
User avatar
The Geoff
 
Posts: 91
Joined: Wed Jun 08, 2011 6:22 am UTC

Re: Representing chemical formulas as a single number

Postby scratch123 » Sun Apr 08, 2012 6:15 pm UTC

eSOANEM wrote:
scratch123 wrote:
gmalivuk wrote:
scratch123 wrote:Since I know a lot of people who smoke (even though I hate it) I decided to investigate the numerical properties of nicotine to see what I could find. The chemical formula for nicotine is C10H14N2 which can be reduced to the sets (10, 6), (14, 1), (2, 7). These sets can be further reduced by taking the product of the numbers in each set which forms the set (60, 14, 14). My theory attempts to explain the presence of all of these numbers. The set (6, 10, 14) represents the first 3 semiprime numbers that can be written using 2 distinct numbers. For example 9 doesn't count because it uses the same number (3 *3) twice. The numbers 1 and 2 are explained by the fact that these are the only 2 numbers that are factors of 6, 10, and 14. The number 7 is a little tricky to explain but this is what I came up with. It is half of 14, the 4th prime number, and 4th odd number. Now the only number left is 60. The number 60 has 10 factors (2, 3, 4, 5, 6, 10, 12, 15, 20, 30) which further references the 10 carbon atoms in nicotine.
Yep, numerological nonsense, for sure.


Just because you don't understand it don't call it numerological nonsense. All the numerology I have seen is a lot more arbitrary than this. It usually has to do with assigning numbers to letters without much justification. If you want to call this numerology you might as well call designing a compression algorithm numerology as well. What I have basically done is created a group (by assigning numbers to things that chemistry assigns them) with multiplication as the group operation and explained how all the numbers are related through it (primes are related to multiplication). I hope you are at least familiar with group theory. You could also try looking up these numbers on wikipedia.


This has nothing to do with group theory, for one thing your set isn't even closed under multiplication let alone invertable.

It does have to do with you taking some numbers, doing things to them and spotting patterns. The brain is very good at spotting patterns in random samples too small to draw meaningful conclusions from.

This is certainly what has happened here. The fact that you have to add odd exceptions (such as why 9 doesn't count, that 7 has no inherent explanation, and that all the numbers you end up with link to the structure of nicotine in different and arbitrary ways, I'm sure there are lots of other ways in which they can be made to relate).

As it is, unless you have some justification as to why these processes should give meaningful answers (e.g. applying the exact same process to other chemicals and getting equivalent correct conclusions), what you have is numerological nonsense and trying to claim otherwise without justification simply reveals a rather unscientifically unskeptical mind.


Ok how about thinking about this in terms of it being a compression algorithm. You have the set (6, 10, 14) and you are compressing it to (semiprimes with 2 distinct factors). The reason the second set is smaller than the first under my method of encoding is because it uses no numbers except for 2 (the number 2 isn't that arbitrary because it appears so often in math and even has the alternating group related to it). I could see this being stored in a computer program as only a few bits. Also the reason I am against using addition is because multiplication (which is related to combination) describes chemical bonds better.
scratch123
 
Posts: 209
Joined: Mon Mar 07, 2011 9:18 pm UTC

Re: Representing chemical formulas as a single number

Postby eSOANEM » Sun Apr 08, 2012 6:35 pm UTC

scratch123 wrote:Ok how about thinking about this in terms of it being a compression algorithm. You have the set (6, 10, 14) and you are compressing it to (semiprimes with 2 distinct factors). The reason the second set is smaller than the first under my method of encoding is because it uses no numbers except for 2 (the number 2 isn't that arbitrary because it appears so often in math and even has the alternating group related to it). I could see this being stored in a computer program as only a few bits. Also the reason I am against using addition is because multiplication (which is related to combination) describes chemical bonds better.


If it's a compression algorithm, it's a pretty poor one given how lossy it is.

Anyway, you missed my main point which was that, if this method is useful and not numerological nonsense, the exact same method should produce equivalent correct results for any other chemical. If you can demonstrate that this holds for even a handful of other chemicals then I will concede that it might have some truth in it. Until then, it looks like a load of rules chosen to create a pattern you've spotted where none exists.
Gear wrote:I'm not sure if it would be possible to constantly eat enough chocolate to maintain raptor toxicity without killing oneself.
User avatar
eSOANEM
 
Posts: 1927
Joined: Sun Apr 12, 2009 9:39 pm UTC
Location: Grantebrycge

Re: Representing chemical formulas as a single number

Postby Soralin » Mon Apr 09, 2012 12:27 am UTC

Yeah, if you want a really simple, although not very efficient algorithm, you could just do something like 10001 * (number of H atoms) + 10002 * (number of He atoms) + 10003 * (number of Li atoms) + ... + 1000n * (number of element n atoms). You would have a number that uniquely represented the number and types of atoms in a molecule (wouldn't distinguish between two different molecules with the same atoms of course), that could be read off by a human relatively easy.

Of course, having that all in a single number, rather than say as elements in an array, or written down in separate columns, or in separate boxes, etc. makes no difference at all. And doing it this way over using primes just makes it easier to see the pattern, and to show that doing random math to an arbitrary pattern is rather pointless and isn't going to get you anything more than what you started with, at best.
Soralin
 
Posts: 1303
Joined: Wed May 07, 2008 12:06 am UTC

Re: Representing chemical formulas as a single number

Postby scratch123 » Mon Apr 09, 2012 1:50 pm UTC

eSOANEM wrote:
scratch123 wrote:Ok how about thinking about this in terms of it being a compression algorithm. You have the set (6, 10, 14) and you are compressing it to (semiprimes with 2 distinct factors). The reason the second set is smaller than the first under my method of encoding is because it uses no numbers except for 2 (the number 2 isn't that arbitrary because it appears so often in math and even has the alternating group related to it). I could see this being stored in a computer program as only a few bits. Also the reason I am against using addition is because multiplication (which is related to combination) describes chemical bonds better.


If it's a compression algorithm, it's a pretty poor one given how lossy it is.

Anyway, you missed my main point which was that, if this method is useful and not numerological nonsense, the exact same method should produce equivalent correct results for any other chemical. If you can demonstrate that this holds for even a handful of other chemicals then I will concede that it might have some truth in it. Until then, it looks like a load of rules chosen to create a pattern you've spotted where none exists.


OK I will see if I can apply this to any other chemicals. Maybe some other addictive drugs.
scratch123
 
Posts: 209
Joined: Mon Mar 07, 2011 9:18 pm UTC

Re: Representing chemical formulas as a single number

Postby gmalivuk » Mon Apr 09, 2012 1:52 pm UTC

If it's useful, it also has to be applicable to things besides addictive drugs. So why don't you check some inert or otherwise biologically unimportant compounds?
In the future, there will be a global network of billions of adding machines.... One of the primary uses of this network will be to transport moving pictures of lesbian sex by pretending they are made out of numbers.
Spoiler:
gmss1 gmss2
User avatar
gmalivuk
Archduke Vendredi of Skellington the Third, Esquire
 
Posts: 19283
Joined: Wed Feb 28, 2007 6:02 pm UTC
Location: Here, There, Everywhere (near Boston, anyway)

Re: Representing chemical formulas as a single number

Postby eSOANEM » Mon Apr 09, 2012 4:15 pm UTC

gmalivuk wrote:If it's useful, it also has to be applicable to things besides addictive drugs. So why don't you check some inert or otherwise biologically unimportant compounds?


This is a good point.

I will settle for the same method producing equivalent results for other addictive drugs but I would be even more impressed if its application were to be shown to be broader by testing other compounds as gmalivuk suggests or maybe even some inorganic compounds/complexes.
Gear wrote:I'm not sure if it would be possible to constantly eat enough chocolate to maintain raptor toxicity without killing oneself.
User avatar
eSOANEM
 
Posts: 1927
Joined: Sun Apr 12, 2009 9:39 pm UTC
Location: Grantebrycge

Re: Representing chemical formulas as a single number

Postby gmalivuk » Mon Apr 09, 2012 4:24 pm UTC

But what quality is scratch attributing to the numbers from addictive substances? That they will have some semiprimes in them? In other words, what precisely would it mean to produce "equivalent" results for other addictive compounds?

I suspect that, in order to determine that rigorously, we'd need some way to distinguish between addictive and nonaddictive compounds. If you check the number for every drug and find some quality they share, but haven't bothered checking whether this quality is also shared by other substances, you haven't really done anything useful or interesting yet.
In the future, there will be a global network of billions of adding machines.... One of the primary uses of this network will be to transport moving pictures of lesbian sex by pretending they are made out of numbers.
Spoiler:
gmss1 gmss2
User avatar
gmalivuk
Archduke Vendredi of Skellington the Third, Esquire
 
Posts: 19283
Joined: Wed Feb 28, 2007 6:02 pm UTC
Location: Here, There, Everywhere (near Boston, anyway)

Re: Representing chemical formulas as a single number

Postby eSOANEM » Mon Apr 09, 2012 9:55 pm UTC

gmalivuk wrote:But what quality is scratch attributing to the numbers from addictive substances? That they will have some semiprimes in them? In other words, what precisely would it mean to produce "equivalent" results for other addictive compounds?


I was thinking more in terms of the same relation existing between the final numbers scratch ends up with and the structure of the compound they put in.
Gear wrote:I'm not sure if it would be possible to constantly eat enough chocolate to maintain raptor toxicity without killing oneself.
User avatar
eSOANEM
 
Posts: 1927
Joined: Sun Apr 12, 2009 9:39 pm UTC
Location: Grantebrycge

Next

Return to Science

Who is online

Users browsing this forum: Meteoric and 8 guests