Chemical reaction networks and diffusion

Size: px
Start display at page:

Download "Chemical reaction networks and diffusion"

Transcription

1 FYTN05 Computer Assignment 2 Chemical reaction networks and diffusion Supervisor: Adriaan Merlevede Office: K , adriaan@thep.lu.se 1 Introduction This exercise focuses on understanding and modelling the dynamical properties of chemical and biochemical reaction systems. This document contains a recapitulation of the relevant theory, and a set of questions which should be answered and presented in a cohesive report. We will start by modelling simple chemical reactions, and continue with enzymatic catalysis. We will also look at the effects of including a spatial dimension with discrete diffusion-reaction models. The assignment is accompanied by an ODE simulator, which is intended to illustrate the dynamical behaviour of the reaction and reaction-diffusion systems we look at. It will output the simulated data to a text file, which can be used for adding figures to the report. The simulater has a simple GUI and no Java programming is required for this course, but the jar file contains the source code for those who are interested. 2 Assignment description Your job is to write an introductory text explaining the theory of chemical reaction networks. The questions and simulations will guide you to gain some more insight in the course material, and to serve as examples, which should be presented as part of the report. The goal of this assignment format is to exercise scientific communication, and to integrate the questions into a meaningful whole. Your grade will depend on your ability to answer the questions but also fulfill those two goals. Focus on the following guidelines when writing your report: The report is written in English. Feedback on spelling and grammar is intended only to help some students improve, as these are not factors in the grading. 1

2 But your ability to communicate ideas efficiently will be taken into account. You may judge for yourself how best to organise the report. That means you are not required to use a standard abstract-introduction-methods-resultsdiscussion-conclusions format. But keep in mind that the goal is scientific writing. Make good use of titles, paragraphs and introductions to guide the reader. Visualize. Figures are the first thing people see and the last thing they remember. Try to be efficient with your visualization and to make plots that show the point you want to make as clearly as possible. You may use any software. Some suggestions are Matlab / Octave, python (matplotlib), R (ggplot2), and Mathematica. A short guide to gnuplot is included in the appendix, but its use is optional. Do not insert screenshots from the Java program. Visualization is part of the grading. Be concise. Make sure to say everything you want to say, but try not to use unnecessary words or repetition. This goes for text but also for figures: if you are using multiple figures close together (for example, plotting the output of the ODE simulator for different parameter values), perhaps there is a better way to visually get your point across, or to do it in less space. It is often shorter and clearer to combine the results of multiple simulations into one figure, or to plot measurements other than concentration-as-a-function-of-time. Creativity is encouraged. Extra analyses, observations, interesting graphics etc. can be included. Any work that is not originally yours, including sources such as web pages and other students, should be properly cited, or will be reported to the university disciplinary council. Hand in the report in PDF format. 3 Background This section is a short overview of the theory covered by this assignment. Consult the testbook textbook Philips et al. s Physical Biology of the Cell, or other sources of information, for more detailed explanations, which may be required to answer some of the assigned problems (Note: The sections below do not correspond perfectly to textbook chapters.) You may also contact the course assistant if you have further questions. 3.1 Thermodynamics in biochemistry 2 See also:

3 Chapter 5: Mechanical and Chemical Equilibrium in the Living Cell Chapter 6: Entropy Rules! Most biochemistry occurs inside a cell: at constant temperature, pressure and in aqueous solution. Thermodynamically, such systems are best described in terms of the Gibbs free energy (G). The free energy may only decrease over time in a closed system, and the system is in equilibrium if and only if G is at its minimum ( second law of thermodynamics). Each (bio)chemical reaction changes the free energy of the system. Specifically, during a reaction, the reagents are removed from the system and the products are added, along with their associated free energies. Thus, the change of free energy G is given by (at constant temperature and pressure): G = i µ i N i (1) where N i is the number of molecules of species i in the system 1, and µ i is the free energy associated with each molecular species i. The quantity µ i is called the chemical potential, and in general dependends on the temperature and concentration c i. This dependence can be decomposed in two terms: a constant term (µ 0 i ) equal to the potential at some reference concentration (c 0 i ), plus a concentration-dependent term µ i T S ( ) G N i = E,Nj i N i T,P,N j i (2) µ i = k B T ln (c i /c 0 i ) + µ 0 (ϵ i, T ) (3) Using the above equations, G may also be decomposed into concentration-independent ( G 0 ) and -dependent terms. At equilibrium, we have G = 0, and we can derive: [X i ] N i = exp ( G 0 /k B T ) eq i =: K eq (4) where [X i ] is the concentration of the molecular species X i. This expression (either the left or right hand side, since they are equal) defines the reaction constant K eq. 1 Thus, N i is the (possibly negative) change of the number of molecules when the reaction occurs, or, equivalently, the number of molecules i in the product, minus the number of molecules i in the reagents. 3

4 3.2 Mass-action reaction kinetics See also: Chapter 15: Rate Equations and Dynamics in the Cell The law of mass-action states that the reaction rate (dr/dt, the number of times a reaction occurs per time unit) is proportional to the product of the concentrations of the reagents. In other words, if we have a general reaction of the form aa + bb +... k zz + yy +... (5) then the reaction rate is given by dr dt = k [A]a [B] b... (6) Knowing the reaction rate is an invaluable tool for modelling the dynamic behavior of reaction systems, because it allows us to derive ordinary differential equations relating the molecular concentrations to their time derivatives. The rate of change dr of a species X due to a reaction r is N X. If X is involved in multiple reactions, dt their contributions can be added together to obtain the total rate of change of [X]. Note that for any reaction that involves [X], the reverse reaction does, too. The proportionality constant k in the law of mass action is called the reaction s rate constant. It can be shown (derivation not part of this course) that k = A exp ( G /k B T ) ; A = k B T/h (7) where A is called the Arrhenius factor, and h is Planck s constant. The quantity G is the activation energy of the reaction. The activation energy is the free energy of the most unstable reaction intermediate, compared to the free energy of the substrate, i.e. the energy required to perform the most difficult part of the reaction. The relation between the different free energies is depicted graphically in Figure Enzymatic reaction kinetics See also: Chapter 15: Rate Equations and Dynamics in the Cell Many biochemical reactions are catalysed by specialized proteins called enzymes. A catalyst is a chemical that does not participate in a reaction as a reagent or product, but forms temporary stabilizing interactions with the reaction intermediaries. This effectively lowers the activation energy and increases the reaction rate, as illustrated in Figure 1. Catalysts such as enzymes can speed up reaction rates by several orders of magnetude in this way. Most important biochemical reactions are catalysed by 4

5 very efficient enzymes, and occur at negligible rates when the enzyme is not present. So usually the kinetics of the non-catalysed reaction mechanism can be safely ignored when modelling the dynamic behavior of biochemical reaction mechanisms. In order for an enzymatic reaction to occur, the substrates should not only interact with each other, but also with the enzyme. Enzymes typically form an intermediary complex with the reagents, waiting for other reagents to bind, or for the reaction to progres. These enzyme-substrates are fairly stable, so that they are best modelled as a separate reaction step. For a single-substrate enzymatic reaction E P catalysed by an enzyme E, we have: S + E k + SE k cat S + P (8) k From this we can derive the Michaelis Menten equation for enzymatic reaction kinetics: dr dt = V [S] max K M + [S] (9) Figure 1: (left) Progression of the free energy during a chemical reaction. The substrates undergo several intermediary reaction steps before ending up on the other side of the reaction. The activation energy is determined by the most unstable intermediary state, as compared to the substrate state. (right) A catalyst such as an enzyme may stabilize the intermediary reaction states, reducing the energy peak and increasing the reaction rate. 3.4 Diffusion See also: Chapter 13: A Statistical View of Biological Dynamics 5

6 The mass action law and Michaelis Menten equation describe reaction kinetics in a spacially uniform system: they were derived above under the assumption that any two molecules have an equal probability of interacting. In reality, this assumption is often incorrect, especially when dealing with systems composed of different compartments, for example different cells in a tissue, or different organelles in a cell. In biology, these compartments are often separated by semi-permeable membranes, which allow free transport of some molecules but are impassible to others. To deal with whis fact, we can describe the reaction system separately in each compartment (providing a different variable for each compound in each cell), and add appropriate terms to the differential equations to deal with transport of molecules between cells. Essentially, if we have n compartments, we split each variable [X] into n variables [X 1 ], [X 2 ],..., [X n ], and model transport from cell i to cell j as a reaction X i X j. Cells have multiple modes of transport at their disposal, which describe different kinetics for the "transport reactions" in the system. The simplest mechanism of transport is diffusion, which occurs for molecules that can pass freely through the membrane, often through specialized channels. In a diffusive process, each molecule makes a random walk between neighboring cells. Overall, the transport of compound X from cell i to a neighboring cell j occurs at a rate proportional to [X i ]. The proportionality constant is called the diffusion constant D. At equilibrium, diffusion tends to equal concentrations everywhere. However, in combination with chemical reactions, diffusion can lead to interesting stable or moving spatial patterns. Many of the beautiful patterns that decorate animals and plants are the result of reaction-diffusion mechanisms guiding pigment distribution. Figure 2. Pigment distribution pattern on the skin of the giant pufferfish (Tetraodon mbu), one of the spatial patterns that can be reproduced in some simple reaction-diffusion systems. 4 Problems 0.a) Derive equation 4. 0.b) Connect the theories of thermodynamics and reaction kinetics by relating equation 4 to the law of mass action (equation 6). 6

7 4.1 Mass action reactions Consider a simple two-state reaction: A k k + B You can explore this reaction in the Java simulator, using the TwoStateReaction setting (Y 0 and Y 1 are A and B, respectively). 1.a) Write down the differential equations for the time evolution of [A] and [B]. 1.b) Give three expressions for the equilibrium constant K eq. Let µ 0 A = 8 kj/mol, µ0 B = 3 kj/mol, and G = 75 kj/mol. 1.c) Calculate G 0, K eq, k + and k. 1.d) Describe the equilibrium in terms of [A] and [B]. How does it depend on the activation barrier G? 1.e) Do the initial conditions matter? In what direction is the reaction moving? How does G affect the system s behavior?. 4.2 Enzymes Imagine that the forward reaction is catalyzed by an enzyme, lowering the activation energy to G E. 2.a) What is the new value of k +? Did k change? Did the equilibrium? Try to get a feel for how changes in the enzyme efficiency can change the reaction properties, and imagine how this might affect a cell. 2.b) Is this a reasonable model of enzymatic reaction kinetics? Under which circumstances can it work or break down, and why? Let us now explicitly include the enzyme in our model for the reaction kinetics. A naive way of doing this is as follows: A + E k B + E 7

8 We assume that the reverse reaction occurs at a negligible rate. You can simulate this system in the Java program as SimpleEnzymatic, where X 1 = [A] and X 2 = [B]. Start with [B] 0 = 0. 2.c) Describe the reaction rate and write down the differential equations for the time evolution of the concentrations [A], [B], [E]. 2.d) Is this a reasonable model of enzymatic reaction kinetics? Under which circumstances can it work or break down, and why? Hint: Let [A] or [E]. Should the reaction rate still increase proportionally? We will compare this naive approach with Michaelis Menten kinetics, where we explicitly adopt an intermediary enzyme-substrate complex ES. You can use Michaelis- Menten as the Java program s reaction setting for this. 2.e) Derive the Michaelis Menten equation (equation 9), by assuming that the first reaction is always in equilibrium in the time scale of the second step. 2.f) Is this a reasonable model of enzymatic reaction kinetics? Compare with the two approaches above. 4.3 Diffusion We will introduce diffusion of substances between cells ordered in a one-dimensional grid: cell i neighbors cells i 1 and i + 1. The bottom section of the Java program allows you to manipulate the number of cells, and the diffusion constants of the different compounds (assuming that each pair of neighboring cells has the same diffusion constants), as well as add noise to the initial conditions so each cell starts out in a slightly different state. 3.a) Going back to the two-state reaction, give the differential equations describing d[a]/dt and d[b]/dt in a cell i, but now including terms modelling concentration changes due to diffusion to and from the left and right neighbour cells. 3.b) Show that this is equation is the discrete equivalent of the diffusion equation. 3.c) Starting from a molecular random walk process between cells in one dimension, show that the equation corresponds to passive (entropic) transport between cell. 8

9 4.4 Brusselator The Brusselator is a reactive system, first studied in the 1970s in Brussels. It is of interest because it exhibits some interesting oscillatory behavior. The Brusselator can lead to different kinds of patterns for different input parameters, particularly when introduced in a reaction-diffusion system. The reactions used are A k 1 X 2X + Y k 2 3X B + X k 3 Y + C X k 4 D. We assume that the reverse reactions are negligible, and are only interested in X and Y. Assume that the concentrations of A and B are large enough that they can be considered constant in the relevant time frame. Use the Brusselator reaction setting in the Java simulator. 4.a) Write down the differential equations describing the time evolution of [X] and [Y ]. 4.b) Explore and understand the effects of the different parameters when there is only one cell. Can you get the system to oscillate? Change the time scale if necessary. 4.c) Increase the number of cells to 100 and randomize the initial concentrations of X and Y. What does diffusion do? Compare no diffusion, diffusion of one compound, and diffusion of both. (Remember that both your text and plots should illustrate an insightful observation. Don t describe or plot raw data without making a point.) 4.d) Can you make the system exhibit a non-trivial spatial or spatiotemporal pattern? This requires plotting the spatial dimension, which is not visible in the Java simulator output. Hint: Use parameter values k 1 A = 0.1, k 2 = 0.1, k 3 B = 0.2, and k 4 = 0.1, with small random deviations in the initial concentrations. Find diffusion values that do not lead to a uniform system, or a set of independent cells. 9

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

Chemical reaction networks and diffusion

Chemical reaction networks and diffusion FYTN05 Fall 2012 Computer Assignment 2 Chemical reaction networks and diffusion Supervisor: Erica Manesso (Office: K217, Phone: +46 46 22 29232, E-mail: erica.manesso@thep.lu.se) Deadline: October 23,

More information

Chemical Kinetics. Topic 7

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

More information

TOPIC 6: Chemical kinetics

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

More information

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

Regulation of metabolism

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

More information

Chemical kinetics and catalysis

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

More information

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

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

10/26/2010. An Example of a Polar Reaction: Addition of H 2 O to Ethylene. to Ethylene

10/26/2010. An Example of a Polar Reaction: Addition of H 2 O to Ethylene. to Ethylene 6.5 An Example of a Polar Reaction: Addition of H 2 O to Ethylene Addition of water to ethylene Typical polar process Acid catalyzed addition reaction (Electophilic addition reaction) Polar Reaction All

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 SCIENCE AND ENGINEERING PROF. SUBHASH CHAND DEPARTMENT OF BIOCHEMICAL ENGINEERING AND BIOTECHNOLOGY IIT DELHI LECTURE 3

ENZYME SCIENCE AND ENGINEERING PROF. SUBHASH CHAND DEPARTMENT OF BIOCHEMICAL ENGINEERING AND BIOTECHNOLOGY IIT DELHI LECTURE 3 ENZYME SCIENCE AND ENGINEERING PROF. SUBHASH CHAND DEPARTMENT OF BIOCHEMICAL ENGINEERING AND BIOTECHNOLOGY IIT DELHI LECTURE 3 ENZYMES AS BIOCATALYSTS * CATALYTIC EFFICIENCY *SPECIFICITY Having discussed

More information

BIO134: Chemical Kinetics

BIO134: Chemical Kinetics BIO134: Chemical Kinetics K Ando School of Chemistry, University of Birmingham http://www.chem.bham.ac.uk/labs/ando/bio134/ Last updated: February 18, 2005 Contents 1 Thermodynamics 3 1.1 The 1st and 2nd

More information

Energy and Cells. Appendix 1. The two primary energy transformations in plants are photosynthesis and respiration.

Energy and Cells. Appendix 1. The two primary energy transformations in plants are photosynthesis and respiration. Energy and Cells Appendix 1 Energy transformations play a key role in all physical and chemical processes that occur in plants. Energy by itself is insufficient to drive plant growth and development. Enzymes

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

Catalysis. v 0 no catalyst v c -- catalyst present. v c. dt with no catalyst) (v c = -d[a]/dt dt with a catalyst)

Catalysis. v 0 no catalyst v c -- catalyst present. v c. dt with no catalyst) (v c = -d[a]/dt dt with a catalyst) Catalysis Catalysis provides an additional mechanism by which reactants can be converted to products. The alternative mechanism has a lower activation energy than the reaction in the absence of a catalyst.

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

APPM 2360 Project 1: Black Holes

APPM 2360 Project 1: Black Holes APPM 2360 Project 1: Black Holes Due: February 22, 2018 by 11:59 PM on D2L 1 Introduction Black holes are one of the stranger predictions of Einsteins beautiful theory of general relativity. When matter

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

Lecture 12. Complications and how to solve them

Lecture 12. Complications and how to solve them Lecture 12 Complications and how to solve them 1. Pseudo Order An expression for second order reaction 2A Products Can be written as, -da/dt = k [A] 2 And the integration, 1/A 2 da = kdt 1/A t 1/A o =

More information

Enzyme Catalysis Lab

Enzyme Catalysis Lab AP Biology Name: Enzyme Catalysis Lab Objectives In this laboratory, you will observe the role of an enzyme (catalase) in conversion of hydrogen peroxide (H 2 O 2 ) to water and oxygen determine the rate

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

On the status of the Michaelis-Menten equation and its implications for enzymology

On the status of the Michaelis-Menten equation and its implications for enzymology 1 On the status of the Michaelis-Menten equation and its implications for enzymology Sosale Chandrasekhar 1 Department of Organic Chemistry, Indian Institute of Science, Bangalore 560 012, India 1 E-mail:

More information

Chemical Kinetics. Kinetics is the study of how fast chemical reactions occur. There are 4 important factors which affect rates of reactions:

Chemical Kinetics. Kinetics is the study of how fast chemical reactions occur. There are 4 important factors which affect rates of reactions: Chemical Kinetics Kinetics is the study of how fast chemical reactions occur. There are 4 important factors which affect rates of reactions: reactant concentration temperature action of catalysts surface

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

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

Lab 3: Soluble Enzyme Kinetics

Lab 3: Soluble Enzyme Kinetics Taylor, A. Winter 2012 Lab 3: Soluble Enzyme Kinetics Introduction This lab will reinforce concepts addressed in BIOEN 335, Biotransport II. In particular, we will focus on enzyme kinetics. You have learned

More information

Free Energy. because H is negative doesn't mean that G will be negative and just because S is positive doesn't mean that G will be negative.

Free Energy. because H is negative doesn't mean that G will be negative and just because S is positive doesn't mean that G will be negative. Biochemistry 462a Bioenergetics Reading - Lehninger Principles, Chapter 14, pp. 485-512 Practice problems - Chapter 14: 2-8, 10, 12, 13; Physical Chemistry extra problems, free energy problems Free Energy

More information

Thermodynamics is the study of energy and its effects on matter

Thermodynamics is the study of energy and its effects on matter 00Note Set 3 1 THE ENERGETICS OF LIFE Thermodynamics and Bioenergetics: Thermodynamics is the study of energy and its effects on matter Bioenergetics is the quantitative analysis of how organisms gain

More information

LABORATORY 2. ENZYME CATALYSIS

LABORATORY 2. ENZYME CATALYSIS LABORATORY 2 STUDENT GUIDE LABORATORY 2. ENZYME CATALYSIS Objectives In this laboratory, you will observe the role of an enzyme (catalase) in conversion of hydrogen peroxide (H 2 O 2 ) to water and oxygen

More information

Sample Question Solutions for the Chemistry of Life Topic Test

Sample Question Solutions for the Chemistry of Life Topic Test Sample Question Solutions for the Chemistry of Life Topic Test 1. Enzymes play a crucial role in biology by serving as biological catalysts, increasing the rates of biochemical reactions by decreasing

More information

ENZYME KINETICS AND INHIBITION

ENZYME KINETICS AND INHIBITION ENZYME KINETICS AND INHIBITION The kinetics of reactions involving enzymes are a little bit different from other reactions. First of all, there are sometimes lots of steps involved. Also, the reaction

More information

Chapter 3. Chemistry of Life

Chapter 3. Chemistry of Life Chapter 3 Chemistry of Life Content Objectives Write these down! I will be able to identify: Where living things get energy. How chemical reactions occur. The functions of lipids. The importance of enzymes

More information

Chapter 13 Lecture Lecture Presentation. Chapter 13. Chemical Kinetics. Sherril Soman Grand Valley State University Pearson Education, Inc.

Chapter 13 Lecture Lecture Presentation. Chapter 13. Chemical Kinetics. Sherril Soman Grand Valley State University Pearson Education, Inc. Chapter 13 Lecture Lecture Presentation Chapter 13 Chemical Kinetics Sherril Soman Grand Valley State University Ectotherms Lizards, and other cold-blooded creatures, are ectotherms animals whose body

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

From cell biology to Petri nets. Rainer Breitling, Groningen, NL David Gilbert, London, UK Monika Heiner, Cottbus, DE

From cell biology to Petri nets. Rainer Breitling, Groningen, NL David Gilbert, London, UK Monika Heiner, Cottbus, DE From cell biology to Petri nets Rainer Breitling, Groningen, NL David Gilbert, London, UK Monika Heiner, Cottbus, DE Biology = Concentrations Breitling / 2 The simplest chemical reaction A B irreversible,

More information

Chem Lecture 4 Enzymes Part 1

Chem Lecture 4 Enzymes Part 1 Chem 452 - Lecture 4 Enzymes Part 1 Question of the Day: Enzymes are biological catalysts. Based on your general understanding of catalysts, what does this statement imply about enzymes? Introduction Enzymes

More information

Learning Outcomes. k 1

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

More information

Basic Synthetic Biology circuits

Basic Synthetic Biology circuits Basic Synthetic Biology circuits Note: these practices were obtained from the Computer Modelling Practicals lecture by Vincent Rouilly and Geoff Baldwin at Imperial College s course of Introduction to

More information

Lecture 27. Transition States and Enzyme Catalysis

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

More information

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

Sample Questions for the Chemistry of Life Topic Test

Sample Questions for the Chemistry of Life Topic Test Sample Questions for the Chemistry of Life Topic Test 1. Enzymes play a crucial role in biology by serving as biological catalysts, increasing the rates of biochemical reactions by decreasing their activation

More information

Computational Systems Biology Exam

Computational Systems Biology Exam Computational Systems Biology Exam Dr. Jürgen Pahle Aleksandr Andreychenko, M.Sc. 31 July, 2012 Name Matriculation Number Do not open this exam booklet before we ask you to. Do read this page carefully.

More information

2. The study of is the study of behavior (capture, storage, usage) of energy in living systems.

2. The study of is the study of behavior (capture, storage, usage) of energy in living systems. Cell Metabolism 1. Each of the significant properties of a cell, its growth, reproduction, and responsiveness to its environment requires. 2. The study of is the study of behavior (capture, storage, usage)

More information

Chemical Kinetics. What quantities do we study regarding chemical reactions? 15 Chemical Kinetics

Chemical Kinetics. What quantities do we study regarding chemical reactions? 15 Chemical Kinetics Chemical Kinetics Chemical kinetics: the study of reaction rate, a quantity conditions affecting it, the molecular events during a chemical reaction (mechanism), and presence of other components (catalysis).

More information

Chemistry 20, Section 1204 Fundamentals of Chemistry, 5 Units El Camino College Spring 2008

Chemistry 20, Section 1204 Fundamentals of Chemistry, 5 Units El Camino College Spring 2008 Chemistry 20, Section 1204 Fundamentals of Chemistry, 5 Units El Camino College Spring 2008 Instructor: Lida Latifzadeh Masoudipour, Ph.D. Lecture: M, 6:00 PM 9:10 PM, Room Chem. 133 W, 6:00 PM 7:00 PM,

More information

Exercise 3: Michaelis-Menten kinetics

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

More information

Chemistry 883 Computational Quantum Chemistry

Chemistry 883 Computational Quantum Chemistry Chemistry 883 Computational Quantum Chemistry Instructor Contact Information Professor Benjamin G. Levine levine@chemistry.msu.edu 215 Chemistry Building 517-353-1113 Office Hours Tuesday 9:00-11:00 am

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

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

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

Chapter 8: An Introduction to Metabolism

Chapter 8: An Introduction to Metabolism Chapter 8: An Introduction to Metabolism Key Concepts 8.1 An organism s metabolism transforms matter and energy, subject to the laws of thermodynamics 8.2 The free-energy change of a reaction tells us

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 14. Chemical Kinetics

Chapter 14. Chemical Kinetics Chapter 14. Chemical Kinetics Common Student Misconceptions It is possible for mathematics to get in the way of some students understanding of the chemistry of this chapter. Students often assume that

More information

FACULTY OF PHARMACY UNIVERSITY OF TORONTO. COURSE LENGTH: FALL x ; SPRING: ; YEAR:

FACULTY OF PHARMACY UNIVERSITY OF TORONTO. COURSE LENGTH: FALL x ; SPRING: ; YEAR: FACULTY OF PHARMACY UNIVERSITY OF TORONTO YEAR: 2010-2011 COURSE NUMBER: COURSE TITLE: CHM 223H1 Physical Chemistry For Pharmacy REQUIRED: x ELECTIVE: COURSE LENGTH: FALL x ; SPRING: ; YEAR: NUMBER OF

More information

Chapter 6- An Introduction to Metabolism*

Chapter 6- An Introduction to Metabolism* Chapter 6- An Introduction to Metabolism* *Lecture notes are to be used as a study guide only and do not represent the comprehensive information you will need to know for the exams. The Energy of Life

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

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

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

More information

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

Chapter 14 Chemical Kinetics

Chapter 14 Chemical Kinetics How fast do chemical processes occur? There is an enormous range of time scales. Chapter 14 Chemical Kinetics Kinetics also sheds light on the reaction mechanism (exactly how the reaction occurs). Why

More information

Computational Biology 1

Computational Biology 1 Computational Biology 1 Protein Function & nzyme inetics Guna Rajagopal, Bioinformatics Institute, guna@bii.a-star.edu.sg References : Molecular Biology of the Cell, 4 th d. Alberts et. al. Pg. 129 190

More information

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)

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) 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 1 Numerical Models for Biomolecular Interactions Petr Kuzmič, Ph.D. BioKin, Ltd. WATERTOWN,

More information

MITOCW enzyme_kinetics

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

More information

Chapter 14 Chemical Kinetics

Chapter 14 Chemical Kinetics Chapter 14 Chemical Kinetics Factors that Affect Reaction rates Reaction Rates Concentration and Rate The Change of Concentration with Time Temperature and Rate Reactions Mechanisms Catalysis Chemical

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

Biology Slide 1 of 34

Biology Slide 1 of 34 Biology 1 of 34 2 4 Chemical Reactions and Enzymes 2 of 34 2 4 Chemical Reactions and Enzymes Chemical Reactions Chemical Reactions A chemical reaction is a process that changes one set of chemicals into

More information

CHAPTER 6 ENZYME KINETICS AND THERMAL INACTIVATION OF POLYPHENOL OXIDASE

CHAPTER 6 ENZYME KINETICS AND THERMAL INACTIVATION OF POLYPHENOL OXIDASE CHAPTER 6 ENZYME KINETICS AND THERMAL INACTIVATION OF POLYPHENOL OXIDASE OVERVIEW OF CHAPTER Here we report the substrate specificity and enzyme kinetics of Polyphenol oxidase enzyme of A. paeoniifolius.

More information

or more general example: aa + bb cc + dd r = -1/a da/dt = -1/b db/dt = 1/c dc/dt = 1/d dd/dt

or more general example: aa + bb cc + dd r = -1/a da/dt = -1/b db/dt = 1/c dc/dt = 1/d dd/dt Chem 344--Physical Chemistry for Biochemists II --F'12 I. Introduction see syllabus II. Experimental Chemical kinetics (Atkins, Ch.6) How fast is reaction? Rate of formation of product or loss of reactant

More information

The first assumption we will put into our theory of kinetics is that two molecules must collide for a reaction to occur between them.

The first assumption we will put into our theory of kinetics is that two molecules must collide for a reaction to occur between them. Chapter 18 Chemical Kinetics: Mechanisms In the last chapter we went through the mechanics of how you extract rate constants and order parameters from experimental data. In this chapter we will ge tthe

More information

Outline. Introduction, program and reference textbooks A few definition and facts Modeling of biological systems:

Outline. Introduction, program and reference textbooks A few definition and facts Modeling of biological systems: Introduction 1 Outline Introduction, program and reference textbooks A few definition and facts Modeling of biological systems: Models in space and time: from molecules to the cell Quantitative models

More information

Objectives INTRODUCTION TO METABOLISM. Metabolism. Catabolic Pathways. Anabolic Pathways 3/6/2011. How to Read a Chemical Equation

Objectives INTRODUCTION TO METABOLISM. Metabolism. Catabolic Pathways. Anabolic Pathways 3/6/2011. How to Read a Chemical Equation Objectives INTRODUCTION TO METABOLISM. Chapter 8 Metabolism, Energy, and Life Explain the role of catabolic and anabolic pathways in cell metabolism Distinguish between kinetic and potential energy Distinguish

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

Analyze the roles of enzymes in biochemical reactions

Analyze the roles of enzymes in biochemical reactions ENZYMES and METABOLISM Elements: Cell Biology (Enzymes) Estimated Time: 6 7 hours By the end of this course, students will have an understanding of the role of enzymes in biochemical reactions. Vocabulary

More information

Section 1: Dissection of enzymatic mechanisms (15)

Section 1: Dissection of enzymatic mechanisms (15) 1 BCHM 102: Quantitative Approaches to Biochemical Systems, 2017 Section 1: Dissection of enzymatic mechanisms (15) 8/30 Study of Reaction Mechanisms. What is a rate of a chemical reaction? What are the

More information

Geotechnical Engineering Laboratory (CE 4348) Laboratory Report #1. Soil Classification. Group #1. Group member #1 Group member #2 Group member #3

Geotechnical Engineering Laboratory (CE 4348) Laboratory Report #1. Soil Classification. Group #1. Group member #1 Group member #2 Group member #3 Geotechnical Engineering Laboratory (CE 4348) Laboratory Report #1 Soil Classification Group #1 Group member #1 Group member #2 Group member #3 February 4, 2013 I have neither given nor received unauthorized

More information

FORMAT FOR CORRELATION TO THE GEORGIA PERFORMANCE STANDARDS. Subject Area: Science State-Funded Course: Biology

FORMAT FOR CORRELATION TO THE GEORGIA PERFORMANCE STANDARDS. Subject Area: Science State-Funded Course: Biology FORMAT FOR CORRELATION TO THE GEORGIA PERFORMANCE STANDARDS Subject Area: Science State-Funded Course: Biology Textbook Title: Biology, (Miller/Levine) 2010 Publisher: Pearson Education SCSh1 Co-Requisite

More information

Chapter Cells and the Flow of Energy A. Forms of Energy 1. Energy is capacity to do work; cells continually use energy to develop, grow,

Chapter Cells and the Flow of Energy A. Forms of Energy 1. Energy is capacity to do work; cells continually use energy to develop, grow, Chapter 6 6.1 Cells and the Flow of Energy A. Forms of Energy 1. Energy is capacity to do work; cells continually use energy to develop, grow, repair, reproduce, etc. 2. Kinetic energy is energy of motion;

More information

2 4 Chemical Reactions

2 4 Chemical Reactions SECTION 2 4 Chemical Reactions ^^^^^ ^^^ ^^ tff'\f f**^*.tffn*f i***i i i «i f.' KEY CONCEPT Life depends on chemical reactions. Student text pages 50-53 Bonds break and form during chemical reactions.

More information

Honors Biology Fall Final Exam Study Guide

Honors Biology Fall Final Exam Study Guide Honors Biology Fall Final Exam Study Guide Helpful Information: Exam has 100 multiple choice questions. Be ready with pencils and a four-function calculator on the day of the test. Review ALL vocabulary,

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

Located in the thylakoid membranes. Chlorophyll have Mg + in the center. Chlorophyll pigments harvest energy (photons) by absorbing certain

Located in the thylakoid membranes. Chlorophyll have Mg + in the center. Chlorophyll pigments harvest energy (photons) by absorbing certain a review Located in the thylakoid membranes. Chlorophyll have Mg + in the center. Chlorophyll pigments harvest energy (photons) by absorbing certain wavelengths (blue-420 nm and red-660 nm are most important).

More information

BA, BSc, and MSc Degree Examinations

BA, BSc, and MSc Degree Examinations Examination Candidate Number: Desk Number: BA, BSc, and MSc Degree Examinations 2017-8 Department : BIOLOGY Title of Exam: Molecular Biology and Biochemistry Part I Time Allowed: 1 hour and 30 minutes

More information

Lecture 14 (10/18/17) Lecture 14 (10/18/17)

Lecture 14 (10/18/17) Lecture 14 (10/18/17) Lecture 14 (10/18/17) Reading: Ch6; 190-191, 194-195, 197-198 Problems: Ch6 (text); 7, 24 Ch6 (study guide-facts); 4, 13 NEXT Reading: Ch6; 198-203 Ch6; Box 6-1 Problems: Ch6 (text); 8, 9, 10, 11, 12,

More information

v AB + C à AC + B Ø Bonds breaking

v AB + C à AC + B Ø Bonds breaking Chemistry Study Guide 3 v Kinetics reaction rates Ø Catalyst Ø Temperature Ø Concentration Ø Bonds Ø Surface area v Kinetics Ø Kinetic energy is directly proportional to the temperature Ø Gasses will react

More information

Name Class Date. c. Solar power plants. f. Main office

Name Class Date. c. Solar power plants. f. Main office Organelle DNA (page 181) 28. Chloroplasts and mitochondria contain their own genetic information in the form of. 29. Biologist Lynn Margulis has suggested that mitochondria and chloroplasts are descendants

More information

Lecture 11: Enzymes: Kinetics [PDF] Reading: Berg, Tymoczko & Stryer, Chapter 8, pp

Lecture 11: Enzymes: Kinetics [PDF] Reading: Berg, Tymoczko & Stryer, Chapter 8, pp Lecture 11: Enzymes: Kinetics [PDF] Reading: Berg, Tymoczko & Stryer, Chapter 8, pp. 216-225 Updated on: 2/4/07 at 9:00 pm Key Concepts Kinetics is the study of reaction rates. Study of enzyme kinetics

More information

Factors That Affect Rates. Factors That Affect Rates. Factors That Affect Rates. Factors That Affect Rates

Factors That Affect Rates. Factors That Affect Rates. Factors That Affect Rates. Factors That Affect Rates KINETICS Kinetics Study of the speed or rate of a reaction under various conditions Thermodynamically favorable reactions DO NOT mean fast reactions Some reactions take fraction of a second (explosion)

More information

Kinetics. Chapter 14. Chemical Kinetics

Kinetics. Chapter 14. Chemical Kinetics Lecture Presentation Chapter 14 Yonsei University In kinetics we study the rate at which a chemical process occurs. Besides information about the speed at which reactions occur, kinetics also sheds light

More information

Chapter Chemical Kinetics

Chapter Chemical Kinetics CHM 51 Chapter 13.5-13.7 Chemical Kinetics Graphical Determination of the Rate Law for A Product Plots of [A] versus time, ln[a] versus time, and 1/[A] versus time allow determination of whether a reaction

More information

Chapter 14. Chemical Kinetics

Chapter 14. Chemical Kinetics Chapter 14. Chemical Kinetics Common Student Misconceptions It is possible for mathematics to get in the way of some students understanding of the chemistry of this chapter. Students often assume that

More information

From Friday s material

From Friday s material 5.111 Lecture 35 35.1 Kinetics Topic: Catalysis Chapter 13 (Section 13.14-13.15) From Friday s material Le Chatelier's Principle - when a stress is applied to a system in equilibrium, the equilibrium tends

More information

Chapter 6: Energy and Metabolism

Chapter 6: Energy and Metabolism Chapter 6: Energy and Metabolism Student: 1. Oxidation and reduction reactions are chemical processes that result in a gain or loss in A) atoms. B) neutrons. C) electrons. D) molecules. E) protons. 2.

More information

A First Course on Kinetics and Reaction Engineering Supplemental Unit S5. Solving Initial Value Differential Equations

A First Course on Kinetics and Reaction Engineering Supplemental Unit S5. Solving Initial Value Differential Equations Supplemental Unit S5. Solving Initial Value Differential Equations Defining the Problem This supplemental unit describes how to solve a set of initial value ordinary differential equations (ODEs) numerically.

More information

Flow of Energy. Flow of Energy. Energy and Metabolism. Chapter 6

Flow of Energy. Flow of Energy. Energy and Metabolism. Chapter 6 Energy and Metabolism Chapter 6 Flow of Energy Energy: the capacity to do work -kinetic energy: the energy of motion -potential energy: stored energy Energy can take many forms: mechanical electric current

More information

Name Class Date. KEY CONCEPT All living things are based on atoms and their interactions. atom ion molecule

Name Class Date. KEY CONCEPT All living things are based on atoms and their interactions. atom ion molecule Section 1: Atoms, Ions, and Molecules KEY CONCEPT All living things are based on atoms and their interactions. VOCABULARY atom ion molecule element ionic bond compound covalent bond MAIN IDEA: Living things

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

Reversible reactions

Reversible reactions Reversible reactions A reversible enzymic reaction (e.g. the conversion of glucose to fructose, catalysed by glucose isomerase) may be represented by the following scheme where the reaction goes through

More information

Mutation Selection on the Metabolic Pathway and the Effects on Protein Co-evolution and the Rate Limiting Steps on the Tree of Life

Mutation Selection on the Metabolic Pathway and the Effects on Protein Co-evolution and the Rate Limiting Steps on the Tree of Life Ursinus College Digital Commons @ Ursinus College Mathematics Summer Fellows Student Research 7-21-2016 Mutation Selection on the Metabolic Pathway and the Effects on Protein Co-evolution and the Rate

More information

HS AP Chemistry Science

HS AP Chemistry Science Scope And Sequence Timeframe Unit Instructional Topics 3 Week(s) 5 Week(s) 3 Week(s) Course Description AP Chemistry should meet the objectives of a good general chemistry course. Students should attain

More information