Problem Statement: Consider the following enzymatic reaction mechanism where an enzyme E combines with a substrate molecule S to form an active complex ES, which then leads a product P. Both steps are reversible.
k1 k2 E + S <------> ES <------> E + P k-1 k-2
Solution:
dS/dt = -k1*E*S + k-1*ES
dE/dt = -k1*E*S + k-1*ES + k2*ES - k-2*E*P
dES/dt = k1*E*S - k-1*ES - k2*ES + k-2*E*P
dP/dt = k2*ES - k-2*E*P
I.C.: S(0)=S0, E(0)=E0, ES(0)=0, P(0)=0.
v=(vms*s-vmp*p)/(Km+s+Kp*p)
Solution:
Definition of rate: dP/dt = v = k2*ES - k-2*E*P
Conservation of enzyme: E0 = E + ES
Equil. or QSS assumption for ES: dES/dt = 0 = k1*E*S - k-1*ES - k2*ES + k-2*E*P
From these three equations, solve for three unknowns: E, ES, and v.
Solution:
The assumption from the last step is valid when E0<<S0.
Solution:
Since the last reversible step means that P competes with S to
bind to E, we have competitive inhibition of the enzyme. The
reaction rate is depressed.
Solution:
From the overall stoichiometry, one S molecule is converted into
one P molecule; thus, the product yield is 1. At equilibrium,
Peq/Seq=Keq=k1*k2/k-1k-2=vms/vmp.
The following Mathcad file contains the answer to these questions.
General Solution:
With an excess substrate, the rate expression does not depend on
S or P (i.e., v=vm=k*E). The following Mathcad file
answers this part.
Solution:
1st-order deactivation: dE(t)/dt=-kd*E(t)
Integrating the above equation with E(0)=E0 yields:
E(t)=E0*exp(-kd*t)
Solution:
v=dp/dt=k2*E(t)
Integrating the above equation with E(t)=E0*exp(-kd*t) gives:
p=k2/kd*E0*(1-exp(-kd*t))
Solution:
rate of reaction = v = k2*E
Rate of reaction increases with k2, which increases with temperature.
(All reaction rates, whether desirable or not, increase with temperature!)
Solution:
Substitute t=infinity to the expression of p in part ii) yields,
pinfinity=k2/kd*E0
Thus,
product yield = pinfinity/E0=k2/kd
Solution:
pinfinity/E0 decreases with increasing temperature,
because as the deactivation term kd in the denominator becomes
more dominant with increasing temperature compared to the k2 term in the numerator.
Solution:
For a given reaction time, product productivity initially
increases with temperature, reaches a maximum, then decreases
with further increase in temperature; the temperature at which
product productivity reaches a maximum shifts to a lower value as
the reaction time increases. At a given temperature, the
productivity decreases monotonically as reaction time increases
because of deactivation.
Solution:
None of the above three. In business practice, one would
choose to maximize profit, more specifically the rate of
return on investment. Never assume that high productivity means
more profit, especially when high productivity is realized at a
loss. (If it costs you $2 to crank out a $1 product, the faster
you crank out your product, the more money you lose!)
|