Thursday, February 14, 2019

homework - Equilibrium constants for parallel reactions


So, I am attempting to calculate the equilibrium constant for two separate reactions.


A+B<--->C+D and A+B<--->C+E


I have figured out the final pressures at equilibrium for A, B, C, D, and E. I was wondering if the equilibrium constant is calculated as normal using just the final pressures and molar ratios in the equations, or if the final pressures have to be adjusted somehow to compensate for the fact that the second reaction is also consuming the same products and producing one of the same reactants.



Answer



You can combine the two chemical reactions into a single global reaction scheme by adding them:


  A+B<--->C+D               (1)
+ A+B<--->C+E (2)
--------------

2A + 2B <----> 2C + D + E (global)

and the equilibrium constant for this overall reaction scheme is equal to the products of the two equilibrium constants:


K_{eq,global} = K_{eq,1} K_{eq,2}
= [C]^2 [D] [E] / [A]^2 [B]^2

(where [i] denotes either molar concentration or partial pressure of component i). You do not need to adjust the final total pressure or mole amounts.


No comments:

Post a Comment

digital communications - Understanding the Matched Filter

I have a question about matched filtering. Does the matched filter maximise the SNR at the moment of decision only? As far as I understand, ...