1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
SVETLANKA909090 [29]
3 years ago
7

Consider the formation of p-nitrophenol from p-nitrophenyl trimethyl acetate. The process is known as enzymatic hydrolysis and i

t occurs in the presence of the enzyme elastase. Along with the formation of p-nitrophenol, trimethyl acetic acid is also formed which is an undesired byproduct. p-nitrophenol is an important intermediate in the manufacture of several pharmaceuticals. Your role as a Chemical Engineer is to maximize the production of p-nitrophenol. The reactions can be denoted as:
E+S → P+ES R1
ES+PE+A R2
where e denotes the enzyme elastase, denotes the substrate p-nitrophenyl trimethyl acetate, es denotes enzyme-substrate intermediate and A denotes the trimethyl acetic acid. The rate of the reactions 1 and 2 are given by:
kg Cs KM + C r2 = kxCp
where Cs and Cp denote the concentrations of the substrate and the product, k, and ky are the rate constants given by 0.015 s' and 0.0026 s. Ky is the Michaelis - Menten constant and is given by 5.53 mol/m!. All the reactants and products are in the liquid phase. The initial concentrations of S and E are 0.5 mol/m3 and 0.001 mol/m..Consider the above reaction to occur in a batch reactor for 15 minutes.
a. Plot the concentration profiles of S, P and A as a function of time in a single figure.
b. Plot the selectivity of P with respect to 5 as a function of time b.
Engineering
1 answer:
solniwko [45]3 years ago
6 0

Solution :

cs=zeros(9001);

ca=zeros(9001);

cp=zeros(9001);

psi=zeros(9001);

t=[0:0.1:900];

cs(1)=0.5;

ce(1)=0.001;

cp(1)=0;

ca(1)=0;

psi(1)=0;

for i=1:1:9000

cs(i+1)=cs(i)-0.1*((0.015*cs(i))/(5.53+cs(i)));

cp(i+1)=cp(i)+0.1*((0.015*cs(i))/(5.53+cs(i))-0.0026*cp(i));

ca(i+1)=ca(i)+0.1*0.0026*cp(i);

psi(i+1)=((cp(i+1)-cp(i)))/((cs(i)-cs(i+1)));

end

plot(t,cs,t,cp,t,ca);

plot(t,psi);

You might be interested in
A lake has a carrying capacity of 10,000 fish. At the current level of fishing, 2,000 fish per year are taken with the catch uni
arlik [135]

Answer:

The population size would be p' = 5000

The yield would be    MaxYield = 2082 \ fishes \ per \ year

Explanation:

So in this problem we are going to be examining the application of a  population dynamics a fishing pond and stock fishing and objective would be to obtain the maximum sustainable yield and and the population of the fish at the obtained maximum sustainable yield,  so basically we would be applying an engineering solution to fishing

 

    So the current  yield which is mathematically represented as

                               \frac{dN}{dt} =   \frac{2000}{1 \ year }

 Where dN is the change in the number of fish

            and dt is the change in time

So in order to obtain the solution we need to obtain the  rate of growth

    For this we would be making use of the growth rate equation which is

                                      r = \frac{[\frac{dN}{dt}] }{N[1-\frac{N}{K} ]}

  Where N is the population of the fish which is given as 4,000 fishes

          and  K is the carrying capacity which is given as 10,000 fishes

             r is the growth rate

        Substituting these values into the equation

                              r = \frac{[\frac{2000}{year}] }{4000[1-\frac{4000}{10,000} ]}  =0.833

The maximum sustainable yield would be dependent on the growth rate an the carrying capacity and this mathematically represented as

                      Max Yield  = \frac{rK}{4} = \frac{(10,000)(0.833)}{4} = 2082 \ fishes \ per \ year

So since the maximum sustainable yield is 2082 then the the population need to be higher than 4,000 so in order to ensure a that this maximum yield the population size denoted by p' would be

                          p' = \frac{K}{2}  = \frac{10,000}{2}  = 5000\ fishes          

7 0
3 years ago
Read 2 more answers
8. Describe and correct the error in stating the domain. Xf * (x) = 4x ^ (1/2) + 2 and g(x) = - 4x ^ (1/2) The domain of (f + g)
konstantin123 [22]

Answer:

hi

Explanation:

4 0
3 years ago
A heat engine that rejects waste heat to a sink at 520 R has a thermal efficiency of 35 percent and a second- law efficiency of
xeze [42]

Answer:

The source temperature is 1248 R.

Explanation:

Second law efficiency of the engine is the ratio of actual efficiency to the maximum possible efficiency that is reversible efficiency.

Given:  

Temperature of the heat sink is 520 R.

Second law efficiency is 60%.

Actual thermal efficiency is 35%.

Calculation:  

Step1

Reversible efficiency is calculated as follows:

\eta_{II}=\frac{\eta_{a}}{\eta_{rev}}

0.6=\frac{0.35}{\eta_{rev}}

\eta_{rev}=0.5834

Step2

Source temperature is calculated as follows:

\eta_{rev}=1-\frac{T_{L}}{T}

\eta_{rev}=1-\frac{520}{T}

0.5834=1-\frac{520}{T}

T = 1248 R.

The heat engine is shown below:

Thus, the source temperature is 1248 R.

6 0
3 years ago
Which of these are not referenced in an assembly?
Otrada [13]
E. Parts they don’t resemble
7 0
3 years ago
Many radios can be operated either by plugging them into the wall or by using batteries. How can a radio use either source of cu
ch4aika [34]

Answer:

The electric current from the batteries installed in a radio supplies direct current (DC) electricity to the radio components directly as an alternative source to the Alternating Current (AC) converted to DC by the power unit located at the radio end of the cable plugged into the wall outlet.

Explanation:

Part of the power unit in a radio includes an AC to DC converter, which is an electrical circuit that is able to convert the alternating current power input from the wall outlet into a direct current output to the radio with which the radio can work

The alternative source of electric current from the batteries installed in a radio bypasses the AC to DC converter and supplies power directly to the radio so it can also work.

5 0
3 years ago
Other questions:
  • how to calculate the torque when a force is applied on a cog? explain the step-by-step and provide an illustration/diagram. Can
    15·1 answer
  • Create an abstract class DiscountPolicy. It should have a single abstract method computeDiscount that will return the discount f
    7·1 answer
  • What is the uncertainty in position of an electron of an atom if there is t 2.0 x 10' msec uncertainty in its velocity? Use the
    12·1 answer
  • Different between an architect and an engineer​
    15·1 answer
  • Cars going straight or turning right have the right-of-way before you when you're making this type of turn
    10·1 answer
  • What major financial flop led to the end of the Sega Dreamcast and ultimately caused Sega to stop making game consoles altogethe
    15·1 answer
  • When does someone's work on the Internet become copyrighted?
    15·1 answer
  • A single phase molor is located
    14·1 answer
  • (Blank) welding involves manual welding with equipment anomalously controls one or more of the windy conditions while (blank) we
    7·1 answer
  • What is the importance of the causal link<br> in work accidents?
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!