49
$\begingroup$

I am new to chemistry and I find it fascinating. I am trying to learn about chemical reactions and I was wondering if there was an easy way to quickly tell if any combination of chemical substances would produce a reaction and what product(s) if any might be formed.

For example, if I pick any two random substances $\ce{A}$ and $\ce{B}$, can I determine if a reaction will occur and predict the products?

$$\ce{A + B -> \ ?}$$

More specifically, let's say I just learned that chlorine bleach (sodium hypochlorite) can be made by a reaction of sodium hydroxide and chlorine with sodium chloride as a byproduct:

$$\ce{NaOH(aq) + Cl2(g) -> NaOCl(aq) + NaCl(aq)}$$

Is there a way that I could have predicted this reaction (and any other) before I learned about it? I do not want to memorize the outcome of every combination o that I can answer questions about chemical reactions. I am hoping there is a short list of simple rules that govern all chemical reactions that I can commit to memory and then apply to any combination of substances. I might also like to be able to develop a simple computer program built around an algorithm for these reactivity rules that can sample databases of known substances and predict new reactions.

$\endgroup$
3
  • 1
    $\begingroup$ Sometimes yes, we have some hand-waving justified rules for some reaction or we can perform simulation within the available resources; sometimes no, nature is still beyond our current capacity. $\endgroup$
    – Rodriguez
    Commented May 5, 2016 at 1:21
  • 1
    $\begingroup$ check change in gibbs free energy of the raction $\endgroup$ Commented Oct 25, 2016 at 13:28
  • 4
    $\begingroup$ @AlphaRomeo - That assumes that we know there is a reaction and what the products are, and then we can know whether the reaction is spontaneous or not. My question is more about knowing if there is a potential chemical change and how to determine what the product might be. For example $\Delta_r G^{\circ}$ values cannot be used to determine the expected major product (or whether anything at all happens) of the following potential reaction: $$\ce{H2O(l) + HCl(aq) + Rh(s) -> ?}$$ $\endgroup$
    – Ben Norris
    Commented Oct 25, 2016 at 16:29

3 Answers 3

39
$\begingroup$

Can I predict the products of any chemical reaction?

In theory, yes!

Every substance has characteristic reactivity behavior. Likewise pairs and sets of substances have characteristic behavior. For example, the following combinations of substances only have one likely outcome each:

$$ \ce{HCl + NaOH -> NaCl + H2O} \\[2ex] \ce{CH3CH2CH2OH->[$1.$ (COCl)2, (CH3)2SO][$2.$ Et3N] CH3CH2CHO} $$

However, it is not a problem suited to brute force or exhaustive approaches

There are millions or perhaps billions of known or possible substances. Let's take the lower estimate of 1 million substances. There are $999\,999\,000\,000$ possible pairwise combinations. Any brute force method (in other words a database that has an answer for all possible combinations) would be large and potentially resource prohibitive. Likewise you would not want to memorize the nearly 1 trillion combinations.

If more substances are given, the combination space gets bigger. In the second example reaction above, there are four substances combined: $\ce{CH3CH2CH2OH}$, $\ce{(COCl)2}$, $\ce{(CH3)2SO}$, and $\ce{Et3N}$. Pulling four substances at random from the substance space generates a reaction space on the order of $1\times 10^{24}$ possible combinations. And that does not factor in order of addition. In the second reaction above, there is an implied order of addition:

  1. $\ce{CH3CH2CH2OH}$
  2. $\ce{(COCl)2}$, $\ce{(CH3)2SO}$
  3. $\ce{Et3N}$

However, there are $4!=24$ different orders of addition for four substances, some of which might not generate the same result. Our reaction space is up to $24\times 10^{24}$, a bewildering number of combinations. And this space does not include other variables, like time, temperature, irradiation, agitation, concentration, pressure, control of environment, etc. If each reaction in the space could somehow be stored for as little as 100 kB of memory, then the whole space of combinations up to 4 substances would require $2.4 \times 10^{27}$ bytes of data, or $2.4\times 10^7$ ZB (zettabytes) or $2.4\times 10^4$ trillion terabytes. The total digital data generated by the human species was estimated recently (Nov. 2015) to be 4.4 ZB. We need $5.5\times 10^5$ times more data in the world to hold such a database. And that does not even count the program written to search it or the humans needed to populate it, the bandwidth required to access it, or the time investment of any of these steps.

In practice, it can be manageable!

Even though the reaction space is bewilderingly huge, chemistry is an orderly predictable business. Folks in the natural product total synthesis world do not resort to random combinations and alchemical mumbo jumbo. They can predict with some certainty what type of reactions do what to which substances and then act on that prediction.

When we learn chemistry, we are taught to recognize if a molecule belongs to a certain class with characteristic behavior. In the first example above, we can identify $\ce{HCl}$ as an acid and $\ce{NaOH}$ as a base, and then predict an outcome that is common to all acid-base reactions. In the second example above, we are taught to recognize $\ce{CH3CH2CH2OH}$ as a primary alcohol and the reagents given as an oxidant. The outcome is an aldehyde.

These examples are simple ones in which the molecules easily fit into one class predominantly. More complex molecules may belong to many categories. Organic chemistry calls these categories “Functional Groups”. The ability to predict synthetic outcomes then begins and ends with identifying functional groups within a compound's structure. For example, even though the following compound has a more complex structure, it contains a primary alcohol, which will be oxidized to an aldehyde using the same reagents presented above. We can also be reasonably confident that no unpleasant side reactions will occur.

swern oxidation example on complex structure

If the reagents in the previous reaction had been $\ce{LiAlH4}$ followed by $\ce{H3O+}$, then more than one outcome is possible since more than one functional group in the starting compound will react. Controlling the reaction to give one of the possible outcomes is possible, but requires further careful thought.

There are rules, but they are not few in number. There are too many classes of compounds to list here. Likewise even one class, like primary alcohols (an hydroxyl group at the end of a hydrocarbon chain) has too many characteristic reactions to list here. If there are 30 classes of compounds (an underestimate) and 30 types of reactions (an underestimate), then there are 900 reaction types (an underestimate). The number of viable reaction types is more manageable than the total reaction space, but would still be difficult to commit to memory quickly. And new reaction types are being discovered all the time.

Folks who learn how to analyze combinations of compounds spend years taking courses and reading books and research articles to accumulate the knowledge and wisdom necessary. It can be done. Computer programs can be (and have been) designed to do the same analysis, but they were designed by people who learned all of the characteristic combinations. There is no shortcut.

$\endgroup$
1
  • 5
    $\begingroup$ Its also important to notice that most reactions, especially those between molecules rich of functional groups, can have many possible outcomes, which will all occur in different frequencies and concurrent, making it simply impossible to predict every single reaction. $\endgroup$
    – AstronAUT
    Commented May 5, 2016 at 11:54
8
$\begingroup$

The short answer is NO.

There is no single complete theory that is able to predict what products will result from combining a number of reactants. Note that the products of a chemical reaction are not only a function of the reactants, but also of temperature, pressure, catalyst present and several other factors.

You will be hard pressed to find any Chemistry book that even starts to attempt to describe a predictive model.

Because of this huge gap in scientific knowledge the best next thing is to empirically test what happens when reactants are brought together under certain conditions and then find similarities when different reactants of the same general type are used.

For example if empirically you establish that:

$$\ce{CH2=CH2 + HCl -> CH3CH2Cl}\\ \text{and}$$

$$\ce{CH3CH=CH2 + HCl -> CH3CH2CH2Cl}$$

You could predict that in any reaction of the type RCH=CH2 + HCl the following type of product will be found: RCH2CH2Cl

This is one of the reasons Organic Chemistry books are so thick. Since there a many types of substances, they are grouped together as members of a family that are known to react in a certain manner under certain conditions.

The predictive power of this method is rather weak, since it only applies to a very narrow set of circumstances, but there does not exist a better system today.

$\endgroup$
1
  • $\begingroup$ The benefits of finding these ground rules that manage reactions (even if you need to put in variables like temp, pressure, etc) are so evident and so big that I would expect some investigation is ongoing. Is there anything in that sense? $\endgroup$ Commented Aug 10, 2021 at 8:08
0
$\begingroup$

I believe in the arena of radical based chemical reactions (aka, radical chemistry) a possibly different answer is appropriate. The answer is, in select context, likely yes based on intuitive combinatorial results with characteristically probabilistic product distribution.

First, it should be noted that radical reactions are best depicted with corresponding forward and reverse reaction rates that are, at least, temperature-dependent. As such, radical on radical reactions are often written with '=' sign given the increased ease of reversibility.

Here is a concrete example where a simple combinatorial approach is actually accurate on the reaction system around chlorine monoxide radical ($\ce{•ClO}$) leading to ozone depletion. The possible set of radical reactions include in a source, for example:

$\ce{•ClO + •ClO = ClOOCl}$

$\ce{ClOOCl + hv -> •Cl + •ClOO}$

$\ce{•ClOO = •Cl + O2}$

$\ce{•OCl + •OCl = •OClO + •Cl}$

And I would add:

$\ce{•Cl + •Cl = Cl2}$

where it is evident that a simple combinatorial approach would likely list possible reactions. However, not all radical reactions are expected to be observed in the equal proportional (so, an interesting statistical product distribution will arise).

$\endgroup$

Not the answer you're looking for? Browse other questions tagged or ask your own question.