Sign in

Libre University uses your GitHub account. Signing in is only needed to sit a final test, so the score is kept on your profile.

Counting a reaction

A chemical equation is not a sentence about substances but an accounting identity, and almost every quantitative question in chemistry is answered by taking that identity seriously.

The previous course ended with the bond: two atoms approach, the energy falls into a minimum, and a molecule exists. This one starts one level up, where molecules meet and come apart again. Before any of the interesting questions can be asked, whether a reaction goes, how fast, and how far, we need to be able to count what goes into it and what comes out, and to do that with masses measured on a real balance.

What a balanced equation claims

Write the combustion of methane as C+2C+2O and you have asserted exactly two things. Every atom present on the left is present on the right, one carbon, four hydrogens and four oxygens on each side, and the total charge is the same on both sides. That is all. The arrow makes no claim about speed, about how far the reaction proceeds, or about whether it happens at all. Methane and oxygen sit together indefinitely at room temperature without reacting, and the equation is still true.

Balancing is therefore a problem in linear constraints rather than an art. Put unknown coefficients on every species, write one equation per element, and solve. For a hydrocarbon CxHy burning to carbon dioxide and water, carbon forces x molecules of C, hydrogen forces y/2 of water, and the oxygen count on the right is then 2x+y/2, so the oxygen requirement is fixed at

CxHy+(x+y4)xC+y2O

Octane, , needs 8+18/4=12.5 molecules of oxygen per molecule of fuel, which is why the equation is usually written doubled to clear the fraction. Nothing was guessed.

The constraints do not always have a unique answer up to scale. Write the reaction of carbon with oxygen allowing both CO and C as products and two independent balanced equations exist, so any mixture of them balances too. That is not a defect in the arithmetic: it is the arithmetic reporting, correctly, that the products depend on conditions and are not determined by conservation alone. Whenever a balancing problem has more than one independent solution, a chemical decision has been left unmade.

State symbols carry real information and are worth writing. The combustion of methane releases 890 kJ per mole with liquid water as the product and 88 kJ less with water vapour, so O(l) and O(g) are not interchangeable labels.

The mole is a count, and since 2019 an exact one

A balanced equation counts molecules; a balance in a laboratory weighs grams. The mole is the bridge. Since 20 May 2019 it is defined by fixing the Avogadro constant at exactly NA=6.02214076×1023 per mole, so a mole is a number in the same sense that a dozen is, and the mole of a substance is that many of its formula units.

The redefinition matters more than it looks. Before it, the mole was tied to 12 grams of carbon-12, and the Avogadro constant was a measured quantity with an uncertainty. Now the count is exact and the molar mass of carbon-12 is what carries the uncertainty, at 11.9999999958 g mol⁻¹ with an uncertainty in the last digit. For any chemical purpose the shift is invisible, and molar masses in grams per mole remain numerically equal to relative atomic masses. What it buys is a definition that does not depend on a particular substance.

Molar mass is then a sum over the formula. Water is 2(1.008)+15.999=18.015 g mol⁻¹, ammonia 14.007+3(1.008)=17.031, iron(III) oxide 2(55.845)+3(15.999)=159.687. These values are averages over natural isotopic abundance, which is exactly what a bulk sample contains, and they are the reason chemistry can ignore isotopes almost everywhere and cannot ignore them in a mass spectrum.

The numbers involved are worth feeling once. A drop of water of 0.05 grams is 0.05/18.015=2.78×10-3 mol, and therefore 1.67×1021 molecules. A single carbon-12 atom weighs 12/NA=1.99×10-23 grams. No experiment on a bench ever handles fewer than about 1015 molecules, which is why the statistical statements later in this course, about average rates and equilibrium positions, are so extraordinarily reliable.

Finding a formula by burning it

Before a reaction can be balanced, the formulas in it have to be known, and the classical way to get one is to destroy the compound in a controlled way. In combustion analysis a weighed sample is burned in excess oxygen, and the carbon dioxide and water produced are absorbed and weighed separately. Every carbon in the sample ends as one C and every two hydrogens as one O, so the masses of the products give the moles of carbon and hydrogen directly. Anything left over in the original mass, when the compound contains only carbon, hydrogen and oxygen, is oxygen.

Example. Burning 6.51 mg of vitamin C gives 9.76 mg of C and 2.66 mg of O. Its molar mass is known from mass spectrometry to be 176 g mol⁻¹. What is its molecular formula?

Carbon: 9.76/44.009=0.2218 mmol, weighing 0.2218×12.011=2.664 mg. Hydrogen: each water carries two, so 2×2.66/18.015=0.2953 mmol, weighing 0.298 mg. The oxygen is the remainder, 6.51-2.664-0.298=3.548 mg, which is 3.548/15.999=0.2218 mmol. The three amounts are in the ratio 0.2218:0.2953:0.2218, or 1:1.331:1, and multiplying by three clears it to 3:4:3. The empirical formula is , of mass 88.06 g mol⁻¹. The measured molar mass is twice that, so the molecular formula is .

Now you. Burning 5.000 mg of a compound of carbon, hydrogen and oxygen gives 7.33 mg of C and 3.00 mg of O. Its molar mass is 90.08 g mol⁻¹. Find the molecular formula.

Answer

Carbon: 7.33/44.009=0.1666 mmol, or 2.001 mg. Hydrogen: 2×3.00/18.015=0.3331 mmol, or 0.336 mg. Oxygen by difference: 5.000-2.001-0.336=2.663 mg, which is 0.1665 mmol. The ratio is 1:2:1, so the empirical formula is CO at 30.03 g mol⁻¹. Since 90.08/30.03=3.00, the molecular formula is , lactic acid.

Note what the method cannot do. It gives the ratio of atoms and, with a molar mass, the formula, but nothing about how those atoms are joined. Lactic acid and glyceraldehyde are both and burn identically. Structure comes from spectroscopy, not from a balance.

The limiting reagent

Mix reactants in a ratio other than the one the equation demands and one of them runs out first. Everything after that moment is idle, so the yield is set by whichever reactant is exhausted soonest, the limiting reagent. The test is not which reactant there is less of, but which has the smallest amount when divided by its coefficient.

Example. An ammonia plant feeds 28.0 kg of nitrogen and 6.00 kg of hydrogen into +32N. Which limits, and what mass of ammonia can be made?

The molar masses are 28.014 and 2.016 g mol⁻¹, giving 28000/28.014=999.5 mol of nitrogen and 6000/2.016=2976 mol of hydrogen. Consuming all the nitrogen would need 3×999.5=2999 mol of hydrogen, which is more than there is, so hydrogen limits. It makes 23×2976=1984 mol of ammonia, which at 17.031 g mol⁻¹ is 33.8 kg. The nitrogen consumed is 2976/3=992 mol, leaving 7.4 mol, or about 0.21 kg, unreacted.

Now you. A blast furnace charge is 500 kg of iron(III) oxide, F at 159.687 g mol⁻¹, and 250 kg of carbon monoxide at 28.01 g mol⁻¹, reacting as F+3CO2Fe+3C. Which limits, and what mass of iron is produced?

Answer

The oxide gives 500000/159.687=3131 mol and the monoxide 250000/28.01=8925 mol. Full reduction of the oxide would need 3×3131=9393 mol of carbon monoxide, so the monoxide limits. It reduces 8925/3=2975 mol of oxide, giving 5950 mol of iron, which at 55.845 g mol⁻¹ is 332 kg.

Industrially the limiting reagent is a choice rather than an accident. The expensive reactant is made limiting so that none of it is wasted, and the cheap one is fed in excess, which is also why an excess of oxygen is used in combustion analysis.

Yield, and where the rest of it went

The mass calculated above is the theoretical yield, what the equation permits. The actual yield is what the flask contains after the reaction, the workup and the purification, and the ratio of the two, as a percentage, is the percentage yield. If the ammonia plant above produced 28.7 kg rather than 33.8, the yield is 28.7/33.8=84.9 per cent.

A yield below one hundred per cent has three quite different causes, and telling them apart is the whole of process chemistry. The reaction may have reached equilibrium before consuming the limiting reagent, which is a thermodynamic limit and the subject of the fourth and fifth lessons. It may still be running when the experimenter stopped, a kinetic limit, which is the sixth and seventh. Or some of the reagent may have gone into a different reaction entirely, a side product, which is a matter of mechanism. Only the third is a loss of material; the first two are situations where the missing reagent is still sitting in the flask.

Atom economy asks a different question, and one that a percentage yield hides. It is the mass of the desired product divided by the total mass of all products, taken from the balanced equation at one hundred per cent conversion. A synthesis with a ninety per cent yield that discards two thirds of its atoms as by-product is worse, in waste terms, than one with a sixty per cent yield and no by-product at all. The distinction has driven a good deal of industrial redesign since Barry Trost named it in 1991.

The extent of reaction

Tracking every substance separately is redundant, because the coefficients tie them together. Assign each species a stoichiometric number νi, negative for reactants and positive for products, so that for +32N we have ν=-1, -3 and +2. Then a single variable ξ, the extent of reaction, measured in moles, fixes every amount at once:

ni=ni,0+νiξ

At ξ=0 nothing has happened, and ξ increases as the reaction runs forward. Its maximum is set by the limiting reagent, at the smallest value of ni,0/|νi| over the reactants. One number now describes the whole mixture, which is the reason this variable is worth the notation: the rate of reaction in the sixth lesson is dξ/dt divided by volume, and the equilibrium of the fourth lesson is the particular ξ at which the free energy stops falling.

Example. A vessel is charged with 5.00 mol of S and 3.00 mol of , which react as 2S+2S. At one moment ξ=1.80 mol. Give the composition, and the largest ξ the charge allows.

With ν=-2, -1 and +2: sulfur dioxide is 5.00-2(1.80)=1.40 mol, oxygen is 3.00-1.80=1.20 mol, sulfur trioxide is 2(1.80)=3.60 mol. The total is 6.20 mol, down from 8.00, because the reaction consumes three molecules of gas for every two it makes, and the mole fraction of the product is 3.60/6.20=0.581. The limit is the smaller of 5.00/2=2.50 and 3.00/1=3.00, so ξmax=2.50 mol, set by the sulfur dioxide.

Now you. A vessel holds 4.00 mol of and 9.00 mol of , reacting as +32N. Give the composition at ξ=1.20 mol, the total amount of gas, and ξmax.

Answer

Nitrogen 4.00-1.20=2.80 mol, hydrogen 9.00-3(1.20)=5.40 mol, ammonia 2(1.20)=2.40 mol, totalling 10.60 mol against 13.00 at the start. The limit is the smaller of 4.00/1 and 9.00/3=3.00, so ξmax=3.00 mol, set by the hydrogen.

What the arithmetic cannot say

Everything in this lesson follows from conservation, and conservation is silent about direction. The equation for the synthesis of ammonia is exactly as well balanced as the equation for its decomposition, and the arithmetic that predicts 33.8 kg of product would predict the reverse yield with equal confidence. Yet a sealed flask of nitrogen and hydrogen at room temperature contains essentially no ammonia, and a flask of ammonia left alone does not fall apart.

Something other than counting decides which way a mixture moves, and the first candidate is energy. Reactions that go tend to release heat: methane burns and warms the room, and nobody has to be persuaded that the reverse will not happen spontaneously. Making that intuition quantitative means being able to compute the heat of a reaction from tabulated data, for reactions nobody has run, which is the next lesson. It also means finding out, at the end of it, that the intuition is wrong.