CHE3935. Lecture 10 Brownian Dynamics

Size: px
Start display at page:

Download "CHE3935. Lecture 10 Brownian Dynamics"

Transcription

1 CHE3935 Lecture 10 Brownian Dynamics 1

2 What Is Brownian Dynamics? Brownian dynamics is based on the idea of the Brownian motion of particles So what is Brownian motion? Named after botanist Robert Brown Random drifting of particles in a fluid due to collisions of fluid molecules with the particle. First identified by Lucretius in 60 BC for dust in air and used a proof of the existence of atoms 2

3 Brownian Motion Lucretius, On the Nature of Things, c. 60 BC: "Observe what happens when sunbeams are admitted into a building and shed light on its shadowy places. You will see a multitude of tiny particles mingling in a multitude of ways... their dancing is an actual indication of underlying movements of matter that are hidden from our sight... It originates with the atoms which move of themselves [i.e., spontaneously]. Then those small compound bodies that are least removed from the impetus of the atoms are set in motion by the impact of their invisible blows and in turn cannon against slightly larger bodies. So the movement mounts up from the atoms and gradually emerges to the level of our senses, so that those bodies are in motion that we see in sunbeams, moved by blows that remain invisible. Although Lucretius published first, it was Robert Brown who got his name associated with the effect. Brown was a Scottish botanist. In 1827 Brown was using a microscope to study pollen suspended in water and observed the jittery motion of small particles (amyloplasts). The effect had previously been reported for charcoal particles by Jan Ingenhousz in 1784 and Lucky for us, the effect is not named after him. 3

4 Brownian Motion the Einstein Connection One of Einstein s four Annus Mirabilis papers was Über die von der molekularkinetischen Theorie der Wärme geforderte Bewegung von in ruhenden Flüssigkeiten suspendierten Teilchen English: On the movement of small particles suspended in a stationary liquid demanded by the molecular-kinetic theory of heat. This paper dealt with Brownian motion. Einstein s paper provided a way to determine the diffusion coefficient for a particle in a fluid, the diameter of atoms, and the value of Avogadro s constant. 4

5 What Is Brownian Dynamics? Describes the motion of particles in solution without explicitly accounting for the motion of the solvent atoms i.e., replace the explicit solvent with an implicit solvent. Why would we want to do this? (think ) Time scale issues, system size issues, accounting for disparate length scales or time scales in a single system (multi-scale). In other words, BD seeks to reduce the number of degrees of freedom in a problem by averaging out many less important degrees of freedom, while preserving the essential physics (thermodynamics) of the important degrees of freedom. This goal is not exclusive to BD there are many methods used to reduce the degrees of freedom. 5

6 What Is Brownian Dynamics? It is a simplified version of Langevin dynamics. So, what is Langevin dynamics? Method for describing the evolution of a subset of the degrees of freedom in a system. m i r i = F i (t) γ i m i r i + R i (t) where F i are the internal forces, γ i is the friction coefficient, and R i denotes forces due to random fluctuations caused by interactions with the solvent molecules. 6

7 What Is Brownian Dynamics? Relation between Brownian and Langevin dynamics: Start with the Langevin equation: m i r i = F i (t) γ i m i r i + 2γ i m i k B TR i (t). Assume that over long times that the acceleration is zero (or negligible): 0 = F i (t) γ i m i r i + 2γ i m i k B TR i (t). Using the Einstein relation (Annus Mirabilis!) we get r i = F i t ζ i + 2D i R i t, where ζ i = γ i m i = k B T/D i. Note that BD includes friction and stochastic noise. 7

8 Brownian Dynamics Equations of Motion r i t + t = r i t D i k B T F i t t + R i t The stochastic (noise) force has the properties: R i t = 0 R i t 2 =2D i t General observations F i t is assumed to be constant over t. The longer t the smaller the noise. For slow processes over macroscopic times the noise goes to zero. 8

9 Example: Reaction-Diffusion Problem Reactions on cell membranes: Comparison of continuum theory and Brownian dynamics simulations, J. Chem. Phys. 123, (2005). Biochemical transduction of signals received by living cells typically involves molecular interactions and enzyme-mediated reactions at the cell membrane, a problem that is analogous to reacting species on a catalyst surface or interface. We have developed an efficient Brownian dynamics algorithm that is especially suited for such systems and have compared the simulation results with various continuum theories through prediction of effective enzymatic rate constant values. We specifically consider reaction versus diffusion limitation, the effect of increasing enzyme density, and the spontaneous membrane association/dissociation of enzyme molecules. In all cases, we find the theory and simulations to be in quantitative agreement. This algorithm may be readily adapted for the stochastic simulation of more complex cell signaling systems. 9

10 Reactions on Cell Membranes Problem: Activation of substrate (reactant) by membrane enzymes (E). Substrate is converted from inactive (open circles) to active (filled circles) with rate k act [S] 2. Substrate inactivation occurs with rate k i [S]. Dilute enzyme limit, one enzyme. Density of activated substrate falls to zero away from enzyme with effective rate coefficient. High density limit, multiple enzymes, mean-field theory. Reaction rate may be controlled by diffusion of S to the enzyme. 10

11 Reactions on Cell Membranes Problem: Activation of substrate (reactant) by membrane enzymes (E). The reaction rate is modeled as 2ππ n i(r,t) = r=s eff k act n i s, t = k act n i Goal: Find α = k eff act /D, the dimensionless effective enzymatic rate constant. 11

12 BD Code for Cell Membrane Reactions Run the code:./membr inputfile outputfile Input file contents: eta_rec: dimensionless receptor density. N_Rec: number of receptors per simulated area. S: effective radius of receptor-enzyme complex. N_Ras: number of Ras molecules per simulated area. enzyme_on_off: 0 or 1. In simulations with stable (non-dissociating) enzymes, enzyme_on_off=0. For enzymes with final lifetime, enzyme_on_off=1. k_r_on: rate constant of cytosolic enzyme binding (pseudo-first-order reaction). k_r_off: enzyme dissociation rate constant. Da: Damkohler number. Diff: Ras diffusion coefficient. kappa: dimensionless rate constant of Ras activation (second-order reaction). TSTEP: timestep, if a particle reaches the activation layer surrounding an enzyme-receptor complex. ds: thickness of the activation layer. t_out: time interval for output values. 12

13 Running the Code Login to Puccini: ssh puccini.che.pitt.edu Copy the BD.tar file: cp ~karlj/web-docs/classes/che3935/bd.tar. Untar the file: tar xvf BD.tar Go to the Brownian directory: cd Brownian Look at the two input files: membr_case1.data and membr_case2.data Try running each of them:./membr membr_case1.data case1.out./membr membr_case2.data case2.out Play with the parameters and see what happens 13

Simple math for a complex world: Random walks in biology and finance. Jake Hofman Physics Department Columbia University

Simple math for a complex world: Random walks in biology and finance. Jake Hofman Physics Department Columbia University Simple math for a complex world: Random walks in biology and finance Jake Hofman Physics Department Columbia University 2007.10.31 1 Outline Complex systems The atomic hypothesis and Brownian motion Mathematics

More information

Major Concepts Langevin Equation

Major Concepts Langevin Equation Major Concepts Langevin Equation Model for a tagged subsystem in a solvent Harmonic bath with temperature, T Friction & Correlated forces (FDR) Markovian/Ohmic vs. Memory Chemical Kinetics Master equation

More information

Smoluchowski Symposia: Why are we here?

Smoluchowski Symposia: Why are we here? Smoluchowski : Smoluchowski : Why are we here? Faculty of Physics, Astronomy and Applied Computer Sciences Jagiellonian University September 9, 2012 Smoluchowski :, 1872-1917 A lecture by Professor Peter

More information

Brownian Motion and The Atomic Theory

Brownian Motion and The Atomic Theory Brownian Motion and The Atomic Theory Albert Einstein Annus Mirabilis Centenary Lecture Simeon Hellerman Institute for Advanced Study, 5/20/2005 Founders Day 1 1. What phenomenon did Einstein explain?

More information

Computational Neuroscience. Session 2-1

Computational Neuroscience. Session 2-1 Computational Neuroscience. Session 2-1 Dr. Marco A Roque Sol 06/04/2018 All living cells exhibit an electrical potential difference between the inner and outer surface of the cytoplasmic membrane. This

More information

Optics lab 2. Kai Beckwith. Laboratory date: Delivery date: Revision delivery date:

Optics lab 2. Kai Beckwith. Laboratory date: Delivery date: Revision delivery date: Optics lab 2 Kai eckwith Laboratory date: 20.02.08 Delivery date: 04.03.08 Revision delivery date: 31.03.08 Abstract In the second optics lab we use light microscopy and computer tracking software to estimate

More information

Time-Dependent Statistical Mechanics 1. Introduction

Time-Dependent Statistical Mechanics 1. Introduction Time-Dependent Statistical Mechanics 1. Introduction c Hans C. Andersen Announcements September 24, 2009 Lecture 1 9/22/09 1 Topics of concern in the course We shall be concerned with the time dependent

More information

Twenty-six year old patent clerk in Bern, Switzerland

Twenty-six year old patent clerk in Bern, Switzerland 1905-005 Twenty-si year old patent clerk in Bern, Switzerland Wrote FIVE major physics papers: 1. Photo-electric effect (obel Prize 191). Doctoral dissertation 3. Brownian motion 4. Special relativity

More information

University of Leipzig Faculty of Physics and Earth Science Institute for Experimental Physics I Department of Soft Matter Physics

University of Leipzig Faculty of Physics and Earth Science Institute for Experimental Physics I Department of Soft Matter Physics hallo University of Leipzig Faculty of Physics and Earth Science Institute for Experimental Physics I Department of Soft Matter Physics Brownian motion and Molecular diffusion Soft Matter Physics Lecture

More information

Entropic forces in Brownian motion

Entropic forces in Brownian motion Entropic forces in Brownian motion Nico Roos* Leiden Observatory, PO Box 9513, NL-2300 RA Leiden, The Netherlands Interest in the concept of entropic forces has risen considerably since E. Verlinde proposed

More information

4. The Green Kubo Relations

4. The Green Kubo Relations 4. The Green Kubo Relations 4.1 The Langevin Equation In 1828 the botanist Robert Brown observed the motion of pollen grains suspended in a fluid. Although the system was allowed to come to equilibrium,

More information

ROBERT BROWN AND THE POLLEN STUFF

ROBERT BROWN AND THE POLLEN STUFF ROBERT BROWN AND THE POLLEN STUFF P. Hänggi Institut für Physik Universität Augsburg Robert Brown (1773-1858) This is the view Brown obtained in 1828, when he first recognised the cell nucleus. It shows

More information

Atomic modelling of Argon lattice

Atomic modelling of Argon lattice Atomic modelling of Argon lattice Fifth project in Computational physics autumn 2015 Candidate number: 8 University of Oslo Abstract A molecular dynamics simulation of argon atoms initially placed in the

More information

Chemical Reac+ons and Enzymes. Lesson Overview. Lesson Overview. 2.4 Chemical Reactions and Enzymes

Chemical Reac+ons and Enzymes. Lesson Overview. Lesson Overview. 2.4 Chemical Reactions and Enzymes Lesson Overview Chemical Reac+ons and Enzymes Lesson Overview 2.4 Chemical Reactions and Enzymes THINK ABOUT IT Living things are made up of chemical compounds, but chemistry isn t just what life is made

More information

Dissipative nuclear dynamics

Dissipative nuclear dynamics Dissipative nuclear dynamics Curso de Reacciones Nucleares Programa Inter universitario de Fisica Nuclear Universidad de Santiago de Compostela March 2009 Karl Heinz Schmidt Collective dynamical properties

More information

Math 345 Intro to Math Biology Lecture 21: Diffusion

Math 345 Intro to Math Biology Lecture 21: Diffusion Math 345 Intro to Math Biology Lecture 21: Diffusion Junping Shi College of William and Mary November 12, 2018 Functions of several variables z = f (x, y): two variables, one function value Domain: a subset

More information

Statistical Mechanics

Statistical Mechanics 42 My God, He Plays Dice! Statistical Mechanics Statistical Mechanics 43 Statistical Mechanics Statistical mechanics and thermodynamics are nineteenthcentury classical physics, but they contain the seeds

More information

Topics covered so far:

Topics covered so far: Topics covered so far: Chap 1: The kinetic theory of gases P, T, and the Ideal Gas Law Chap 2: The principles of statistical mechanics 2.1, The Boltzmann law (spatial distribution) 2.2, The distribution

More information

MD Thermodynamics. Lecture 12 3/26/18. Harvard SEAS AP 275 Atomistic Modeling of Materials Boris Kozinsky

MD Thermodynamics. Lecture 12 3/26/18. Harvard SEAS AP 275 Atomistic Modeling of Materials Boris Kozinsky MD Thermodynamics Lecture 1 3/6/18 1 Molecular dynamics The force depends on positions only (not velocities) Total energy is conserved (micro canonical evolution) Newton s equations of motion (second order

More information

CHAPTER V. Brownian motion. V.1 Langevin dynamics

CHAPTER V. Brownian motion. V.1 Langevin dynamics CHAPTER V Brownian motion In this chapter, we study the very general paradigm provided by Brownian motion. Originally, this motion is that a heavy particle, called Brownian particle, immersed in a fluid

More information

Brownian motion and the Central Limit Theorem

Brownian motion and the Central Limit Theorem Brownian motion and the Central Limit Theorem Amir Bar January 4, 3 Based on Shang-Keng Ma, Statistical Mechanics, sections.,.7 and the course s notes section 6. Introduction In this tutorial we shall

More information

The structure of Atom I

The structure of Atom I The structure of Atom I Matter Matter Matter is anything that occupies space and has mass. The particle theory of matter The particle theory of matter states that matter is made up of a large number of

More information

Derivation of a Fokker-Planck Equation Drift and Diffusion of a Probability Density in State Space

Derivation of a Fokker-Planck Equation Drift and Diffusion of a Probability Density in State Space Derivation of a Fokker-Planck Equation Drift and Diffusion of a Probability Density in State Space 1 Probabilistic Properties Andrew Forrester August 31, 2011 To derive a Fokker-Planck equation, which

More information

Brownian mo*on and microscale entropy

Brownian mo*on and microscale entropy Corso di Laurea in FISICA Brownian mo*on and microscale entropy Luca Gammaitoni Corso di Laurea in FISICA Content The microscopic interpreta*on of energy. The microscopic interpreta*on of entropy The energy

More information

ATP Synthase. Proteins as nanomachines. ATP Synthase. Protein physics, Lecture 11. Create proton gradient across. Thermal motion and small objects

ATP Synthase. Proteins as nanomachines. ATP Synthase. Protein physics, Lecture 11. Create proton gradient across. Thermal motion and small objects Proteins as nanomachines Protein physics, Lecture 11 ATP Synthase ATP synthase, a molecular motor Thermal motion and small objects Brownian motors and ratchets Actin and Myosin using random motion to go

More information

Diffusion and Cell Membranes - I

Diffusion and Cell Membranes - I Diffusion and Cell Membranes - I Objectives 1. Define the following terms: solute, solvent, concentration gradient, osmotic pressure, and selectively permeable. 2. Define the following processes and identify

More information

Chapter 6 Kinetic Particle Theory

Chapter 6 Kinetic Particle Theory Chapter 6 Kinetic Particle Theory To understand that matter is made up of small particles which are in constant and random motion. To describe simple model of solids, liquids and gases, in terms of the

More information

The theory of Brownian motion one hundred years old

The theory of Brownian motion one hundred years old The Global and the Local: The History of Science and the Cultural Integration of Europe. Proceedings of the 2 nd ICESHS (Cracow, Poland, September 6 9, 2006) / Ed. by M. Kokowski. W. Gerhard Pohl * The

More information

Biophysics I. DIFFUSION

Biophysics I. DIFFUSION Biophysics I. DIFFUSION Experiment add a droplet of ink to a glass of water Observation: the stain spreads and eventually colours the entire fluid add a droplet of ink to HOT and COLD water Observation:

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

We can csalculate the MASS FRACTION of each component, then multiply the mass fraction by 56 g (the sample's actual mass) to get the mass of each

We can csalculate the MASS FRACTION of each component, then multiply the mass fraction by 56 g (the sample's actual mass) to get the mass of each 87 We can csalculate the MASS FRACTION of each component, then multiply the mass fraction by 56 g (the sample's actual mass) to get the mass of each component. 88 Commercial sulfuric acid (98% by mass)

More information

Langevin Dynamics of a Single Particle

Langevin Dynamics of a Single Particle Overview Langevin Dynamics of a Single Particle We consider a spherical particle of radius r immersed in a viscous fluid and suppose that the dynamics of the particle depend on two forces: A drag force

More information

Chapter 7 Notes. Matter is made of tiny particles in constant motion

Chapter 7 Notes. Matter is made of tiny particles in constant motion Chapter 7 Notes Section 7.1 Matter is made of tiny particles in constant motion Atomic Theory Greek philosophers (430 BC ) Democritus and Leucippus proposed that matter is made of tiny particles called

More information

PHYS 352. Noise. Noise. fluctuations in voltage (or current) about zero average voltage = 0 average V 2 is not zero

PHYS 352. Noise. Noise. fluctuations in voltage (or current) about zero average voltage = 0 average V 2 is not zero PHYS 352 Noise Noise fluctuations in voltage (or current) about zero average voltage = 0 average V 2 is not zero so, we talk about rms voltage for noise V=0 1 Sources of Intrinsic Noise sometimes noise

More information

Homework for Chapter 7 Chem 2310

Homework for Chapter 7 Chem 2310 omework for Chapter 7 Chem 2310 Name I. Introduction to Reactions 1. Explain why the following fits the definition of a chemical reaction. C 3 Na C 3 Na 2. Using the chemical reaction above, give all compounds

More information

Droplets and atoms. Benjamin Schumacher Department of Physics Kenyon College. Bright Horizons 35 (July, 2018)

Droplets and atoms. Benjamin Schumacher Department of Physics Kenyon College. Bright Horizons 35 (July, 2018) Droplets and atoms Benjamin Schumacher Department of Physics Kenyon College Bright Horizons 35 (July, 2018) Part I: Einstein's other great idea The old revolution Birth of modern physics (1900-1930) Atomic

More information

Find Cm (molal concentration of IONS): Find moles ions:

Find Cm (molal concentration of IONS): Find moles ions: 80 If you are at an altitude high enough for the boiling point of water to be 95.00 C, what amount of sodium chloride would you need to add to 1.000 kg of water to raise the boiling point to 100.00 C?

More information

Energy management at micro scales

Energy management at micro scales Corso di Laurea in FISICA Energy management at micro scales Luca Gammaitoni ICT- Energy Training Day, Bristol 14 Sept. 2015 Corso di Laurea in FISICA Content IntroducCon to the nocon of energy. Laws of

More information

REVIEW: Waves on a String

REVIEW: Waves on a String Lecture 14: Solution to the Wave Equation (Chapter 6) and Random Walks (Chapter 7) 1 Description of Wave Motion REVIEW: Waves on a String We are all familiar with the motion of a transverse wave pulse

More information

Chemical Reactions and Enzymes. (Pages 49-59)

Chemical Reactions and Enzymes. (Pages 49-59) Chemical Reactions and Enzymes (Pages 49-59) Chemical Reactions Chemistry of Life Not just what life is made of. What life does! Chemical Reactions Chemistry of Life Not just what life is made of. What

More information

Chapter 1. Introduction

Chapter 1. Introduction Chapter 1. Introduction 1a) This is an e-book about the constructive effects of thermal energy in biology at the subcellular level. Thermal energy manifests itself as thermal fluctuations, sometimes referred

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

Protein Dynamics, Allostery and Function

Protein Dynamics, Allostery and Function Protein Dynamics, Allostery and Function Lecture 3. Protein Dynamics Xiaolin Cheng UT/ORNL Center for Molecular Biophysics SJTU Summer School 2017 1 Obtaining Dynamic Information Experimental Approaches

More information

Brownian motion using video capture

Brownian motion using video capture INSTITUTE OF PHYSICS PUBLISHING Eur. J. Phys. 23 (2002) 1 5 EUROPEANJOURNAL OF PHYSICS PII: S0143-0807(02)33827-3 Brownian motion using video capture Reese Salmon, Candace Robbins and Kyle Forinash 1 School

More information

Chapter 5 Metabolism: Energy & Enzymes

Chapter 5 Metabolism: Energy & Enzymes Energy Energy is the capacity to do work Kinetic energy Energy of motion Potential energy Stored energy What do you use for energy? Where do you think the energy is stored these molecules? The BONDS! Every

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

Energy at micro scales

Energy at micro scales Corso di Laurea in FISICA Energy at micro scales Luca Gammaitoni ERASMUS + IESRES INNOVATIVE EUROPEAN STUDIES on RENEWABLE ENERGY SYSTEMS 19 Oct 2016, Perugia Corso di Laurea in FISICA Content The microscopic

More information

This is a Gaussian probability centered around m = 0 (the most probable and mean position is the origin) and the mean square displacement m 2 = n,or

This is a Gaussian probability centered around m = 0 (the most probable and mean position is the origin) and the mean square displacement m 2 = n,or Physics 7b: Statistical Mechanics Brownian Motion Brownian motion is the motion of a particle due to the buffeting by the molecules in a gas or liquid. The particle must be small enough that the effects

More information

Molecular Motion and Gas Laws

Molecular Motion and Gas Laws Molecular Motion and Gas Laws What is the connection between the motion of molecules (F = ma and K = mv 2 /2) and the thermodynamics of gases (pv = nrt and U = 3nRT/2)? In this lab, you will discover how

More information

Particle Dynamics: Brownian Diffusion

Particle Dynamics: Brownian Diffusion Particle Dynamics: Brownian Diffusion Prof. Sotiris E. Pratsinis Particle Technology Laboratory Department of Mechanical and Process Engineering, ETH Zürich, Switzerland www.ptl.ethz.ch 1 or or or or nucleation

More information

BAE 820 Physical Principles of Environmental Systems

BAE 820 Physical Principles of Environmental Systems BAE 820 Physical Principles of Environmental Systems Estimation of diffusion Coefficient Dr. Zifei Liu Diffusion mass transfer Diffusion mass transfer refers to mass in transit due to a species concentration

More information

Modelling in Systems Biology

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

More information

Chemical Reaction Engineering Prof. Jayant Modak Department of Chemical Engineering Indian Institute of Science, Bangalore

Chemical Reaction Engineering Prof. Jayant Modak Department of Chemical Engineering Indian Institute of Science, Bangalore Chemical Reaction Engineering Prof. Jayant Modak Department of Chemical Engineering Indian Institute of Science, Bangalore Lecture No. # 26 Problem solving : Heterogeneous reactions Friends, in last few

More information

Energy, Enzymes, and Metabolism. Energy, Enzymes, and Metabolism. A. Energy and Energy Conversions. A. Energy and Energy Conversions

Energy, Enzymes, and Metabolism. Energy, Enzymes, and Metabolism. A. Energy and Energy Conversions. A. Energy and Energy Conversions Energy, Enzymes, and Metabolism Lecture Series 6 Energy, Enzymes, and Metabolism B. ATP: Transferring Energy in Cells D. Molecular Structure Determines Enzyme Fxn Energy is the capacity to do work (cause

More information

The Molecular Dynamics Method

The Molecular Dynamics Method The Molecular Dynamics Method Thermal motion of a lipid bilayer Water permeation through channels Selective sugar transport Potential Energy (hyper)surface What is Force? Energy U(x) F = d dx U(x) Conformation

More information

Assignment 3: The Atomic Nature of Matter

Assignment 3: The Atomic Nature of Matter Introduction Assignment 3: The Atomic Nature of Matter Science One CS 2015-2016 Instructor: Mike Gelbart Last Updated Sunday, Jan 24, 2016 around 7:45pm Part One due Saturday, Jan 30, 2016 at 5:00pm Part

More information

BROWNIAN MOVEMENTS. According to MATTER (Re-examined) Nainan K. Varghese,

BROWNIAN MOVEMENTS. According to MATTER (Re-examined) Nainan K. Varghese, BROWNIAN MOVEMENTS According to MATTER (Re-examined) Nainan K. Varghese, matterdoc@gmail.com http://www.matterdoc.info Abstract: Currently, analyses of Brownian motion are limited to its relevance to other

More information

SIMPLE RANDOM WALKS: IMPROBABILITY OF PROFITABLE STOPPING

SIMPLE RANDOM WALKS: IMPROBABILITY OF PROFITABLE STOPPING SIMPLE RANDOM WALKS: IMPROBABILITY OF PROFITABLE STOPPING EMILY GENTLES Abstract. This paper introduces the basics of the simple random walk with a flair for the statistical approach. Applications in biology

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

Introduction to the mathematical modeling of multi-scale phenomena

Introduction to the mathematical modeling of multi-scale phenomena Introduction to the mathematical modeling of multi-scale phenomena Diffusion Brownian motion Brownian motion (named after botanist Robert Brown) refers to the random motion of particles suspended in a

More information

1. Metabolism is the total of all the chemical processes that occur in an organism.

1. Metabolism is the total of all the chemical processes that occur in an organism. ENERGY AND METABOLISM A. ENERGY 1. Metabolism is the total of all the chemical processes that occur in an organism. a. Catabolism is the process of converting complex to simple or simpler molecules with

More information

Origins of Modern Physics

Origins of Modern Physics PY1P0/PY1T0 Origins of Modern Physics S. Hutzler notes at: http://www.tcd.ie/physics/foams/lecture_notes/py1p0_origins_of_modern_physics 1. The existence of atoms. Fingerprints of Matter: Spectra 3. The

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

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

2.1. KEY CONCEPT All living things are based on atoms and their interactions. 34 Reinforcement Unit 1 Resource Book

2.1. KEY CONCEPT All living things are based on atoms and their interactions. 34 Reinforcement Unit 1 Resource Book 2.1 ATOMS, IONS, AND MOLECULES KEY CONCEPT All living things are based on atoms and their interactions. All matter, whether living or nonliving, is made of the same tiny building blocks, called atoms.

More information

19-9 Adiabatic Expansion of an Ideal Gas

19-9 Adiabatic Expansion of an Ideal Gas 19-9 Adiabatic Expansion of an Ideal Gas Learning Objectives 19.44 On a p-v diagram, sketch an adiabatic expansion (or contraction) and identify that there is no heat exchange Q with the environment. 19.45

More information

BROWNIAN MOTION. 1 Introduction. 2 Theory. Physics 120 General Physics I

BROWNIAN MOTION. 1 Introduction. 2 Theory. Physics 120 General Physics I BROWNIAN MOTION Physics 10 General Physics I 1 Introduction By the beginning of the 0th century, the evidence for the existence of atoms was mounting. It was known that atomic theory could explain the

More information

Atoms and Atomic Structure

Atoms and Atomic Structure Atoms and Atomic Structure 101 Week 13 2 A remarkable fact, which is important to science and technology: Nature is simple. 101 Week 13 3 What is matter? Physics is a reductionist science. Beneath the

More information

Name Biology Chapter 2 Note-taking worksheet

Name Biology Chapter 2 Note-taking worksheet Name Biology Chapter 2 Note-taking worksheet The Nature of Matter 1. Life depends on Atoms 1. The study of chemistry starts with the basic unit of matter, the. 2. The atom was first used by the Greek philosopher

More information

2 4 Chemical Reactions and Enzymes

2 4 Chemical Reactions and Enzymes 2 4 Chemical Reactions and Enzymes THINK ABOUT IT Living things are made up of chemical compounds, but chemistry isn t just what life is made of chemistry is also what life does. Everything that happens

More information

2-4 Chemical Reactions and Enzymes

2-4 Chemical Reactions and Enzymes 2-4 Chemical Reactions and Enzymes Living things, as you have seen, are made up of chemical compounds-some simple and some complex. But chemistry isn t just what life is made of-chemistry is also what

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

with increased Lecture Summary #33 Wednesday, December 3, 2014

with increased Lecture Summary #33 Wednesday, December 3, 2014 5. Lecture Summary #33 Wednesday, December 3, 204 Reading for Today: 4.-4.3 in 5 th ed and 3.-3.3 in 4 th ed Reading for Lecture #34: 4.4 & 4.6 in 5 th ed and 3.4 & 3.6 in 4 th ed Topic: Kinetics I. Effect

More information

Atomic Structure. Quick Review: We have talked about the 3 states of matter; their transformations and characteristics.

Atomic Structure. Quick Review: We have talked about the 3 states of matter; their transformations and characteristics. Atomic Structure Quick Review: We have talked about the 3 states of matter; their transformations and characteristics. We discussed the nature of matter. Matter is anything that has mass and occupies space.

More information

Chapter 5. Energy Flow in the Life of a Cell

Chapter 5. Energy Flow in the Life of a Cell Chapter 5 Energy Flow in the Life of a Cell Including some materials from lectures by Gregory Ahearn University of North Florida Ammended by John Crocker Copyright 2009 Pearson Education, Inc.. Review

More information

Diffusion Coefficient of a Brownian Particle with a Friction Function Given by a Power Law

Diffusion Coefficient of a Brownian Particle with a Friction Function Given by a Power Law J Stat Phys (28) 13: 523 533 DOI 1.17/s1955-7-9438-2 Diffusion Coefficient of a Brownian Particle with a Friction Function Given by a Power Law Benjamin Lindner Received: 6 June 27 / Accepted: 13 September

More information

Chemistry of Life Essential Questions

Chemistry of Life Essential Questions Chemistry of Life Essential Questions VMHS Standards 8.6b; 8.6c; 1h; 4e; 4f; 5a;1b; 1. What is an atom? What are elements? An atom is the basic unit of o Consist of,, and An element is a type of atom o

More information

Remember that the size of an atom is on the order of m

Remember that the size of an atom is on the order of m Atomic hysics Remember that the size of an atom is on the order of 0-0 m rior to about 900, physics was generally concerned with describing macroscopic phenomena. macroscopic large scale, generally observable

More information

Non equilibrium thermodynamics: foundations, scope, and extension to the meso scale. Miguel Rubi

Non equilibrium thermodynamics: foundations, scope, and extension to the meso scale. Miguel Rubi Non equilibrium thermodynamics: foundations, scope, and extension to the meso scale Miguel Rubi References S.R. de Groot and P. Mazur, Non equilibrium Thermodynamics, Dover, New York, 1984 J.M. Vilar and

More information

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

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

More information

An Introduction to Metabolism

An Introduction to Metabolism LECTURE PRESENTATIONS For CAMPBELL BIOLOGY, NINTH EDITION Jane B. Reece, Lisa A. Urry, Michael L. Cain, Steven A. Wasserman, Peter V. Minorsky, Robert B. Jackson Chapter 8 An Introduction to Metabolism

More information

Chapter 17. Free Energy and Thermodynamics. Chapter 17 Lecture Lecture Presentation. Sherril Soman Grand Valley State University

Chapter 17. Free Energy and Thermodynamics. Chapter 17 Lecture Lecture Presentation. Sherril Soman Grand Valley State University Chapter 17 Lecture Lecture Presentation Chapter 17 Free Energy and Thermodynamics Sherril Soman Grand Valley State University First Law of Thermodynamics You can t win! The first law of thermodynamics

More information

Bis2A: 2.3 Interpreting Chemical Reactions

Bis2A: 2.3 Interpreting Chemical Reactions OpenStax-CNX module: m59229 1 Bis2A: 2.3 Interpreting Chemical Reactions The BIS2A Team This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 4.0 Abstract This

More information

SAM Teachers Guide Newton s Laws at the Atomic Scale Overview Learning Objectives Possible Student Pre/Misconceptions

SAM Teachers Guide Newton s Laws at the Atomic Scale Overview Learning Objectives Possible Student Pre/Misconceptions SAM Teachers Guide Newton s Laws at the Atomic Scale Overview Students explore how Newton s three laws apply to the world of atoms and molecules. Observations start with the originally contradictory observation

More information

In a forward reaction, the reactants collide to produce products and it goes from left to

In a forward reaction, the reactants collide to produce products and it goes from left to Worksheet #1 Approaching Equilibrium Read unit II your textbook. Answer all of the questions. Do not start the questions until you have completed the reading. Be prepared to discuss your answers next period.

More information

Modelling across different time and length scales

Modelling across different time and length scales 18/1/007 Course MP5 Lecture 1 18/1/007 Modelling across different time and length scales An introduction to multiscale modelling and mesoscale methods Dr James Elliott 0.1 Introduction 6 lectures by JAE,

More information

Conception of Brownian coil

Conception of Brownian coil Conception of Brownian coil Author: Zhang Jiayuan Affiliation: Affiliated High School of Northwestern Polytechnical University Abstract: This article proposes a conception of Brownian coil. Brownian coil

More information

a) Write the reaction that occurs (pay attention to and label ends correctly) 5 AGCTG CAGCT > 5 AGCTG 3 3 TCGAC 5

a) Write the reaction that occurs (pay attention to and label ends correctly) 5 AGCTG CAGCT > 5 AGCTG 3 3 TCGAC 5 Chem 315 Applications Practice Problem Set 1.As you learned in Chem 315, DNA higher order structure formation is a two step process. The first step, nucleation, is entropically the least favorable. The

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

Georgia Standards of Excellence Curriculum Map High School Chemistry

Georgia Standards of Excellence Curriculum Map High School Chemistry Vocabulary Standards and elements with main topics Unit Name Focus Georgia Standards of Excellence Curriculum Map 2017-18 High School Chemistry Unit # Unit 1 Unit 2 Unit 3 Unit 4 Pace 26 days 12 days 30

More information

Introduction to Theory of Mesoscopic Systems. Boris Altshuler Columbia University & NEC Laboratories America

Introduction to Theory of Mesoscopic Systems. Boris Altshuler Columbia University & NEC Laboratories America Introduction to Theory of Mesoscopic Systems Boris Altshuler Columbia University & NEC Laboratories America Introduction Einstein s Miraculous Year - 1905 Six papers: 1. The light-quantum and the photoelectric

More information

How many grams of ethylene glycol must be added to 6.00 kg of water to lower its freezing point to C? ETHYLENE GLYCOL:

How many grams of ethylene glycol must be added to 6.00 kg of water to lower its freezing point to C? ETHYLENE GLYCOL: How many grams of ethylene glycol must be added to 6.00 kg of water to lower its freezing point to -11.0 C? ETHYLENE GLYCOL: 77 KINETICS - the study of the RATE of chemical reactions. Or, the study of

More information

Langevin Equation Model for Brownian Motion

Langevin Equation Model for Brownian Motion Langevin Equation Model for Brownian Motion Friday, March 13, 2015 2:04 PM Reading: Gardiner Sec. 1.2 Homework 2 due Tuesday, March 17 at 2 PM. The friction constant shape of the particle. depends on the

More information

3. Based on how energy is stored in the molecules, explain why ΔG is independent of the path of the reaction.

3. Based on how energy is stored in the molecules, explain why ΔG is independent of the path of the reaction. B. Thermodynamics 1. What is "free energy"? 2. Where is this energy stored? We say that ΔG is a thermodynamic property, meaning that it is independent of the way that the conversion of reactants to products

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

Continuous and Discrete random process

Continuous and Discrete random process Continuous and Discrete random and Discrete stochastic es. Continuous stochastic taking values in R. Many real data falls into the continuous category: Meteorological data, molecular motion, traffic data...

More information

CHEM 109A Organic Chemistry

CHEM 109A Organic Chemistry CHEM 109A Organic Chemistry https://labs.chem.ucsb.edu/zakarian/armen/courses.html Chapter 5 Alkene: Introduction Thermodynamics and Kinetics Midterm 2... Grades will be posted on Tuesday, Feb. 27 th.

More information

Au-C Au-Au. g(r) r/a. Supplementary Figures

Au-C Au-Au. g(r) r/a. Supplementary Figures g(r) Supplementary Figures 60 50 40 30 20 10 0 Au-C Au-Au 2 4 r/a 6 8 Supplementary Figure 1 Radial bond distributions for Au-C and Au-Au bond. The zero density regime between the first two peaks in g

More information

Lecture Presentation. Chapter 14. James F. Kirby Quinnipiac University Hamden, CT. Chemical Kinetics Pearson Education, Inc.

Lecture Presentation. Chapter 14. James F. Kirby Quinnipiac University Hamden, CT. Chemical Kinetics Pearson Education, Inc. Lecture Presentation Chapter 14 James F. Kirby Quinnipiac University Hamden, CT In chemical kinetics we study the rate (or speed) at which a chemical process occurs. Besides information about the speed

More information

Biochemistry. Lecture 8 Enzyme Kinetics

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

More information