In catalysis, how does one correct a measured rate equation for the uncatalyzed competitive background reaction?
Lets say we have compound A being converted to compound B using a catalyst. At the same time compound A is also uncatalytically converted to compound B so that there are two competitive reaction pathways with different rate constants.
How can you mathematically eliminate the uncatalyzed rate equation so that the observed kinetic behaviour can be attributed to the catalyst only? Simple addition/substraction doesnt work because both are correlated to eachother.
For simple first order models it can be solved like this:
Let say we have two independent first order reactions
R1: A -> B, with reaction rate constant k1
R2: A -> B, with reaction rate constant k2
Both can be described by the following simple first order reactions
R1: d[A]/dt = -k1[A]
R2: d[A]/dt = -k2[A]
When both differential equations are integrated:
R1 [A]t = [A]0 exp(-k1 t)
R2 [A]t = [A]0 exp(-k2 t)
Now assume we perform an experiment where both reactions are present:
The reaction rate equation and the integrated rate equations then become:
R3 d[A]/dt = -k1[A]-k2[A]
R3 [A]t = [A]0 exp(-(k1 + k2) t)
The total integrated equation R3 can be corrected for R2 by simple multiplication of the reverse of the integrated rate equation of R2, because mathematically:
[A]t = [A]0 exp(-(k1 + k2) t) * exp(k2 t) = [A]0 exp(-k1 t)
Eliminating the presence of R2 and only leaving you the kinetic behaviour of R1.
For more complex integrated rate equations however this does not suffice.
Now in my more complex model I can describe the total integrated rate equation as:
R3 [A]t = C1 exp(-t / c2) + C3 t + C4
Where C1, C2, C3 and C4 are constants obtained by curve fitting measured data points.
I know that the uncatalyzed back ground reaction can be described by a perfect 1st order rate equation:
R2 [A]t = C1 exp(-C2 t)
The big question being: "How do I obtain the data of R1 using these expressions of R2 and R3?
Or is there a completely other basic method of correcting measured data for uncatalyzed background reactions? I thought it would be more trivial but it has been keeping me busy way too long now...
Hope I’m being clear!
Tinus