Figure 1: Equivalent electric (RC) circuit of a neurons membrane

Size: px
Start display at page:

Download "Figure 1: Equivalent electric (RC) circuit of a neurons membrane"

Transcription

1 Exercise: Leaky integrate and fire odel of neural spike generation This exercise investigates a siplified odel of how neurons spike in response to current inputs, one of the ost fundaental properties of neurons. The leaky integrate and fire odel is based on the siple resistor-capacitor (RC) circuit that you will learn about here, with an extra rule: the odel neuron spikes whenever the ebrane potential surpasses a threshold. It is a siple and useful odel, but ignores the detailed biophysical echaniss behind spiking. In reality, neurons spike because of voltage-dependent ion channels. Besides these siplifications and apparent liitations the leaky integrate and fire is a useful odel to understand how neurons respond to a current input. Our intuition tells us that the rate at which spikes are produced is positively correlated with the strength of the input current delivered to the cell. We also understand that neurons cannot fire arbitrarily fast, so this correlation is liited by saturation and refractoriness. In this exercise we will quantify the relation between input strength and firing rate. We will visualize this relation by plotting an f-i curve (also called an activation function). This curve describes the firing rate of a neuron (f, the nuber of spikes per second) as a function of injected input current I. Additionally, we will analyze the distribution of the inter-spike intervals (the tiings between successive spikes) for different input currents. Part 1: RC passive odel of a cell: Building the odel In general we can odel the ebrane of a neuron as an RC circuit illustrated in Figure 1. There we depict the different electrical coponents, which are described in what follows. Figure 1: Equivalent electric (RC) circuit of a neurons ebrane The cell ebrane provides electrical insulation between the intracellular fluid and extracellular fluid that are two conductive edia. This creates a capacitor, a device that accuulates charge across the ebrane and therefore has the ability to integrate inputs over tie. The input is represented by a current source (I E ). Reeber that an integral is roughly a su. In this particular case the capacitor has the ability to add up charge over tie and therefore builds up a voltage difference across the ebrane (V ) that we refer as the ebrane potential. The capacitor has a capacitance proportional to the cell s surface area (A). A cell s total ebrane capacitance (C ) can be calculated as follows: C c A (1.1) 1

2 where c is the specific ebrane capacitance. Here, we assue c to be 10 nf/ 2. The current through the capacitor (I C ) is given by the following expression: dv I C C (1.2) dt The cell ebrane is not a perfect insulator. Pores in the ebrane l allow ions to ove across it and therefore the charge that was built up across the capacitor has a way to leak out. This explains the nae leaky integrator. A cell s total ebrane conductance (G ) represents how easily ions flow across the ebrane. Recall that conductance and resistance are inversely related to each other ( R 1/ G ). Note that the total conductance is also proportional to the cell s area, given by the following forula: G g A (1.3) where g is the specific ebrane conductance. Here, we assue g to be 0.5. You probably noticed that the resistor R is wired to a battery in Figure 1, which supplies a voltage E L. This is to reflect the resting ebrane potential of the neuron. In other words, neurons have a ebrane potential difference across the ebrane even when no electrical stiulation is applied. Therefore, E L odels this resting potential. Next, Oh s law gives the leakage current (I L ) through the resistor R : V E L I (1.4) L R Finally, Kirchhoff s current law states that su of current flowing into a junction/node ust be equal to the su of currents flowing out of that node. By looking at Figure 1 we can see that: I I I (1.5) C L E Thus, applying equations 1.3 and 1.4 to 1.5 we obtain the following: dv V E L C I E (1.6) dt which is a first-order, linear and autonoous ordinary differential equation. Review questions: Consider a spherical odel neuron of radius 0.04 and the c and g values given in the preceding section. Write MATLAB code to answer the following questions: R 1. What is the total surface area of this cell? Recall that the surface area of a sphere is A 4r 2, where r is the sphere s radius. 2. Calculate the total ebrane capacitance (C ). 2

3 3. Calculate the total ebrane conductance G and the total ebrane resistance R. Part 2: Dynaics of the RC odel So far we have a differential equation (1.6) that relates changes in applied external current to changes in the ebrane potential. This section focuses on how to nuerically solve this equation to understand how the neurons ebrane potential changes over tie. The idea is to find a function V (t) that solves equation 1.6 for any arbitrary applied current. The RC neuron response to an injected input current I E is prescribed by the differential equation 1.6. After soe rearrangeent equation 1.6 can be rewritten as: dv V (t) E L R I E (2.1) dt where V (t) is the ebrane potential at tie t, R is the ebrane resistance, C is the ebrane capacitance, I E (t) is the current injected, and R C is the ebrane tie constant. E L is the resting ebrane potential also known as the reversal potential of the leakage current (the current through resistor R ). We call this the resting potential because when there is no input current and the voltage is not changing, the ebrane voltage is equal to E L. You can verify this by setting dv /dt and I E (t) to 0. In the absence of input current this passive odel of a cell relaxes exponentially to ebrane potential E L. Alternatively, when input current is supplied this odeled cell relaxes exponentially towards E R I (t). L E So far we have a qualitative understanding on how this odel responds to input currents. However, we would like to track the ebrane potential as a function of tie for any arbitrary input current. One way to do so is to approxiate this differential equation by a difference equation, and use the coputer to nuerically integrate and find the solution for the ebrane potential. To do so, we will rewrite dv as V (t t) V(t) and replace dt by t, which after soe rearranging leads to the following difference equation: t E L V (t) R I E (t) V (t t) V (t) (2.2) where t is the integration tie-step, i.e. the tie elapsed fro t to t t. If the tie-step is sufficiently sall, the difference equation 2.2 provides a faithful representation of the differential equation 2.1. If we know the paraeters and the ebrane potential at tie 0 (known as the initial condition V 0 = V(t=0)) we can find the ebrane potential trajectory for any given input current. As described this odel is unable to generate spikes. In the following section we build on this odel to generate a siplified version of a spiking cell. 3

4 Part 3: The leaky integrate and fire odel The RC odel alone cannot produce action potentials as we have discussed in Parts 1 and 2. Nonetheless we can iic spiking behavior by setting an additional rule: that the odeled neuron eits a spike whenever the ebrane potential crosses a threshold value V th. After each spike, we will reset the ebrane voltage to a value V reset below threshold, and the odel will continue to integrate the input fro there. In this odel there is no echanistic/biophysical description of the action potentials. We just introduced a fire and reset rule after threshold crossing. This constitutes the leaky integrate and fire odel. The ebrane potential of this odel neuron is described by the sae differential equation as the RC passive odel of a cell described in Part 1 and therefore can be approxiated by equation 2.2. In the following we will study this odel via nuerical siulations. During siulations it is convenient to keep track of the ebrane potential and of spiking behavior. The latter can be tracked by introducing a vector that is zero whenever the ebrane potential is below threshold and gets a value 1 when the ebrane potential crosses threshold. This representation is called a binary spike train. For our siulations we will consider a leaky integrate and fire odel with the following paraeters: R 100 M C 200 pf E 70 V L V 60 V V E th reset L We will set the initial condition and integration tie-step for equation 1.4 as follows: V 0 E L t 0.01sec 4. Ipleent the leaky integrate and fire odel as a MATLAB function naed ylif. This function takes as input: (1) the paraeters of the odel, (2) the tie-step and initial condition 1, and (3) a scalar that sets the aplitude of the injected current. This function produces two outputs: (1) the ebrane potential obtained by iteratively solving equation 1.4 with the explained fire and reset rules, and (2) a binary spike train. 5. Let s try the function you just wrote. Exaine the output of the odel neuron to a constant current of 150 pa that is applied for 0.5 seconds. Plot the ebrane potential as a function of tie. What is the firing rate of this neuron (i.e. the nuber of spikes per second)? 6. Copute the inter-spike intervals (the tie between two subsequent spikes). The MATLAB functions find and diff ay be helpful. Is this an irregular or regular firing neuron? 7. How would you estiate the ean firing rate fro the ISIs? A key characteristic of neurons is their refractory period. This refers to a brief rest period after an action potential is fired, when the neuron is unable to fire again. We can add a refractory period to the leaky integrate and fire odel by holding the ebrane potential at V reset for the duration of the refractory period after each spike. 1 The paraeters, initial condition and tie-step can be incorporated into a structure to ake the function call shorter. 4

5 8. Make a copy of your ylif function and call it ylifref. Revise this new function to include a refractory period (t ref ) of 3 sec. 9. Exaine the output of the odel neuron to a constant current of 150 pa that is applied for 0.5 seconds. Plot the ebrane potential as a function of tie and check that your refractory period is properly working (zoo into your plot to verify this). 10. What is the firing rate of this neuron? How does it copare to the odel without a refractory? For the reinder of this exercise we will continue to use the LIF odel with a refractory period of 3 sec. Next, we will copute the f-i curve for this neuron. Reeber that this curve describes the firing rate of a neuron (f, the nuber of spikes per second) as a function of injected input current I. To do so we need to exaine the behavior of our odel cell with currents of different aplitudes. We will test currents in the interval 0 to 500 pa in increents of 10 pa. Each current step will be applied for 1 second. 11. Use your ylifref function to copute the f-i curve of this neuron. Plot the firing rate (nuber of spikes per second) as a function of current aplitude. What is the iniu current that will elicit a spike? In the case of the leaky integrate and fire odel the f-i curve has a closed analytical expression: V th E 0 if I L E R f (I E ) (2.3) R I E V 1 V E t E L reset th L ref ln if I E R I E E L V th R 12. Plot the siulated and theoretical curves on the sae figure. (Use the MATLAB coands hold on and hold off to do so.) Use a line for the theoretical curve and squares for the results of your siulation. To plot square arkers, add s to your plotting coand, e.g. plot(x,y,'s'). 13. Do the siulations atch the analytical expression? 14. Repeat your siulations with input currents in the range 0 to pa in increents of 100 pa. Redo the plot for the siulated and theoretical curves. What is the theoretical axiu firing rate this neuron can achieve? How is it related to the refractory period of your neuron? 15. Include this axiu theoretical value as a black dashed line asyptote in your previous plot. To do so you can type in MATLAB plot(x,y,'--k'). Part 4: Introducing variability in the spike ties So far our odel is able to produce regular spiking, as all the ISI sequence values are identical. A siple way to ake our odel ore realistic is to inject a noisy current so that the ties of threshold crossing are not so easily predictable. This will introduce variability in the ISIs that can be captured in an ISI distribution histogra. 5

6 A siple way to introduce a noisy current is by randoly selecting at each tie-step a current value fro a Gaussian distribution with ean I e and standard deviation. The MATLAB function randn will be helpful for generating noisy currents. Let s visualize the effect of this noisy current by running a siulation exaple 16. Make a copy of your ylifref function and nae it ylif. Modify the new copy to use rando stiulation. This function takes an extra input arguent that sets the standard deviation of the noisy current. Use the ylif function to stiulate your cell for 10 seconds with a noisy current that has a Gaussian distribution with ean I E = 200pA and standard deviation 200pA. Plot a histogra (coands hist, histc and bar will be helpful) of the ISI distribution. Copute the ean and standard deviation of the ISI distribution. Next, let s explore the effect of ore systeatically. To do so we will run a set of siulations of 10 seconds each where the ean of the is fixed but the standard deviation is increased. We will use Gaussian with ean I e = 200pA and will test values of standard deviation in the range 0 to 400pA in increents of 50 pa. 17. Using subplot, ake a nine-panel figure window. Fro left to right plot the ISI distribution for increasing values of. To facilitate visual coparison of the plots ake sure that the scales on the x-axes are the sae across panels (the coand xli will be helpful) and that you use the sae binning for all your histogras. 18. Let us quantify the effect of on firing rate using siple statistics. Make a two-panel figure window. In the left panel plot the ean ISI as a function of the agnitude of. On the right panel plot the standard deviation of the ISI as a function of. Interpret these plots. 19. Can you predict how the in the input current will affect the shape of the f-i curve? 20. To test your prediction copute and plot the f-i curve as described in point 11 but set to 400 pa. What has changed with respect to the less case? Why do you think people say this curve has a soft threshold? 6

7 MIT OpenCourseWare Resource: Brains, Minds and Machines Suer Course Toaso Poggio and Gabriel Kreian The following ay not correspond to a particular course on MIT OpenCourseWare, but has been provided by the author as an individual learning resource. For inforation about citing these aterials or our Ters of Use, visit:

The Wilson Model of Cortical Neurons Richard B. Wells

The Wilson Model of Cortical Neurons Richard B. Wells The Wilson Model of Cortical Neurons Richard B. Wells I. Refineents on the odgkin-uxley Model The years since odgkin s and uxley s pioneering work have produced a nuber of derivative odgkin-uxley-like

More information

HODGKIN-HUXLEY MODEL: MEMBRANE CURRENT

HODGKIN-HUXLEY MODEL: MEMBRANE CURRENT DOING PHYSICS WITH MATLAB BIOPHYSICS HODGKIN-HUXLEY MODEL: MEMBRANE CURRENT Ian Cooper School of Physics, University of Sydney ian.cooper@sydney.edu.au MATLAB SCRIPTS (download files) alpha. Function:

More information

General Properties of Radiation Detectors Supplements

General Properties of Radiation Detectors Supplements Phys. 649: Nuclear Techniques Physics Departent Yarouk University Chapter 4: General Properties of Radiation Detectors Suppleents Dr. Nidal M. Ershaidat Overview Phys. 649: Nuclear Techniques Physics Departent

More information

COS 424: Interacting with Data. Written Exercises

COS 424: Interacting with Data. Written Exercises COS 424: Interacting with Data Hoework #4 Spring 2007 Regression Due: Wednesday, April 18 Written Exercises See the course website for iportant inforation about collaboration and late policies, as well

More information

Model Fitting. CURM Background Material, Fall 2014 Dr. Doreen De Leon

Model Fitting. CURM Background Material, Fall 2014 Dr. Doreen De Leon Model Fitting CURM Background Material, Fall 014 Dr. Doreen De Leon 1 Introduction Given a set of data points, we often want to fit a selected odel or type to the data (e.g., we suspect an exponential

More information

Reading from Young & Freedman: For this topic, read the introduction to chapter 25 and sections 25.1 to 25.3 & 25.6.

Reading from Young & Freedman: For this topic, read the introduction to chapter 25 and sections 25.1 to 25.3 & 25.6. PHY10 Electricity Topic 6 (Lectures 9 & 10) Electric Current and Resistance n this topic, we will cover: 1) Current in a conductor ) Resistivity 3) Resistance 4) Oh s Law 5) The Drude Model of conduction

More information

e-companion ONLY AVAILABLE IN ELECTRONIC FORM

e-companion ONLY AVAILABLE IN ELECTRONIC FORM OPERATIONS RESEARCH doi 10.1287/opre.1070.0427ec pp. ec1 ec5 e-copanion ONLY AVAILABLE IN ELECTRONIC FORM infors 07 INFORMS Electronic Copanion A Learning Approach for Interactive Marketing to a Custoer

More information

Electrical Engineering 3BB3: Cellular Bioelectricity (2013) Solutions to Midterm Quiz #1

Electrical Engineering 3BB3: Cellular Bioelectricity (2013) Solutions to Midterm Quiz #1 Electrical Engineering 3BB3: Cellular Bioelectricity (2013) Solutions to Midter Quiz #1 1. In a typical excitable cell, the ion species with the ost positive Nernst equilibriu potential is: a. potassiu,

More information

Ocean 420 Physical Processes in the Ocean Project 1: Hydrostatic Balance, Advection and Diffusion Answers

Ocean 420 Physical Processes in the Ocean Project 1: Hydrostatic Balance, Advection and Diffusion Answers Ocean 40 Physical Processes in the Ocean Project 1: Hydrostatic Balance, Advection and Diffusion Answers 1. Hydrostatic Balance a) Set all of the levels on one of the coluns to the lowest possible density.

More information

Ph 20.3 Numerical Solution of Ordinary Differential Equations

Ph 20.3 Numerical Solution of Ordinary Differential Equations Ph 20.3 Nuerical Solution of Ordinary Differential Equations Due: Week 5 -v20170314- This Assignent So far, your assignents have tried to failiarize you with the hardware and software in the Physics Coputing

More information

Projectile Motion with Air Resistance (Numerical Modeling, Euler s Method)

Projectile Motion with Air Resistance (Numerical Modeling, Euler s Method) Projectile Motion with Air Resistance (Nuerical Modeling, Euler s Method) Theory Euler s ethod is a siple way to approxiate the solution of ordinary differential equations (ode s) nuerically. Specifically,

More information

Intelligent Systems: Reasoning and Recognition. Perceptrons and Support Vector Machines

Intelligent Systems: Reasoning and Recognition. Perceptrons and Support Vector Machines Intelligent Systes: Reasoning and Recognition Jaes L. Crowley osig 1 Winter Seester 2018 Lesson 6 27 February 2018 Outline Perceptrons and Support Vector achines Notation...2 Linear odels...3 Lines, Planes

More information

Block designs and statistics

Block designs and statistics Bloc designs and statistics Notes for Math 447 May 3, 2011 The ain paraeters of a bloc design are nuber of varieties v, bloc size, nuber of blocs b. A design is built on a set of v eleents. Each eleent

More information

Kinematics and dynamics, a computational approach

Kinematics and dynamics, a computational approach Kineatics and dynaics, a coputational approach We begin the discussion of nuerical approaches to echanics with the definition for the velocity r r ( t t) r ( t) v( t) li li or r( t t) r( t) v( t) t for

More information

Support Vector Machines MIT Course Notes Cynthia Rudin

Support Vector Machines MIT Course Notes Cynthia Rudin Support Vector Machines MIT 5.097 Course Notes Cynthia Rudin Credit: Ng, Hastie, Tibshirani, Friedan Thanks: Şeyda Ertekin Let s start with soe intuition about argins. The argin of an exaple x i = distance

More information

lecture 36: Linear Multistep Mehods: Zero Stability

lecture 36: Linear Multistep Mehods: Zero Stability 95 lecture 36: Linear Multistep Mehods: Zero Stability 5.6 Linear ultistep ethods: zero stability Does consistency iply convergence for linear ultistep ethods? This is always the case for one-step ethods,

More information

Physically Based Modeling CS Notes Spring 1997 Particle Collision and Contact

Physically Based Modeling CS Notes Spring 1997 Particle Collision and Contact Physically Based Modeling CS 15-863 Notes Spring 1997 Particle Collision and Contact 1 Collisions with Springs Suppose we wanted to ipleent a particle siulator with a floor : a solid horizontal plane which

More information

Nonmonotonic Networks. a. IRST, I Povo (Trento) Italy, b. Univ. of Trento, Physics Dept., I Povo (Trento) Italy

Nonmonotonic Networks. a. IRST, I Povo (Trento) Italy, b. Univ. of Trento, Physics Dept., I Povo (Trento) Italy Storage Capacity and Dynaics of Nononotonic Networks Bruno Crespi a and Ignazio Lazzizzera b a. IRST, I-38050 Povo (Trento) Italy, b. Univ. of Trento, Physics Dept., I-38050 Povo (Trento) Italy INFN Gruppo

More information

Spine Fin Efficiency A Three Sided Pyramidal Fin of Equilateral Triangular Cross-Sectional Area

Spine Fin Efficiency A Three Sided Pyramidal Fin of Equilateral Triangular Cross-Sectional Area Proceedings of the 006 WSEAS/IASME International Conference on Heat and Mass Transfer, Miai, Florida, USA, January 18-0, 006 (pp13-18) Spine Fin Efficiency A Three Sided Pyraidal Fin of Equilateral Triangular

More information

Kinetic Theory of Gases: Elementary Ideas

Kinetic Theory of Gases: Elementary Ideas Kinetic Theory of Gases: Eleentary Ideas 17th February 2010 1 Kinetic Theory: A Discussion Based on a Siplified iew of the Motion of Gases 1.1 Pressure: Consul Engel and Reid Ch. 33.1) for a discussion

More information

2. Electric Current. E.M.F. of a cell is defined as the maximum potential difference between the two electrodes of the

2. Electric Current. E.M.F. of a cell is defined as the maximum potential difference between the two electrodes of the 2. Electric Current The net flow of charges through a etallic wire constitutes an electric current. Do you know who carries current? Current carriers In solid - the electrons in outerost orbit carries

More information

Kinetic Theory of Gases: Elementary Ideas

Kinetic Theory of Gases: Elementary Ideas Kinetic Theory of Gases: Eleentary Ideas 9th February 011 1 Kinetic Theory: A Discussion Based on a Siplified iew of the Motion of Gases 1.1 Pressure: Consul Engel and Reid Ch. 33.1) for a discussion of

More information

Some Perspective. Forces and Newton s Laws

Some Perspective. Forces and Newton s Laws Soe Perspective The language of Kineatics provides us with an efficient ethod for describing the otion of aterial objects, and we ll continue to ake refineents to it as we introduce additional types of

More information

Birthday Paradox Calculations and Approximation

Birthday Paradox Calculations and Approximation Birthday Paradox Calculations and Approxiation Joshua E. Hill InfoGard Laboratories -March- v. Birthday Proble In the birthday proble, we have a group of n randoly selected people. If we assue that birthdays

More information

A Simplified Analytical Approach for Efficiency Evaluation of the Weaving Machines with Automatic Filling Repair

A Simplified Analytical Approach for Efficiency Evaluation of the Weaving Machines with Automatic Filling Repair Proceedings of the 6th SEAS International Conference on Siulation, Modelling and Optiization, Lisbon, Portugal, Septeber -4, 006 0 A Siplified Analytical Approach for Efficiency Evaluation of the eaving

More information

HORIZONTAL MOTION WITH RESISTANCE

HORIZONTAL MOTION WITH RESISTANCE DOING PHYSICS WITH MATLAB MECHANICS HORIZONTAL MOTION WITH RESISTANCE Ian Cooper School of Physics, Uniersity of Sydney ian.cooper@sydney.edu.au DOWNLOAD DIRECTORY FOR MATLAB SCRIPTS ec_fr_b. This script

More information

NE 204 mini-syllabus (weeks 4 8)

NE 204 mini-syllabus (weeks 4 8) NE 24 mini-syllabus (weeks 4 8) Instructor: John Burke O ce: MCS 238 e-mail: jb@math.bu.edu o ce hours: by appointment Overview: For the next few weeks, we will focus on mathematical models of single neurons.

More information

Lecture #8-3 Oscillations, Simple Harmonic Motion

Lecture #8-3 Oscillations, Simple Harmonic Motion Lecture #8-3 Oscillations Siple Haronic Motion So far we have considered two basic types of otion: translation and rotation. But these are not the only two types of otion we can observe in every day life.

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Mechanical Engineering 2.010: Systems Modeling and Dynamics III. Final Examination Review Problems

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Mechanical Engineering 2.010: Systems Modeling and Dynamics III. Final Examination Review Problems ASSACHUSETTS INSTITUTE OF TECHNOLOGY Departent of echanical Engineering 2.010: Systes odeling and Dynaics III Final Eaination Review Probles Fall 2000 Good Luck And have a great winter break! page 1 Proble

More information

13.2 Fully Polynomial Randomized Approximation Scheme for Permanent of Random 0-1 Matrices

13.2 Fully Polynomial Randomized Approximation Scheme for Permanent of Random 0-1 Matrices CS71 Randoness & Coputation Spring 018 Instructor: Alistair Sinclair Lecture 13: February 7 Disclaier: These notes have not been subjected to the usual scrutiny accorded to foral publications. They ay

More information

Pattern Recognition and Machine Learning. Artificial Neural networks

Pattern Recognition and Machine Learning. Artificial Neural networks Pattern Recognition and Machine Learning Jaes L. Crowley ENSIMAG 3 - MMIS Fall Seester 2017 Lessons 7 20 Dec 2017 Outline Artificial Neural networks Notation...2 Introduction...3 Key Equations... 3 Artificial

More information

MAKE SURE TA & TI STAMPS EVERY PAGE BEFORE YOU START

MAKE SURE TA & TI STAMPS EVERY PAGE BEFORE YOU START Laboratory Section: Last Revised on Deceber 15, 2014 Partners Naes: Grade: EXPERIMENT 8 Electron Beas 0. Pre-Laboratory Work [2 pts] 1. Nae the 2 forces that are equated in order to derive the charge to

More information

Electrical Engineering 3BB3: Cellular Bioelectricity (2008) Solutions to Midterm Quiz #1

Electrical Engineering 3BB3: Cellular Bioelectricity (2008) Solutions to Midterm Quiz #1 Electrical Engineering 3BB3: Cellular Bioelectricity (2008) Solutions to Midter Quiz #1 1. In typical excitable cells there will be a net influx of K + through potassiu ion channels if: a. V Vrest >, b.

More information

PH 222-2C Fall Electromagnetic Oscillations and Alternating Current. Lectures 18-19

PH 222-2C Fall Electromagnetic Oscillations and Alternating Current. Lectures 18-19 H - Fall 0 Electroagnetic Oscillations and Alternating urrent ectures 8-9 hapter 3 (Halliday/esnick/Walker, Fundaentals of hysics 8 th edition) hapter 3 Electroagnetic Oscillations and Alternating urrent

More information

ma x = -bv x + F rod.

ma x = -bv x + F rod. Notes on Dynaical Systes Dynaics is the study of change. The priary ingredients of a dynaical syste are its state and its rule of change (also soeties called the dynaic). Dynaical systes can be continuous

More information

Physics 2107 Oscillations using Springs Experiment 2

Physics 2107 Oscillations using Springs Experiment 2 PY07 Oscillations using Springs Experient Physics 07 Oscillations using Springs Experient Prelab Read the following bacground/setup and ensure you are failiar with the concepts and theory required for

More information

CSE525: Randomized Algorithms and Probabilistic Analysis May 16, Lecture 13

CSE525: Randomized Algorithms and Probabilistic Analysis May 16, Lecture 13 CSE55: Randoied Algoriths and obabilistic Analysis May 6, Lecture Lecturer: Anna Karlin Scribe: Noah Siegel, Jonathan Shi Rando walks and Markov chains This lecture discusses Markov chains, which capture

More information

AND FITTING OF SINGLE-CHANNEL DWELL

AND FITTING OF SINGLE-CHANNEL DWELL DATA TRANSFORMATONS FOR MPROVED DSPLAY AND FTTNG OF SNGLE-CHANNEL DWELL TME HSTOGRAMS F. J. SGWORTH AND S. M. SNE Departent ofphysiology, Yale University School of Medicine, New Haven, Connecticut 65 ABSTRACr

More information

Donald Fussell. October 28, Computer Science Department The University of Texas at Austin. Point Masses and Force Fields.

Donald Fussell. October 28, Computer Science Department The University of Texas at Austin. Point Masses and Force Fields. s Vector Moving s and Coputer Science Departent The University of Texas at Austin October 28, 2014 s Vector Moving s Siple classical dynaics - point asses oved by forces Point asses can odel particles

More information

E0 370 Statistical Learning Theory Lecture 6 (Aug 30, 2011) Margin Analysis

E0 370 Statistical Learning Theory Lecture 6 (Aug 30, 2011) Margin Analysis E0 370 tatistical Learning Theory Lecture 6 (Aug 30, 20) Margin Analysis Lecturer: hivani Agarwal cribe: Narasihan R Introduction In the last few lectures we have seen how to obtain high confidence bounds

More information

The accelerated expansion of the universe is explained by quantum field theory.

The accelerated expansion of the universe is explained by quantum field theory. The accelerated expansion of the universe is explained by quantu field theory. Abstract. Forulas describing interactions, in fact, use the liiting speed of inforation transfer, and not the speed of light.

More information

Chapter 2 General Properties of Radiation Detectors

Chapter 2 General Properties of Radiation Detectors Med Phys 4RA3, 4RB3/6R3 Radioisotopes and Radiation Methodology -1 Chapter General Properties of Radiation Detectors Ionizing radiation is ost coonly detected by the charge created when radiation interacts

More information

Easy Evaluation Method of Self-Compactability of Self-Compacting Concrete

Easy Evaluation Method of Self-Compactability of Self-Compacting Concrete Easy Evaluation Method of Self-Copactability of Self-Copacting Concrete Masanori Maruoka 1 Hiroi Fujiwara 2 Erika Ogura 3 Nobu Watanabe 4 T 11 ABSTRACT The use of self-copacting concrete (SCC) in construction

More information

How and why neurons fire

How and why neurons fire How and why neurons fire 1 Neurophysiological Background The Neuron Contents: Structure Electrical Mebrane Properties Ion Channels Actionpotential Signal Propagation Synaptic Transission 2 Structure of

More information

Chapter 10 ACSS Power

Chapter 10 ACSS Power Objectives: Power concepts: instantaneous power, average power, reactive power, coplex power, power factor Relationships aong power concepts the power triangle Balancing power in AC circuits Condition

More information

PHY 171. Lecture 14. (February 16, 2012)

PHY 171. Lecture 14. (February 16, 2012) PHY 171 Lecture 14 (February 16, 212) In the last lecture, we looked at a quantitative connection between acroscopic and icroscopic quantities by deriving an expression for pressure based on the assuptions

More information

Numerical Studies of a Nonlinear Heat Equation with Square Root Reaction Term

Numerical Studies of a Nonlinear Heat Equation with Square Root Reaction Term Nuerical Studies of a Nonlinear Heat Equation with Square Root Reaction Ter Ron Bucire, 1 Karl McMurtry, 1 Ronald E. Micens 2 1 Matheatics Departent, Occidental College, Los Angeles, California 90041 2

More information

An Approximate Model for the Theoretical Prediction of the Velocity Increase in the Intermediate Ballistics Period

An Approximate Model for the Theoretical Prediction of the Velocity Increase in the Intermediate Ballistics Period An Approxiate Model for the Theoretical Prediction of the Velocity... 77 Central European Journal of Energetic Materials, 205, 2(), 77-88 ISSN 2353-843 An Approxiate Model for the Theoretical Prediction

More information

Using EM To Estimate A Probablity Density With A Mixture Of Gaussians

Using EM To Estimate A Probablity Density With A Mixture Of Gaussians Using EM To Estiate A Probablity Density With A Mixture Of Gaussians Aaron A. D Souza adsouza@usc.edu Introduction The proble we are trying to address in this note is siple. Given a set of data points

More information

Feature Extraction Techniques

Feature Extraction Techniques Feature Extraction Techniques Unsupervised Learning II Feature Extraction Unsupervised ethods can also be used to find features which can be useful for categorization. There are unsupervised ethods that

More information

The Weierstrass Approximation Theorem

The Weierstrass Approximation Theorem 36 The Weierstrass Approxiation Theore Recall that the fundaental idea underlying the construction of the real nubers is approxiation by the sipler rational nubers. Firstly, nubers are often deterined

More information

Supporting Online Material

Supporting Online Material Supporting Online Material (A) Description of the suppleentary ovies Movie : Two-directional alignent of cells using 4-point electrodes. 0.08 % w/v yeast (S. cerevisiae) cells were assebled into D arrays

More information

NUMERICAL MODELLING OF THE TYRE/ROAD CONTACT

NUMERICAL MODELLING OF THE TYRE/ROAD CONTACT NUMERICAL MODELLING OF THE TYRE/ROAD CONTACT PACS REFERENCE: 43.5.LJ Krister Larsson Departent of Applied Acoustics Chalers University of Technology SE-412 96 Sweden Tel: +46 ()31 772 22 Fax: +46 ()31

More information

Estimation of the Mean of the Exponential Distribution Using Maximum Ranked Set Sampling with Unequal Samples

Estimation of the Mean of the Exponential Distribution Using Maximum Ranked Set Sampling with Unequal Samples Open Journal of Statistics, 4, 4, 64-649 Published Online Septeber 4 in SciRes http//wwwscirporg/ournal/os http//ddoiorg/436/os4486 Estiation of the Mean of the Eponential Distribution Using Maiu Ranked

More information

Bootstrapping Dependent Data

Bootstrapping Dependent Data Bootstrapping Dependent Data One of the key issues confronting bootstrap resapling approxiations is how to deal with dependent data. Consider a sequence fx t g n t= of dependent rando variables. Clearly

More information

Chaotic Coupled Map Lattices

Chaotic Coupled Map Lattices Chaotic Coupled Map Lattices Author: Dustin Keys Advisors: Dr. Robert Indik, Dr. Kevin Lin 1 Introduction When a syste of chaotic aps is coupled in a way that allows the to share inforation about each

More information

Statistical Logic Cell Delay Analysis Using a Current-based Model

Statistical Logic Cell Delay Analysis Using a Current-based Model Statistical Logic Cell Delay Analysis Using a Current-based Model Hanif Fatei Shahin Nazarian Massoud Pedra Dept. of EE-Systes, University of Southern California, Los Angeles, CA 90089 {fatei, shahin,

More information

16.30/31 September 24, 2010 Prof. J. P. How and Prof. E. Frazzoli Due: October 15, 2010 T.A. B. Luders /31 Lab #1

16.30/31 September 24, 2010 Prof. J. P. How and Prof. E. Frazzoli Due: October 15, 2010 T.A. B. Luders /31 Lab #1 16.30/31 Septeber 24, 2010 Prof. J. P. How and Prof. E. Frazzoli Due: October 15, 2010 T.A. B. Luders 16.30/31 Lab #1 1 Introduction The Quanser helicopter is a echanical device that eulates the flight

More information

In this chapter, we consider several graph-theoretic and probabilistic models

In this chapter, we consider several graph-theoretic and probabilistic models THREE ONE GRAPH-THEORETIC AND STATISTICAL MODELS 3.1 INTRODUCTION In this chapter, we consider several graph-theoretic and probabilistic odels for a social network, which we do under different assuptions

More information

P (t) = P (t = 0) + F t Conclusion: If we wait long enough, the velocity of an electron will diverge, which is obviously impossible and wrong.

P (t) = P (t = 0) + F t Conclusion: If we wait long enough, the velocity of an electron will diverge, which is obviously impossible and wrong. 4 Phys520.nb 2 Drude theory ~ Chapter in textbook 2.. The relaxation tie approxiation Here we treat electrons as a free ideal gas (classical) 2... Totally ignore interactions/scatterings Under a static

More information

OBJECTIVES INTRODUCTION

OBJECTIVES INTRODUCTION M7 Chapter 3 Section 1 OBJECTIVES Suarize data using easures of central tendency, such as the ean, edian, ode, and idrange. Describe data using the easures of variation, such as the range, variance, and

More information

A Simple Regression Problem

A Simple Regression Problem A Siple Regression Proble R. M. Castro March 23, 2 In this brief note a siple regression proble will be introduced, illustrating clearly the bias-variance tradeoff. Let Y i f(x i ) + W i, i,..., n, where

More information

Probability Distributions

Probability Distributions Probability Distributions In Chapter, we ephasized the central role played by probability theory in the solution of pattern recognition probles. We turn now to an exploration of soe particular exaples

More information

Tracking using CONDENSATION: Conditional Density Propagation

Tracking using CONDENSATION: Conditional Density Propagation Tracking using CONDENSATION: Conditional Density Propagation Goal Model-based visual tracking in dense clutter at near video frae rates M. Isard and A. Blake, CONDENSATION Conditional density propagation

More information

Neural Modeling and Computational Neuroscience. Claudio Gallicchio

Neural Modeling and Computational Neuroscience. Claudio Gallicchio Neural Modeling and Computational Neuroscience Claudio Gallicchio 1 Neuroscience modeling 2 Introduction to basic aspects of brain computation Introduction to neurophysiology Neural modeling: Elements

More information

Estimating Parameters for a Gaussian pdf

Estimating Parameters for a Gaussian pdf Pattern Recognition and achine Learning Jaes L. Crowley ENSIAG 3 IS First Seester 00/0 Lesson 5 7 Noveber 00 Contents Estiating Paraeters for a Gaussian pdf Notation... The Pattern Recognition Proble...3

More information

1 Proof of learning bounds

1 Proof of learning bounds COS 511: Theoretical Machine Learning Lecturer: Rob Schapire Lecture #4 Scribe: Akshay Mittal February 13, 2013 1 Proof of learning bounds For intuition of the following theore, suppose there exists a

More information

AVOIDING PITFALLS IN MEASUREMENT UNCERTAINTY ANALYSIS

AVOIDING PITFALLS IN MEASUREMENT UNCERTAINTY ANALYSIS VOIDING ITFLLS IN ESREENT NERTINTY NLYSIS Benny R. Sith Inchwor Solutions Santa Rosa, Suary: itfalls, both subtle and obvious, await the new or casual practitioner of easureent uncertainty analysis. This

More information

Course Notes for EE227C (Spring 2018): Convex Optimization and Approximation

Course Notes for EE227C (Spring 2018): Convex Optimization and Approximation Course Notes for EE227C (Spring 2018): Convex Optiization and Approxiation Instructor: Moritz Hardt Eail: hardt+ee227c@berkeley.edu Graduate Instructor: Max Sichowitz Eail: sichow+ee227c@berkeley.edu October

More information

EE 434 Lecture 16. Small signal model Small signal applications in amplifier analysis and design

EE 434 Lecture 16. Small signal model Small signal applications in amplifier analysis and design EE 434 Lecture 16 Sall sinal odel Sall sinal applications in aplifier analysis and desin Quiz 13 The of an n-channel OS transistor that has a quiescent current of 5A was easured to be 10A/. If the lenth

More information

1 Brownian motion and the Langevin equation

1 Brownian motion and the Langevin equation Figure 1: The robust appearance of Robert Brown (1773 1858) 1 Brownian otion and the Langevin equation In 1827, while exaining pollen grains and the spores of osses suspended in water under a icroscope,

More information

Plasma-Wall Interaction: Sheath and Pre-sheath

Plasma-Wall Interaction: Sheath and Pre-sheath Plasa-Wall Interaction: Sheath and Pre-sheath Under ost conditions, a very thin negative sheath appears in the vicinity of walls, due to accuulation of electrons on the wall. This is in turn necessitated

More information

BALLISTIC PENDULUM. EXPERIMENT: Measuring the Projectile Speed Consider a steel ball of mass

BALLISTIC PENDULUM. EXPERIMENT: Measuring the Projectile Speed Consider a steel ball of mass BALLISTIC PENDULUM INTRODUCTION: In this experient you will use the principles of conservation of oentu and energy to deterine the speed of a horizontally projected ball and use this speed to predict the

More information

DETECTION OF NONLINEARITY IN VIBRATIONAL SYSTEMS USING THE SECOND TIME DERIVATIVE OF ABSOLUTE ACCELERATION

DETECTION OF NONLINEARITY IN VIBRATIONAL SYSTEMS USING THE SECOND TIME DERIVATIVE OF ABSOLUTE ACCELERATION DETECTION OF NONLINEARITY IN VIBRATIONAL SYSTEMS USING THE SECOND TIME DERIVATIVE OF ABSOLUTE ACCELERATION Masaki WAKUI 1 and Jun IYAMA and Tsuyoshi KOYAMA 3 ABSTRACT This paper shows a criteria to detect

More information

ANALYSIS OF HALL-EFFECT THRUSTERS AND ION ENGINES FOR EARTH-TO-MOON TRANSFER

ANALYSIS OF HALL-EFFECT THRUSTERS AND ION ENGINES FOR EARTH-TO-MOON TRANSFER IEPC 003-0034 ANALYSIS OF HALL-EFFECT THRUSTERS AND ION ENGINES FOR EARTH-TO-MOON TRANSFER A. Bober, M. Guelan Asher Space Research Institute, Technion-Israel Institute of Technology, 3000 Haifa, Israel

More information

Supplementary Information for Design of Bending Multi-Layer Electroactive Polymer Actuators

Supplementary Information for Design of Bending Multi-Layer Electroactive Polymer Actuators Suppleentary Inforation for Design of Bending Multi-Layer Electroactive Polyer Actuators Bavani Balakrisnan, Alek Nacev, and Elisabeth Sela University of Maryland, College Park, Maryland 074 1 Analytical

More information

Analyzing Simulation Results

Analyzing Simulation Results Analyzing Siulation Results Dr. John Mellor-Cruey Departent of Coputer Science Rice University johnc@cs.rice.edu COMP 528 Lecture 20 31 March 2005 Topics for Today Model verification Model validation Transient

More information

Supporting information for Self-assembly of multicomponent structures in and out of equilibrium

Supporting information for Self-assembly of multicomponent structures in and out of equilibrium Supporting inforation for Self-assebly of ulticoponent structures in and out of equilibriu Stephen Whitela 1, Rebecca Schulan 2, Lester Hedges 1 1 Molecular Foundry, Lawrence Berkeley National Laboratory,

More information

SIMPLE HARMONIC MOTION: NEWTON S LAW

SIMPLE HARMONIC MOTION: NEWTON S LAW SIMPLE HARMONIC MOTION: NEWTON S LAW siple not siple PRIOR READING: Main 1.1, 2.1 Taylor 5.1, 5.2 http://www.yoops.org/twocw/it/nr/rdonlyres/physics/8-012fall-2005/7cce46ac-405d-4652-a724-64f831e70388/0/chp_physi_pndul.jpg

More information

Force and dynamics with a spring, analytic approach

Force and dynamics with a spring, analytic approach Force and dynaics with a spring, analytic approach It ay strie you as strange that the first force we will discuss will be that of a spring. It is not one of the four Universal forces and we don t use

More information

An analytical relation between relaxation time spectrum and molecular weight distribution

An analytical relation between relaxation time spectrum and molecular weight distribution An analytical relation between relaxation tie spectru and olecular weight distribution Wolfgang Thi, Christian Friedrich, a) Michael Marth, and Josef Honerkap b) Freiburger Materialforschungszentru, Stefan-Meier-Straße

More information

Data-Driven Imaging in Anisotropic Media

Data-Driven Imaging in Anisotropic Media 18 th World Conference on Non destructive Testing, 16- April 1, Durban, South Africa Data-Driven Iaging in Anisotropic Media Arno VOLKER 1 and Alan HUNTER 1 TNO Stieltjesweg 1, 6 AD, Delft, The Netherlands

More information

Feedforward Networks

Feedforward Networks Feedforward Networks Gradient Descent Learning and Backpropagation Christian Jacob CPSC 433 Christian Jacob Dept.of Coputer Science,University of Calgary CPSC 433 - Feedforward Networks 2 Adaptive "Prograing"

More information

Analysis of Impulsive Natural Phenomena through Finite Difference Methods A MATLAB Computational Project-Based Learning

Analysis of Impulsive Natural Phenomena through Finite Difference Methods A MATLAB Computational Project-Based Learning Analysis of Ipulsive Natural Phenoena through Finite Difference Methods A MATLAB Coputational Project-Based Learning Nicholas Kuia, Christopher Chariah, Mechatronics Engineering, Vaughn College of Aeronautics

More information

Pattern Recognition and Machine Learning. Artificial Neural networks

Pattern Recognition and Machine Learning. Artificial Neural networks Pattern Recognition and Machine Learning Jaes L. Crowley ENSIMAG 3 - MMIS Fall Seester 2016 Lessons 7 14 Dec 2016 Outline Artificial Neural networks Notation...2 1. Introduction...3... 3 The Artificial

More information

Proc. of the IEEE/OES Seventh Working Conference on Current Measurement Technology UNCERTAINTIES IN SEASONDE CURRENT VELOCITIES

Proc. of the IEEE/OES Seventh Working Conference on Current Measurement Technology UNCERTAINTIES IN SEASONDE CURRENT VELOCITIES Proc. of the IEEE/OES Seventh Working Conference on Current Measureent Technology UNCERTAINTIES IN SEASONDE CURRENT VELOCITIES Belinda Lipa Codar Ocean Sensors 15 La Sandra Way, Portola Valley, CA 98 blipa@pogo.co

More information

Chapter 4: Hypothesis of Diffusion-Limited Growth

Chapter 4: Hypothesis of Diffusion-Limited Growth Suary This section derives a useful equation to predict quantu dot size evolution under typical organoetallic synthesis conditions that are used to achieve narrow size distributions. Assuing diffusion-controlled

More information

Lecture IV: LTI models of physical systems

Lecture IV: LTI models of physical systems BME 171: Signals and Systems Duke University September 5, 2008 This lecture Plan for the lecture: 1 Interconnections of linear systems 2 Differential equation models of LTI systems 3 eview of linear circuit

More information

Chapter 10: Sinusoidal Steady-State Analysis

Chapter 10: Sinusoidal Steady-State Analysis Chapter 0: Sinusoidal Steady-State Analysis Sinusoidal Sources If a circuit is driven by a sinusoidal source, after 5 tie constants, the circuit reaches a steady-state (reeber the RC lab with t = τ). Consequently,

More information

EE5900 Spring Lecture 4 IC interconnect modeling methods Zhuo Feng

EE5900 Spring Lecture 4 IC interconnect modeling methods Zhuo Feng EE59 Spring Parallel LSI AD Algoriths Lecture I interconnect odeling ethods Zhuo Feng. Z. Feng MTU EE59 So far we ve considered only tie doain analyses We ll soon see that it is soeties preferable to odel

More information

26 Impulse and Momentum

26 Impulse and Momentum 6 Ipulse and Moentu First, a Few More Words on Work and Energy, for Coparison Purposes Iagine a gigantic air hockey table with a whole bunch of pucks of various asses, none of which experiences any friction

More information

U V. r In Uniform Field the Potential Difference is V Ed

U V. r In Uniform Field the Potential Difference is V Ed SPHI/W nit 7.8 Electric Potential Page of 5 Notes Physics Tool box Electric Potential Energy the electric potential energy stored in a syste k of two charges and is E r k Coulobs Constant is N C 9 9. E

More information

a a a a a a a m a b a b

a a a a a a a m a b a b Algebra / Trig Final Exa Study Guide (Fall Seester) Moncada/Dunphy Inforation About the Final Exa The final exa is cuulative, covering Appendix A (A.1-A.5) and Chapter 1. All probles will be ultiple choice

More information

Research in Area of Longevity of Sylphon Scraies

Research in Area of Longevity of Sylphon Scraies IOP Conference Series: Earth and Environental Science PAPER OPEN ACCESS Research in Area of Longevity of Sylphon Scraies To cite this article: Natalia Y Golovina and Svetlana Y Krivosheeva 2018 IOP Conf.

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.436J/15.085J Fall 2008 Lecture 11 10/15/2008 ABSTRACT INTEGRATION I

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.436J/15.085J Fall 2008 Lecture 11 10/15/2008 ABSTRACT INTEGRATION I MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.436J/15.085J Fall 2008 Lecture 11 10/15/2008 ABSTRACT INTEGRATION I Contents 1. Preliinaries 2. The ain result 3. The Rieann integral 4. The integral of a nonnegative

More information

Feedforward Networks

Feedforward Networks Feedforward Neural Networks - Backpropagation Feedforward Networks Gradient Descent Learning and Backpropagation CPSC 533 Fall 2003 Christian Jacob Dept.of Coputer Science,University of Calgary Feedforward

More information

1 Generalization bounds based on Rademacher complexity

1 Generalization bounds based on Rademacher complexity COS 5: Theoretical Machine Learning Lecturer: Rob Schapire Lecture #0 Scribe: Suqi Liu March 07, 08 Last tie we started proving this very general result about how quickly the epirical average converges

More information

Feedforward Networks. Gradient Descent Learning and Backpropagation. Christian Jacob. CPSC 533 Winter 2004

Feedforward Networks. Gradient Descent Learning and Backpropagation. Christian Jacob. CPSC 533 Winter 2004 Feedforward Networks Gradient Descent Learning and Backpropagation Christian Jacob CPSC 533 Winter 2004 Christian Jacob Dept.of Coputer Science,University of Calgary 2 05-2-Backprop-print.nb Adaptive "Prograing"

More information

5.60 Thermodynamics & Kinetics Spring 2008

5.60 Thermodynamics & Kinetics Spring 2008 MIT OpenCourseWare http://ocw.it.edu 5.60 Therodynaics & Kinetics Spring 2008 For inforation about citing these aterials or our Ters of Use, visit: http://ocw.it.edu/ters. 1 Enzye Catalysis Readings: SAB,

More information

Motion Analysis of Euler s Disk

Motion Analysis of Euler s Disk Motion Analysis of Euler s Disk Katsuhiko Yaada Osaka University) Euler s Disk is a nae of a scientific toy and its otion is the sae as a spinning coin. In this study, a siple atheatical odel is proposed

More information