Laboratory Exercises. Utilization of Integrated Michaelis-Menten Equation to Determine Kinetic Constants

Size: px
Start display at page:

Download "Laboratory Exercises. Utilization of Integrated Michaelis-Menten Equation to Determine Kinetic Constants"

Transcription

1 Q 2007 by The International Union of Biochemistry and Molecular Biology BIOCHEMISTRY AND MOLECULAR BIOLOGY EDUCATION Vol. 35, No. 2, pp , 2007 Laboratory Exercises Utilization of Integrated Michaelis-Menten Equation to Determine Kinetic Constants Received for publication, August 4, 2006, and in revised form, November 2, 2006 Rui M. F. Bezerra and Albino A. Dias From the Departamento de Engenharia Biológica e Ambiental, CETAV, Universidade de Trás-os-Montes e Alto Douro, Apartado 1013, Vila Real, Portugal Students of biochemistry and related biosciences are urged to solve problems where kinetic parameters are calculated from initial rates obtained at different substrate concentrations. Troubles begin when they go to the laboratory to perform kinetic experiments and realize that usual laboratory instruments do not measure initial rates but only substrate or product concentrations as a function of reaction time. To overcome this problem we present a methodology which uses the integrated form of Michaelis-Menten equation. The method presented has a theoretical and pedagogic basis which is not as arbitrary as other approaches. Here we present and describe the methodology for analyzing time course data together with some examples of the essential computer procedures to implement these analyses. To simplify the understanding of this methodology the experimental examples are confined to linear inhibitions and experimental points utilized are the same from which the initial rates are determined. Keywords: Enzyme inhibition diagnosis, general kinetic mechanism, integrated Michaelis-Menten equations, linear inhibitions. Characterization of enzyme kinetics today plays an essential role in important areas such as medical diagnostics, proteomics research, or even enzyme inhibitionbased biosensors for environmental monitoring. Alkaline phosphatase is an excellent model enzyme for teaching practical classes ranging from beginner level to more advanced biochemistry courses, in order to demonstrate important principles of kinetic studies and parameter determination (V max, K m, K i ) [1]. Almost any kinetic experiment on an enzyme-catalyzed reaction, exhibits a fundamental incompatibility between the data and the underlying model. The catalytic properties of the enzyme are usually evaluated by measuring and analyzing reactions rates, but experimental measurements of these reactions never determine rates directly. As previously pointed out [2], to avoid this incompatibility either the model must be integrated to give a description of the course of the reaction or the data must be differentiated (determining rates) by measuring tangents to the reaction curves at zero time. However, there is not a simple and accurate procedure to estimate initial velocities and in most of the cases this is done by eye. In addition, when the reaction product is an enzyme inhibitor, determination of initial velocities or kinetic parameters without theoretical errors still presents a considerable challenge. The utilization of integrated equations provides a unique methodology that can surpass such limitations associated with the presence of this type of inhibitor. To whom correspondence should be addressed. bezerra@utad.pt. This paper is available on line at The advantages and disadvantages of initial velocities and progress curve analysis have been recorded by several authors [3, 4]. Analyzing all reaction time-course of progress curve can be advantageous because it contains additional information about the properties of the enzyme. One of the major barriers to the wide application of timecourse studies is that is computationally challenging. This is no longer a problem because the new generation is the so-called laptop student [5]. Another caveat regarding progress curve analysis is related to the fact that enzymes may undergo gradual loss of activity under the assay conditions. Fortunately, there is a simple test to detect this problem [6] and there are also methods to be used for kinetic characterization of an unstable enzyme that allows progress curve analysis [7]. In the methodology presented here the integrated equation is applied with the same points usually utilized to determine initial velocities (conditions that never surpass 10% of substrate depletion). This methodology has been successfully applied to the progress curve in conditions that even surpass 50% of substrate hydrolysis [8 10]. Furthermore, this methodology also has been successfully applied where more complex inhibition models such as parabolic, hyperbolic, and substrate inhibition were compared and discriminated [9], even with more than one inhibitor [10, 11]. Several general design criteria have been described for enzymological studies [12] in order to discriminate between putative kinetic models. A special mention to one of them should be introduced, that is the use of a discrimination function [13] for determining which of two rival kinetic models is the most appropriate. DOI /bambed.32

2 146 BAMBED, Vol. 35, No. 2, pp , 2007 The major goal of this work is to present a step-bystep methodology for obtaining the kinetic constants for an enzyme-catalyzed reaction without prior determination of initial reaction velocities. MATERIALS AND METHODS Enzyme, Reagents, and Reaction Conditions Alkaline phosphatase (E.C ) was obtained from BDH Chemicals Ltd. Other reagents used are readily available from major suppliers. Stock solutions of 4-nitrophenylphosphate (Merck) and 4-nitrophenol were prepared at concentrations of 20 mm. Reactions (2.75 ml) were carried out at 37 8C containing9.5lg ofalkalinephosphatase and eight different amounts of 4-nitrophenylphosphate (25, 35, 45, 90, 200, 500, 1000, and 2000 lm) in 0.1 M Tris/HCl buffer, ph 9.0. The amount of reaction product (4-nitrophenol) formed at several time intervals was determined by absorbance readings at 405 nm on a Spectronic 601, Milton Roy spectrophotometer. Another set of similar reaction experiments were also performed but in the presence of 5.0 lm phosphate (inhibitor). Data Processing and Analysis Raw data (Annex) were treated by two different approaches. The first one was to calculate initial reaction velocities (v) (v ¼ d[p]/dt at t ¼ 0) at several different substrate concentrations with and without inhibitor added. The alternative method consisted of fitting an integrated form of the Michaelis-Menten equation to the progress curves. Both methods (initial velocities and progress curve analysis) used the same data points. All experimental points were obtained during 60 sec assays under conditions in which substrate depletion never exceeded 10%. Kinetic constants were first estimated from initial rates by the Michaelis-Menten equation, after model discrimination by Lineweaver-Burk graphical representation, and the constants were determined by non-linear regression. The second method is the progress curve analysis performed by non-linear regression according to Equations 4 8, utilizing the Manervik methodology [13] to discriminate the models. Both non-linear regressions were performed with Gauss Newton algorithm of SAS software (SAS Institute Inc.). Raw data were analyzed assuming only the values without phosphate and also these values plus the data obtained with inhibition by phosphate (5 lm phosphate). Non-Linear Regression Using SAS Program (Proc nlin procedure) The beginning of the SAS 1 program has the following formulation (Appendix): data; input y x z h w; cards; the input variables are: y ¼ time (sec); x ¼ phosphate concentration (lm); z ¼ 4-nitrophenyl phosphate (lm); h ¼ enzyme (lg/2.75 ml), and w ¼ initial phosphate concentration (lm). The values for each variable are written in the program as explained in Appendix. Values are written into the program as follows (example for CI model from Table II): proc nlin method ¼ Gauss-Newton maxiter ¼ 500 parms k m ¼ 1500, 5000 k a ¼ 10, 100 k al ¼ 50, 500 k3 ¼ 1, 3; model y ¼ ((1 k m /k a )*(x w) þ k m *(z/k a þ w/k a þ 1)*log(z/(z (x w))))*1/(h*k3); bounds k m > 0, k3 > 0, k a > 0; run; The PROC NLIN statement invokes the procedure. The Gauss- Newton iterative method regresses the residuals onto the partial derivatives of the model with respect to the parameters until the estimates converge (it is also possible to use other methods such FIG. 1. Mixed linear (total) inhibition model MI where: E - enzyme, ES - enzyme substrate complex, EIS - enzyme substrate inhibitor complex, EI - enzyme inhibitor complex, P - product, K m - Michaelis-Menten constant, K ic, K iu - inhibition constants and k cat - rate constant. A model without inhibition WI can be obtained by simplification of previous model assuming K ic, K iu, as infinite. Thus it is possible to obtain the following linear (total) inhibition models: competitive inhibition CI (K iu ¼1); noncompetitive inhibition NCI (K ic ¼ K iu ); uncompetitive inhibition UI (K ic ¼1). as Marquardt, Newton, or Descendent). First and second-order derivatives are automatically computed. MAXITER define the maximum number of iterations allowed for maximum likelihood fit. The PARMS statement lists names of parameters and specifies initial values. If the Gauss Newton does not converge immediately with the first parameters, it will be necessary to repeat the process introducing formerly obtained parameters, which now become the initial parameters, until the value of the constants stabilize. The MODEL statement specifies dependent (endogenous) variables and independent (exogenous) variables for the model. The BOUNDS statement restrains the parameter estimates within specified bounds. In each BOUNDS statement, you can specify a series of bounds separated by commas. The program ends with the RUN statement that executes a user-defined program. When initial phosphate does not exist it is necessary to write where w ¼ 0 before the model or rewrite the model. To convert the k3 constant obtained by the SAS software to usual enzyme units (U mg 1 ) it is necessary to remember that k3 units are in lm sec 1 (lg/2.75 ml) 1. Thus it is necessary to multiply by 165 to convert k3 units in lmol min 1 mg 1. RESULTS AND DISCUSSION Theoretical Framework Linear mixed inhibition (MI) includes all of the common types of inhibition and will therefore be taken as a general case (Fig. 1), although some inhibition constants can tend to infinity, meaning that they are irrelevant. This methodology has already been explained in previous works [8 11]. Assuming the general model for mixed linear inhibition (MI) in Fig. 1 and the Michaelis-Menten kinetic equation, we obtain the following rate equation: v ¼ K m 1 þ ½PŠ K ic V½ Š (Eq: 1) þ½ Š 1 þ ½PŠ K iu where K m, Michaelis constant; K ic, inhibitor dissociation constant of enzyme-inhibitor, and K iu, inhibitor dissociation constant of enzyme substrate inhibitor complexes; V, maximum velocity of reaction; v, initial velocity of reaction; [P] concentration of inhibitor; [ ] initial concentration of substrate. Now assuming that the inhibitor P is also formed during the reaction ([P] ¼ [P t ] þ [P 0 ] where [ ] [S t ] ¼ [P t ]) and [P 0 ] is the initial inhibitor concentration:

3 147 v ¼ d½s tš ¼ dt V½ Š K m ð1 þ½p t Š=K ic þ½p 0 Š=K ic Þþ½ Šð1 þ½p t Š=K iu þ½p 0 Š=K iu Þ (Eq: 2) where [S t ] is the concentration of substrate at the time t and the subscript 0 as, P 0, means initial concentration at t ¼ 0. Rearranging and integrating gives Z t 0 Z ½St Š ðk m ð1 þ½p t Š=K ic þ½p 0 Š=K ic Þþ½ Šð1 þ½p t Š=K iu þ½p 0 Š=K iu ÞÞ dt ¼ d½s t Š (Eq: 3) ½S t0 Š V½ Š Carrying out the integration gives t ¼ 1 V K ½ Š m þ ½P 0Š þ1 ln ½S tš K ic K ic ½ Š þ 1 K m þ ½Š þ ½P 0Š K ic K iu K iu ½S ð t Š ½ ŠÞþ 1 ½S t Š 2 ½ Š 2 ðeq: 4Þ 2K iu According to Table I, Equation 4 (MI, mixed linear model) can be simplified, giving rise to models with less constants such as the competitive inhibition (CI), uncompetitive inhibition (UCI), noncompetitive inhibition (NCI), or without inhibiton (WI). The four kinetic equations for WI, CI, NCI, and UCI models (Table I) are simplifications of Equation 4 (MI model). For example, if K ic approaches 1 the equation does not contains the terms where K ic is found in the denominator (Table I) and the model obtained is UCI (uncompetitive linear inhibition). Equations 5 8 also can be obtained from integration of the Michaelis-Menten rate equation assuming different inhibition types. Table II presents the equations from Table I rearranged for use with SAS software. Discrimination and Experimentally Determined Constants This kinetic investigation consists of two parts: discrimination between available models and parameter estimation WI CI NCI UCI TABLE I Integrated Michaelis-Menten equations obtained by simplification of mixed linear inhibition equation Model s name Obtained integrated equation Without inhibition t ¼ 1 V K m ln S t þðs t Þ Competitive inhibition Non competitive inhibition Uncompetitive inhibition t ¼ 1 V t ¼ 1 V t ¼ 1 V K m K m þ P 0 þ 1 K ic K ic þ P 0 þ 1 K iu K iu 1 2K iu ðs 2 t S 2 0 Þ ln S t þ 1 K m K ic ðs t Þ ln S t þ 1 K m þ P 0 þ K iu K iu K iu ðs t Þ ðk ic ¼ K iu Þ K m ln S t þ 1 þ þ P 0 K iu K iu ðs t Þþ 1 2K iu ðs 2 t S 2 0 Þ (Eq: 5) (Eq: 6) (Eq: 7) (Eq: 8) Model WI CI TABLE II Equations for different models arranged in order to use them in SAS software SAS equation y ¼ ððx wþþk m logðz=ðz ðx wþþþþ=ðh k3þ; y ¼ ðð1 k m =k a Þ ðx wþþk m ðz=k a þ w=k a þ 1Þ logðz=ðz ðx wþþþþ 1=ðh k3þ; NCI k a ¼ k b ; a ¼ k m þ k m w=k a þ k m z=k a ; b ¼ k m =k a þ 1 þ w=k b þ z=k b ; c ¼ 1=ð2 k b Þ; s ¼ z ðx wþ; y ¼ ða logðs=zþþb ðs zþ þc ðs 2 z 2ÞÞ ð 1=ðh k3þþ; UCI s ¼ ðz ðx wþþ; y ¼ ðk m logðz=sþ ð1þw=k b þ z=k b Þ ðs zþ þðs 2 z 2Þ=ð2 k b ÞÞ ð1=ðh k3þþ MI a ¼ k m þ k m w=k a þ k m z=k a ; b ¼ k m =k a þ 1 þ w=k b þ z=k b ; c ¼ 1=ð2 k b Þ; s ¼ z ðx wþ; y ¼ ða logðs=zþþb ðs zþ þ c ðs 2 z 2ÞÞ ð 1=ðh k3þþ

4 148 BAMBED, Vol. 35, No. 2, pp , 2007 TABLE III Summary of the obtained constants and statistical parameters in assays without phosphate initially present (w 5 0) WI CI NCI UCI MI K m (lm) 52.6 (61.5) 44.3 (62.4) Failed to converge 52.6 (61.5) 46.1 (61.6) K ic (mm) 6.9 (62.1) 9.2 (60.9) K iu (mm) k 3 (lm seg 1 (lg/2.75 ml) 1 ) ( ) ( ) ( ) ( ) SSE MSE r p n The models are explained in Fig. 1, see also the text. TABLE IV Summary of the obtained constants and statistical parameters in assays with phosphate initially present WI CI NCI UCI MI K m (lm) 58.6 (62.4) 45.5 (61.8) Failed to converge 66.7 (64.2) 45 (61.8) K ic (mm) 8.4 (60.9) 8.4 (60.9) K iu (mm) 62.0 (64.2) k 3 (lm seg 1 (lg/2.75 ml) 1 ) ( ) ( ) ( ) ( ) SSE MSE r p n The models are explained in Fig. 1, see also the text. TABLE V Sum of square errors (SSE) values for different models determined with or without initial phosphate added Conditions WI CI NCI UCI MI (only product of reaction) f.c f.c (also initially present) f.c. failed to converge. (Tables III and IV). As previously demonstrated [13] when two models, for example, A and B with pa and pb parameters are fitted (separately) to the same data set with n experimental points, the model giving the lowest SSE (sum of squares error) value should be regarded as giving the best fit and is a measure of the goodness of fit of the mathematical model to the data set. w ¼ ðsse A SSE B Þðn p B Þ ðp B p A ÞSSE B When w f-value > 0 the more complex model should be preferred, otherwise a simpler model can be applied. The f-values are obtained from statistical tables (F distribution, f(p B p A, n p B )) at the desired level of probability (f 0.95 ) knowing p B p A (number of parameters added) and n p B (degrees of freedom) for these models (Table VI). Inhibition by In spite of the fact that two different assays were used [without phosphate initially present (Table III) and with phosphate (Table IV)] the results obtained are very close. This is one of the principal advantages of this approach, i.e. to obtain kinetic constants of product inhibition without the initial addition of the product. This is of special mention when the product of reaction is a labile molecule. By studying the values presented in Tables III and IV we can conclude that CI, NCI, and UCI models have the same parameters and so it is enough to compare the SSE values (Table V). The comparison reveals that the CI model is better than any other with the same number of parameters (CI exhibit the lowest SSE value). When we compare CI versus MI model since the CI model has fewer parameters and a lower SEE, it is indubitably the best model. Thus, it is only necessary to compare w f 0.95 value to the WI versus CI model (Table VI). The w f 0.95 comparison between models (Table VI) shows that CI should be preferred when compared with the WI. The results show that the more complex model (CI model) should be preferred (w f-value > 0). This last result was expected by analysis of SSE values, but as there were different parameters in the models WI and CI it is convenient to apply this test. The constants obtained by this methodology (progress curve analysis) and by initial rates (Table VII and Fig. 2) are compared (Table VIII). The results showed lowest values for inhibition constant K ic and K m when determined with integrated Michaelis-Menten equation (Table VIII). The presence of initial product (when it is also an inhibitor) causes an evident decrease in initial velocity determinations. The decrease in the value of the parameters can be explained by theoretical errors connected with determination of initial velocities when the reaction product is an inhibitor. These errors are related to the occurrence of reaction product inhibition that prevents accurate determination of initial veloc-

5 149 TABLE VI Summary of the w f 0.95 values in assays without initial phosphate (first line) and with initial phosphate (second line) Models A/B SSE A SSE B n p A p B w p B p A n p B f 0.95 w f 0.95 WI/CI a c WI/CI b c The models are explained in Fig 1, see also the text. a Compare models without initial phosphate present. b Compare models with initial phosphate present. c These values point out that w is larger than the f-value. The f-value is f(p B p A, n p B ) at the desired level of probability (f 0.95 ). TABLE VII Initial rates determined by tangent of experimental points [S] (lm) I ¼ 0.00 lm, vo (U mg 1 ) I ¼ lm, vo (U mg 1 ) TABLE VIII Comparison of kinetic constants as estimated by two methods (integrated Michaelis-Menten equation, competitive Michaelis-Menten equation) using non linear regression Inhibitors Method a K m (lm) K ic (lm) (only product of reaction) (initially present and also product of reaction) V max (lmol min 1 mg 1 ) IMME 44.3 (62.4) 6.9 (62.1) 2.9 (60.1) CMME 61.2 (65.1) b 3.0 (60.1) IMME 45.5 (61.8) 8.4 (60.9) 3.0 (60.1) CMME 62.1 (65.6) 8.9 (62.7) 3.0 (60.1) a Methods: IMME Integrated Michaelis-Menten equation; CMME competive Michaelis-Menten equation (initial rates). b Without initial phosphate is not possible to determine this value. FIG. 2. A Lineweaver-Burk plot of alkaline phosphatase kinetic catalyzed at 37 8C in 0.1 M Tris HCl buffer, ph 9.0. D effect of phosphate (5 lm); & without inhibitor. ities by the tangent to the progress curve. Thus initial velocities estimated by a tangent to the progress curve give an inferior value than the real velocity. CONCLUSIONS Even if it is true that initial velocity methods are preferred in common laboratory work, the understanding of the integrated Michaelis-Menten equation by the students should not be considered a useless effort. Actually, this integrated equation is useful to obtain more accurate kinetic parameters. Moreover, this is a potent methodology which can be applied in more advanced studies to overcome problems of kinetic parameters determination. Acknowledgment The authors thank anonymous reviewers for valuable comments and suggestions on an earlier version of the manuscript. REFERENCES [1] N. C. Price, B. L. Newman (2000) Demonstration of the principles of enzyme-catalysed reactions using alkaline phosphatase, Biochem. Mol. Biol. Educ. 28, [2] R. G. Duggleby (2001) Quantitative analysis of the time courses of enzyme-catalyzed reactions, Methods 24, [3] B. A. Orsi, K. F. Tipton (1979) Kinetic analysis of progress curves, Methods Enzymol. 63, [4] R. G. Duggleby (1995) Analysis of enzyme progress curves by nonlinear regression, Methods Enzymol. 249, [5] J. Moreno (1985) The use of the integrated Michaelis-Menten equation in the determination of kinetic parameters, Biochem. Educ. 13, [6] M. J. Selwyn (1965) A simple test for inactivation of an enzyme during assay, Biochim. Biophys. Acta 105, [7] R. G. Duggleby (1994) Analysis of progress curves for enzymecatalyzed reactions: Application to unstable enzymes, coupled reactions and transient-state kinetics, Biochim. Biophys. Acta 1205, [8] R. M. F. Bezerra, A. A. Dias (2004) Discrimination among eight modified Michaelis-Menten kinetics models of cellulose hydrolysis with a large range of substrate/enzyme ratios: Inhibition by cellobiose, Appl. Biochem. Biotechnol. 112, [9] R. M. F. Bezerra, A. A. Dias (2005) Enzymatic kinetic of cellulose hydrolysis, Inhibition by ethanol and cellobiose, Appl. Biochem. Biotechnol. 126, [10] R. M. F. Bezerra, A. A. Dias, I. Fraga, A. N. Pereira (2006) Simultaneous ethanol and cellobiose inhibition of cellulose hydrolysis studied with integrated equations assuming constant or variable substrate concentration, Appl. Biochem. Biotechnol. 134, [11] R. M. F. Bezerra (1999) A simple process to identify the type of kinetics and estimate the kinetic parameters in the presence of two different inhibitors, J. Med. Biochem. 3, [12] M. A. Pitt, I. J. Myung (2002) When a good fit can be bad, Trends Cogn. Sci. 6, [13] B. Mannervik (1982) Regression analysis, experimental error and statistical criteria in the design and analysis of experiments for discrimination between rival kinetic models, Methods Enzymol. 87,

6 150 BAMBED, Vol. 35, No. 2, pp , 2007 APPENDIX SAS Program to Model CI with Experimental Points data; input y x z w h; cards; proc nlin method ¼ gauss newton maxiter ¼ 500; parms k m ¼1500, k a ¼13, k3 ¼ 2; model y ¼ ((1 k m /k a )*(x w) þ k m *(z/k a þ w/k a þ 1)*log(z/(z (x w))))*1/(h*k3); bounds k m > 0, k a > 0, K3 > 0; run;

it is assumed that only EH and ESH are catalytically active Michaelis-Menten equation for this model is:

it is assumed that only EH and ESH are catalytically active Michaelis-Menten equation for this model is: initial rates for many enzymatic reactions exhibit bell-shaped curves as a function of ph curves reflect the ionizations of certain amino acid residues that must be in a specific ionization state for enzyme

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

Previous Class. Today. Michaelis Menten equation Steady state vs pre-steady state

Previous Class. Today. Michaelis Menten equation Steady state vs pre-steady state Previous Class Michaelis Menten equation Steady state vs pre-steady state Today Review derivation and interpretation Graphical representation Michaelis Menten equations and parameters The Michaelis Menten

More information

Enzyme Reactions. Lecture 13: Kinetics II Michaelis-Menten Kinetics. Margaret A. Daugherty Fall v = k 1 [A] E + S ES ES* EP E + P

Enzyme Reactions. Lecture 13: Kinetics II Michaelis-Menten Kinetics. Margaret A. Daugherty Fall v = k 1 [A] E + S ES ES* EP E + P Lecture 13: Kinetics II Michaelis-Menten Kinetics Margaret A. Daugherty Fall 2003 Enzyme Reactions E + S ES ES* EP E + P E = enzyme ES = enzyme-substrate complex ES* = enzyme/transition state complex EP

More information

Michaelis-Menten Kinetics. Lecture 13: Kinetics II. Enzyme Reactions. Margaret A. Daugherty. Fall Substrates bind to the enzyme s active site

Michaelis-Menten Kinetics. Lecture 13: Kinetics II. Enzyme Reactions. Margaret A. Daugherty. Fall Substrates bind to the enzyme s active site Lecture 13: Kinetics II Michaelis-Menten Kinetics Margaret A. Daugherty Fall 2003 Enzyme Reactions E + S ES ES* EP E + P E = enzyme ES = enzyme-substrate complex ES* = enzyme/transition state complex EP

More information

Lab training Enzyme Kinetics & Photometry

Lab training Enzyme Kinetics & Photometry Lab training Enzyme Kinetics & Photometry Qing Cheng Qing.Cheng@ki.se Biochemistry Division, MBB, KI Lab lecture Introduction on enzyme and kinetics Order of a reaction, first order kinetics Michaelis-Menten

More information

Enzymes II. Dr. Mamoun Ahram Summer, 2017

Enzymes II. Dr. Mamoun Ahram Summer, 2017 Enzymes II Dr. Mamoun Ahram Summer, 2017 Kinetics Kinetics is deals with the rates of chemical reactions. Chemical kinetics is the study of the rates of chemical reactions. For the reaction (A P), The

More information

ENZYME KINETICS. Medical Biochemistry, Lecture 24

ENZYME KINETICS. Medical Biochemistry, Lecture 24 ENZYME KINETICS Medical Biochemistry, Lecture 24 Lecture 24, Outline Michaelis-Menten kinetics Interpretations and uses of the Michaelis- Menten equation Enzyme inhibitors: types and kinetics Enzyme Kinetics

More information

13 Determining the Efficiency of the Enzyme Acetylcholine Esterase Using Steady-State Kinetic Experiment

13 Determining the Efficiency of the Enzyme Acetylcholine Esterase Using Steady-State Kinetic Experiment 13 Determining the Efficiency of the Enzyme Acetylcholine Esterase Using Steady-State Kinetic Experiment 131 Learning Objective This laboratory introduces you to steady-state kinetic analysis, a fundamental

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

Enzyme Kinetics. Michaelis-Menten Theory Dehaloperoxidase: Multi-functional Enzyme. NC State University

Enzyme Kinetics. Michaelis-Menten Theory Dehaloperoxidase: Multi-functional Enzyme. NC State University Enzyme Kinetics Michaelis-Menten Theory Dehaloperoxidase: Multi-functional Enzyme NC State University Michaelis-Menton kinetics The rate of an enzyme catalyzed reaction in which substrate S is converted

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

From the Institute of Biochemistry, Faculty of Medicine, University of Ljubljana, Vrazov trg 2, 1000 Ljubljana, Slovenia

From the Institute of Biochemistry, Faculty of Medicine, University of Ljubljana, Vrazov trg 2, 1000 Ljubljana, Slovenia Q 211 by The International Union of Biochemistry and Molecular Biology BIOCHEMISTRY AND MOLECULAR BIOLOGY EDUCATION Vol. 39, No. 2, pp. 117 125, 211 Article Exact and Approximate Solutions for the Decades-old

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

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

It is generally believed that the catalytic reactions occur in at least two steps.

It is generally believed that the catalytic reactions occur in at least two steps. Lecture 16 MECHANISM OF ENZYME ACTION A chemical reaction such as A ----> P takes place because a certain fraction of the substrate possesses enough energy to attain an activated condition called the transition

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

Measurement of Enzyme Activity - ALP Activity (ALP: Alkaline phosphatase)

Measurement of Enzyme Activity - ALP Activity (ALP: Alkaline phosphatase) Measurement of Enzyme Activity - ALP Activity (ALP: Alkaline phosphatase) Measurement and analysis of enzyme activity is often used in the field of life science such as medicines and foods to investigate

More information

shown by line A. The net effect of temperature on an enzyme-catalyzed reaction is given by line C.

shown by line A. The net effect of temperature on an enzyme-catalyzed reaction is given by line C. Experiment 8 EFFECT OF TEMPERATURE ON ENZYME ACTIVITY Temperature affects the stability of an enzyme as well as the binding of substrate and its transformation to product. Line B of Fig. 8-l shows 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

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

Bioengineering Laboratory I. Enzyme Assays. Part II: Determination of Kinetic Parameters Fall Semester

Bioengineering Laboratory I. Enzyme Assays. Part II: Determination of Kinetic Parameters Fall Semester Bioengineering Laboratory I Enzyme Assays Part II: Determination of Kinetic Parameters 2016-2017 Fall Semester 1. Theoretical background There are several mathematical models to determine the kinetic constants

More information

Enzyme reaction example of Catalysis, simplest form: E + P at end of reaction No consumption of E (ES): enzyme-substrate complex Intermediate

Enzyme reaction example of Catalysis, simplest form: E + P at end of reaction No consumption of E (ES): enzyme-substrate complex Intermediate V 41 Enzyme Kinetics Enzyme reaction example of Catalysis, simplest form: k 1 E + S k -1 ES E at beginning and ES k 2 k -2 E + P at end of reaction No consumption of E (ES): enzyme-substrate complex Intermediate

More information

Chapter 6: Outline-2. Chapter 6: Outline Properties of Enzymes. Introduction. Activation Energy, E act. Activation Energy-2

Chapter 6: Outline-2. Chapter 6: Outline Properties of Enzymes. Introduction. Activation Energy, E act. Activation Energy-2 Chapter 6: Outline- Properties of Enzymes Classification of Enzymes Enzyme inetics Michaelis-Menten inetics Lineweaver-Burke Plots Enzyme Inhibition Catalysis Catalytic Mechanisms Cofactors Chapter 6:

More information

Biochemistry Enzyme kinetics

Biochemistry Enzyme kinetics 1 Description of Module Subject Name Paper Name Module Name/Title Enzyme Kinetics Dr. Vijaya Khader Dr. MC Varadaraj 2 1. Objectives 2. Enzymes as biological catalyst 3. Enzyme Catalysis 4. Understanding

More information

Abstract and Objectives

Abstract and Objectives inetics of Alcohol Dehydrogenase with competitive inhibition Steven Asplund, ictor. Tseng 2 Department of Bioengineering, University of Washington Abstract and Objectives Alcohol Dehydogenase (ADH) allows

More information

Bioreactor Engineering Laboratory

Bioreactor Engineering Laboratory Bioreactor Engineering Laboratory Determination of kinetics parameters of enzymatic hydrolysis of lactose catalyzed by β-galactosidase. Supervisor: Karolina Labus, PhD 1. THEROETICAL PART Enzymes are macromolecular,

More information

Lecture 13: Data Analysis and Interpretation of the Michaelis-Menten Parameters

Lecture 13: Data Analysis and Interpretation of the Michaelis-Menten Parameters Biological Chemistry Laboratory Biology 3515/Chemistry 3515 Spring 2019 Lecture 13: Data Analysis and Interpretation of the Michaelis-Menten Parameters 19 February 2019 c David P. Goldenberg University

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

BIOCHEMISTRY and MOLECULAR BIOLOGY INTERNATIONAL. Qing-Xi Chen ~, and Hai-Meng Zhou*

BIOCHEMISTRY and MOLECULAR BIOLOGY INTERNATIONAL. Qing-Xi Chen ~, and Hai-Meng Zhou* Vol. 46, No. 2, October 1998 BOCHEMSTRY and MOLECULAR BOLOGY NTERNATONAL Pages 225-231 An Essential Lysine Residue of Green Crab (Scylla Serrata) Alkaline Phosphatase Qing-Xi Chen ~, and Hai-Meng Zhou*

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

Biochemical Kinetics: the science that studies rates of chemical reactions An example is the reaction (A P), The velocity, v, or rate, of the

Biochemical Kinetics: the science that studies rates of chemical reactions An example is the reaction (A P), The velocity, v, or rate, of the Biochemical Kinetics: the science that studies rates of chemical reactions An example is the reaction (A P), The velocity, v, or rate, of the reaction A P is the amount of P formed or the amount of A consumed

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

Biochemistry. Lecture 8 Enzyme Kinetics

Biochemistry. Lecture 8 Enzyme Kinetics Biochemistry Lecture 8 Enzyme Kinetics Why Enzymes? igher reaction rates Greater reaction specificity Milder reaction conditions Capacity for regulation C - - C N 2 - C N 2 - C - C Chorismate mutase -

More information

PowerWaveX Select and KC4 : A Multifunctional System for Today s Laboratory Environment

PowerWaveX Select and KC4 : A Multifunctional System for Today s Laboratory Environment PowerWaveX Select and KC4 : A Multifunctional System for Today s Laboratory Environment Figure 1. PowerWaveX Select Microplate Spectrophotometer Introduction With today's requirements for high throughput,

More information

BCMB 3100 Chapters 6,7,8 Enzyme Basics. Six Classes (IUBMB) Kinetics Michaelis-Menten Equation Vo, Km, Vmax, Kcat Lineweaver-Burk Plot

BCMB 3100 Chapters 6,7,8 Enzyme Basics. Six Classes (IUBMB) Kinetics Michaelis-Menten Equation Vo, Km, Vmax, Kcat Lineweaver-Burk Plot BCMB 3100 Chapters 6,7,8 Enzyme Basics Six Classes (IUBMB) Kinetics Michaelis-Menten Equation Vo, Km, Vmax, Kcat Lineweaver-Burk Plot Enzymes are biological macromolecules that increase the rate of the

More information

BCMB 3100 Chapters 6,7,8 Enzyme Basics. Six Classes (IUBMB) Kinetics Michaelis-Menten Equation Vo, Km, Vmax, Kcat Lineweaver-Burk Plot

BCMB 3100 Chapters 6,7,8 Enzyme Basics. Six Classes (IUBMB) Kinetics Michaelis-Menten Equation Vo, Km, Vmax, Kcat Lineweaver-Burk Plot BCMB 3100 Chapters 6,7,8 Enzyme Basics Six Classes (IUBMB) Kinetics Michaelis-Menten Equation Vo, Km, Vmax, Kcat Lineweaver-Burk Plot Enzymes are biological macromolecules that increase the rate of the

More information

Integrated Michaelis-Menten equation in DynaFit. 3. Application to HIV protease

Integrated Michaelis-Menten equation in DynaFit. 3. Application to HIV protease Integrated Michaelis-Menten equation in DynaFit. 3. Application to HIV protease BIOKIN TECHNICAL NOTE TN-216-3 Petr Kuzmič BioKin Ltd., Watertown, Massachusetts Abstract The DynaFit software package (http://www.biokin.com/dynafit/)

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

CHAPTER 1: ENZYME KINETICS AND APPLICATIONS

CHAPTER 1: ENZYME KINETICS AND APPLICATIONS CHAPTER 1: ENZYME KINETICS AND APPLICATIONS EM 1 2012/13 ERT 317 BIOCHEMICAL ENGINEERING Course details Credit hours/units : 4 Contact hours : 3 hr (L), 3 hr (P) and 1 hr (T) per week Evaluations Final

More information

BCMB 3100 Chapters 6,7,8 Enzyme Basics. Six Classes (IUBMB) Kinetics Michaelis-Menten Equation Vo, Km, Vmax, Kcat Lineweaver-Burk Plot

BCMB 3100 Chapters 6,7,8 Enzyme Basics. Six Classes (IUBMB) Kinetics Michaelis-Menten Equation Vo, Km, Vmax, Kcat Lineweaver-Burk Plot BCMB 3100 Chapters 6,7,8 Enzyme Basics Six Classes (IUBMB) Kinetics Enzymes are biological macromolecules that increase the rate of the reaction. Six major groups of enzymes (pgs. 94-95/98-99) Oxidoreductases:

More information

Algebraic solution for time course of enzyme assays. Enzyme kinetics in the real world. Progress curvature at low initial [substrate]

Algebraic solution for time course of enzyme assays. Enzyme kinetics in the real world. Progress curvature at low initial [substrate] 1 Algebraic solution for course of enzyme assays DynaFit in the Analysis of Enzyme Progress Curves Irreversible enzyme inhibition ONLY THE SIMPLEST REACTION MECHANISMS CAN BE TREATED IN THIS WAY EXAMPLE:

More information

Effect of Temperature Increasing the temperature increases the energy in the system. Two effects kinetic. denaturing

Effect of Temperature Increasing the temperature increases the energy in the system. Two effects kinetic. denaturing Effect of Temperature Increasing the temperature increases the energy in the system Two effects kinetic denaturing Kinetic effect Increased motion of molecules Increased collisions between enzyme/substrate

More information

Lecture 12: Burst Substrates and the V vs [S] Experiment

Lecture 12: Burst Substrates and the V vs [S] Experiment Biological Chemistry Laboratory Biology 3515/Chemistry 3515 Spring 2019 Lecture 12: Burst Substrates and the V vs [S] Experiment 14 February 2019 c David P. Goldenberg University of Utah goldenberg@biology.utah.edu

More information

SIMPLE MODEL Direct Binding Analysis

SIMPLE MODEL Direct Binding Analysis Neurochemistry, 56:120:575 Dr. Patrick J. McIlroy Supplementary Notes SIMPLE MODEL Direct Binding Analysis The interaction of a (radio)ligand, L, with its receptor, R, to form a non-covalent complex, RL,

More information

2. Under what conditions can an enzyme assay be used to determine the relative amounts of an enzyme present?

2. Under what conditions can an enzyme assay be used to determine the relative amounts of an enzyme present? Chem 315 In class/homework problems 1. a) For a Michaelis-Menten reaction, k 1 = 7 x 10 7 M -1 sec -1, k -1 = 1 x 10 3 sec -1, k 2 = 2 x 10 4 sec -1. What are the values of K s and K M? K s = k -1 / k

More information

Enzyme Kinetics Using Isothermal Calorimetry. Malin Suurkuusk TA Instruments October 2014

Enzyme Kinetics Using Isothermal Calorimetry. Malin Suurkuusk TA Instruments October 2014 Enzyme Kinetics Using Isothermal Calorimetry Malin Suurkuusk TA Instruments October 2014 ITC is a powerful tool for determining enzyme kinetics Reactions, including enzymatic reactions, produce or absorb

More information

Progress curve analysis for enzyme and microbial kinetic reactions using explicit solutions based on the Lambert W function

Progress curve analysis for enzyme and microbial kinetic reactions using explicit solutions based on the Lambert W function Journal of Microbiological Methods 59 (2004) 317 326 www.elsevier.com/locate/jmicmeth Progress curve analysis for enzyme and microbial kinetic reactions using explicit solutions based on the Lambert W

More information

2013 W. H. Freeman and Company. 6 Enzymes

2013 W. H. Freeman and Company. 6 Enzymes 2013 W. H. Freeman and Company 6 Enzymes CHAPTER 6 Enzymes Key topics about enzyme function: Physiological significance of enzymes Origin of catalytic power of enzymes Chemical mechanisms of catalysis

More information

Biochemistry 462a - Enzyme Kinetics Reading - Chapter 8 Practice problems - Chapter 8: (not yet assigned); Enzymes extra problems

Biochemistry 462a - Enzyme Kinetics Reading - Chapter 8 Practice problems - Chapter 8: (not yet assigned); Enzymes extra problems Biochemistry 462a - Enzyme Kinetics Reading - Chapter 8 Practice problems - Chapter 8: (not yet assigned); Enzymes extra problems Introduction Enzymes are Biological Catalysis A catalyst is a substance

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

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 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

Characterization of Reversible Kinase Inhibitors using Microfluidic Mobility-Shift Assays

Characterization of Reversible Kinase Inhibitors using Microfluidic Mobility-Shift Assays Application Note 211 Characterization of Reversible Kinase Inhibitors using Microfluidic Mobility-Shift Assays Introduction Current drug discovery efforts typically focus on developing small molecule inhibitors

More information

CHEM April 10, Exam 3

CHEM April 10, Exam 3 Name CHEM 3511 April 10, 2009 Exam 3 Name Page 1 1. (12 points) Give the name of your favorite Tech professor and in one sentence describe why you like him/her. 2. (10 points) An enzyme cleaves a chemical

More information

Chapter 8. Enzymes: basic concept and kinetics

Chapter 8. Enzymes: basic concept and kinetics Chapter 8 Enzymes: basic concept and kinetics Learning objectives: mechanism of enzymatic catalysis Michaelis -Menton Model Inhibition Single Molecule of Enzymatic Reaction Enzymes: catalysis chemical

More information

BIOCHEMISTRY - CLUTCH REVIEW 2.

BIOCHEMISTRY - CLUTCH REVIEW 2. !! www.clutchprep.com CONCEPT: BINDING AFFINITY Protein-ligand binding is reversible, like a chemical equilibrium [S] substrate concentration [E] enzyme concentration Ligands bind to proteins via the same

More information

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

ENZYME SCIENCE AND ENGINEERING PROF. SUBHASH CHAND DEPARTMENT OF BIOCHEMICAL ENGINEERING AND BIOTECHNOLOGY IIT DELHI LECTURE 6 ENZYME SCIENCE AND ENGINEERING PROF. SUBHASH CHAND DEPARTMENT OF BIOCHEMICAL ENGINEERING AND BIOTECHNOLOGY IIT DELHI LECTURE 6 KINETICS OF ENZYME CATALYSED REACTIONS Having understood the chemical and

More information

Reading for today: Chapter 16 (selections from Sections A, B and C) Friday and Monday: Chapter 17 (Diffusion)

Reading for today: Chapter 16 (selections from Sections A, B and C) Friday and Monday: Chapter 17 (Diffusion) Lecture 29 Enzymes Reading for today: Chapter 6 (selections from Sections, B and C) Friday and Monday: Chapter 7 (Diffusion) 4/3/6 Today s Goals Michaelis-Menten mechanism for simple enzyme reactions:

More information

Previous Class. Today. Cosubstrates (cofactors)

Previous Class. Today. Cosubstrates (cofactors) Previous Class Cosubstrates (cofactors) Today Proximity effect Basic equations of Kinetics Steady state kinetics Michaelis Menten equations and parameters Enzyme Kinetics Enzyme kinetics implies characterizing

More information

PUTTING KINETIC PRINCIPLES INTO PRACTICE

PUTTING KINETIC PRINCIPLES INTO PRACTICE CHAPTER 14 PUTTING KINETIC PRINCIPLES INTO PRACTICE KIRK L. PARKIN The overall goal of efforts to characterize enzymes is to document their molecular and kinetic properties. Regardless of the exact mechanism

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 2014

Enzyme Kinetics 2014 V 41 Enzyme Kinetics 2014 Atkins Ch.23, Tinoco 4 th -Ch.8 Enzyme rxn example Catalysis/Mechanism: E + S k -1 ES k 1 ES E is at beginning and k 2 k -2 E + P at end of reaction Catalyst: No consumption of

More information

Certificate of Analysis

Certificate of Analysis Certificate of Analysis 10 Old Barn Road Lake Placid, NY 12946 Technical Support: T: 800 548-7853 F: 518 523-4513 email: techserv@upstate.com Sales Department: T: 800 233-3991 F: 781 890-7738 Licensing

More information

Enzyme Nomenclature Provides a Systematic Way of Naming Metabolic Reactions

Enzyme Nomenclature Provides a Systematic Way of Naming Metabolic Reactions Enzyme Kinetics Virtually All Reactions in Cells Are Mediated by Enzymes Enzymes catalyze thermodynamically favorable reactions, causing them to proceed at extraordinarily rapid rates Enzymes provide cells

More information

Comprehensive Enzyme Kinetics

Comprehensive Enzyme Kinetics Comprehensive Enzyme Kinetics Comprehensive Enzyme Kinetics Vladimir Leskovac University of Novi Sad KLUWER ACADEMIC PUBLISHERS NEW YORK, BOSTON, DORDRECHT, LONDON, MOSCOW ebook ISBN: 0-306-48390-4 Print

More information

A hypothetical model of the influence of inorganic phosphate on the kinetics of pyruvate kinase

A hypothetical model of the influence of inorganic phosphate on the kinetics of pyruvate kinase BioSystems 54 (1999) 71 76 www.elsevier.com/locate/biosystems A hypothetical model of the influence of inorganic phosphate on the kinetics of pyruvate kinase Marian Kuczek * Institute of Biology and En

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

Report on. Starch Hydrolysis. Submitted to. Dr. Stephanie Loveland Chemical and Biological Engineering Department.

Report on. Starch Hydrolysis. Submitted to. Dr. Stephanie Loveland Chemical and Biological Engineering Department. Report on Starch Hydrolysis Submitted to Dr. Stephanie Loveland Chemical and Biological Engineering Department November 28, 2016 By Aimee Pierce Iowa State University ABSTRACT Enzyme catalysts are important

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

Overview of MM kinetics

Overview of MM kinetics Overview of MM kinetics Prepared by Robert L Sinsabaugh and Marcy P Osgood in 2007. Includes assumptions and deriviation of original MM model. Includes limitations and implications of MM application to

More information

A microscale enzyme experiment based on bacterial gelatinase

A microscale enzyme experiment based on bacterial gelatinase Acta Manilana 63 (215), pp. 97 12 Printed in the Philippines ISSN: 65 137 A microscale enzyme experiment based on bacterial gelatinase Cristina G. Silvestre 1 & Maria Cristina R. Ramos 1,2 * 1 Department

More information

GeNei TM Enzyme Kinetics Teaching Kit Manual

GeNei TM Enzyme Kinetics Teaching Kit Manual Teaching Kit Manual Cat No. New Cat No. KT89 106209 Revision No.: 00140806 CONTENTS Page No. Objective 3 Principle 3 Kit Description 4 Materials Provided 5 Procedure 6 Result 12 Interpretation 17 ORDERING

More information

Petr Kuzmič, Ph.D. BioKin, Ltd.

Petr Kuzmič, Ph.D. BioKin, Ltd. I N N O V A T I O N L E C T U R E S (I N N O l E C) Binding and Kinetics for Experimental Biologists Lecture 7 Dealing with uncertainty: Confidence intervals Petr Kuzmič, Ph.D. BioKin, Ltd. WATERTOWN,

More information

Lecture 16 (10/23/17) Lecture 16 (10/23/17)

Lecture 16 (10/23/17) Lecture 16 (10/23/17) Lecture 16 (10/23/17) Reading: Ch6; 207-210 Ch6; 192-193, 195-196, 205-206 Problems: Ch6 (text); 18, 19, 20, 21, 22 Ch6 (study guide-facts); 9, 11 Ch6 (study guide-applying); 2 NEXT Reading: Ch6; 213-218

More information

Chemical reaction networks and diffusion

Chemical reaction networks and diffusion FYTN05 Computer Assignment 2 Chemical reaction networks and diffusion Supervisor: Adriaan Merlevede Office: K336-337, E-mail: adriaan@thep.lu.se 1 Introduction This exercise focuses on understanding and

More information

What Happens when Data are Fitted to the Wrong Equation?

What Happens when Data are Fitted to the Wrong Equation? Biochem. J. (1978) 171,513-517 Printed in Great Britain 513 What Happens when Data are Fitted to the Wrong Equation? By KETH J. ELLS and RONALD G. DUGGLEBY Department ofbiochemistry, John Curtin School

More information

Topic 4 Correlation and Regression. Transformed Variables

Topic 4 Correlation and Regression. Transformed Variables Topic 4 Correlation and Regression Transformed Variables 1 / 13 Outline Worldwide Oil Production Lineweaver-Burke double reciprocal plot 2 / 13 Worldwide Oil Production Example. The modern history of petroleum

More information

Lecture 11: Enzyme Kinetics, Part I

Lecture 11: Enzyme Kinetics, Part I Biological Chemistry Laboratory Biology 3515/Chemistry 3515 Spring 2018 Lecture 11: Enzyme Kinetics, Part I 13 February 2018 c David P. Goldenberg University of Utah goldenberg@biology.utah.edu Back to

More information

CHEM 251 (4 credits): Description

CHEM 251 (4 credits): Description CHEM 251 (4 credits): Intermediate Reactions of Nucleophiles and Electrophiles (Reactivity 2) Description: An understanding of chemical reactivity, initiated in Reactivity 1, is further developed based

More information

4. What is the general expression Keq (the equilibrium constant) in terms of product and reactant concentration? tell us about the enzyme.

4. What is the general expression Keq (the equilibrium constant) in terms of product and reactant concentration? tell us about the enzyme. Section 8 Enzyme Kinetics Pre-Activity Assignment 1. Produce a reading log for the sections in your text that discuss the Michaelis-Menten equation and including kcat. 2. Focus on the derivation of the

More information

Implementation of the King-Altman method in DynaFit

Implementation of the King-Altman method in DynaFit Implementation of the King-Altman method in DynaFit BioKin Technical Note TN-2015-03 Petr Kuzmič BioKin Ltd., Watertown, Massachusetts, USA http: // www. biokin. com Abstract The DynaFit software package

More information

Program for the rest of the course

Program for the rest of the course Program for the rest of the course 16.4 Enzyme kinetics 17.4 Metabolic Control Analysis 19.4. Exercise session 5 23.4. Metabolic Control Analysis, cont. 24.4 Recap 27.4 Exercise session 6 etabolic Modelling

More information

Chem Lecture 4 Enzymes Part 2

Chem Lecture 4 Enzymes Part 2 Chem 452 - Lecture 4 Enzymes Part 2 Question of the Day: Is there some easy way to clock how many reactions one enzyme molecule is able to catalyze in an hour? Thermodynamics I think that enzymes are molecules

More information

Action of the Protease from Streptomyces cellulosae on L-Leu-Gly

Action of the Protease from Streptomyces cellulosae on L-Leu-Gly /. Biochem. 99, 1625-1630 (1986) Action of the Protease from Streptomyces cellulosae on L-Leu-Gly Tetsuo MURO, Yoshio TOMINAGA, and Shigetaka OKADA Osaka Municipal Technical Research Institute, Joto-ku,

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

Enzyme Kinetics. Differential Equations Series. Instructor s Guide. Table of Contents

Enzyme Kinetics. Differential Equations Series. Instructor s Guide. Table of Contents Enzyme Kinetics Differential Equations Series Instructor s Guide Table of Contents Introduction.... 2 When to Use this Video.... 2 Learning Objectives.... 2 Motivation.... 2 Student Experience.... 2 Key

More information

Flavianate, an amino acid precipitant, is a competitive inhibitor of trypsin at ph 3.0

Flavianate, an amino acid precipitant, is a competitive inhibitor of trypsin at ph 3.0 Brazilian Journal of Medical and Biological Research (1998) 31: 115-1111 Inhibition of trypsin by flavianic acid at ph 3. ISSN 1-879X 115 Flavianate, an amino acid precipitant, is a competitive inhibitor

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

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

Diffusion influence on Michaelis Menten kinetics

Diffusion influence on Michaelis Menten kinetics JOURNAL OF CHEMICAL PHYSICS VOLUME 5, NUMBER 3 5 JULY 200 Diffusion influence on Michaelis Menten kinetics Hyojoon Kim, Mino Yang, Myung-Un Choi, and Kook Joe Shin a) School of Chemistry, Seoul National

More information

G. GENERAL ACID-BASE CATALYSIS

G. GENERAL ACID-BASE CATALYSIS G. GENERAL ACID-BASE CATALYSIS Towards a Better Chemical Mechanism via Catalysis There are two types of mechanisms we ll be discussing this semester. Kinetic mechanisms are concerned with rate constants

More information

webzyme A Web-Based Enzyme Simulation System for Education and Research

webzyme A Web-Based Enzyme Simulation System for Education and Research webzyme A Web-Based Enzyme Simulation System for Education and Research Rebecca L. Fagan, Brian Haber, and Bruce A. Palfey Department of Biological Chemistry, University of Michigan Medical School, Ann

More information

Biochemistry and Physiology ID #:

Biochemistry and Physiology ID #: BCHM 463 Your Name: Biochemistry and Physiology ID #: Exam II, November 4, 2002 Prof. Jason Kahn You have 50 minutes for this exam. Exams written in pencil or erasable ink will not be re-graded under any

More information

Lecture # 3, 4 Selecting a Catalyst (Non-Kinetic Parameters), Review of Enzyme Kinetics, Selectivity, ph and Temperature Effects

Lecture # 3, 4 Selecting a Catalyst (Non-Kinetic Parameters), Review of Enzyme Kinetics, Selectivity, ph and Temperature Effects 1.492 - Integrated Chemical Engineering (ICE Topics: Biocatalysis MIT Chemical Engineering Department Instructor: Professor Kristala Prather Fall 24 Lecture # 3, 4 Selecting a Catalyst (Non-Kinetic Parameters,

More information

Inhibition of Human Erythrocyte Lactate Dehydrogenase by High Concentrations of Pyruvate

Inhibition of Human Erythrocyte Lactate Dehydrogenase by High Concentrations of Pyruvate and Eur. J. Biochem. 78, 569-574 (1977) Inhibition of Human Erythrocyte Lactate Dehydrogenase by High Concentrations of Pyruvate Evidence for the Competitive Substrate Inhibition Chi-Sun WANG Lipoprotein

More information

Unit 3. Enzymes. Catalysis and enzyme kinetics.

Unit 3. Enzymes. Catalysis and enzyme kinetics. Unit 3 Enzymes. Catalysis and enzyme kinetics. OUTLINE 3.1. Characteristics of biological catalysts. Coenzymes, cofactors, vitamins Enzyme nomenclature and classification 3.2. Enzyme catalysis. Transition

More information

SECTION II: KINETICS AND BIOREACTOR DESIGN: JAVIER CALZADA FUNES

SECTION II: KINETICS AND BIOREACTOR DESIGN: JAVIER CALZADA FUNES SECTION II: KINETICS AND BIOREACTOR DESIGN: LESSON 9.1. - Enzymatic kinetics, microbial kinetics and metabolic stoichiometry - Brief review on enzymatic reaction kinetics JAVIER CALZADA FUNES Biotechnology

More information

Supplementary Material (ESI) for Chemical Communications This journal is (c) The Royal Society of Chemistry 2010

Supplementary Material (ESI) for Chemical Communications This journal is (c) The Royal Society of Chemistry 2010 Synthesis of substrates 2,2-[ 2 H 2 ]-Decanoyl-CoA (3) was synthesised using an extension of the method previously described by us. 1 Thus, diethyl malonate 7 (Scheme 1) was deprotonated and the resulting

More information

Killing bacteria by inhibiting their enzymes. BIOCHEMISTRY LAB

Killing bacteria by inhibiting their enzymes. BIOCHEMISTRY LAB BIOCHEMISTRY LAB CHE554 Enzyme Kinetics Motivation: Enzymes mediate almost all the chemistry in cells, and thus in life. They are the best catalysts known and have applications in every field as tools

More information