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

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
\frac{dA}{dt}=-aA+bB
\frac{dB}{dt}=-bB+aA
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
\frac{1}{a}=\frac{1}{a1}+\frac{1}{a2}?
 
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
\frac{dA}{dt}=-aA+bB
\frac{dB}{dt}=-bB+aA
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
\frac{1}{a}=\frac{1}{a1}+\frac{1}{a2}?

There is no functional relationship. What this system gives you is
<br /> \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.<br />

There is no way to eliminate C from this system in order to end up with a system involving only A and B. The complication comes from the fact that you also have A \to C \to A and B \to C \to B, so not all A turns to B before turning back to A and vice-versa.
 
pasmith said:
There is no functional relationship. What this system gives you is
<br /> \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.<br />

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

Maybe I change my question, is there any 'effective' rate constant between A and B in the new system
<br /> \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.<br /> ?
 
phyalan said:
Maybe I change my question, is there any 'effective' rate constant between A and B in the new system
<br /> \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.<br /> ?
If C is short-lived so that it is at quasi steady state, then

C=\frac{a_1 A + b_2 B}{(a_2 + b_1)}

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

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

Chet
 
  • Like
Likes 1 person
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...

Similar threads

Back
Top