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 to the address at the top of this document. (Be sure to avoid spelling mistakes in the address.) 3 Background This section is a short overview of the theory covered by this assignment. Consult the course textbook 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. Because this is an energy, we cannot express it directly in relation to the concentration c i, but only relative to a reference potential µ 0 i corresponding to some reference concentration c 0 i. µ i T S ( ) G N i = E,Nj i N i T,P,N j i (2) µ i µ 0 i = k B T ln (c i /c 0 i ) (3) Using the above equations, the Gibbs free energy G 0 = i µ0 i N i at the reference state can be related to the concentration levels (relative to the reference) at equilibrium, using the fact that G eq(uilibrium) = 0: [X 1 ] N 1 eq [X 2 ] N 2 eq = exp ( G 0 /k B T ) =: 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. The equilibrium constant captures the essential energetic properties of a reaction. 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 approximated (derivation not part of this course) as 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 species 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 cell i X cell 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 species 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 species (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) 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 species, 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. 5 Using the ODE simulator For this exercise, you are given a java program where all the reaction networks and numerical calculations are pre-defined. You do not need to program this yourselves. The software is provided on the course website. 9

10 Running the ODE simulator The file is called ODE.jar. Save it to your computer. It will produce output files in the same folder it is in, so it is best to put it in an empty folder, or the folder with your plot scripts. The ODE simulator is a.jar file. Jar files are zip archives containing text files which define Java classes. This particular Jar file also has a main method, which means it can be executed. It uses Java s Swing system to produce a GUI. To run the jar file, type java -jar ODE.jar on Linux in the appropriate folder. On Windows,.jar files are probably already associated with Java and will execute when double-clicked. Otherwise, download and install Java (tip: use ninite.com). When the program is run, a new window should open with options for the simulation you want to run. Each time you run a simulation, the concentrations as a function of time will be displayed as a graph on your screen, and the output values will be printed to a space-separated values ASCII file. Make sure to change the name of the output file if you do not want to overwrite the output of the previous experiment. Single cell simulations The The most simple case is when you have set the number of cells to one, a typical data file will in this case look like this; Note: Some Windows text editors like Notepad may not recognize the line breaks between the rows, so that everything will appear on the same line. This is because Linux and Windows systems tend to use different characters to signify newlines (denoted \r and \n). The line breaks will be recognized when importing the data in your plotting software, or when using a better text editor. The first column enumerates the outputs from 0 to the number of outputs you have chosen in the Simulation settings, the second column displays the time, the third shows which cell we are looking at (in this case we only have one cell and thus this column is 0 everywhere) and the following columns display the concentrations at that specific time point. 10

11 Simulations with multiple cells When you set the number of cells to something other then one, you will immediately see that the Initial Values panel changes. Instead of setting specific initial values you can now define a range of values. Each cell will then use a random value within that range. In this way we can simulate systems with multiple cells with different initial conditions. The output from the program looks as above, with one row for each cell at each time point. An empty line separates outputs for different time points; gnuplot ignores these lines, but you may need to remove these empty lines before plotting in other languages, such as Mathematica

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

HOW TO USE MIKANA. 1. Decompress the zip file MATLAB.zip. This will create the directory MIKANA.

HOW TO USE MIKANA. 1. Decompress the zip file MATLAB.zip. This will create the directory MIKANA. HOW TO USE MIKANA MIKANA (Method to Infer Kinetics And Network Architecture) is a novel computational method to infer reaction mechanisms and estimate the kinetic parameters of biochemical pathways from

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

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

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

Assignment 1 Physics/ECE 176

Assignment 1 Physics/ECE 176 Assignment 1 Physics/ECE 176 Made available: Thursday, January 13, 211 Due: Thursday, January 2, 211, by the beginning of class. Overview Before beginning this assignment, please read carefully the part

More information

Lab 2 Worksheet. Problems. Problem 1: Geometry and Linear Equations

Lab 2 Worksheet. Problems. Problem 1: Geometry and Linear Equations Lab 2 Worksheet Problems Problem : Geometry and Linear Equations Linear algebra is, first and foremost, the study of systems of linear equations. You are going to encounter linear systems frequently in

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

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

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

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

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

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

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

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Objective: Students will gain familiarity with using Excel to record data, display data properly, use built-in formulae to do calculations, and plot and fit data with linear functions.

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

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

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

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

Chemistry 112 Laboratory Experiment 7: Determination of Reaction Stoichiometry and Chemical Equilibrium

Chemistry 112 Laboratory Experiment 7: Determination of Reaction Stoichiometry and Chemical Equilibrium Chemistry 112 Laboratory Experiment 7: Determination of Reaction Stoichiometry and Chemical Equilibrium Introduction The word equilibrium suggests balance or stability. The fact that a chemical reaction

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

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

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

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

Satellite project, AST 1100

Satellite project, AST 1100 Satellite project, AST 1100 Introduction and useful information 0.1 Project overview In this project you are going to send a satellite from your home planet, in your own personal star system, to visit

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

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

You Might Also Like. I look forward helping you focus your instruction while saving tons of time. Kesler Science Station Lab Activities 40%+ Savings!

You Might Also Like. I look forward helping you focus your instruction while saving tons of time. Kesler Science Station Lab Activities 40%+ Savings! Thanks Connect Thank you for downloading my product. I truly appreciate your support and look forward to hearing your feedback. You can connect with me and find many free activities and strategies over

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

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

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

Introduction to Computer Tools and Uncertainties

Introduction to Computer Tools and Uncertainties Experiment 1 Introduction to Computer Tools and Uncertainties 1.1 Objectives To become familiar with the computer programs and utilities that will be used throughout the semester. To become familiar with

More information

Biochemistry and Physiology ID #:

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

More information

Lecture 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

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

TRANSIENT MODELING. Sewering

TRANSIENT MODELING. Sewering TRANSIENT MODELING Initial heads must be defined Some important concepts to keep in mind: Initial material properties and boundary conditions must be consistent with the initial heads. DO NOT start with

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

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

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

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

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

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

Date: Summer Stem Section:

Date: Summer Stem Section: Page 1 of 7 Name: Date: Summer Stem Section: Summer assignment: Build a Molecule Computer Simulation Learning Goals: 1. Students can describe the difference between a molecule name and chemical formula.

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

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

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

More information

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

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

More information

1 Newton s 2nd and 3rd Laws

1 Newton s 2nd and 3rd Laws Physics 13 - Winter 2007 Lab 2 Instructions 1 Newton s 2nd and 3rd Laws 1. Work through the tutorial called Newton s Second and Third Laws on pages 31-34 in the UW Tutorials in Introductory Physics workbook.

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

HR Diagram of Globular Cluster Messier 80 Using Hubble Space Telescope Data

HR Diagram of Globular Cluster Messier 80 Using Hubble Space Telescope Data Jason Kendall, William Paterson University, Department of Physics HR Diagram of Globular Cluster Messier 80 Using Hubble Space Telescope Data Background Purpose: HR Diagrams are central to understanding

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

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

GRADUATE RECORD EXAMINATIONS. Math Review. Chapter 2: Algebra

GRADUATE RECORD EXAMINATIONS. Math Review. Chapter 2: Algebra GRADUATE RECORD EXAMINATIONS Math Review Chapter 2: Algebra Copyright 2010 by Educational Testing Service. All rights reserved. ETS, the ETS logo, GRADUATE RECORD EXAMINATIONS, and GRE are registered trademarks

More information

Teacher Notes for How do biological organisms use energy? 1

Teacher Notes for How do biological organisms use energy? 1 Teacher Notes for How do biological organisms use energy? 1 This analysis and discussion activity introduces students to the basic principles of how biological organisms use energy. The focus is on understanding

More information

Using web-based Java pplane applet to graph solutions of systems of differential equations

Using web-based Java pplane applet to graph solutions of systems of differential equations Using web-based Java pplane applet to graph solutions of systems of differential equations Our class project for MA 341 involves using computer tools to analyse solutions of differential equations. This

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

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

QUANTUM CHEMISTRY BY R.K. PRASAD DOWNLOAD EBOOK : QUANTUM CHEMISTRY BY R.K. PRASAD PDF

QUANTUM CHEMISTRY BY R.K. PRASAD DOWNLOAD EBOOK : QUANTUM CHEMISTRY BY R.K. PRASAD PDF Read Online and Download Ebook QUANTUM CHEMISTRY BY R.K. PRASAD DOWNLOAD EBOOK : QUANTUM CHEMISTRY BY R.K. PRASAD PDF Click link bellow and free register to download ebook: QUANTUM CHEMISTRY BY R.K. PRASAD

More information

August 7, 2007 NUMERICAL SOLUTION OF LAPLACE'S EQUATION

August 7, 2007 NUMERICAL SOLUTION OF LAPLACE'S EQUATION August 7, 007 NUMERICAL SOLUTION OF LAPLACE'S EQUATION PURPOSE: This experiment illustrates the numerical solution of Laplace's Equation using a relaxation method. The results of the relaxation method

More information

[C] [D] K eq = [A] [B]

[C] [D] K eq = [A] [B] Enzyme Kinetics: Properties of -Galactosidase Preparation for Laboratory: Web Tutorial 4, Beta Galactosidase - submit answers to questions Additonal background: Freeman, Proteins pp 51-54 and Box 3.3 pp56-57,

More information

Investigation #2 TEMPERATURE VS. HEAT. Part I

Investigation #2 TEMPERATURE VS. HEAT. Part I Name: Investigation #2 Partner(s): TEMPERATURE VS. HEAT These investigations are designed to help you distinguish between two commonly confused concepts in introductory physics. These two concepts, temperature

More information

Conformational Analysis of n-butane

Conformational Analysis of n-butane Conformational Analysis of n-butane In this exercise you will calculate the Molecular Mechanics (MM) single point energy of butane in various conformations with respect to internal rotation around the

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

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

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

QUANTUM CHEMISTRY BY R.K. PRASAD DOWNLOAD EBOOK : QUANTUM CHEMISTRY BY R.K. PRASAD PDF

QUANTUM CHEMISTRY BY R.K. PRASAD DOWNLOAD EBOOK : QUANTUM CHEMISTRY BY R.K. PRASAD PDF Read Online and Download Ebook QUANTUM CHEMISTRY BY R.K. PRASAD DOWNLOAD EBOOK : QUANTUM CHEMISTRY BY R.K. PRASAD PDF Click link bellow and free register to download ebook: QUANTUM CHEMISTRY BY R.K. PRASAD

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

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

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

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

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

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

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

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

PHYS 228 Template Example

PHYS 228 Template Example PHYS 228 Template Example Author 1, Author 2, and Research Advisor Name Street Address (optional), Dept, Institution, City, State, Zip Code (Dated: August 31, 2017) The abstract should summarize the paper

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

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

LAB 3: VELOCITY AND ACCELERATION

LAB 3: VELOCITY AND ACCELERATION Lab 3 - Velocity & Acceleration 25 Name Date Partners LAB 3: VELOCITY AND ACCELERATION A cheetah can accelerate from to 5 miles per hour in 6.4 seconds. A Jaguar can accelerate from to 5 miles per hour

More information

MECH : a Primer for Matlab s ode suite of functions

MECH : a Primer for Matlab s ode suite of functions Objectives MECH 4-563: a Primer for Matlab s ode suite of functions. Review the fundamentals of initial value problems and why numerical integration methods are needed.. Introduce the ode suite of numerical

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

LAB PHYSICS MIDTERM EXAMINATION STUDY GUIDE

LAB PHYSICS MIDTERM EXAMINATION STUDY GUIDE Freehold Regional High School District 2011-12 LAB PHYSICS MIDTERM EXAMINATION STUDY GUIDE About the Exam The Lab Physics Midterm Examination consists of 32 multiple choice questions designed to assess

More information

Motion II. Goals and Introduction

Motion II. Goals and Introduction Motion II Goals and Introduction As you have probably already seen in lecture or homework, and if you ve performed the experiment Motion I, it is important to develop a strong understanding of how to model

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

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

APPM 2360 Project 2: Exploring Stage-Structured Population Dynamics with Loggerhead Sea Turtles

APPM 2360 Project 2: Exploring Stage-Structured Population Dynamics with Loggerhead Sea Turtles APPM 2360 Project 2: Exploring Stage-Structured Population Dynamics with Loggerhead Sea Turtles Due: March 22, 2018 by 11:59 PM Submit to the Dropbox on D2L as a PDF 1 Introduction In this lab, you will

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

Math Lab 10: Differential Equations and Direction Fields Complete before class Wed. Feb. 28; Due noon Thu. Mar. 1 in class

Math Lab 10: Differential Equations and Direction Fields Complete before class Wed. Feb. 28; Due noon Thu. Mar. 1 in class Matter & Motion Winter 2017 18 Name: Math Lab 10: Differential Equations and Direction Fields Complete before class Wed. Feb. 28; Due noon Thu. Mar. 1 in class Goals: 1. Gain exposure to terminology and

More information

THE STANDARD MODEL IN A NUTSHELL BY DAVE GOLDBERG DOWNLOAD EBOOK : THE STANDARD MODEL IN A NUTSHELL BY DAVE GOLDBERG PDF

THE STANDARD MODEL IN A NUTSHELL BY DAVE GOLDBERG DOWNLOAD EBOOK : THE STANDARD MODEL IN A NUTSHELL BY DAVE GOLDBERG PDF Read Online and Download Ebook THE STANDARD MODEL IN A NUTSHELL BY DAVE GOLDBERG DOWNLOAD EBOOK : THE STANDARD MODEL IN A NUTSHELL BY DAVE Click link bellow and free register to download ebook: THE STANDARD

More information

GENERAL, ORGANIC, AND BIOLOGICAL CHEMISTRY: STRUCTURES OF LIFE (4TH EDITION) BY KAREN C. TIMBERLAKE

GENERAL, ORGANIC, AND BIOLOGICAL CHEMISTRY: STRUCTURES OF LIFE (4TH EDITION) BY KAREN C. TIMBERLAKE Read Online and Download Ebook GENERAL, ORGANIC, AND BIOLOGICAL CHEMISTRY: STRUCTURES OF LIFE (4TH EDITION) BY KAREN C. TIMBERLAKE DOWNLOAD EBOOK : GENERAL, ORGANIC, AND BIOLOGICAL CHEMISTRY: STRUCTURES

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

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

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

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

ESSENTIALS OF BIOCHEMISTRY, 3E WITH SELECTED CHAPTERS FROM FUNDAMENTALS OF BIOCHEMISTRY, VOET (OHIO STATE UNIVERSITY) BY WILEY CUSTOMS LE

ESSENTIALS OF BIOCHEMISTRY, 3E WITH SELECTED CHAPTERS FROM FUNDAMENTALS OF BIOCHEMISTRY, VOET (OHIO STATE UNIVERSITY) BY WILEY CUSTOMS LE ESSENTIALS OF BIOCHEMISTRY, 3E WITH SELECTED CHAPTERS FROM FUNDAMENTALS OF BIOCHEMISTRY, VOET (OHIO STATE UNIVERSITY) BY WILEY CUSTOMS LE DOWNLOAD EBOOK : ESSENTIALS OF BIOCHEMISTRY, 3E WITH SELECTED VOET

More information

Moving into the information age: From records to Google Earth

Moving into the information age: From records to Google Earth Moving into the information age: From records to Google Earth David R. R. Smith Psychology, School of Life Sciences, University of Hull e-mail: davidsmith.butterflies@gmail.com Introduction Many of us

More information

Dynamics Final Report

Dynamics Final Report Dynamics Final Report Sophie Li and Hannah Wilk 1 Abstract We set out to develop a n-rigid body solver in MatLab. We wanted a user to define how many rigid bodies there are, and our system creates the

More information