John H. answered 02/26/24
Caltech B.S., Stanford PhD - Teaching CS, Chemistry, Physics, Math
Introducing more fluorine gas into a fixed volume system results in a few changes:
- The concentration of the reactants in the reaction increases.
- The number of moles of gas increases.
In the reaction, the number of moles of gas on each side of the equation is identical, and so the reaction will not shift any direction in order to compensate for the change in moles of gas. However, the reaction will shift to the right to compensate for the increase in concentration of reactants, according to Le Chatelier's principle.
We have to solve this in steps:
- Find the equilibrium constant for the reaction, under the conditions of the problem.
- Identify the new starting concentrations of the reactants.
- Determine the changes in concentration that will make the final state satisfy equilibrium.
Step 1:
Keq = [HF]2 / ( [F2] [H2] ) = (0.620 M)2 / (0.06 M * 0.02 M ) = 320.33
Step 2:
0.3 mol F2 was added to a 10L container, so the concentration of F2 should increase by 0.3 mol / 10L = 0.03 M. Thus, the new concentration is 0.02 M + 0.03M = 0.05 M.
Step 3:
Suppose the reaction proceeds to the right "x times", where we measure x in molar. Then, the new concentrations of all the chemicals will be:
F2: 0.05 - x
H2: 0.06 - x
HF: 0.620 + 2x
For these to satisfy equilibrium, we need:
(0.620 + 2x)^2 / ((0.05 - x) (0.06 - x)) = Keq = 320.33
This can be solved via the quadratic equation if it needs to be done by hand, or it can just be input to Wolfram alpha.
It has two solutions, x = {0.10122, 0.01801}. The first solution would result in a negative concentration for hydrogen and fluorine gas, so we can ignore it and choose the second as the real answer (bolded).
Thus, the final concentration of H2 is:
[H2] = 0.0600M - x = 0.0600M - 0.01801M = 0.0420M.