CEE 690K ENVIRONMENTAL REACTION KINETICS Lecture #5 Rate - - PDF document

cee 690k
SMART_READER_LITE
LIVE PREVIEW

CEE 690K ENVIRONMENTAL REACTION KINETICS Lecture #5 Rate - - PDF document

9/24/2013 Updated: 24 September 2013 CEE690K Lecture #5 1 Print version CEE 690K ENVIRONMENTAL REACTION KINETICS Lecture #5 Rate Expressions: Chain Reactions Brezonik, pp.50-58 Introduction David A. Reckhow Secular Equilibrium 2 If


slide-1
SLIDE 1

9/24/2013 1

CEE 690K

ENVIRONMENTAL REACTION KINETICS

Introduction

David A. Reckhow

CEE690K Lecture #5 1

Updated: 24 September 2013

Print version

Lecture #5

Rate Expressions: Chain Reactions

Brezonik, pp.50-58

Secular Equilibrium

David A. Reckhow

CEE690K Lecture #5

2

 If kii >> ki  The ratio of [B]/[A] approaches a constant  Divide equation for [B] by the equation for [A]  So when kii>>ki, then the exponential approaches zero

t ki

e A A

 ] [ ] [

 

t k t k i ii i

ii i

e e k k A k B

 

   ] [ ] [

 

 

 

t k k i ii i t k t k i ii t k i

i ii ii i i

e k k k e e k k e k A B

   

      1 ] [ ] [

ii i i ii i

k k k k k A B    ] [ ] [

slide-2
SLIDE 2

9/24/2013 2

Example: Radium decay I

David A. Reckhow

CEE690K Lecture #5

3

 Natural 226Ra decays as follows:  Radon is used as tracer for vertical mixing from sediments to

water column; Ra is mostly in sediments

 Procedure:

 Collect water column sample & measure purged Rn  Allow sample to reach secular equilibrium and again measure purged Rn  Difference is used to calculate amount of Rn diffused from sediments

Po Rn Ra

ii i

k k 218 222 226

   

t1/2=1620 yr ki=4.28x10-4 yr-1 t1/2=3.8 d ki=6.6x10+1 yr-1

Ra Ra Rn Ra Rn

Radium decay II

David A. Reckhow

CEE690K Lecture #5

4

 How long to wait for secular equilibrium?  % of equilibrium value = 100%(1-e-66t)  92% at 14d  98% at 21d

 

 

 

 

 

t t x t k k i ii i

e e x x Ra Rn e k k k A B

i ii

66 10 28 . 4 66 4 4

1 0000065 . 1 10 28 . 4 66 10 28 . 4 ] [ ] [ 1 ] [ ] [

4

      

       

%

slide-3
SLIDE 3

9/24/2013 3

Chain Reactions I

David A. Reckhow

CEE690K Lecture #5

5

Description

 A multi-step reaction mechanism where the reactants form intermediates that

react with more reactants that yield products plus more intermediates

 Quite common for free radical reactions

Three stages

 Initiation (I)

  • initiators

 Propagation (P)

  • promotors

 Termination (T)

  • scavengers

Evidence

 Induction period  Unusual catalysis or repression  Strange rate equations (product in denominator, fractional order)  Unusual surface effects

Chain Reactions II

David A. Reckhow

CEE690K Lecture #5

6

 Simple Generic Cycle P A2 B2 ½ A2 A B

P B A A P A B B P B A A A 2 2

2 2 2 2 2

        

“A” and “B” are reactive intermediates, or chain carriers

slide-4
SLIDE 4

9/24/2013 4

Chain Reactions

David A. Reckhow

CEE690K Lecture #5

7

Kinetic Modeling

David A. Reckhow

CEE690K Lecture #5

8

 In-class use of Scientist  Consecutive 2nd order reactions

// Example - A --> B --> C Kinetics // This model describes a system having a second order conversion from A to B. // B is subsequently converted to C by another second order reaction. IndVars: TIME DepVars: A, B, C, D Params: A0, D0, KAB, KBC, A' = -KAB*A*D D' = -KAB*A*D-KBC*B*D B' = KAB*A*D - KBC*B*D C' = KBC*B*D // Initial Conditions TIME = 0.0 A = A0 D = D0 B = 0.0 C = 0.0

slide-5
SLIDE 5

9/24/2013 5

David A. Reckhow

CEE690K Lecture #5

9

 To next lecture