Homework Exercises and Solutions for Mathematics Fall 2016

Size: px
Start display at page:

Download "Homework Exercises and Solutions for Mathematics Fall 2016"

Transcription

1 Homework Exercises and Solutions for Mathematics Fall 216 Remark: Solutions may include maple files or matlab files. Assignment 1: (due Sept. 27, In the real world trimolecular reactions are rare, although trimerizations are not. Consider the following trimerization reaction in which three monomers of A combine to form the trimer C, A+A A+B k 1 B, k 2 C. k 2 (a Use the law of mass action to find the rate of production of the trimer C. (b Suppose k 2,k 2 A. Use the appropriate quasi-steady state approximation to find the rates of production of A and C, and show that the rate of production of C is proportional to [A] 3. Explain in words why this is so. Solution (a Using the law of mass action, we find da db dc = 2 b 2k 1 a 2 +k 2 c k 2 ab, (1 = k 1 a 2 b+k 2 c k 2 ab, (2 = k 2 ab k 2 c, (3 where a = [A], b = [B], and c = [C]. (b QSS Approach: If is large compared to other rate constants, then b equilibrates rapidly (as an exponential to its quasi-steady state, b = k 1a 2 +k 2 c +k 2 a. (4 If we substitute this quasi-steady state approximation into the equations governing c and a, we find dc = k 2k 1 a 3 k 2 c, +k 2 a If k 2 a, this further reduces to da = 3dc. (5 dc = k 2k 1 a 3 k 2 c. (6 1

2 Here, the rate at which the reaction takes place is represented by a cubic term because, since is large, the dimer B comes apart quickly unless it is stabilized by a collision with a third monomer of A. Fast-Equilibrium Approach: large implies A+A k 1 B is almost in equilibrium. Thus, the fast equilibrium approximation is b = k 1a 2. (7 The new slow variable equation is which makes the resulting system d (a+2b = 3k 2ab+3k 2 c, (8 da dc = 3k 2k 1 a 3 +3k 2 c 1+4 k 1 a (9 = k 1k 2 a 3 k 2 c. (1 2. The length of microtubules changes by a process called treadmilling, in which monomer is added to one end of the microtubule and taken off at the other end. To model this process, suppose that monomer A 1 is self-polymerizing in that it can form dimer A 2 via A 1 +A 1 k + A2. (11 Furthermore, suppose A 1 can polymerize an n-polymer A n at one end making an n+1-polymer A n+1 A 1 +A n k + An+1. (12 Finally, degradation can occur one monomer at a time from the opposite end at rate k. Find the steady state distribution of polymer lengths after an initial amount of monomer A has fully polymerized. Solution The differential equations describing the dynamics are da 1 = 2k +a k a 2 +k a j k + a 1 a j, (13 and da n = k +a n 1 a 1 k + a n a 1 k a n +k a n+1, (14 for n 2. The quantity A = j=1 ja j is conserved by these equations. j=3 j=2 2

3 Table 1: Data for Problem 3. Substrate Reaction Concentration (mm Velocity (mm/s In steady state, the system for n 2 is a linear system of equations with solution a n = αλ n, (15 with λ = k +a 1 k. Of course, it must be that λ < 1 for this solution to be physically meaningful. To determine α, we substitute this solution into Equation 14 with n = 2 and find that α = k k +. Since the total amount of monomer is which in turn implies that A = αλ n = α j=2 ( 1 1 λ 1 λ, it follows that k 2a 1 (k + a 1 k 2, (16 a 1 = A 2κ 2(1+2κ 1+4κ, (17 where κ = k +A k. 3. An enzyme-substrate system is believed to proceed at a Michaelis- Menten rate. Data for the (initial rate of reaction at different concentrations is shown in Table 1. (a Plot the data V vs. s. Is there evidence that this is a Michaelis-Menten type reaction? (b Plot V vs. V/s. Is this data well approximated by a straight line? (c Use linear regression to estimate K m and V max. Compare the data to the Michaelis-Menten rate function using these parameters. Does this provide a reasonable fit to the data? Solution (c Rewrite the equation V = Vmaxs K m+s as V max V s K m = V. (18 3

4 .45 V vs V/s: Regression V V/s Figure 1: For each experiment, there is one such equation, so with seven data points we have the linear system of equations ( Vmax ( A = K m Vmax.17 = K m.24 = b. ( To find the linear regression solution (also called the least-squares solution of this system, solve the normal equations ( A T Vmax A = A T b, (2 K m which in this case is the 2 2 system ( ( Vmax K m = ( , (21 having the solution V max =.584, K m = A plot of the line y = V max K m x is shown with data points in Fig. 1, and a plot of the reaction velocity with data points is shown in Fig. 2. This solution can be found by running the Matlab code ex Burk.m. 4. Suppose the maximum velocity of a chemical reaction is known to be 1 mm/s, and the measured velocity V of the reaction at different concentrations s is shown in Table 2. (a Plot the data V vs. s. Is there evidence that this is a Hill type reaction? 4

5 Reaction Velocity V Substrate Concentration S Figure 2: Michaelis-Menten growth curve for data of Problem 3. Table 2: Data for Problem 4. Substrate Reaction Concentration (mm Velocity (mm/s

6 V (b Plot ln( V max V vs. ln(s. Is this approximately a straight line, and if so, what is its slope? (c Use linear regression to estimate K m and the Hill exponent n. Compare the data to the Hill rate function with these parameters. Does this provide a reasonable fit to the data? Solution (c Rewrite the equation V = Vmaxsn K n m +sn as ( nlnk m +nlns = ln V V max V, (22 and view n and nlnk n as unknown variables. For each experiment, there is one such equation, so with ten data points we have the linear system of equations ( nlnkm A n = ( nlnkm n = = b. (23 To find the linear regression solution of this system, solve the normal equations ( A T nlnkm A = A T b, (24 n which in this case is the 2 2 system ( ( nlnkm n = ( , (25 having thesolutionn = 2.4, K m = Aplot oftheliney = nlns nlnk m is shown with data points in Fig. 3, and a plot of the reaction velocity with data points is shown in Fig. 4. This solution can be found by running the Matlab code ex Hill.m. 5. Suppose that a substrate can be broken down by two different enzymes with different kinetics. (This happens, for example, in the case of camp or cgmp, which can be hydrolyzed by two different forms of phosphodiesterase. (a Write the reaction scheme and differential equations, and nondimensionalize, to get the system of equations dσ = σ +α 1 (µ 1 +σx+α 2 (µ 2 +σy, (26 6

7 ln(v/(v max -V ln(s Figure 3: Velocity V Substrate Concentration S Figure 4: Hill curve for data of Problem 4. dx ǫ 1 dy ǫ 2 = 1 λ 1 σ(1 x x, (27 = 1 λ 2 σ(1 y y. (28 where x and y are the nondimensional concentrations of the two complexes. Identify all parameters. (b Apply the quasi-steady-state approximation to find the equation governing the dynamics of substrate σ. Under what conditions is the quasi-steady state approximation valid? (c Solve the differential equation governing σ. (d For this system of equations, show that the solution can never leave the positive octant σ,x,y. By showing that σ+ǫ 1 λ 1 α 1 x+ǫ 2 λ 2 α 2 y is decreasing everywhere in the positive octant, show that the solution approaches the origin for large time. Solution (a The chemical equations for the two reactions are k 1 S+E k 1 C 2 1 E1 +P, 7

8 k 3 S+E k 2 C 4 2 E2 +P. k 3 As usual we let lower letters denote concentrations. Applying the law of mass action gives ds dc 1 dc 2 = c 1 +k 3 c 2 k 1 se 1 k 3 se 2, (29 = k 1 se 1 ( +k 2 c 1, (3 = k 3 se 2 (k 3 +k 4 c 2. (31 Since the total amounts of the enzymes are conserved, and we can eliminate e 1 and e 2 to find ds dc 1 dc 2 e 1 +c 1 = e t, (32 e 2 +c 2 = e T, (33 = c 1 +k 3 c 2 k 1 s(e t c 1 k 3 s(e T c 2, (34 = k 1 s(e t c 1 ( +k 2 c 1, (35 = k 3 s(e T c 2 (k 3 +k 4 c 2. (36 The most natural nondimensionalization of the concentrations is x = c 1 e t, (37 y = c 2 e T, (38 σ = s s, (39 wheres istheinitialamountofsubstrate. Sinceitisnotimmediatelyobvious how to scale time, we set t = µτ, and wait until later to determine µ. This change of variables gives dσ 1dx µ 1 dy µ = µe t s x+k 3 µe T s y µk 1 σe t (1 x µk 3 σe T (1 y, (4 = k 1 s σ(1 x ( +k 2 x, (41 = k 3 s σ(1 y (k 3 +k 4 y. (42 Now we want to exploit the fact that there is far more substrate than either enzyme, and pick µ in a way that emphasizes that under these conditions, x 8

9 and y are fast variables, compared to σ. Notice that all the linear terms proportional to σ on the right hand side of (4 are multiplied by either e t or e T, suggesting that this variable is slow. This also suggests that we should pick µ = 1 k 1 e t+k 3 e T in which case we find which is dσ k 1 e t +k 3 e T dx +k 2 k 1 e t +k 3 e T dy k 3 +k 4 dσ ǫ 1 dx ǫ 2 dy = σ + e t( +k 1 s σ s (k 1 e t +k 3 s e T x+ e T(k 3 +k 3 σ s (k 1 e t +k 3 e T y (43 k 1 s = σ(1 x x, +k 2 (44 k 3 s = σ(1 y y. k 3 +k 4 (45 = σ +α 1 (µ 1 +σx+α 2 (µ 2 +σy, (46 = 1 λ 1 σ(1 x x, (47 = 1 λ 2 σ(1 y y. (48 where ǫ 1 = k 1e t+k 3 e T +k 2, ǫ 2 = k 1e t+k 3 e T k 3 +k 4, λ 1 = +k 2 k 1 s, λ 2 = k 3+k 4 k 3 s, µ 1 = k 1 s, µ 2 = k 3 k 3 s, α 1 = k 1e t k 1 e t+k 3 e T, and α 2 = k 3e T k 1 e t+k 3 e T, with α 1 +α 2 = 1. (b Under the assumption that both ǫ 1 and ǫ 2 are small, we set ǫ 1 = ǫ 2 = and find the quasi-steady state solution σ x = λ 1 +σ, (49 σ y = λ 2 +σ. (5 We substitute these expressions into the differential equation for σ to get the equation for σ, dσ = σ +α 1σ µ 1 +σ λ 1 +σ +α 2σ µ 2 +σ λ 2 +σ. (51 (c The equation (51 can be solved by separating variables. First, we rewrite it as (λ 1 +σ(λ 2 +σ dσ =. (52 σ(θ 1 σ +θ 2 where θ 1 = λ 1 +λ 2 α 1 (µ 1 +λ 2 α 2 (µ 2 +λ 1 (53 θ 2 = λ 1 λ 2 α 1 µ 1 λ 2 α 2 µ 2 λ 1. (54 (It is important to notice that α 1 +α 2 = 1. Notice that in original dimensioned parameters these are k 1 e t k 2 +e T k 4 k 1 θ 1 = k 3 (55 (k 1 e t +k 3 e T k 1 k 3 s 1 θ 2 = k 1 e t k 2 (k 3 +k 4 +k 3 e T k 4 ( +k 2, (56 (k 1 e t +k 3 e T k 1 s k 3 s 9

10 σ y x time (dimensionless Figure 5: Plots of σ, x and y for the parameters µ 1 =.5, µ 2 =.6, λ 1 =.9, λ 2 =.8, α 1 =.3, α 2 =.7. both positive. We integrate both sides of (52 to find σ λ 1λ 2 ln(σ +( λ 1λ 2 λ 1 +λ 2 + θ 2 ln(θ 1 σ +θ 2 = t+k, (57 θ 1 θ 2 θ 2 θ 1 forsomeconstantk. TodetermineK,weapplytheinitialconditionσ( = 1, from which it follows that θ 2 1 K = 1 +( λ 1λ 2 λ 1 +λ 2 + θ 2 ln(θ 1 +θ 2. (58 θ 1 θ 2 θ 1 θ 2 1 Thus, 1 σ θ 1 λ 1λ 2 ln(σ +( λ 1λ 2 λ 1 +λ 2 + θ 2 θ 2 θ 2 θ 1 θ 2 1 ( θ1 σ +θ 2 ln = t. (59 θ 1 +θ 2 We can now plot the solutions. (This is most easily done by considering t to be a function of σ, and then reversing the axes. The results, for one particular choice of the parameters, are shown in Fig.5. It is important to realize that the graphs for x and y are incorrect at small times, since at t =, x and y are nonzero. This is not physically possible, since all the enzymes start in the unbound form. Hence, using the quasisteady state approximation we have constructed a solution that is incorrect close to t =. To correct this requires a knowledge of how to construct asymptotic series solutions to equations of this type (i.e., to singular perturbation problems, a subject which is beyond the scope of this text. This is 1

11 discussed briefly in the Appendix of this Chapter, as well as in Murray (1989 and Lin and Segel (1988. However, for larger times this solution is reasonably accurate. (d To show that solutions of equations(26-(28 cannot leave the positive octant, it suffices to show that they cannot cross the boundary. The boundary consists of the three planes, x =, y =, and σ =. When x =, dx/ = σ λ 1 which is strictly positive everywhere in the first octant (and hence on the boundary, except at the origin (which is a critical point of the system. Similarly, when y =, dy/ = σ λ 2 > except at the origin, and when σ =, dσ/ = α 1 µ 1 x+α 2 µ 2 y > except at the origin. It follows that no solution can leave the first octant. To show that the solution approaches the origin for large time, we add the three equations together, weighted by 1, λ 1 α 1, and λ 2 α 2 respectively to find d (σ +ǫ 1λ 1 α 1 x+ǫ 2 λ 2 α 2 y = α 1 (µ 1 λ 1 x+α 2 (µ 2 λ 2 y (6 (since α 1 +α 2 = 1. Now observe that µ 1 λ 1 = k 2 k 1 s <, µ 2 λ 2 = k 4 k 3 s <, (61 so that σ+ǫ 1 λ 1 α 1 x+ǫ 2 λ 2 α 2 y decreases whenever x and y are non-negative. However, we already know that x and y cannot be zero unless σ = as well. Thus σ+ǫ 1 λ 1 α 1 x+ǫ 2 λ 2 α 2 y is always decreasing, and so approaches zero for large time. 6. ATP is known to inhibit its own dephosphorylation. One possible way for this to occur is if ATP binds with the enzyme, holding it in an inactive state, via S 1 +E k 4 k 4 S 1 E. (a Add this reaction to the Sel kov model for glycolysis and derive the corresponding equations governing glycolysis of the form dσ 1 dσ 2 = ν f(σ 1,σ 2, (62 = αf(σ 1,σ 2 ησ 2. (63 Explain from the model why this additional reaction is inhibitory. (b Give an analysis of these equations using xpp. In particular, modify the file selkov.ode and find phase portraits of periodic solutions as well as the bifurcation diagram, similar to Fig. 1.9 in the text. Solution 11

12 The addended Sel kov model with s 1 = [S 1 ], s 2 = [S 2 ], e = [E], c 1 = [ES γ 2], c 2 = [S 1 ES γ 2 ],and c 3 = [S 1 E] is ds 1 ds 2 dc 1 dc 2 dc 3 = k 1 s 1 c 1 + c 2 k 4 s 1 e+k 4 c 3 +v 1 (64 = γk 3 s γ 2 e+k 3γc 1 +k 2 c 2 v 2 s 2 (65 = k 1 s 1 c 1 + c 2 +k 2 c 2 +k 3 es γ 2 k 3c 1 (66 = k 1 s 1 c 1 c 2 k 2 c 2 (67 = k 4 s 1 e k 4 c 3 (68 with conservation equation e = e c 1 c 2 c 3. (69 ( 1/γs2 Nondimensionalizing this using σ 1 = k 1s 1 k k 2 +, σ 2 = 3 k 3, x = c 1 /e, y = c 2 /e, z = c 3 /e, and t = +k 2 e k 1 k 2 τ gives dσ 1 dσ 2 ǫ dx ǫ dy ǫ dz = +k 2 σ 1 x+ y k 4( +k 2 σ 1 (1 x y z+ k 4 z +ν (7 k 2 k 2 k 1 k 2 k [ 2 = α y γk 3 σ k 2(1 x y γ z+ γk ] 3 x ησ 2 (71 2 k 2 = σ 1 x+y + k 3 (σ γ 2 (1 x y z x (72 +k 2 = σ 1 x y (73 = k 4 k 1 σ 1 (1 x y z k 4 +k 2 z, (74 ( k 3 k 1 where ǫ = e k 1 k 2 ( +k 2, ν = v 2 1 k 2 e, α = +k 2 state 1/γ, k 3 and η = v 2 ( +k 2. In quasi-steady e k 1 k 2 x = σ γ 2 1+σ γ 2 +βσ 1 +σ 1 σ γ 2 (75 y = z = σ 1 σ γ 2 1+σ γ 2 +βσ 1 +σ 1 σ γ 2 (76 βσ 1 1+σ γ 2 +βσ 1 +σ 1 σ γ, 2 (77 where β = (+k 2 k 4 k 1 k 4. Thus, dσ 1 dσ 2 = ν f(σ 1,σ 2 (78 = αf(σ 1,σ 2 ησ 2, (79 12

13 Figure 6: Phase portrait of periodic solutions with ν =.285, η =.1, α = 1, γ = 2, and β =.1. where f(σ 1,σ 2 = A typical phase portrait is shown in Fig. 6. σ 1 σ γ 2 1+σ γ 2 +βσ 1 +σ 1 σ γ. (8 2 13

Introduction to Mathematical Physiology I - Biochemical Reactions

Introduction to Mathematical Physiology I - Biochemical Reactions Introduction to Mathematical Physiology I - Biochemical Reactions J. P. Keener Mathematics Department Math Physiology p.1/28 Introduction The Dilemma of Modern Biology The amount of data being collected

More information

A. One-Substrate Reactions (1) Kinetic concepts

A. One-Substrate Reactions (1) Kinetic concepts A. One-Substrate Reactions (1) Kinetic concepts (2) Kinetic analysis (a) Briggs-Haldane steady-state treatment (b) Michaelis constant (K m ) (c) Specificity constant (3) Graphical analysis (4) Practical

More information

A First Course on Kinetics and Reaction Engineering. Class 9 on Unit 9

A First Course on Kinetics and Reaction Engineering. Class 9 on Unit 9 A First Course on Kinetics and Reaction Engineering Class 9 on Unit 9 Part I - Chemical Reactions Part II - Chemical Reaction Kinetics Where We re Going A. Rate Expressions - 4. Reaction Rates and Temperature

More information

1. Introduction to Chemical Kinetics

1. Introduction to Chemical Kinetics 1. Introduction to Chemical Kinetics objectives of chemical kinetics 1) Determine empirical rate laws H 2 + I 2 2HI How does the concentration of H 2, I 2, and HI change with time? 2) Determine the mechanism

More information

Singular perturbation theory

Singular perturbation theory Singular perturbation theory Marc R Roussel October 19, 2005 1 Introduction When we apply the steady-state approximation (SSA) in chemical kinetics, we typically argue that some of the intermediates are

More information

Theoretical Models for Chemical Kinetics

Theoretical Models for Chemical Kinetics Theoretical Models for Chemical Kinetics Thus far we have calculated rate laws, rate constants, reaction orders, etc. based on observations of macroscopic properties, but what is happening at the molecular

More information

Chemistry 112 Chemical Kinetics. Kinetics of Simple Enzymatic Reactions: The Case of Competitive Inhibition

Chemistry 112 Chemical Kinetics. Kinetics of Simple Enzymatic Reactions: The Case of Competitive Inhibition Chemistry Chemical Kinetics Kinetics of Simple Enzymatic Reactions: The Case of Competitive Inhibition Introduction: In the following, we will develop the equations describing the kinetics of a single

More information

YOU CAN BACK SUBSTITUTE TO ANY OF THE PREVIOUS EQUATIONS

YOU CAN BACK SUBSTITUTE TO ANY OF THE PREVIOUS EQUATIONS The two methods we will use to solve systems are substitution and elimination. Substitution was covered in the last lesson and elimination is covered in this lesson. Method of Elimination: 1. multiply

More information

Math 345 Intro to Math Biology Lecture 19: Models of Molecular Events and Biochemistry

Math 345 Intro to Math Biology Lecture 19: Models of Molecular Events and Biochemistry Math 345 Intro to Math Biology Lecture 19: Models of Molecular Events and Biochemistry Junping Shi College of William and Mary, USA Molecular biology and Biochemical kinetics Molecular biology is one of

More information

Judith Herzfeld 1997,1999. These exercises are provided here for classroom and study use only. All other uses are copyright protected.

Judith Herzfeld 1997,1999. These exercises are provided here for classroom and study use only. All other uses are copyright protected. Judith Herzfeld 1997,1999 These exercises are provided here for classroom and study use only. All other uses are copyright protected. 5.5-010 Which of the following statements is not valid concerning a

More information

Quantitative Understanding in Biology Module IV: ODEs Lecture I: Introduction to ODEs

Quantitative Understanding in Biology Module IV: ODEs Lecture I: Introduction to ODEs Quantitative Understanding in Biology Module IV: ODEs Lecture I: Introduction to ODEs Ordinary Differential Equations We began our exploration of dynamic systems with a look at linear difference equations.

More information

Learning Outcomes. k 1

Learning Outcomes. k 1 Module 1DHS - Data Handling Skills Unit: Applied Maths Lecturer: Dr. Simon Hubbard (H13), Email: Simon.Hubbard@umist.ac.uk Title: Equilibria & Michaelis-Menten This lecture and problem class will introduce

More information

Rate laws, Reaction Orders. Reaction Order Molecularity. Determining Reaction Order

Rate laws, Reaction Orders. Reaction Order Molecularity. Determining Reaction Order Rate laws, Reaction Orders The rate or velocity of a chemical reaction is loss of reactant or appearance of product in concentration units, per unit time d[p] = d[s] The rate law for a reaction is of the

More information

A Simple Protein Synthesis Model

A Simple Protein Synthesis Model A Simple Protein Synthesis Model James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University September 3, 213 Outline A Simple Protein Synthesis Model

More information

Mathematical Model of Catalytic Chemical Reactor. Sintayehu Agegnehu Matintu* School of Mathematical and Statistical Sciences, Hawassa University,

Mathematical Model of Catalytic Chemical Reactor. Sintayehu Agegnehu Matintu* School of Mathematical and Statistical Sciences, Hawassa University, Mathematical Model of Catalytic Chemical Reactor Sintayehu Agegnehu Matintu* School of Mathematical and Statistical Sciences, Hawassa University, P.O.Box 05, Hawassa, Ethiopia Abstract This study concerns

More information

Math 4200, Problem set 3

Math 4200, Problem set 3 Math, Problem set 3 Solutions September, 13 Problem 1. ẍ = ω x. Solution. Following the general theory of conservative systems with one degree of freedom let us define the kinetic energy T and potential

More information

Polymerization and force generation

Polymerization and force generation Polymerization and force generation by Eric Cytrynbaum April 8, 2008 Equilibrium polymer in a box An equilibrium polymer is a polymer has no source of extraneous energy available to it. This does not mean

More information

6.1 Enzyme Kinetics: Basic Enzyme Reaction

6.1 Enzyme Kinetics: Basic Enzyme Reaction 6. Reaction Kinetics 6.1 Enzyme Kinetics: Basic Enzyme Reaction Biochemical reactions are continually taking place in all living organisms and most of them involve proteins called enzymes, which act as

More information

ENZYME SCIENCE AND ENGINEERING PROF. SUBHASH CHAND DEPARTMENT OF BIOCHEMICAL ENGINEERING AND BIOTECHNOLOGY IIT DELHI LECTURE 7

ENZYME SCIENCE AND ENGINEERING PROF. SUBHASH CHAND DEPARTMENT OF BIOCHEMICAL ENGINEERING AND BIOTECHNOLOGY IIT DELHI LECTURE 7 ENZYME SCIENCE AND ENGINEERING PROF. SUBHASH CHAND DEPARTMENT OF BIOCHEMICAL ENGINEERING AND BIOTECHNOLOGY IIT DELHI LECTURE 7 KINETICS OF ENZYME CATALYSED REACTIONS (CONTD.) So in the last lecture we

More information

Enzyme Kinetics. Jonathan Gent and Douglas Saucedo May 24, 2002

Enzyme Kinetics. Jonathan Gent and Douglas Saucedo May 24, 2002 Enzyme Kinetics Jonathan Gent and Douglas Saucedo May 24, 2002 Abstract This paper consists of a mathematical derivation of the Michaelis-Menten equation, which models the rate of reaction of certain enzymatic

More information

Supporting Information. Methods. Equations for four regimes

Supporting Information. Methods. Equations for four regimes Supporting Information A Methods All analytical expressions were obtained starting from quation 3, the tqssa approximation of the cycle, the derivation of which is discussed in Appendix C. The full mass

More information

Lecture 4 STEADY STATE KINETICS

Lecture 4 STEADY STATE KINETICS Lecture 4 STEADY STATE KINETICS The equations of enzyme kinetics are the conceptual tools that allow us to interpret quantitative measures of enzyme activity. The object of this lecture is to thoroughly

More information

Introduction to First Order Equations Sections

Introduction to First Order Equations Sections A B I L E N E C H R I S T I A N U N I V E R S I T Y Department of Mathematics Introduction to First Order Equations Sections 2.1-2.3 Dr. John Ehrke Department of Mathematics Fall 2012 Course Goals The

More information

Part II => PROTEINS and ENZYMES. 2.7 Enzyme Kinetics 2.7a Chemical Kinetics 2.7b Enzyme Inhibition

Part II => PROTEINS and ENZYMES. 2.7 Enzyme Kinetics 2.7a Chemical Kinetics 2.7b Enzyme Inhibition Part II => PROTEINS and ENZYMES 2.7 Enzyme Kinetics 2.7a Chemical Kinetics 2.7b Enzyme Inhibition Section 2.7a: Chemical Kinetics Synopsis 2.7a - Chemical kinetics (or reaction kinetics) is the study of

More information

Quantitative Understanding in Biology Module IV: ODEs Lecture I: Introduction to ODEs

Quantitative Understanding in Biology Module IV: ODEs Lecture I: Introduction to ODEs Quantitative Understanding in Biology Module IV: ODEs Lecture I: Introduction to ODEs Ordinary Differential Equations We began our exploration of dynamic systems with a look at linear difference equations.

More information

Michaelis-Menten Kinetics

Michaelis-Menten Kinetics Michaelis-Menten Kinetics Two early 20th century scientists, Leonor Michaelis and Maud Leonora Menten, proposed the model known as Michaelis-Menten Kinetics to account for enzymatic dynamics. The model

More information

Lecture 13: Data Analysis for the V versus [S] Experiment and Interpretation of the Michaelis-Menten Parameters

Lecture 13: Data Analysis for the V versus [S] Experiment and Interpretation of the Michaelis-Menten Parameters Biological Chemistry Laboratory Biology 3515/Chemistry 3515 Spring 2018 Lecture 13: Data Analysis for the V versus [S] Experiment and Interpretation of the Michaelis-Menten Parameters 20 February 2018

More information

MITOCW enzyme_kinetics

MITOCW enzyme_kinetics MITOCW enzyme_kinetics In beer and wine production, enzymes in yeast aid the conversion of sugar into ethanol. Enzymes are used in cheese-making to degrade proteins in milk, changing their solubility,

More information

Oscillations in Michaelis-Menten Systems

Oscillations in Michaelis-Menten Systems Oscillations in Michaelis-Menten Systems Hwai-Ray Tung Brown University July 18, 2017 Hwai-Ray Tung (Brown University) Oscillations in Michaelis-Menten Systems July 18, 2017 1 / 22 Background A simple

More information

Outline: Kinetics. Reaction Rates. Rate Laws. Integrated Rate Laws. Half-life. Arrhenius Equation How rate constant changes with T.

Outline: Kinetics. Reaction Rates. Rate Laws. Integrated Rate Laws. Half-life. Arrhenius Equation How rate constant changes with T. Chemical Kinetics Kinetics Studies the rate at which a chemical process occurs. Besides information about the speed at which reactions occur, kinetics also sheds light on the reaction mechanism (exactly

More information

Problem Set 2. 1 Competitive and uncompetitive inhibition (12 points) Systems Biology (7.32/7.81J/8.591J)

Problem Set 2. 1 Competitive and uncompetitive inhibition (12 points) Systems Biology (7.32/7.81J/8.591J) Problem Set 2 1 Competitive and uncompetitive inhibition (12 points) a. Reversible enzyme inhibitors can bind enzymes reversibly, and slowing down or halting enzymatic reactions. If an inhibitor occupies

More information

ENZYME KINETICS. What happens to S, P, E, ES?

ENZYME KINETICS. What happens to S, P, E, ES? ENZYME KINETICS Go to lecture notes and/or supplementary handouts for the following: 1 Basic observations in enzyme inetics 2 Michaelis-Menten treatment of enzyme inetics 3 Briggs-Haldane treatment of

More information

CHM333 LECTURES 14 & 15: 2/15 17/12 SPRING 2012 Professor Christine Hrycyna

CHM333 LECTURES 14 & 15: 2/15 17/12 SPRING 2012 Professor Christine Hrycyna ENZYME KINETICS: The rate of the reaction catalyzed by enzyme E A + B P is defined as -Δ[A] or -Δ[B] or Δ[P] Δt Δt Δt A and B changes are negative because the substrates are disappearing P change is positive

More information

Overview of Kinetics

Overview of Kinetics Overview of Kinetics [P] t = ν = k[s] Velocity of reaction Conc. of reactant(s) Rate of reaction M/sec Rate constant sec -1, M -1 sec -1 1 st order reaction-rate depends on concentration of one reactant

More information

Prof. Krstic Nonlinear Systems MAE281A Homework set 1 Linearization & phase portrait

Prof. Krstic Nonlinear Systems MAE281A Homework set 1 Linearization & phase portrait Prof. Krstic Nonlinear Systems MAE28A Homework set Linearization & phase portrait. For each of the following systems, find all equilibrium points and determine the type of each isolated equilibrium. Use

More information

Part 1: You are given the following system of two equations: x + 2y = 16 3x 4y = 2

Part 1: You are given the following system of two equations: x + 2y = 16 3x 4y = 2 Solving Systems of Equations Algebraically Teacher Notes Comment: As students solve equations throughout this task, have them continue to explain each step using properties of operations or properties

More information

Exercise 3: Michaelis-Menten kinetics

Exercise 3: Michaelis-Menten kinetics Chemistry 255 Name(s): Exercise 3: Michaelis-Menten kinetics The study of enzyme kinetics is key to understanding the mechanism of how an enzyme performs its function. In 1913, Leonor Michaelis (German

More information

A quadratic expression is a mathematical expression that can be written in the form 2

A quadratic expression is a mathematical expression that can be written in the form 2 118 CHAPTER Algebra.6 FACTORING AND THE QUADRATIC EQUATION Textbook Reference Section 5. CLAST OBJECTIVES Factor a quadratic expression Find the roots of a quadratic equation A quadratic expression is

More information

Combustion fronts in porous media with two layers

Combustion fronts in porous media with two layers Combustion fronts in porous media with two layers layer 1 layer 2 Steve Schecter North Carolina State University (USA) Jesus Carlos da Mota Universidade Federal de Goiás (Brazil) 1 Overview Subject: Propagation

More information

a factors The exponential 0 is a special case. If b is any nonzero real number, then

a factors The exponential 0 is a special case. If b is any nonzero real number, then 0.1 Exponents The expression x a is an exponential expression with base x and exponent a. If the exponent a is a positive integer, then the expression is simply notation that counts how many times the

More information

Lecture 27. Transition States and Enzyme Catalysis

Lecture 27. Transition States and Enzyme Catalysis Lecture 27 Transition States and Enzyme Catalysis Reading for Today: Chapter 15 sections B and C Chapter 16 next two lectures 4/8/16 1 Pop Question 9 Binding data for your thesis protein (YTP), binding

More information

Elementary reactions. stoichiometry = mechanism (Cl. + H 2 HCl + H. ) 2 NO 2 ; radioactive decay;

Elementary reactions. stoichiometry = mechanism (Cl. + H 2 HCl + H. ) 2 NO 2 ; radioactive decay; Elementary reactions 1/21 stoichiometry = mechanism (Cl. + H 2 HCl + H. ) monomolecular reactions (decay: N 2 O 4 some isomerisations) 2 NO 2 ; radioactive decay; bimolecular reactions (collision; most

More information

Homework 2. Due Friday, July We studied the logistic equation in class as a model of population growth. It is given by dn dt = rn 1 N

Homework 2. Due Friday, July We studied the logistic equation in class as a model of population growth. It is given by dn dt = rn 1 N Problem 1 (10 points) Homework Due Friday, July 7 017 We studied the logistic equation in class as a model of population growth. It is given by dn dt = rn 1 N, (1) K with N(0) = N 0. (a) Make the substitutions

More information

REDUCTION FOR MICHAELIS-MENTEN-HENRI KINETICS IN THE PRESENCE OF DIFFUSION

REDUCTION FOR MICHAELIS-MENTEN-HENRI KINETICS IN THE PRESENCE OF DIFFUSION 26 International Conference in Honor of Jacqueline Fleckinger. Electronic Journal of Differential Equations, Conference 6, 27, pp.?? ISSN: 72-669. URL: http://ejde.math.txstate.edu or http://ejde.math.unt.edu

More information

Deriving the Michaelis-Menten Equation

Deriving the Michaelis-Menten Equation Page 1 of 5 Deriving the Michaelis-Menten Equation This page is originally authored by Gale Rhodes ( Jan 2000) and is still under continuous update. The page has been modified with permission by Claude

More information

Solutions to Dynamical Systems 2010 exam. Each question is worth 25 marks.

Solutions to Dynamical Systems 2010 exam. Each question is worth 25 marks. Solutions to Dynamical Systems exam Each question is worth marks [Unseen] Consider the following st order differential equation: dy dt Xy yy 4 a Find and classify all the fixed points of Hence draw the

More information

Homework #5 Solutions

Homework #5 Solutions Homework #5 Solutions Math 123: Mathematical Modeling, Spring 2019 Instructor: Dr. Doreen De Leon 1. Exercise 7.2.5. Stefan-Boltzmann s Law of Radiation states that the temperature change dt/ of a body

More information

Michaelis-Menton kinetics

Michaelis-Menton kinetics Michaelis-Menton kinetics The rate of an enzyme catalyzed reaction in which substrate S is converted into products P depends on the concentration of the enzyme E even though the enzyme does not undergo

More information

Extending the quasi-steady state approximation by changing variables

Extending the quasi-steady state approximation by changing variables 6 Extending the quasi-steady state approximation by changing variables José A.M. Borghans 1, Rob J. de Boer 1 & Lee A. Segel 2 1 Theoretical Biology, Utrecht University, Utrecht, The Netherlands. 2 Department

More information

Chapter 14 Chemical Kinetics

Chapter 14 Chemical Kinetics Chapter 14 14.1 Factors that Affect Reaction Rates 14.2 Reaction Rates 14.3 Concentration and Rate Laws 14.4 The Change of Concentration with Time 14.5 Temperature and Rate 14.6 Reaction Mechanisms 14.7

More information

Tala Saleh. Mohammad Omari. Dr. Ma moun

Tala Saleh. Mohammad Omari. Dr. Ma moun 20 0 Tala Saleh Mohammad Omari Razi Kittaneh Dr. Ma moun Quick recap The rate of Chemical Reactions Rises linearly as the substrate concentration [S] increases. The rate of Enzymatic Reactions Rises rapidly

More information

Practice Calculus Test without Trig

Practice Calculus Test without Trig Practice Calculus Test without Trig The problems here are similar to those on the practice test Slight changes have been made 1 What is the domain of the function f (x) = 3x 1? Express the answer in interval

More information

After lectures by. disappearance of reactants or appearance of. measure a reaction rate we monitor the. Reaction Rates (reaction velocities): To

After lectures by. disappearance of reactants or appearance of. measure a reaction rate we monitor the. Reaction Rates (reaction velocities): To Revised 3/21/2017 After lectures by Dr. Loren Williams (GeorgiaTech) Protein Folding: 1 st order reaction DNA annealing: 2 nd order reaction Reaction Rates (reaction velocities): To measure a reaction

More information

DIFFERENTIATION RULES

DIFFERENTIATION RULES 3 DIFFERENTIATION RULES DIFFERENTIATION RULES We have: Seen how to interpret derivatives as slopes and rates of change Seen how to estimate derivatives of functions given by tables of values Learned how

More information

Understanding Organic Reactions

Understanding Organic Reactions Understanding Organic Reactions Energy Diagrams For the general reaction: The energy diagram would be shown as: Understanding Organic Reactions Energy Diagrams Energy Diagrams Understanding Organic Reactions

More information

Linearization of Nonlinear Equations

Linearization of Nonlinear Equations Linearization of Nonlinear Equations In some cases, it is not easily understood whether the equation is linear or not. In these cases, the equations are reorganized to resemble the equation of y = a x

More information

How fast reactants turn into products. Usually measured in Molarity per second units. Kinetics

How fast reactants turn into products. Usually measured in Molarity per second units. Kinetics How fast reactants turn into products. Usually measured in Molarity per second units. Kinetics Reaction rated are fractions of a second for fireworks to explode. Reaction Rates takes years for a metal

More information

It can be derived from the Michaelis Menten equation as follows: invert and multiply with V max : Rearrange: Isolate v:

It can be derived from the Michaelis Menten equation as follows: invert and multiply with V max : Rearrange: Isolate v: Eadie Hofstee diagram In Enzymology, an Eadie Hofstee diagram (also Woolf Eadie Augustinsson Hofstee or Eadie Augustinsson plot) is a graphical representation of enzyme kinetics in which reaction velocity

More information

ChemE Chemical Kinetics & Reactor Design Solutions to Exercises for Calculation Session 3

ChemE Chemical Kinetics & Reactor Design Solutions to Exercises for Calculation Session 3 ChemE 3900 - Chemical Kinetics & Reactor Design Solutions to Exercises for Calculation Session 3. It is useful to begin by recalling the criteria for the steady-state approximation (on B), the pre-equilibrium

More information

BE 150 Problem Set #2 Issued: 16 Jan 2013 Due: 23 Jan 2013

BE 150 Problem Set #2 Issued: 16 Jan 2013 Due: 23 Jan 2013 M. Elowitz and R. M. Murray Winter 2013 CALIFORNIA INSTITUTE OF TECHNOLOGY Biology and Biological Engineering (BBE) BE 150 Problem Set #2 Issued: 16 Jan 2013 Due: 23 Jan 2013 1. (Shaping pulses; based

More information

TOPIC 6: Chemical kinetics

TOPIC 6: Chemical kinetics TOPIC 6: Chemical kinetics Reaction rates Reaction rate laws Integrated reaction rate laws Reaction mechanism Kinetic theories Arrhenius law Catalysis Enzimatic catalysis Fuente: Cedre http://loincognito.-iles.wordpress.com/202/04/titanic-

More information

Chapter 6. Systems of Equations and Inequalities

Chapter 6. Systems of Equations and Inequalities Chapter 6 Systems of Equations and Inequalities 6.1 Solve Linear Systems by Graphing I can graph and solve systems of linear equations. CC.9-12.A.CED.2, CC.9-12.A.CED.3, CC.9-12.A.REI.6 What is a system

More information

Dynamic modeling and analysis of cancer cellular network motifs

Dynamic modeling and analysis of cancer cellular network motifs SUPPLEMENTARY MATERIAL 1: Dynamic modeling and analysis of cancer cellular network motifs Mathieu Cloutier 1 and Edwin Wang 1,2* 1. Computational Chemistry and Bioinformatics Group, Biotechnology Research

More information

Chemical Kinetics. Topic 7

Chemical Kinetics. Topic 7 Chemical Kinetics Topic 7 Corrosion of Titanic wrec Casón shipwrec 2Fe(s) + 3/2O 2 (g) + H 2 O --> Fe 2 O 3.H 2 O(s) 2Na(s) + 2H 2 O --> 2NaOH(aq) + H 2 (g) Two examples of the time needed for a chemical

More information

THE STATIC BIFURCATION DIAGRAM FOR THE GRAY SCOTT MODEL

THE STATIC BIFURCATION DIAGRAM FOR THE GRAY SCOTT MODEL International Journal of Bifurcation and Chaos, Vol. 11, No. 9 2001) 2483 2491 c World Scientific Publishing Company THE STATIC BIFURCATION DIAGRAM FOR THE GRAY SCOTT MODEL RODICA CURTU Department of Mathematical

More information

Integrated Calculus II Exam 2 Solutions 3/28/3

Integrated Calculus II Exam 2 Solutions 3/28/3 Integrated Calculus II Exam 2 Solutions /28/ Question 1 Solve the following differential equation, with the initial condition y() = 2: dy = (y 1)2 t 2. Plot the solution and discuss its behavior as a function

More information

Chapter 14 Chemical Kinetics

Chapter 14 Chemical Kinetics Chapter 14 Chemical Kinetics Learning goals and key skills: Understand the factors that affect the rate of chemical reactions Determine the rate of reaction given time and concentration Relate the rate

More information

3.9 Derivatives of Exponential and Logarithmic Functions

3.9 Derivatives of Exponential and Logarithmic Functions 322 Chapter 3 Derivatives 3.9 Derivatives of Exponential and Logarithmic Functions Learning Objectives 3.9.1 Find the derivative of exponential functions. 3.9.2 Find the derivative of logarithmic functions.

More information

Chapter 2. First-Order Differential Equations

Chapter 2. First-Order Differential Equations Chapter 2 First-Order Differential Equations i Let M(x, y) + N(x, y) = 0 Some equations can be written in the form A(x) + B(y) = 0 DEFINITION 2.2. (Separable Equation) A first-order differential equation

More information

Taylor series. Chapter Introduction From geometric series to Taylor polynomials

Taylor series. Chapter Introduction From geometric series to Taylor polynomials Chapter 2 Taylor series 2. Introduction The topic of this chapter is find approximations of functions in terms of power series, also called Taylor series. Such series can be described informally as infinite

More information

Graph Papers. a) Arithmetic graph paper: x: arithmetic scale y: arithmetic scale. b) Semi-logarithmic graph paper: y: logarthmic scale

Graph Papers. a) Arithmetic graph paper: x: arithmetic scale y: arithmetic scale. b) Semi-logarithmic graph paper: y: logarthmic scale Graph Papers a) Arithmetic graph paper: x: arithmetic scale y: arithmetic scale b) Semi-logarithmic graph paper: x: arithmetic scale y: logarthmic scale c) Full-logarithmic graph paper: x: logarthmic scale

More information

Kinetics - Chapter 14. reactions are reactions that will happen - but we can t tell how fast. - the steps by which a reaction takes place.

Kinetics - Chapter 14. reactions are reactions that will happen - but we can t tell how fast. - the steps by which a reaction takes place. The study of. Kinetics - Chapter 14 reactions are reactions that will happen - but we can t tell how fast. - the steps by which a reaction takes place. Factors that Affect Rx Rates 1. The more readily

More information

Advanced Physical Chemistry CHAPTER 18 ELEMENTARY CHEMICAL KINETICS

Advanced Physical Chemistry CHAPTER 18 ELEMENTARY CHEMICAL KINETICS Experimental Kinetics and Gas Phase Reactions Advanced Physical Chemistry CHAPTER 18 ELEMENTARY CHEMICAL KINETICS Professor Angelo R. Rossi http://homepages.uconn.edu/rossi Department of Chemistry, Room

More information

Chemical and enzyme kinetics

Chemical and enzyme kinetics Chemical and enzyme kinetics D. Gonze & M. Kaufman November 22, 23 Master en Bioinformatique et Modélisation - 29-2 Contents Definitions 3. Reaction rate.................................. 3.2 Examples....................................

More information

Name Student number. UNIVERSITY OF GUELPH CHEM 4540 ENZYMOLOGY Winter 2002 Quiz #1: February 14, 2002, 11:30 13:00 Instructor: Prof R.

Name Student number. UNIVERSITY OF GUELPH CHEM 4540 ENZYMOLOGY Winter 2002 Quiz #1: February 14, 2002, 11:30 13:00 Instructor: Prof R. UNIVERSITY OF GUELPH CHEM 4540 ENZYMOLOGY Winter 2002 Quiz #1: February 14, 2002, 11:30 13:00 Instructor: Prof R. Merrill Instructions: Time allowed = 90 minutes. Total marks = 30. This quiz represents

More information

Lecture 5 - Logarithms, Slope of a Function, Derivatives

Lecture 5 - Logarithms, Slope of a Function, Derivatives Lecture 5 - Logarithms, Slope of a Function, Derivatives 5. Logarithms Note the graph of e x This graph passes the horizontal line test, so f(x) = e x is one-to-one and therefore has an inverse function.

More information

Lecture 15 (10/20/17) Lecture 15 (10/20/17)

Lecture 15 (10/20/17) Lecture 15 (10/20/17) Reading: Ch6; 98-203 Ch6; Box 6- Lecture 5 (0/20/7) Problems: Ch6 (text); 8, 9, 0,, 2, 3, 4, 5, 6 Ch6 (study guide-facts); 6, 7, 8, 9, 20, 2 8, 0, 2 Ch6 (study guide-applying); NEXT Reading: Ch6; 207-20

More information

Exercises for Multivariable Differential Calculus XM521

Exercises for Multivariable Differential Calculus XM521 This document lists all the exercises for XM521. The Type I (True/False) exercises will be given, and should be answered, online immediately following each lecture. The Type III exercises are to be done

More information

Enzymes II: kinetics الفريق الطبي األكاديمي. Done By: - AHMAD ALSAHELE. Corrected By:-Bushra saleem

Enzymes II: kinetics الفريق الطبي األكاديمي. Done By: - AHMAD ALSAHELE. Corrected By:-Bushra saleem Enzymes II: kinetics الفريق الطبي األكاديمي Done By: - AHMAD ALSAHELE Corrected By:-Bushra saleem لكية الطب البرشي البلقاء التطبيقية / املركز و من أحياها 6166 6102/ و من أحياها Specific aims: 1. Know what

More information

REDUCTION FOR MICHAELIS-MENTEN-HENRI KINETICS IN THE PRESENCE OF DIFFUSION

REDUCTION FOR MICHAELIS-MENTEN-HENRI KINETICS IN THE PRESENCE OF DIFFUSION 26 International Conference in Honor of Jacqueline Fleckinger. Electronic Journal of Differential Equations, Conference 6, 27, pp. 55 84. ISSN: 72-669. URL: http://ejde.math.txstate.edu or http://ejde.math.unt.edu

More information

= π + sin π = π + 0 = π, so the object is moving at a speed of π feet per second after π seconds. (c) How far does it go in π seconds?

= π + sin π = π + 0 = π, so the object is moving at a speed of π feet per second after π seconds. (c) How far does it go in π seconds? Mathematics 115 Professor Alan H. Stein April 18, 005 SOLUTIONS 1. Define what is meant by an antiderivative or indefinite integral of a function f(x). Solution: An antiderivative or indefinite integral

More information

Power Series. Part 2 Differentiation & Integration; Multiplication of Power Series. J. Gonzalez-Zugasti, University of Massachusetts - Lowell

Power Series. Part 2 Differentiation & Integration; Multiplication of Power Series. J. Gonzalez-Zugasti, University of Massachusetts - Lowell Power Series Part 2 Differentiation & Integration; Multiplication of Power Series 1 Theorem 1 If a n x n converges absolutely for x < R, then a n f x n converges absolutely for any continuous function

More information

Math 312 Lecture Notes Linear Two-dimensional Systems of Differential Equations

Math 312 Lecture Notes Linear Two-dimensional Systems of Differential Equations Math 2 Lecture Notes Linear Two-dimensional Systems of Differential Equations Warren Weckesser Department of Mathematics Colgate University February 2005 In these notes, we consider the linear system of

More information

Project Two. James K. Peterson. March 26, Department of Biological Sciences and Department of Mathematical Sciences Clemson University

Project Two. James K. Peterson. March 26, Department of Biological Sciences and Department of Mathematical Sciences Clemson University Project Two James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University March 26, 2019 Outline 1 Cooling Models 2 Estimating the Cooling Rate k 3 Typical

More information

Modelling in Systems Biology

Modelling in Systems Biology Modelling in Systems Biology Maria Grazia Vigliotti thanks to my students Anton Stefanek, Ahmed Guecioueur Imperial College Formal representation of chemical reactions precise qualitative and quantitative

More information

Math 20C Homework 2 Partial Solutions

Math 20C Homework 2 Partial Solutions Math 2C Homework 2 Partial Solutions Problem 1 (12.4.14). Calculate (j k) (j + k). Solution. The basic properties of the cross product are found in Theorem 2 of Section 12.4. From these properties, we

More information

Regulation of metabolism

Regulation of metabolism Regulation of metabolism So far in this course we have assumed that the metabolic system is in steady state For the rest of the course, we will abandon this assumption, and look at techniques for analyzing

More information

Chemical kinetics and catalysis

Chemical kinetics and catalysis Chemical kinetics and catalysis Outline Classification of chemical reactions Definition of chemical kinetics Rate of chemical reaction The law of chemical raction rate Collision theory of reactions, transition

More information

Enzymes Part III: Enzyme kinetics. Dr. Mamoun Ahram Summer semester,

Enzymes Part III: Enzyme kinetics. Dr. Mamoun Ahram Summer semester, Enzymes Part III: Enzyme kinetics Dr. Mamoun Ahram Summer semester, 2015-2016 Kinetics Kinetics is deals with the rates of chemical reactions. Chemical kinetics is the study of the rates of chemical reactions.

More information

Bessel s Equation. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Fall Department of Mathematics

Bessel s Equation. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Fall Department of Mathematics Bessel s Equation MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Background Bessel s equation of order ν has the form where ν is a constant. x 2 y + xy

More information

Geology 560, Prof. Thomas Johnson Unit IV, Part 2: Activation energies and the responses of reaction rates to temperature and compositional changes.

Geology 560, Prof. Thomas Johnson Unit IV, Part 2: Activation energies and the responses of reaction rates to temperature and compositional changes. Geology 560, Prof. Thomas Johnson Unit IV, Part 2: Activation energies and the responses of reaction rates to temperature and compositional changes. eading: White, Chapter 5; Walther, Chapter 13 Excellent

More information

Understand the vocabulary used to describe polynomials Add polynomials Subtract polynomials Graph equations defined by polynomials of degree 2

Understand the vocabulary used to describe polynomials Add polynomials Subtract polynomials Graph equations defined by polynomials of degree 2 Section 5.1: ADDING AND SUBTRACTING POLYNOMIALS When you are done with your homework you should be able to Understand the vocabulary used to describe polynomials Add polynomials Subtract polynomials Graph

More information

Sect Properties of Real Numbers and Simplifying Expressions

Sect Properties of Real Numbers and Simplifying Expressions Sect 1.7 - Properties of Real Numbers and Simplifying Expressions Concept #1 Commutative Properties of Real Numbers Ex. 1a 9.34 + 2.5 Ex. 1b 2.5 + ( 9.34) Ex. 1c 6.3(4.2) Ex. 1d 4.2( 6.3) a) 9.34 + 2.5

More information

CHAPTER 10 CHEMICAL KINETICS

CHAPTER 10 CHEMICAL KINETICS CHAPTER 10 CHEMICAL KINETICS Introduction To this point in our study of chemistry, we have been concerned only with the composition of the equilibrium mixture, not the length of time required to obtain

More information

Phys 450 Spring 2011 Solution set 6. A bimolecular reaction in which A and B combine to form the product P may be written as:

Phys 450 Spring 2011 Solution set 6. A bimolecular reaction in which A and B combine to form the product P may be written as: Problem Phys 45 Spring Solution set 6 A bimolecular reaction in which A and combine to form the product P may be written as: k d A + A P k d k a where k d is a diffusion-limited, bimolecular rate constant

More information

2 Dilution of Proteins Due to Cell Growth

2 Dilution of Proteins Due to Cell Growth Problem Set 1 1 Transcription and Translation Consider the following set of reactions describing the process of maing a protein out of a gene: G β g G + M M α m M β m M + X X + S 1+ 1 X S 2+ X S X S 2

More information

Appendix 4. Some Equations for Curve Fitting

Appendix 4. Some Equations for Curve Fitting Excep for Scientists and Engineers: Numerical Methods by E. Joseph Billo Copyright 0 2007 John Wiley & Sons, Inc. Appendix 4 Some Equations for Curve Fitting This appendix describes a number of equation

More information

v = k, [ES] Name(s): Chemistry 255

v = k, [ES] Name(s): Chemistry 255 Chemistry 255 Name(s): Exercise 3: Michaelis-Menten kinetics (Due Weds, 11/2) The study of enzyme kinetics is key to understanding the mechanism of how an enzyme performs its function. In 1913, Leonor

More information

ENGI 9420 Lecture Notes 1 - ODEs Page 1.01

ENGI 9420 Lecture Notes 1 - ODEs Page 1.01 ENGI 940 Lecture Notes - ODEs Page.0. Ordinary Differential Equations An equation involving a function of one independent variable and the derivative(s) of that function is an ordinary differential equation

More information

Problem Set # 3

Problem Set # 3 20.320 Problem Set # 3 October 1 st, 2010 Due on October 8 th, 2010 at 11:59am. No extensions, no electronic submissions. General Instructions: 1. You are expected to state all your assumptions and provide

More information