All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
Aim: To derive the reaction rate ODEs and production for each species in the0 given reaction mechanism. Objective The objective in this work is to determine the net reaction rate for all four reactions using reactant and product matrices. After that, the production of each species is determined with respect to net…
Kpooupadang Jacques ABOUZI
updated on 13 May 2022
Aim: To derive the reaction rate ODEs and production for each species in the0 given reaction mechanism.
Objective
The objective in this work is to determine the net reaction rate for all four reactions using reactant and product matrices. After that, the production of each species is determined with respect to net reaction rate using matrix notation.
Reaction Mechanism
Introduction:
A reaction mechanism in chemistry is the step-by-step sequence of elementary reactions that results in total chemical change. A chemical mechanism is a theoretical hypothesis that attempts to define in detail what happens at each stage of a chemical process. In most circumstances, the specific processes of a response are not visible. The proposed mechanism was chosen because it is thermodynamically viable and has experimental support in isolated intermediates (see next section) or other quantitative and qualitative reaction features. It also specifies which bonds are broken in each reactive intermediate, activated complex, and transition state (and in what order), and the ties that are made (and in what order). A thorough mechanism must also explain why the reactants and catalyst were chosen, the stereochemistry seen in reactants and products, the products generated, and the quantities of each.
Theory
Reaction Mechanism: Mechanism for any reaction is defined as collection of number of processes that explains the overall reaction.
Chemical Kinetics: Information about the mechanism of a reaction is often provided by the use of chemical kinetics to determine the rate equation and the reaction order in each reactant.
Consider the following reaction for example:
CO + NO2 → CO2 + NO
In this case, experiments have determined that this reaction takes place according to the rate law r=k[NO2]2r=k[NO2]2 . This form suggests that the rate-determining step is a reaction between two molecules of NO2. A possible mechanism for the overall reaction that explains the rate law is:
2 NO2 → NO3 + NO (slow)
NO3 + CO → NO2 + CO2 (fast)
Each step is called an elementary step, and each has its own rate law and molecularity. The elementary steps should add up to the original reaction. (Meaning, if we were to cancel out all the molecules that appear on both sides of the reaction, we would be left with the original reaction.)
When determining the overall rate law for a reaction, the slowest step is the step that determines the reaction rate. Because the first step (in the above reaction) is the slowest step, it is the rate-determining step. Because it involves the collision of two NO2 molecules, it is a bimolecular reaction with a rate r which obeys the rate law r=k[NO2(T)]2r=k[NO2(T)]2
Other reactions may have mechanisms of several consecutive steps. In organic chemistry, the reaction mechanism for the benzoin condensation, put forward in 1903 by A. J. Lapworth, was one of the first proposed reaction mechanisms.
Mechanism
j |
Species |
1 |
CO |
2 |
O2 |
3 |
CO2 |
4 |
O |
5 |
H2O |
6 |
OH |
7 |
H |
The species are considered in the order of their appearance in the reaction mechanism.
i |
Reaction |
1 |
R1 |
2 |
R2 |
3 |
R3 |
4 |
R4 |
The reactions are taken in the same order as displayed in the reaction mechanism.
We have:
vji′=[1100000000110010000100100001]vji′=⎡⎢ ⎢ ⎢ ⎢⎣1100000000110010000100100001⎤⎥ ⎥ ⎥ ⎥⎦
vji′′=[0011000000002000100010001010]
Where vji′ and vji′′ are stoichiometric coefficient matrices reactants and products respectively. The indices “i” and “j” help us read the matrices as number of moles of Sj in ith reaction.
The net stoichiometric coefficient matrix is obtained as follows:
vji=vji′′-vji′=[-1-111000000-1-120-10100-110-10101-1]
The net reaction rate is defined as follows:
qi=kfi∏Nj=1[Xj]vji′-kri∏Nj=1[Xj]vji′′
In the above equation, the different quantities are:
kfi is the forward reaction rate
kri is the backward reaction rate
[Xj]vji′ is the concentration of species per unit volume of reactants
[Xj]vji′′ is the concentration of species per unit volume of reactants
N is the total number of reactions
Considering the given reaction mechanism, the net reaction rate for each reaction is as follows:
wj=∑Li=1vjiqi=ddt[Xj]
“j” denotes the species index and L is the total number of reactions
By replacing the values of “i” we have:
wj=vj1q1+vj2q2+vj3q3+vj4q4
ddt[CO]=-(kf1[CO][O2]-kr1[CO2][O])-(kf3[CO][OH]-kr3[CO2][H])
ddt[O2]=-(kf1[CO][O2]-kr1[CO2][O])-(kf4[H][O2]-kr4[OH][O])
ddt[CO2]=kf1[CO][O2]-kr1[CO2][O]+kf3[CO][OH]-kr3[CO2][H]
ddt[O]=kf1[CO][O2]-kr1[CO2][O]-(q2=kf2[O][H2O]-kr2[OH]2)+kf4[H][O2]-kr4[OH][O]
ddt[H2O]=-(kf2[O][H2O]-kr2[OH]2)
ddt[OH]=2(kf2[O][H2O]-kr2[OH]2)-(kf3[CO][OH]-kr3[CO2][H])+kf4[H][O2]-kr4[OH][O]
ddt[H]=kf3[CO][OH]-kr3[CO2][H]-(kf4[H][O2]-kr4[OH][O])
CONCLUSION
Finally, the concept of reaction mechanism is explained and the reaction rate ODEs and production are derived.
REEFERENCES
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Week 6 - Multivariate Newton Rhapson Solver
AIM: To write a python program to solve the given system of equations using Multivariate Newton solver. Equations INTRODUCTION Life is nonlinear, and its many diverse occurrences are frequently related to one another. Because each equation depends on the variables that have been solved…
03 Jul 2022 04:22 PM IST
Week 5.2 - Literature review: ODE Stability
AIM: To carry out a literature review on ordinary differential equations stability. Introduction A stable problem is the one for which small changes in the initial conditions elicit only small changes in the solution. In other words, stability in mathematics, is the state in which a little change in a system…
26 Jun 2022 12:11 PM IST
Compact Notation Derivation for a simple Mechanism
Aim: To derive the reaction rate ODEs and production for each species in the0 given reaction mechanism. Objective The objective in this work is to determine the net reaction rate for all four reactions using reactant and product matrices. After that, the production of each species is determined with respect to net…
13 May 2022 04:22 PM IST
CURVE FITTING USING PYTHON
AIM: The aim of this program is to write a Python code to fit a linear and cubic polynomial for the cp data. It aims to show the split wise method and explain all the parameters involved in the measurement of the fitness characteristics. OBJECTIVES: Know the importance of curve fitting in real life Learn how…
30 Apr 2022 08:30 AM IST
Related Courses
0 Hours of Content
Skill-Lync offers industry relevant advanced engineering courses for engineering students by partnering with industry experts.
© 2025 Skill-Lync Inc. All Rights Reserved.