10.34 Quiz 2 November 15, 2006: P S K Moles S P R NV K S
10.34 Quiz 2 November 15, 2006: P S K Moles S P R NV K S
34 Quiz 2
November 15, 2006
An isomerase (an enzyme that catalyzes an isomerization reaction) is used to convert a
cheap unpalatable substrate S into its isomer, a delicious high-value product P called
fructose (used to make soft drinks and candy).
The enzyme reaction is expected to follow the Michaelis-Menton rate law:
[ P]
[S ] K
eq
R = nEVm
Km + [ S ]
[=]
moles S P
sec
Eq.(1)
where Vm and Km depend on the enzyme, and Keq is for the equilibrium S=P, and nE is
the moles of enzyme in the reactor.
Note that throughout the isomerization process [S]+[P] = constant. We therefore suggest
you use the dimensionless concentration C = [Substrate]/[Substrate]o rather than
tracking S and P separately.
1) Simulate the batch conversion of S into P by writing a couple of short Matlab
functions. Your Matlab functions should take [S]o, nE, V, Km, and Keq as inputs. Feel
free to call any built-in Matlab functions.
Cite as: William Green, Jr., course materials for 10.34 Numerical Methods Applied to Chemical Engineering, Fall 2006.
MIT OpenCourseWare (http://ocw.mit.edu), Massachusetts Institute of Technology. Downloaded on [DD Month YYYY].
3) Is the system of equations you wrote in part 2 linear or nonlinear in the unknowns?
What Matlab function would you use to solve this system of equations?
4) It would be interesting to compute values of X,Y,Z which would maximize the yield,
i.e. the moles of P made per second, subject of course to a couple of practical constraints:
a) safety: the total pressure drop cannot exceed some maximum set by our pump
and the materials used to construct the microreactor.
b) product specifications: the [P] in the output stream must be at least [P]min
Explain whether or not one should expect this maximum productivity to occur at the
point where:
(yield)/X = 0
and
(yield)/Y = 0
and
(yield)/Z = 0
5) In reality, the enzymatic reaction will not be fast enough to achieve perfect equilibrium
at the walls. Instead, the rate of conversion per unit area at the walls will be (with nE now
being in moles Enzyme/cm2)
(moles converted /second/ cm2) = R
Eq.(3)
Write the new boundary condition at the walls that replaces C=(1+Keq)-1 and the
corresponding finite difference equation for a point (xn,yn) near the wall.
6) If you were solving the BVP problem using non-uniform grid points, where would you
want to make the density of grid points the largest? Explain with a sentence or to why
that is the case.
Cite as: William Green, Jr., course materials for 10.34 Numerical Methods Applied to Chemical Engineering, Fall 2006.
MIT OpenCourseWare (http://ocw.mit.edu), Massachusetts Institute of Technology. Downloaded on [DD Month YYYY].