Problem Statement:
k1 k2
A --------> C ------> D
where k1=k10exp(-E1/R/T) E1= 75000J/mole k10=109min-1
k2=k20exp(-E2/R/T) E2=125000J/mole k20=2*1015min-1
The following reaction kinetics apply.
dx1/dt = -k1*x1 I.C.: x1(0)=x10=1 mole/liter
dx2/dt = k1*x1 - k2*x2 I.C.: x2(0)=x20=0 mole/liter
where x1=concentration of A
x2=concentration of B
Solution:
Note that although it takes several steps to find the level of B at
the end of reaction, it is a plain function of temperature. Thus, this
is a static optimization problem.
Solution:
|