How Do Rate Constants Change with an Intermediate State in a Kinetic Model?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
phyalan
Messages
21
Reaction score
0
Hi everyone,
I have a question on the rate constant of a kinetic model(like the one we use in describing chemical reaction). Suppose we have the following model between two states A and B:
A--(a)-->B
A<--(b)--B
where a, b are the rate constant for the transition. So the corresponding differential equation will be
[itex]\frac{dA}{dt}=-aA+bB[/itex]
[itex]\frac{dB}{dt}=-bB+aA[/itex]
If now I add an intermediate state C, so that if we just measure the amount of A and B, the two models gives basically the same description (i.e. the overall rate constant from A to C then to B is equivalent to a and the same for reverse direction)
A--(a1)-->C--(a2)-->B
A<--(b1)--C<--(b2)--B

What is the functional relationship between the rate constant a1,a2 and a and similarly for b1, b2 and b? I am confused on how to find out the functional form. Is it just simply
[itex]\frac{1}{a}=\frac{1}{a1}+\frac{1}{a2}[/itex]?
 
Physics news on Phys.org
phyalan said:
Hi everyone,
I have a question on the rate constant of a kinetic model(like the one we use in describing chemical reaction). Suppose we have the following model between two states A and B:
A--(a)-->B
A<--(b)--B
where a, b are the rate constant for the transition. So the corresponding differential equation will be
[itex]\frac{dA}{dt}=-aA+bB[/itex]
[itex]\frac{dB}{dt}=-bB+aA[/itex]
If now I add an intermediate state C, so that if we just measure the amount of A and B, the two models gives basically the same description (i.e. the overall rate constant from A to C then to B is equivalent to a and the same for reverse direction)
A--(a1)-->C--(a2)-->B
A<--(b1)--C<--(b2)--B

What is the functional relationship between the rate constant a1,a2 and a and similarly for b1, b2 and b? I am confused on how to find out the functional form. Is it just simply
[itex]\frac{1}{a}=\frac{1}{a1}+\frac{1}{a2}[/itex]?

There is no functional relationship. What this system gives you is
[tex] \frac{dA}{dt} = -a_1A + b_1 C, \\<br /> \frac{dB}{dt} = -b_2 B + a_2 C, \\<br /> \frac{dC}{dt} = a_1 A + b_2 B - (a_2 + b_1) C.[/tex]

There is no way to eliminate [itex]C[/itex] from this system in order to end up with a system involving only [itex]A[/itex] and [itex]B[/itex]. The complication comes from the fact that you also have [itex]A \to C \to A[/itex] and [itex]B \to C \to B[/itex], so not all [itex]A[/itex] turns to [itex]B[/itex] before turning back to [itex]A[/itex] and vice-versa.
 
pasmith said:
There is no functional relationship. What this system gives you is
[tex] \frac{dA}{dt} = -a_1A + b_1 C, \\<br /> \frac{dB}{dt} = -b_2 B + a_2 C, \\<br /> \frac{dC}{dt} = a_1 A + b_2 B - (a_2 + b_1) C.[/tex]

There is no way to eliminate [itex]C[/itex] from this system in order to end up with a system involving only [itex]A[/itex] and [itex]B[/itex]. The complication comes from the fact that you also have [itex]A \to C \to A[/itex] and [itex]B \to C \to B[/itex], so not all [itex]A[/itex] turns to [itex]B[/itex] before turning back to [itex]A[/itex] and vice-versa.

Maybe I change my question, is there any 'effective' rate constant between A and B in the new system
[tex] \frac{dA}{dt} = -a_1A + b_1 C, \\<br /> \frac{dB}{dt} = -b_2 B + a_2 C, \\<br /> \frac{dC}{dt} = a_1 A + b_2 B - (a_2 + b_1) C.[/tex] ?
 
phyalan said:
Maybe I change my question, is there any 'effective' rate constant between A and B in the new system
[tex] \frac{dA}{dt} = -a_1A + b_1 C, \\<br /> \frac{dB}{dt} = -b_2 B + a_2 C, \\<br /> \frac{dC}{dt} = a_1 A + b_2 B - (a_2 + b_1) C.[/tex] ?
If C is short-lived so that it is at quasi steady state, then

[tex]C=\frac{a_1 A + b_2 B}{(a_2 + b_1)}[/tex]

If we substitute this into the other differential equations, we get:

[tex]\frac{dA}{dt}=\frac{-a_1a_2A+b_1b_2B}{(a_2 + b_1)}=-a_3A+b_3B[/tex]
[tex]\frac{dB}{dt}=\frac{a_1a_2A-b_1b_2B}{(a_2 + b_1)}=a_3A-b_3B[/tex]

Chet
 
  • Like
Likes   Reactions: 1 person