Problem Set 6 Question 1
|
|
|
- Griselda Bennett
- 10 years ago
- Views:
Transcription
1 Question 1 Uncompetitive enzyme inhibitors bind to a site distant from the active site of the enzymesubstrate complex and allosterically inhibit catalysis. A schematic of this process is shown below (Figure 6.19 from Wittrup and Tidor). kt k'"" k t k k A) Write a system of Ordinary Differential Equations to describe the dynamics of uncompetitive inhibition. Label the above schematic with the rate constants you use in your equations. You should have one differential equation for each species in the system. d P (1) = k cat ES d[eis] (2) = k I [ ES][] - k-i EIS I d ES (3) = k 1 [ E][] S - k-1 [ ES] - kcat [ ES]- k I [ ES ][] + k-i EIS d E (4) = E S + k-1 ES + kcat ES [] -k 1 [] d S (5) = E S + k -1 ES d[ I ] -k 1 [] (6) = -k i [ ES ][]+ I k -i [EIS] I 1
2 Question 1 B) Derive the Michaelis-Menten equation for reaction velocity in terms of [S], [I], [E 0 ], and the relevant rate and equilibrium constants. Clearly state the assumptions you make in your derivation. Assuming quasi-steady state for enzyme-substrate complex binding the inhibitor means that we can set Equation 2 equal to zero. Noting that the same terms from Equation 2 appear in Equation 3, we can now simplify Equation 3. Applying the quasi-steady-state assumption to Equation 3 means we can set our new expression equal to zero, as well. (7) 0 = k 1 [ E ][] S - (k -1 + k cat )[ ES] Apply conservation of enzyme to eliminate [E]: (8) [ E 0 ] = [ E ]+ [ ES ] + [ EIS ], therefore [ E ] = [ E 0 ]- [ ES] - [ EIS] Substituting Equation 8 into Equation 7: (9) 0 = k 1 ([ E 0 ]- [ ES ]- [ EIS] )[ S] - (k -1 + k cat )[ ES] Using the definition of K M allows us to replace the rate constants in Equation 9: k (10) K M = k + -1 cat k 1 Plugging (10) into (9): (11) 0 = ([ E 0 ]- [ ES ]- [ ESI] )[ S] - K m [ ES] Assuming rapid equilibrium binding of inhibitor allows us to relate the equilibrium inhibition constant K I to [EIS] as follows: (12) K I = Plugging (12) into (11): I [ EIS] ES [] [ ES ][] I [ E 0 ] m (13) 0 = - ES - S - K ES K I Following some algebra, Equation 13 can then be rearranged to solve for [ES]. (14) [ ES ] = [] E 0 K m + 1+ S [] I S K I [] Plugging Equation 14 into Equation 1: 2
3 cat [ E 0 ][] d P k S v = = (15) [] I S K m + 1+ KI [] Problem Set 6 Question 1 Recalling that v max = k cat [E 0 ][S] and applying some algebra yields the solution in Michaelis- Menten form. Assuming that substrate is in excess allows us to replace [S] with [S 0 ]. (16) v = v max S [] I 0 (1+ K I ) K m [] (1+ K I ) I + S 0 C) Based on your answer to Part B), describe the effect of an uncompetitive inhibitor on the v max and overall K M of the reaction. What scaling factor(s) are applied to these terms? Uncompetitive inhibiton decreases both the v max and K M of a reaction. In this case, both terms [] I are divided by the term 1+ KI. D) Given K I = 75 nm, K M = 25 fm and [S 0 ] = 5 mm, what concentration of inhibitor is needed to achieve IC 50? v max IC 50 S 0 (1+ KI ) K v K + S m max m [ 0 ] + [ S 0 ] [ S 0 ] IC 50 IC 50 IC ( K I K I m K = = = = I S 0 K m v max [ S 0 ] K + [ S ] m 0 + S IC 50 IC 50 0 K m + [ S 0 ] (1+ KI ) ( 1+ K I ) 0.5v 1 1+ ) ( ) K + S 0 (1+ ) v 2 v max 1 K m + S = 0 + S 0 1+ IC 50 2 K m ( K I ) 1 IC 50 [K m + S 0 + S 0 ( ) 2 ] = m + S 0 KI K IC S 50 0 ( ) K + S 0 K I = m K ) ( 25 x10-6 M ) m IC 50 = K I ( +1) = (75 x10-9 M)( +1) = 75.4 nm S 0 5 x10-3 M 3
4 Question 2 In order to estimate the kinetics for a given enzyme-substrate reaction, an in vitro reaction is typically set up with a reporter for product formation. For instance, in vitro kinase reactions typically use 32 P, a radioactive isotope of phosphate in the v-position of ATP, and then measure the amount of radioactivity incorporated in the substrate. Although most of these reactions are performed with high substrate:enzyme ratio, often it is difficult to obtain large amounts (or large concentration) of substrate. Consider a single-substrate enzymatic reaction with no inhibition and the following parameters: - Reaction volume: 100 fl - Initial substrate concentration: 5 fm - Enzyme concentration: 0.5 fm - k 1 = 3 x 10 5 L mol -1 sec -1 - k -1 = 5 sec -1 - k cat = 3 sec -1 A) Under the above conditions, calculate the characteristic time for this system to reach quasi-steady state. k + k s -1-1 cat = = = 2.7 X10-5 M k1 3 X10 5 L mol -1 s K M = = = 0.1 s t QSSA k 1 (K M + S ) (3 X10 5 L mol -1 s -1 )(2.7 X X10-6 M) [] 0 B) What is the characteristic time to deplete substrate under these conditions? K M + [] S X X10-6 M 0 3 s -1 ) 0.5 X10-6 M t S = = = 21 s k cat E ( ( ) C) Use MATLAB to compare the kinetics of product formation in this system with and without applying the Michaelis-Menten approximation. i. For simulating the reaction with no approximations, use ode23s to solve the representative system of differential equations with the appropriate initial conditions. Simulate the system under Michaelis-Menten conditions by simplifying your equations with the appropriate assumptions. Plot product formation over time for the first minute of the reaction on the same axes for both simulations. 4
5 Question 2 For an enzymatic reaction without inhibition, the reaction scheme is as follows: k 1 k cat E + S ES E + P k 1 The differential equations governing this system are: d ES [] d S d P = k 1 [ E][] S - k -1[ ES] - k cat[ ES] = -k 1 [ E][] S + k -1[ ES] = k cat ES Since [ E ] = [ E ] + [ ES ], we can substitute [ E] - [ ES ] = [ E] in our equations, yielding the following system: 0 0 d ES d S = k 1 ([ E] 0 - [ ES])[ S] - k -1[ ES] - kcat [ ES] [] = -k1 ([ E ] - [ ES])[ S ] + k [ ES] 0-1 d P = k ES cat For the Michaelis-Menten approximation, the system simplifies as follows. Substrate is in excess, so [S] is replaced by [S] 0, and [ES] is calculated based on quasi-steady state conditions. Therefore: [ E] [] S k -1 + k ES = 0 0, where K = cat QSSA M K M + [] S 0 k 1 = k cat [ ES] d P Coding this system into MATLAB produces the following results: 5
6 1.5-5 X 10 No assumptions Michaelis-Menten 1 (M) Time (s) ii. Based on your plot and on the criteria discussed in class, evaluate the validity of the Michaelis-Menten approximation under these conditions. Discuss which assumptions hold and which do not. Why are your curves different? In order for the Michaelis-Menten approximation to hold, the following criteria must be met: - Must reach quasi-steady state well before substrate depletion (t QSSA << t [S] ). From Parts A and B, we can see that this condition is met. [ E 0 ] - <<1 K M + S 0 In this case: 0.5 X10-6 M = Therefore, this condition is met. 5+3 s X10-6 M 3X10 5 M -1 s -1 - Substrate must be in great excess, since we are assuming [S] = [S 0 ]. Since the other two conditions have been met, we are likely entering a substrate-limiting regime when the two curves begin diverging. Therefore, [S 0 ] should be increased. iii. Change an aspect of the original system (either rate constants or initial conditions) such that the Michaelis-Menten approximation is valid for this time scale. On a new plot, overlay your two curves to show they are the same. Increase [S 0 ] by a factor of 1000, such that [S 0 ] = 5 mm. This produces the following results: 6
7 X No assumptions Michaelis-Menten (M) Time (s) Code: % Initial conditions E0 = 0.5e-06; S0 = 5e-06; % Change this to 5e-03 for Part Ciii. ES0 = 0; P0 = 0; % Rate constants kf = 3e+05; kr = 5; kcat = 3; % Initialize parameters vector params = [P0 ES0 S0 E0 kf kr kcat]; % Set timespan time = [0:0.1:60]; [t y] = ode23s(@reaction, time, params); % Solve with no assumptions % Calculate Michaelis-Menten constant and apply QSSA for [ES]: Km = (kr + kcat)/kf; ES = (E0*S0)/(Km + S0); params = [P0 ES kcat]; [t z] = ode23s(@mmrxn, time, params); % Solve with Michaelis-Menten plot(t, y(:,1), t, z(:,1)) legend('no assumptions', 'Michaelis-Menten', 'location', 'NorthWest'); xlabel('time (s)'); ylabel('[p] (M)'); 7
8 function [out] = reaction(t, params) return % Initial conditions P = params(1); ES = params(2); S = params(3); % Parameters and Rate constants E0 = params(4); kf = params(5); kr = params(6); kcat = params(7); Problem Set 6 % System of differential equations dp = kcat * ES; des = kf*(e0 - ES)*S - kr*es - kcat*es; ds = -kf*(e0 - ES)*S + kr*es; % Return changing values for P, ES, and S out = [dp; des; ds; 0; 0; 0; 0]; function [out] = MMrxn(t, params) return % Initial conditions P = params(1); ES = params(2); % Parameters kcat = params(3); % Differential Equation dp = kcat * ES; % Return changing values for P, and S out = [dp; 0; 0]; 8
9 Enzymes can typically catalyze reactions involving many different substrates, and can therefore be used to produce multiple products. Often these reactions have different K M and k cat values, which provides a degree of specificity. This problem will examine the effects of competition for enzyme binding on the enzyme s substrate specificity. A) Provide a schematic diagram and write out the differential equations with the appropriate rate constants for two substrates reacting with the same enzyme to form two different products. Assume that the enzyme has one active site that can be occupied by a single substrate molecule at a time. k 1A k cata E + S A ES A E + P k A 1A + S B k 1B k 1B ES B E + P B k catb d P A d S A = k cata [ ES A ] = k catb [ ES B ] d P B = -k 1A [ E ][ S A ] + k -1A [ ES A ] = -k 1B [ E ][ S B ] + k -1B [ ES B ] d ES A d S B = k 1A [ E ][ S A ]- ( k -1A + k cata )[ ES A ] = k 1B [ E ][ S B ]- ( k -1B + k catb )[ ES B ] d E d ES B = -k 1A [ E ][ S A ]+ ( k -1A + k cata )[ ES A ]- k 1B [ E ][ S B ]+ ( k -1B + k catb )[ ES B ] 9
10 B) To estimate the temporal effects as well as the specificity effects, we will compare the level of product formation for each substrate at various times up 100 s, in the presence and absence of competition. Using an initial enzyme concentration of 50 fm and an initial substrate concentration of 175 fm for each substrate, graph the formation of product 1 assuming no product 2 is formed, product 2 assuming no product 1 is formed, and product 1 and product 2 assuming that the other can be formed on the same graph in MATLAB (you should have 4 lines total on the graph) for the time period of 0 to 100 seconds. Use the following rate constants: Rate of association between Enzyme and Substrate 1: 5 x 10 3 M -1 s -1 Rate of dissociation of the Enzyme Substrate 1 complex: 3 x 10 1 s -1 Rate of formation of Product 1 from Enzyme Substrate 1 complex: 2 x 10 1 s -1 Rate of association between Enzyme and Substrate 2: 2 x 10 6 M -1 s -1 Rate of dissociation of the Enzyme Substrate 2 complex: 2 x 10 1 s -1 Rate of formation of Product 2 from Enzyme Substrate 2 complex: 2 x 10-1 s [Pl ( ) [P A l No S s See Part C for code. [P s l No S A [P A l [P s l Time (s) 10
11 Compare the concentration of each product at a time of 20 seconds as the enzyme concentration increases from 1 to 100 um, repeat for each substrate in the absence of competition, then repeat with both substrates together as in Part B). X [Pl (M) [P A l No S s [P l No S s A [P A l [P s l Code: [El 0 (M) % Initial Conditions PA0 = 0; PB0 = 0; SA0 = 175e-06; SB0 = 175e-06; ESA0 = 0; ESB0 = 0; E0 = 50e-06; % Rate Constants kfa = 5e+03; kra = 3e+01; kcata = 2e+01; kfb = 2e+06; krb = 2e+01; kcatb = 2e-01; % Time span for solver time = (0:1:100); % Establish parameters array for solver params = [PA0 PB0 SA0 SB0 ESA0 ESB0 E0 kfa kra kcata kfb krb kcatb]; % Solve system with Product 1 alone: i.e. [SB]_0 = 0 params(4) = 0; [t A_only] = ode15s(@reaction, time, params); params(4) = SB0; 11
12 % Solve system with Product 2 alone: i.e. [SA]_0 = 0 params(3) = 0; [t B_only] = ode15s(@reaction, time, params); params(3) = SA0; % Solve system with both products present [t both] = ode15s(@reaction, time, params); % Plotting for Part B figure(1) plot(t, A_only(:,1), t, B_only(:,2), t, both(:,1), t, both(:,2)) legend('[p_a] No S_B', '[P_B] No S_A', '[P_A]', '[P_B]', 'location', 'SouthEast'); xlabel('time (s)') ylabel('[p] (M)') % Part C: Concentrations at t = 20s figure(2) time = [0:10:20]; for E0 = (1:100) % Solve for range of initial enzyme concentrations from pm params(7) = E0 * 1e-06; % Solve system with Product 1 alone: i.e. [SB]_0 = 0 params(4) = 0; [t A_only] = ode15s(@reaction, time, params); A_curve(E0) = A_only(size(A_only, 1), 1); % Add to array of [P1] vs. [E0] params(4) = SB0; % Solve system with Product 2 alone: i.e. [SA]_0 = 0 params(3) = 0; [t B_only] = ode15s(@reaction, time, params); B_curve(E0) = B_only(size(B_only, 1), 2); % Add to array of [P2] vs. [E0] params(3) = SA0; % Solve system with both products present [t both] = ode15s(@reaction, time, params); % Add to array of [P1] & [P2] vs. [E0] both_curve(e0,:) = [both(size(both, 1),1) both(size(both, 1),2)]; end % Plot four curves vs [E0] on same axes E0 = (1:100); plot(e0, A_curve, E0, B_curve, E0, both_curve(:,1), E0, both_curve(:,2)) xlabel('[e]_0 (M)') ylabel('[p] (M)') legend('[p_a] No S_B', '[P_B] No S_A', '[P_A]', '[P_B]', 'location', 'SouthEast'); 12
13 function [out] = reaction(t, params) % Initial Conditions SA = params(3); SB = params(4); ESA = params(5); ESB = params(6); E = params(7); % Rate Constants kfa = params(8); kra = params(9); kcata = params(10); kfb = params(11); krb = params(12); kcatb = params(13); Problem Set 6 % System of differential equations dpa = kcata * ESA; dpb = kcatb * ESB; dsa = -kfa*e*sa + kra*esa; dsb = -kfb*e*sb + krb*esb; desa = kfa*e*sa - (kra + kcata)*esa; desb = kfb*e*sb - (krb + kcatb)*esb; de = -kfa*e*sa + (kra + kcata)*esa - kfb*e*sb + (krb + kcatb)*esb; out = [dpa; dpb; dsa; dsb; desa; desb; de; 0; 0; 0; 0; 0; 0]; return C) Explain the shape of the shape of the curve of product 1 formation in Parts B) and C). What type of inhibition is the early part of the curve analogous to? How does the overall curve shape from this type of inhibition differ with the curves you produced and why? The shape of the curve for product 1 formation is due to competition between substrate 1 and substrate 2 for enzyme binding. This is analogous to competitive inhibition: substrate 2 is a stronger binder to the enzyme than substrate 1, but it is converted to product at a slower rate after binding. This makes it a pseudo-competitive inhibitor since it is essentially blocking substrate 1 from entering the site. It is different than normal competitive inhibition, however, in the sense that substrate 2 is used up with time and therefore has a diminishing effect of preventing the formation for product 1. This is the reason that we see an S-like curve shape in part b. In part d we see an increasing amount of product formed at 20 seconds because as more enzyme is available, more of substrate 1 will be able to bind as the substrate 2 concentration is more rapidly depleted. 13
14 MIT OpenCourseWare Analysis of Biomolecular and Cellular Systems Fall 2012 For information about citing these materials or our Terms of Use, visit:
Enzymes. Enzymes are characterized by: Specificity - highly specific for substrates
Enzymes Enzymes are characterized by: Catalytic Power - rates are 10 6-10 12 greater than corresponding uncatalyzed reactions Specificity - highly specific for substrates Regulation - acheived in many
How To Understand Enzyme Kinetics
Chapter 12 - Reaction Kinetics In the last chapter we looked at enzyme mechanisms. In this chapter we ll see how enzyme kinetics, i.e., the study of enzyme reaction rates, can be useful in learning more
Lecture 11 Enzymes: Kinetics
Lecture 11 Enzymes: Kinetics Reading: Berg, Tymoczko & Stryer, 6th ed., Chapter 8, pp. 216-225 Key Concepts Kinetics is the study of reaction rates (velocities). Study of enzyme kinetics is useful for
Enzymes. Enzyme Structure. Enzyme Classification. CHEM464/Medh, J.D. Reaction Rate and Enzyme Activity
Enzymes Enzymes are biological catalysts They are not consumed or altered during the reaction They do not change the equilibrium, just reduce the time required to reach equilibrium. They increase the rate
The Kinetics of Enzyme Reactions
The Kinetics of Enzyme Reactions This activity will introduce you to the chemical kinetics of enzyme-mediated biochemical reactions using an interactive Excel spreadsheet or Excelet. A summarized chemical
Lecture 3: Enzyme kinetics
Computational Systems Biology Lecture 3: Enzyme kinetics Fri 19 Jan 2009 1 Images from: D. L. Nelson, Lehninger Principles of Biochemistry, IV Edition, W. H. Freeman ed. A. Cornish-Bowden Fundamentals
Chemical and enzyme kinetics
Chemical and enzyme kinetics D. Gonze & M. Kaufman February 2, 2016 Master en Bioinformatique et Modélisation Contents 1 Definitions 4 1.1 Reaction rate.................................. 4 1.2 Examples....................................
Enzymes reduce the activation energy
Enzymes reduce the activation energy Transition state is an unstable transitory combination of reactant molecules which occurs at the potential energy maximum (free energy maximum). Note - the ΔG of the
ENZYMES - EXTRA QUESTIONS
ENZYMES - EXTRA QUESTIONS 1. A chemical reaction has a G o = -60 kj/mol. If this were an enzyme-catalyzed reaction what can you predict about the kinetics? A. It will exhibit very rapid kinetics. B. It
ENZYMES. Serine Proteases Chymotrypsin, Trypsin, Elastase, Subtisisin. Principle of Enzyme Catalysis
ENZYMES Serine Proteases Chymotrypsin, Trypsin, Elastase, Subtisisin Principle of Enzyme Catalysis Linus Pauling (1946) formulated the first basic principle of enzyme catalysis Enzyme increase the rate
green B 1 ) into a single unit to model the substrate in this reaction. enzyme
Teacher Key Objectives You will use the model pieces in the kit to: Simulate enzymatic actions. Explain enzymatic specificity. Investigate two types of enzyme inhibitors used in regulating enzymatic activity.
CHAPTER 4: Enzyme Structure ENZYMES
CHAPTER 4: ENZYMES Enzymes are biological catalysts. There are about 40,000 different enzymes in human cells, each controlling a different chemical reaction. They increase the rate of reactions by a factor
Review of Chemical Equilibrium 7.51 September 1999. free [A] (µm)
Review of Chemical Equilibrium 7.51 September 1999 Equilibrium experiments study how the concentration of reaction products change as a function of reactant concentrations and/or reaction conditions. For
Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Two Forms of Energy
Module 2D - Energy and Metabolism Objective # 19 All living organisms require energy for survival. In this module we will examine some general principles about chemical reactions and energy usage within
MULTIPLE CHOICE QUESTIONS
MULTIPLE CHOICE QUESTIONS 1. Most components of energy conversion systems evolved very early; thus, the most fundamental aspects of energy metabolism tend to be: A. quite different among a diverse group
1. A covalent bond between two atoms represents what kind of energy? a. Kinetic energy b. Potential energy c. Mechanical energy d.
1. A covalent bond between two atoms represents what kind of energy? a. Kinetic energy b. Potential energy c. Mechanical energy d. Solar energy A. Answer a is incorrect. Kinetic energy is the energy of
ENZYME KINETICS ENZYME-SUBSTRATE PRODUCTS
ENZYME KINETICS INTRODUCTION The study of reaction rates catalyzed by enzymes and the factors affecting them is generally referred to as enzyme kinetics. The basic components of an enzyme catalyzed reaction
Biology 3A Laboratory: Enzyme Function
Biology 3A Laboratory: Enzyme Function Objectives To be able to list the general characteristics of enzymes. To study the effects of enzymes on the rate of chemical reactions. To demonstrate the effect
Energy & Enzymes. Life requires energy for maintenance of order, growth, and reproduction. The energy living things use is chemical energy.
Energy & Enzymes Life requires energy for maintenance of order, growth, and reproduction. The energy living things use is chemical energy. 1 Energy exists in two forms - potential and kinetic. Potential
Enzymes. Enzyme Classification
Enzyme Classification Simple Enzymes: composed of whole proteins Complex Enzymes: composed of protein plus a relatively small organic molecule holoenzyme = apoenzyme + prosthetic group / coenzyme A prosthetic
Chapter 8: Energy and Metabolism
Chapter 8: Energy and Metabolism 1. Discuss energy conversions and the 1 st and 2 nd law of thermodynamics. Be sure to use the terms work, potential energy, kinetic energy, and entropy. 2. What are Joules
A Mathematical Model of a Synthetically Constructed Genetic Toggle Switch
BENG 221 Mathematical Methods in Bioengineering Project Report A Mathematical Model of a Synthetically Constructed Genetic Toggle Switch Nick Csicsery & Ricky O Laughlin October 15, 2013 1 TABLE OF CONTENTS
Lab 3: Enzyme Kinetics
Lab 3: Enzyme Kinetics Background Catalysts are agents that speed up chemical processes. The majority of catalysts produced by living cells that speed up biochemical processes are called enzymes. Enzymes
Enzymes and Metabolism
Enzymes and Metabolism Enzymes and Metabolism Metabolism: Exergonic and Endergonic Reactions Chemical Reactions: Activation Every chemical reaction involves bond breaking and bond forming A chemical reaction
Cellular Energy: ATP & Enzymes. What is it? Where do organism s get it? How do they use it?
Cellular Energy: ATP & Enzymes What is it? Where do organism s get it? How do they use it? Where does Energy come from? Ultimately, from the sun. It is transferred between organisms in the earth s lithosphere,
Laboratory 5: Properties of Enzymes
Laboratory 5: Properties of Enzymes Technical Objectives 1. Accurately measure and transfer solutions with pipettes 2. Use a Spectrophotometer to study enzyme action. 3. Properly graph a set of data. Knowledge
PHAR 7633 Chapter 21 Non-Linear Pharmacokinetic Models
Student Objectives for this Chapter PHAR 7633 Chapter 21 Non-Linear Pharmacokinetic Models To draw the scheme and write the differential equations for compartmental pharmacokinetic models with non-linear
Experiment 10 Enzymes
Experiment 10 Enzymes Enzymes are proteins that act as catalysts for biological reactions. Enzymes, like all catalysts, speed up reactions without being used up themselves. They do this by lowering the
Matlab Practical: Solving Differential Equations
Matlab Practical: Solving Differential Equations Introduction This practical is about solving differential equations numerically, an important skill. Initially you will code Euler s method (to get some
Chemistry 20 Chapters 15 Enzymes
Chemistry 20 Chapters 15 Enzymes Enzymes: as a catalyst, an enzyme increases the rate of a reaction by changing the way a reaction takes place, but is itself not changed at the end of the reaction. An
Chapter 8: An Introduction to Metabolism
Chapter 8: An Introduction to Metabolism Name Period Concept 8.1 An organism s metabolism transforms matter and energy, subject to the laws of thermodynamics 1. Define metabolism. The totality of an organism
Figure 5. Energy of activation with and without an enzyme.
Biology 20 Laboratory ENZYMES & CELLULAR RESPIRATION OBJECTIVE To be able to list the general characteristics of enzymes. To study the effects of enzymes on the rate of chemical reactions. To demonstrate
Mechanics 1: Conservation of Energy and Momentum
Mechanics : Conservation of Energy and Momentum If a certain quantity associated with a system does not change in time. We say that it is conserved, and the system possesses a conservation law. Conservation
2(H 2 O 2 ) catalase 2H 2 O + O 2
Enzyme Model Catalase Student Guide Catalysts accelerate chemical reactions that otherwise proceed slowly. The enzyme called catalase is a catalyst. It exists in plant and animal cells and breaks down
What happens to the food we eat? It gets broken down!
Enzymes Essential Questions: What is an enzyme? How do enzymes work? What are the properties of enzymes? How do they maintain homeostasis for the body? What happens to the food we eat? It gets broken down!
Student Activity: To investigate an ESB bill
Student Activity: To investigate an ESB bill Use in connection with the interactive file, ESB Bill, on the Student s CD. 1. What are the 2 main costs that contribute to your ESB bill? 2. a. Complete the
Orbital Mechanics. Angular Momentum
Orbital Mechanics The objects that orbit earth have only a few forces acting on them, the largest being the gravitational pull from the earth. The trajectories that satellites or rockets follow are largely
Modeling with Python
H Modeling with Python In this appendix a brief description of the Python programming language will be given plus a brief introduction to the Antimony reaction network format and libroadrunner. Python
Reaction Rates and Chemical Kinetics. Factors Affecting Reaction Rate [O 2. CHAPTER 13 Page 1
CHAPTER 13 Page 1 Reaction Rates and Chemical Kinetics Several factors affect the rate at which a reaction occurs. Some reactions are instantaneous while others are extremely slow. Whether a commercial
LAB TOPIC 4: ENZYMES. Enzyme catalyzed reactions can be expressed in the following way:
LAB TOPIC 4: ENZYMES Objectives Define enzyme and describe the activity of enzymes in cells. Discuss the effects of varying enzyme concentrations on the rate of enzyme activity. Discuss the effects of
Enzymes and Metabolic Pathways
Enzymes and Metabolic Pathways Enzyme characteristics Made of protein Catalysts: reactions occur 1,000,000 times faster with enzymes Not part of reaction Not changed or affected by reaction Used over and
Investigation 2- ENZYME ACTIVITY BACKGROUND catalase Learning Objectives
Investigation 2-13 ENZYME ACTIVITY How do abiotic or biotic factors influence the rates of enzymatic reactions? BACKGROUND Enzymes are the catalysts of biological systems. They speed up chemical reactions
CHM333 LECTURE 13 14: 2/13 15/12 SPRING 2012 Professor Christine Hrycyna
INTRODUCTION TO ENZYMES Enzymes are usually proteins (some RNA) In general, names end with suffix ase Enzymes are catalysts increase the rate of a reaction not consumed by the reaction act repeatedly to
pencil. Vocabulary: 1. Reactant 2. Product 3. Activation energy 4. Catalyst 5. substrate 6. Chemical reaction Keep your textbooks when you are done
Objectives Students will explore the importance of chemical reactions in biology Students will discuss the role of enzymes as catalysts in biological reactions. Students will analyze graphs showing how
2. Parallel pump system Q(pump) = 300 gpm, h p = 270 ft for each of the two pumps
Pumping Systems: Parallel and Series Configurations For some piping system designs, it may be desirable to consider a multiple pump system to meet the design requirements. Two typical options include parallel
Chemical Kinetics. 2. Using the kinetics of a given reaction a possible reaction mechanism
1. Kinetics is the study of the rates of reaction. Chemical Kinetics 2. Using the kinetics of a given reaction a possible reaction mechanism 3. What is a reaction mechanism? Why is it important? A reaction
Enzyme Action: Testing Catalase Activity
Enzyme Action: Testing Catalase Activity Experiment 6A Many organisms can decompose hydrogen peroxide (H 2 O 2 ) enzymatically. Enzymes are globular proteins, responsible for most of the chemical activities
Phase Equilibrium: Fugacity and Equilibrium Calculations. Fugacity
Phase Equilibrium: Fugacity and Equilibrium Calculations (FEC) Phase Equilibrium: Fugacity and Equilibrium Calculations Relate the fugacity and the chemical potential (or the partial molar Gibbs free energy)
Enzyme Action: Testing Catalase Activity 50 Points
Names: LabQuest Enzyme Action: Testing Catalase Activity 50 Points 6A Many organisms can decompose hydrogen peroxide (H 2 O 2 ) enzymatically. Enzymes are globular proteins, responsible for most of the
Regulation of enzyme activity
1 Regulation of enzyme activity Regulation of enzyme activity is important to coordinate the different metabolic processes. It is also important for homeostasis i.e. to maintain the internal environment
EXPERIMENT 9. Kinetic Methods of Analysis: Enzymatic Determination of Glucose
EXPERIMENT 9 Kinetic Methods of Analysis: Enzymatic Determination of Glucose SAFETY WARNING In this experiment you will be using syringes (glass, breakable) that have sharp pointy needles on them. Work
Enzymes: Amylase Activity in Starch-degrading Soil Isolates
Enzymes: Amylase Activity in Starch-degrading Soil Isolates Introduction This week you will continue our theme of industrial microbiologist by characterizing the enzyme activity we selected for (starch
14.01 Fall 2010 Problem Set 1 Solutions
14.01 Fall 2010 Problem Set 1 Solutions 1. (25 points) For each of the following scenarios, use a supply and demand diagram to illustrate the effect of the given shock on the equilibrium price and quantity
ENZYME KINETICS: THEORY. A. Introduction
ENZYME INETICS: THEORY A. Introduction Enzyes are protein olecules coposed of aino acids and are anufactured by the living cell. These olecules provide energy for the organis by catalyzing various biocheical
CHM333 LECTURE 13 14: 2/13 15/13 SPRING 2013 Professor Christine Hrycyna
INTRODUCTION TO ENZYMES Enzymes are usually proteins (some RNA) In general, names end with suffix ase Enzymes are catalysts increase the rate of a reaction not consumed by the reaction act repeatedly to
Enzyme Action: Testing Catalase Activity
Enzyme Action: Testing Catalase Activity DataQuest 12 Many organisms can decompose hydrogen peroxide (H 2 O 2 ) enzymatically. Enzymes are globular proteins, responsible for most of the chemical activities
ENZYME ACTION: TESTING CATALASE ACTIVITY
ENZYME ACTION: TESTING CATALASE ACTIVITY LAB ENZ 1.CALC From Biology with Calculators, Vernier Software & Technology, 2000 INTRODUCTION Many organisms can decompose hydrogen peroxide (H 2 O 2 ) enzymatically.
Performance. 13. Climbing Flight
Performance 13. Climbing Flight In order to increase altitude, we must add energy to the aircraft. We can do this by increasing the thrust or power available. If we do that, one of three things can happen:
Chapter 9 Basic Oligopoly Models
Managerial Economics & Business Strategy Chapter 9 Basic Oligopoly Models McGraw-Hill/Irwin Copyright 2010 by the McGraw-Hill Companies, Inc. All rights reserved. Overview I. Conditions for Oligopoly?
RayBio Creatine Kinase (CK) Activity Colorimetric Assay Kit
RayBio Creatine Kinase (CK) Activity Colorimetric Assay Kit User Manual Version 1.0 May 28, 2014 RayBio Creatine Kinase Activity Colorimetric Assay (Cat#: 68CL-CK-S100) RayBiotech, Inc. We Provide You
The Kinetics of Atmospheric Ozone
The Kinetics of Atmospheric Ozone Ozone is a minor component of the earth s atmosphere (0.02 0.1 parts per million based on volume (ppm v )), yet it has a significant role in sustaining life on earth.
Chapter 16 The Citric Acid Cycle
Chapter 16 The Citric Acid Cycle Multiple Choice Questions 1. Which of the following is not true of the reaction catalyzed by the pyruvate dehydrogenase complex? A) Biotin participates in the decarboxylation.
HT F Homogeneous PARP Inhibition Assay Kit. HT F Homogeneous PARP Inhibition Assay Kit. 96 Tests. Table of Contents.
For Research Use Only. Not For Use In Diagnostic Procedures HT F Homogeneous PARP Inhibition Assay Kit 96 Tests HT F Homogeneous PARP Inhibition Assay Kit Cat# 4690-096-K Cat# 4690-096-K Table of Contents
CHAPTER 6 AN INTRODUCTION TO METABOLISM. Section B: Enzymes
CHAPTER 6 AN INTRODUCTION TO METABOLISM Section B: Enzymes 1. Enzymes speed up metabolic reactions by lowering energy barriers 2. Enzymes are substrate specific 3. The active site in an enzyme s catalytic
Enzyme Action: Testing Catalase Activity
Enzyme Action: Testing Catalase Activity Experiment 6A Many organisms can decompose hydrogen peroxide (H 2 O 2 ) enzymatically. Enzymes are globular proteins, responsible for most of the chemical activities
Lecture 4 Enzymes Catalytic proteins. Enzymes. Enzymes 10/21/10. What enzymes do therefore is:
Lecture 4 Catalytic proteins Are a type of protein that acts as a catalyst-speeding up chemical reactions A catalyst is defined as a chemical agent that changes the rate of a reaction without being consumed
The numerical values that you find are called the solutions of the equation.
Appendi F: Solving Equations The goal of solving equations When you are trying to solve an equation like: = 4, you are trying to determine all of the numerical values of that you could plug into that equation.
Chapter 7 Active Reading Guide Cellular Respiration and Fermentation
Name: AP Biology Mr. Croft Chapter 7 Active Reading Guide Cellular Respiration and Fermentation Overview: Before getting involved with the details of cellular respiration and photosynthesis, take a second
Human Physiology Lab (Biol 236L) Digestive Physiology: Amylase hydrolysis of starch
Human Physiology Lab (Biol 236L) Digestive Physiology: Amylase hydrolysis of starch Introduction Enzymes are proteins composed of amino acid building blocks. Enzymes catalyze or increase the rate of metabolic
3. Solve the equation containing only one variable for that variable.
Question : How do you solve a system of linear equations? There are two basic strategies for solving a system of two linear equations and two variables. In each strategy, one of the variables is eliminated
Evaluation copy. Enzyme Action: Testing Catalase Activity (Method 1 O 2 Gas Sensor) Computer 2
Enzyme Action: Testing Catalase Activity (Method 1 O 2 Gas Sensor) Computer 2 Many organisms can decompose hydrogen peroxide (H 2 O 2 ) enzymatically. Enzymes are globular proteins, responsible for most
KINETIC DETERMINATION OF SELENIUM BY VISIBLE SPECTROSCOPY (VERSION 1.8)
Selenium Determination, Page 1 KINETIC DETERMINATION OF SELENIUM BY VISIBLE SPECTROSCOPY I. BACKGROUND. (VERSION 1.8) The majority of reactions used in analytical chemistry possess the following characteristics:
Lecture 10 Enzymes: Introduction
Lecture 10 Enzymes: Introduction Reading: Berg, Tymoczko & Stryer, 6th ed., Chapter 8, pp. 205-217 (These pages in textbook are very important -- concepts of thermodynamics are fundamental to all of biochemistry.)
Deflections. Question: What are Structural Deflections?
Question: What are Structural Deflections? Answer: The deformations or movements of a structure and its components, such as beams and trusses, from their original positions. It is as important for the
Exercises Lecture 8: Trade policies
Exercises Lecture 8: Trade policies Exercise 1, from KOM 1. Home s demand and supply curves for wheat are: D = 100 0 S = 0 + 0 Derive and graph Home s import demand schedule. What would the price of wheat
What affects an enzyme s activity? General environmental factors, such as temperature and ph. Chemicals that specifically influence the enzyme.
CH s 8-9 Respiration & Metabolism Metabolism A catalyst is a chemical agent that speeds up a reaction without being consumed by the reaction. An enzyme is a catalytic protein. Hydrolysis of sucrose by
Austin Peay State University Department of Chemistry Chem 1111. The Use of the Spectrophotometer and Beer's Law
Purpose To become familiar with using a spectrophotometer and gain an understanding of Beer s law and it s relationship to solution concentration. Introduction Scientists use many methods to determine
Experiment 7 (Lab Period 8) Quantitative Determination of Phosphatase Activity
Experiment 7 (Lab Period 8) Quantitative Determination of Phosphatase Activity Phosphatases are enzymes that catalyze the hydrolysis of organic-phosphate compounds, releasing inorganic phosphate from the
The Technical Archer. Austin Wargo
The Technical Archer Austin Wargo May 14, 2010 Abstract A mathematical model of the interactions between a long bow and an arrow. The model uses the Euler-Lagrange formula, and is based off conservation
Matlab and Simulink. Matlab and Simulink for Control
Matlab and Simulink for Control Automatica I (Laboratorio) 1/78 Matlab and Simulink CACSD 2/78 Matlab and Simulink for Control Matlab introduction Simulink introduction Control Issues Recall Matlab design
CONSUMER PREFERENCES THE THEORY OF THE CONSUMER
CONSUMER PREFERENCES The underlying foundation of demand, therefore, is a model of how consumers behave. The individual consumer has a set of preferences and values whose determination are outside the
Mechanics lecture 7 Moment of a force, torque, equilibrium of a body
G.1 EE1.el3 (EEE1023): Electronics III Mechanics lecture 7 Moment of a force, torque, equilibrium of a body Dr Philip Jackson http://www.ee.surrey.ac.uk/teaching/courses/ee1.el3/ G.2 Moments, torque and
DOSE-EFFECT RELATIONSHIP
DOSE-EFFECT RELATIONSHIP A fundamental principle of pharmacology is that the intensity of effect produced by a drug is a function of the quantity of drug administered (or the concentration of the drug
Numerical Methods for Differential Equations
1 Numerical Methods for Differential Equations 1 2 NUMERICAL METHODS FOR DIFFERENTIAL EQUATIONS Introduction Differential equations can describe nearly all systems undergoing change. They are ubiquitous
CHEMICAL EQUILIBRIUM (ICE METHOD)
CHEMICAL EQUILIBRIUM (ICE METHOD) Introduction Chemical equilibrium occurs when opposing reactions are proceeding at equal rates. The rate at which the products are formed from the reactants equals the
The Citric Acid Cycle
The itric Acid ycle February 14, 2003 Bryant Miles I. itrate Synthase + 3 SoA The first reaction of the citric acid cycle is the condensation of acetyloa and oxaloacetate to form citrate and oas. The enzyme
k 2f, k 2r C 2 H 5 + H C 2 H 6
hemical Engineering HE 33 F pplied Reaction Kinetics Fall 04 Problem Set 4 Solution Problem. The following elementary steps are proposed for a gas phase reaction: Elementary Steps Rate constants H H f,
STEADY STATE MODELING AND SIMULATION OF HYDROCRACKING REACTOR
Petroleum & Coal ISSN 1337-7027 Available online at www.vurup.sk/petroleum-coal Petroleum & Coal 54 (1) 59-64, 2012 STEADY STATE MODELING AND SIMULATION OF HYDROCRACKING REACTOR Abhinanyu Kumar, Shishir
Example 1: Suppose the demand function is p = 50 2q, and the supply function is p = 10 + 3q. a) Find the equilibrium point b) Sketch a graph
The Effect of Taxes on Equilibrium Example 1: Suppose the demand function is p = 50 2q, and the supply function is p = 10 + 3q. a) Find the equilibrium point b) Sketch a graph Solution to part a: Set the
S1 Text. Modeling deterministic single-cell microrna-p53-mdm2 network Figure 2 Figure 2
S1 Text. Modeling deterministic single-cell microrna-p53-mdm2 network The schematic diagram of the microrna-p53-mdm2 oscillator is illustrated in Figure 2. The interaction scheme among the mrnas and the
Orbits of the Lennard-Jones Potential
Orbits of the Lennard-Jones Potential Prashanth S. Venkataram July 28, 2012 1 Introduction The Lennard-Jones potential describes weak interactions between neutral atoms and molecules. Unlike the potentials
AP Physics 1 and 2 Lab Investigations
AP Physics 1 and 2 Lab Investigations Student Guide to Data Analysis New York, NY. College Board, Advanced Placement, Advanced Placement Program, AP, AP Central, and the acorn logo are registered trademarks
1. Enzymes. Biochemical Reactions. Chapter 5: Microbial Metabolism. 1. Enzymes. 2. ATP Production. 3. Autotrophic Processes
Chapter 5: Microbial Metabolism 1. Enzymes 2. ATP Production 3. Autotrophic Processes 1. Enzymes Biochemical Reactions All living cells depend on biochemical reactions to maintain homeostasis. All of the
