Chemical Kinetics
Level: 2 (Recall — definitions, standard problems, short derivations) Time Limit: 30 minutes Total Marks: 40
Use , values as needed. Show all working.
Q1. Define the following terms: (a) average rate of reaction, (b) instantaneous rate of reaction. State one method to obtain instantaneous rate graphically. (3 marks)
Q2. Distinguish between order and molecularity of a reaction, giving one point of difference and one example of each. (4 marks)
Q3. For a first-order reaction, starting from the differential rate law , derive the integrated rate expression . (4 marks)
Q4. Derive the expression for the half-life of a zero-order reaction and show that . (4 marks)
Q5. A first-order reaction has a rate constant . Calculate the time required for the reactant to reduce to of its initial concentration. (4 marks)
Q6. What is meant by a pseudo-first-order reaction? Explain with the example of acid hydrolysis of an ester, and state why it appears first order. (4 marks)
Q7. The rate constant of a reaction doubles when the temperature is raised from to . Calculate the activation energy . (5 marks)
Q8. State the Arrhenius equation and explain each term. Sketch and label the Arrhenius plot ( vs ) and state how is obtained from it. (4 marks)
Q9. Briefly explain the collision theory of reaction rates. Define the frequency factor and the steric (probability) factor. (4 marks)
Q10. Distinguish between homogeneous and heterogeneous catalysis with one example of each. State one characteristic of enzyme catalysis. (4 marks)
End of paper
Answer keyMark scheme & solutions
Q1. (3 marks)
- (a) Average rate = change in concentration of reactant/product over a finite time interval: . (1)
- (b) Instantaneous rate = rate at a particular instant, i.e. the limit as : . (1)
- Method: draw the tangent to the concentration–time curve at the given instant; its slope gives the instantaneous rate. (1)
Q2. (4 marks)
- Order: sum of powers of concentration terms in the experimentally determined rate law; can be zero, fractional or integer; an experimental quantity. (1)
- Molecularity: number of reacting species (atoms/molecules) colliding in an elementary step; always a whole number (); a theoretical quantity. (1)
- Difference: order is experimental & may be fractional/zero, whereas molecularity is theoretical & always integral . (1)
- Examples: order — decomposition of (first order); molecularity — (bimolecular). (1)
Q3. (4 marks) (1) Integrate between limits (at ) and (at ): (1) (1) Converting to base 10: . (1)
Q4. (4 marks) Zero order: . Integrating: . (2) At half-life, , : (1) (1)
Q5. (4 marks) First order: . Here , so ratio . (1) (1) ; . (1) (1)
Q6. (4 marks)
- A pseudo-first-order reaction is one that is truly higher order but behaves as first order because one reactant is present in large excess (nearly constant). (1)
- Example: . (1)
- Rate ; water is in large excess so ≈ constant. (1)
- Thus rate where ; the reaction appears first order. (1)
Q7. (5 marks) Arrhenius (two temperatures): (1) , , . . (1) (1) (1) (1)
Q8. (4 marks)
- Arrhenius equation: . (1)
- = frequency/pre-exponential factor; = activation energy; = gas constant; = absolute temperature; exponential term = fraction of effective collisions. (1)
- Plot: — straight line, negative slope. (1)
- Slope ; intercept . (1)
Q9. (4 marks)
- Collision theory: reactant molecules must collide for a reaction; rate depends on collision frequency and the fraction of collisions that are effective. (1)
- Only collisions with energy and proper orientation lead to product. (1)
- Frequency factor ( / ): number of collisions per unit time per unit volume (collision frequency). (1)
- Steric (probability) factor (): fraction of collisions with correct orientation; . (1)
Q10. (4 marks)
- Homogeneous catalysis: catalyst and reactants in the same phase; e.g. (all gases) or acid-catalysed ester hydrolysis. (1.5)
- Heterogeneous catalysis: catalyst in a different phase; e.g. Haber process . (1.5)
- Enzyme catalysis: highly specific, efficient biological catalyst active under mild conditions (body temperature, near-neutral pH). (1)
[
{"claim":"Q5: time for first-order reaction to reach 1/4 concentration ≈ 1205 s","code":"k=Rational(115,100000); t=(2.303/float(k))*float(log(4,10)); result = abs(t-1205)<10"},
{"claim":"Q4: half-life of zero order = [A]0/(2k)","code":"A0,k,t=symbols('A0 k t',positive=True); sol=solve(Eq(A0-k*t, A0/2), t)[0]; result = simplify(sol - A0/(2*k))==0"},
{"claim":"Q7: activation energy ≈ 53.6 kJ/mol","code":"Rg=8.314; Ea=(2.303*Rg*float(log(2,10)))/((1/300)-(1/310)); result = abs(Ea/1000-53.6)<1.0"},
{"claim":"Q3: integrated first-order gives ln([A]0/[A])=kt","code":"A0,k,t,A=symbols('A0 k t A',positive=True); expr=solve(Eq(log(A/A0), -k*t), A)[0]; result = simplify(expr - A0*exp(-k*t))==0"}
]