Webpage title: What are the Rate Equations for a Parallel Reversible Reaction?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 replies · 4K views
adl2114
Messages
7
Reaction score
0
I know the rate equations for a parallel reaction are
d[A]/dt =-k1[A]-k2[A]
d/dt =k1[A]
d[C]/dt =k2[A]

and I know that the rate equations for a reversible reaction are
d[A1]/dt =-k1[A1]+k2[A2]
d[A2]/dt =k1[A1]-k2[A2]-k3[A2]+k4[A3]
d[A3]/dt =k3[A2]-k4[A3]

But what would d[A]/dt, d/dt, and d[C]/dt be for a parallel reversible reaction be such as
A<--->B where --->k1 and <---k2
A<--->C where --->k3 and <---k4

where t is time of course and it's a first order reaction
 
Last edited:
Chemistry news on Phys.org
The concentration of A is going to depend on the rates of all of the reactions that involve A. In your reversible case, A is used up by both the k1 and k3 reactions, and produced by both the k2 and k4 reactions.

d[A]/dt = -k1[A] + k2 - k3[A] + k4[C]

Similarly, the concentration of B will depend on the k1 and k2 steps:

d/dt = k1[A] - k2

and the concentration of C will depend on the k3 and k4 steps:

d[C]/dt = k3[A] - k4[C]