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
MAVERICK [17]
3 years ago
8

The production of ethylene glycol from ethylene chlorohydrin and sodium bicarbonate ↑ is carried out in a semibatch reactor. A 1

.5-molar solution of ethylene chlorohydrin is fed at a rate of 0.1 mole/minute to 1500 dm3 of a 0.75-molar solution of sodium bicarbonate. The reaction is elementary and carried out isothermally at 30°C where the specific reaction rate is 5.1 dm3/mol/h. Higher temperatures produce unwanted side reactions. The reactor can hold a maximum of 2500 dm3 of liquid. Assume constant density.

Chemistry
2 answers:
jarptica [38.1K]3 years ago
6 0

Answer:

The constant density decreases

Explanation:

As the temperature of a solvent increases, the solubility of any gas dissolved in that solvent decreases.

For example:

when the temperature of a river, lake or stream is raised high , due to discharge of hot water from some industrial process the solubility of the oxygen in the water is decreased .The fish and the other organisms that live in the water bodies such as rivers, ponds, lakes etc can survive only in the presence of oxygen and decrease in the concentration of the water due to increased temperature can lead to the death of the fish and this may in turn damage the ecosystem.

In the above example, water is considered as the solvent and the oxygen is considered as the solute. When the temperature of the solvent that is water increases, the solubility of the gas that is oxygen in the solvent decreases.

Therefore the answer is decreases

sergey [27]3 years ago
5 0

Answer:

See explanation.

Explanation:

Hello,

In this case, the undergoing chemical reaction is:

CH_2OHCH_2Cl+NaHCO_3\rightarrow (CH_2OH)_2+NaCl+CO_2\\A+B\rightarrow C+D+E

For which the differential equations in terms of the time variation are:

\frac{dn_A}{dt}= F_{A,0}+r_AV\\\frac{dn_B}{dt}=r_BV\\\frac{dn_C}{dt}=r_CV\\n_D=n_C\\\frac{dV}{dt}=v_0-\frac{r_CVM_{CO_2}}{\rho }

And the implicit equations:

F_{A,0}=0.1mol/min*60min/1h=6.0mol/h\\v_0=(6.0mol/h)/(1.5mol/dm^3)=4dm^3/h\\rho=1000g/L

r_A=-5.1C_AC_B\\r_B=r_A\\r_C=-r_A

C_A=\frac{n_A}{V} \\C_B=\frac{n_B}{V}

Thus, on the attached pictures you will find the conversion, concentrations, rate and volume profiles as well as the number of moles of ethylene glycol considering a maximum volume of 2500 dm³.

This is the code I used on matlab:

-

t=0;

na(1,1)=0;

nb(1,1)=1125;

nc(1,1)=0;

nd(1,1)=0;

V(1,1)=1500;

k=length(na);

C_A(1,1)=0;

C_B(1,1)=0.75;

x(1,1)=0;

t(1,1)=0;

r_A(k,1)=0;

while V(k,1)<2500

   na(k+1,1)=na(k,1)+0.01*(6+r_A(k,1)*V(k,1));

   nb(k+1,1)=nb(k,1)+0.01*(r_A(k,1)*V(k,1));

   nc(k+1,1)=nc(k,1)+0.01*(-r_A(k,1)*V(k,1));

   nd(k+1,1)=nd(k,1)+0.01*(-r_A(k,1)*V(k,1));

   V(k+1,1)=V(k,1)+0.01*(4-(-r_A(k,1))*V(k,1)*44/1000);

   r_A(k+1,1)=-5.1*C_A(k,1)*C_B(k,1);

   C_A(k+1,1)=na(k+1,1)/V(k+1,1);

   C_B(k+1,1)=nb(k+1,1)/V(k+1,1);

   C_C(k+1,1)=nc(k+1,1)/V(k+1,1);

   C_D(k+1,1)=nd(k+1,1)/V(k+1,1);

   x(k+1,1)=(nb(1,1)-nb(k+1,1))/nb(1,1);

   t(k+1,1)=t(k,1)+0.01;

   k=k+1;

end

-

Best regards.

You might be interested in
Where should you place the label on a line graph for the independent variable?
jok3333 [9.3K]

The independent variable belongs on the x-axis (horizontal line) of the graph and the dependent variable belongs on the y-axis (vertical line).

7 0
3 years ago
Which of the following are elements nd which are compounds H2,HCI,Na,Al2O3,H2O
stepan [7]
H2-element
HCl-compound
Na-element
Al2O3-compound
H2O-compound
6 0
4 years ago
Latoya performs an experiment using the lab equipment shown. Which two properties is Latoya most likely measuring?
spayn [35]

Answer: Volume and temperature

Explanation:

5 0
3 years ago
Read 2 more answers
What determines how much energy an area receives
Lemur [1.5K]
The more focused the rays are, the more energy an area receives, and the warmer it is. The lowest latitudes get the most energy from the Sun. The highest latitudes get the least. The difference in solar energy received at different latitudes drives atmospheric circulation.
7 0
3 years ago
An atom's tendency is to become stable. What does this mean? A. The electrons all move to one electron shell. B. The atom gains
masya89 [10]
The answer is D. To put it simply, all atom wished to become stable. The only way for that is to obtain an octet structure where the outermost shell would have 8 electrons, thus being full.
3 0
3 years ago
Read 2 more answers
Other questions:
  • Which similarity did the Aztecs and ancient Egyptians share?
    8·2 answers
  • What is the x-coordinate of the function below when the y-coordinate is 0?<br><br>(0,5) (2,-5)
    6·1 answer
  • . What kind of chemist studies the mechanism that drives the rate of energy transfer in chemical reactions?
    5·2 answers
  • Which was briefly an anomaly in the fossil record of humans?
    12·1 answer
  • what events and experiences lead bruno to gradually give up some of his innocence and see things differently
    7·1 answer
  • Which radioisotope is naturally occurring?
    12·1 answer
  • Which ion is responsible for basic properties?
    12·1 answer
  • What is this number in standard notation, 8.2x10^2
    11·1 answer
  • What goes in the blank section?<br> A. Rarely <br> B. Sometimes <br> C. Never <br> D. Always
    8·1 answer
  • What is the number of grams in .5 mol of H2S04
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!