Topics in Neurophysics

Size: px
Start display at page:

Download "Topics in Neurophysics"

Transcription

1 Topics in Neurophysics Alex Loebel, Martin Stemmler and Anderas Herz Exercise 2 Solution (1) The Hodgkin Huxley Model The goal of this exercise is to simulate the action potential according to the model proposed by Alan Lloyd Hodgkin and Andrew Huxley in This model describes the ionic mechanisms underlying the initiation and propagation of action potentials in the squid giant axon. It is worth noting that, to date, this is the only mathematical theory for which a Nobel Prize in Physiology or Medicine has been awarded. Hodgkin and Huxley received this prize in As introduced in the lecture, the main dynamical equation of the model is: c dv Ie = im (1) dt A m + with: i m = g L (V E ) + g L K n 4 (V E K ) + g Na m 3 h (V E Na ) (2) V stands for the voltage, with units of mv; C m stands for the capacitance per unit area, with units of µf/cm 2 ; i m is the current flowing through a unit membrane area, with units of pa/cm 2 ; I e is the external current input into the cell, also with units of pa; A is the cell membrane area, in cm 2 ; E L, E K, and E Na are the reversal potentials of the leakage, potassium and sodium currents, in mv; g L, g K, and gna are the maximum conductances per unit area for the leakage, potassium and sodium, in ms/cm 2 ; and finally, n, m and h are the gating variables, which determines the effective current through the different channels. The equations that describe the dynamics of the different gating variables, n, m and h will be (to save space, and as the equations has the same form for different variables, x stand for either n, m or h ): dx τx = x (V) x (3) dt 1 τ x(v) = (4) α (V) + β (V) x x αx(v) x (V) = (5) α (V) + β (V) x x

2 The exact form of α x (V) and β x (V) are different for the different gating variables, and (for the squid giant axon) they read as follow: 0.01(V + 55) α n( V) =, 0.1(V + 55) 1 e 0.1(V + 40) α m( V) =, 0.1(V + 40) 1 e β (V) = 0.125e n m (V + 65) (V + 65) β (V) = 4e (6) α 0.05(V + 65) m(v) = 0.07e, β h( V) = 0.1(V + 35 ) 1+ e 1 Finally, the parameter values that we will use are: E L = -54.4mV, E K = -77mV, E Na = 50, c m = 1µF/cm 2, g L = 0.3mS/cm 2, g K = 36mS/cm 2, g Na = 120mS/cm 2. Use a membrane area of A = 1cm 2 to scale the external current I e. (a) Plot the different α x (V), β x (V), τ x (V) and x (V) ( x stands for the n, m or h gating variables), for values of V between -100mV and +20mV. Note that the functions describing α x (V) and β x (V) for m and h are not the same. Compare your results to Figs. (1, 2). Fig. 1 only shows α n (V), β n (V), τ n (V) and n (V), so you need to complete the overall picture. Explain the different roles of the gating variables in allowing currents to flow in or out of the cell during the different stages of the action potential. Solution: The first cell of the attached script calculates the different variables as a function of the voltage, and plots the required graphs: (i) From the graph of n (V) it is observed that the opening probability of n, the gating variable of the potassium channel, increases with the voltage. In addition, the higher the voltage, the faster are the changes in n, as observed in the graph of τ n (V). (ii) The graphs of m (V) has similar properties than that of n (V), albeit with a shift along the voltage, that is, it takes higher voltage values for the m gating variable to be activated. Notably, this dependency of m on the voltage is an important factor in determining the voltage values above which an action potential can occur. Furthermore, the dynamics of m is the fastest among the gating variables, as observed from the graph of τ m (V), and changes in m occurs an order of magnitude faster than for the other gating variables. (iii) Finally, the properties of h (V) are a mirror image of m (V): the h gating variable is inactivated at higher voltage values. The h gating variable is also the most sluggish, with τ h (V) having the largest values at sub-threshold membrane potential values. (iv) Hence, although there is very little overlap of voltage values in which both gating variables of the sodium channel are open, the difference in the dynamics of m and h means that for a short time window, as the voltage values increases from resting potential, the value of m is high enough and the value of h has not yet decreased enough such that sodium current flows into the cell, depolarize the membrane potential, which lead to higher m values and stronger sodium current. This positive feedback in the sodium current leads in turn to the upward phase of the action potential.

3 (v) At the same time, two things occur that gives end to the rise in membrane potential: as the voltage increases, the value of the h gating variable is decreasing more rapidly, which in turn shuts down the sodium current; and the value of the n gating variable is increasing more rapidly, leading to an increasing potassium current to flow into the cell, which in turn lead to a decrease in the membrane potential. Once the voltage returns to values near the resting potential, the n gating variable slowly inactivate, and the h gating variable slowly de-inactivate, completing the cycle of an action-potential. Figure 1: The forward and backward transition rates, the steady state and the time constant of the dynamics of the potassium gating variable, as a function of the voltage. Figure 2: The steady state and the time constant of the dynamics of the sodium and potassium gating variables, as a function of the voltage. (b) Simulate the complete model for 20ms with the following initial conditions: V(t=0) = - 70mV, n(0) = 0, m(0) = 0, h(0) = 1, and with no external input, i.e., I e = 0. You should get something similar to Fig. (3). What do you make from the behavior of the different gating variables? Do they behave as you expected from their dependency on V (Figs. 1-2)? Solution: The second cell of the attached script simulates the HH model for the given initial conditions and with no external input. One action potential is observed, and the

4 dependencies of the gating variables on the voltage, as shown in Figure (3), are reproduced. Figure 3: The action potential. The membrane voltage, the current across the membrane, and the values of the different gating variables during an action potential are shown from top to bottom. (c) Consider now external inputs that range between I e = 0: 1: 100. For each input run a simulation that lasts 600ms, where the external input is introduced at t = 50ms. Use the same initial conditions as in the previous question. As the input increases in amplitude, you should see more and more spikes emitted by the model neuron (e.g., check figure 4). Plot the firing-rate vs. input amplitude graph. You should get something like in Fig. 4. (Note: neurons that have a similar rate-input relation, i.e., that as the amplitude increases they suddenly start emitting spikes at a finite frequency, are called Type - II neurons). As in the previous question, your model should emit one spike before the external input is turned on. Why does this happen? Can you get rid of it? Can you have more than one spike before the input is turned on? Solution: The third cell of the attached script simulates the HH model for different external inputs, and it reproduces Figure (4). As for the appearance of the single spike at the beginning of each simulation, it is due to the choice of the initial conditions of the variables. In particular, their values are not the

5 stationary values for V = -70mV (the chosen initial state of the membrane potential). That is, the system is not in a steady state, and the ensued spike is a manifestation of the dynamics of the system away from the chosen initial condition. With h(t = 0) = 1; with m rapidly increasing from its initial zero value due to its short time constant τ m ; and with n(t = 0) = 0, there is enough sodium current to depolarize the cell to lead to the positive feedback dynamics of the sodium channels and to the action potential. This dynamics of the sodium channels is supported by the fact that there is initially no potassium current to negate the depolarization effects of the sodium current, as the potassium channels are all closed. Finally, the reason only one spike is observed, as due to the fact that once the action potential is over, the values of all variables relax into their stationary solution of the resting potential, which is a stable state. That is, the system will stay at the resting potential unless perturbed. Figure 4: Left: examples of the model output for different amplitude of the external input, which is initiated at t=50ms. The input was (from top left to bottom right) I e = 0, 4, 6 and 8. Right: firing rate of the HH model neuron for different amplitudes of the external input. Notice how the firing rate starts from a finite value, a feature that characterizes Type - II neurons. (d) Now, plot the individual currents i L = g L (V E L ), i K = gk n 4 (V E K ), and i Na = gna m 3 h (V E Na ) from one spike to the next. Show these currents together in a single plot. Compute the ionic load (the total Na + charge) accumulating during one interspike interval. You may ignore the contribution from i L as being small. This is the load the ATP pumps need to remove from the cell's interior after a spike. Solution: Interestingly (e) What happens to the height of the action potentials, along the spike train response, as the external input increases in amplitude? Why do you think this happens? Solution: Interestingly, as the firing rate increases with the external input, the height of the action potentials decreases. The reason for that is the following: as τ m is short for all the relevant V values, the m gating variable has a similar dynamics till very high firing

6 rates as it can follow the fast changes in the membrane potential. The dynamics of the h and n gating variables are much slower, however, and as the firing rate increases, the h gating variable remains at low values (that is, there is less recovery from inactivation); and the n gating variable remains at relatively high values. Hence, less sodium current flows into the cell and more potassium current flow out of the cell during spikes at higher firing rates, which in turn leads to the observed phenomenon of smaller spikes. (2) Some numerical experiments with the HH model. You now have a neuron under your microscope, and it is time to figure out how its different components are responsible for the specific spiking activity that you observe. (a) For the values of the initial conditions for the V, n, m and h variables given in problem 1, you saw a single spike even before the external input was introduced. You also figured out that if you change the initial conditions to the steady-state values of n, m and h for V(t = 0) = V rest, you will not observe this spike. Here, start with V(t = 0) = V rest and set the initial conditions for n, m and h to their steady-state values, and deliver a step current to the model. For what kind of step input you could get exactly one, and only one, spike? Explain the underlying mechanisms for that. (hint: sometime in order to go up, you first need to go down ). Solution: There are two step inputs with which one can get just one spike at the HH model.the first, is a short excitatory input at just the right amplitude. The second, the more interesting input, is an inhibitory input that is given for a long enough time and then is abruptly stopped. Such an inhibitory input can lead to one, and only one spike, which has the name of a rebound spike. In particular, a rebound spike occurs due to the different time constants of the m and h gating variables of the sodium channel, and their different stationary values for a given holding voltage. That is, the inhibitory input reduces the membrane potential, which pushes the value of h toward 1, and the value of m toward 0. When the input is stopped abbruptly, the voltage quickly elevates back to the resting membrane potential, and the value of m quickly increases to m (V rest ). As the time constant τ h is much slower than τ m, h remains at relatively higher values than h (V rest ). To summarize, we are now at the resting potential, but with h > h (V rest ), which allows for more sodium to flow into the cell, which lead to the depolarization of the membrane potential, and then to higher values of m, and so on, till we get a spike. Once the spike is over, all the different gating variables relax to their V rest values, and so no follow-up spike will occur without an external input (excitatory, or inhibitory). (b) What happens to the response of the neuron (for a certain amplitude of the external stimulus) when you decrease the value of E L, e.g., from E L = -54.4mV to E L = -65mV? Or to E L = -75mV? Explain what you see in the simulation, and then try to speculate what could lead to such changes in E L? Solution: To answer this problem, we need to remind ourselves what is E L. In short, E L in the HH model is the reversal potential of all the currents that are not involved in the production of the spikes. Hence, when there are no external currents and no spikes, the membrane potential will keep close to this value. A more negative value for E L means

7 that a larger depolarizing current is needed in order to induce a spike, and for a certain amplitude of an external stimulus, the firing rate will decrease when E L is lower. What could lead to such changes in E L? Changes in the ion concentration in and out of the cell; or changes in their permeability (remember what determines the reversal potential at the Goldman-Hodgkin-Katz voltage equation). (c) What happens when the dynamics of the n subunit of the potassium channel becomes slower? How can you model such a change? Support your answer with a figure. Solution: when the dynamics of the n subunit becomes slower, it means that the hyperpolarizing potassium current initiates later. The spikes therefore become wider, and the ISI (Inter-Spike-Interval) becomes longer. As a reminder, τ n (V) determines the dynamics of n and it has the following form: 1 τ n(v) = (7) α (V) + β (V) n n We can simply multiply the equation by some value a > 1 to have τ n (V) larger for each value of V. Although this will work, it is not based on any bio-physical principle. Changing either α n (V) or β n (V) would work as well. I will it for you to figure out how to do it. (d) What happens when the subunit that is responsible for the inactivation of the sodium channel doesn t work properly, and always exactly10% of the h subunits are active? How can you model that? What happens when always exactly 20% of these subunits are active? Explain your findings. Solution: first, the easiest way to model this is by simply assign the value of h(t) = 0.1 or 0.2 for all time steps of the simulation. Functionally, it means that there is always a flow of sodium into the cell which will depolarize it. In fact, for the values of h suggested here, there will be enough sodium current that will prevent the production of any spikes for any external inputs! (3) Some numerical experiments with the HH model. Set m(t) =m (V(t)) (that is, slaving the fast Na + activation variable to the voltage); and set h(t) =0.8 - n(t) (that is, combining two variables that evolve on a similar time scale), in order to get a two-variable Hodgkin-Huxley model. Note that the gating variables range between 0 and 1, so to be careful, set h(t) = 0 if (0.8 - n(t)) < 0. (a) Write down and simulate the reduced Hodgkin-Huxley model. Can you get it to spike? (b) Now examine the phase plane spanned by V(t) and n(t). Plot the solutions to dv/dt = 0 and dn/dt = 0 in this plane. These curves are known as the null-clines of the system. Note that the voltage null-cline is a function of the external current I e.

8 (c) Plot the time-dependent solution V(t), n(t) for spiking dynamics into the phase plane. Compare the orbit (the closed loop of the dynamics in the phase plane) to the null-clines for different values of I e.

9 Generation of Action Potential Hodgkin-Huxley Model

9 Generation of Action Potential Hodgkin-Huxley Model 9 Generation of Action Potential Hodgkin-Huxley Model (based on chapter 12, W.W. Lytton, Hodgkin-Huxley Model) 9.1 Passive and active membrane models In the previous lecture we have considered a passive

More information

Mathematical Foundations of Neuroscience - Lecture 3. Electrophysiology of neurons - continued

Mathematical Foundations of Neuroscience - Lecture 3. Electrophysiology of neurons - continued Mathematical Foundations of Neuroscience - Lecture 3. Electrophysiology of neurons - continued Filip Piękniewski Faculty of Mathematics and Computer Science, Nicolaus Copernicus University, Toruń, Poland

More information

Voltage-clamp and Hodgkin-Huxley models

Voltage-clamp and Hodgkin-Huxley models Voltage-clamp and Hodgkin-Huxley models Read: Hille, Chapters 2-5 (best) Koch, Chapters 6, 8, 9 See also Clay, J. Neurophysiol. 80:903-913 (1998) (for a recent version of the HH squid axon model) Rothman

More information

Electrophysiology of the neuron

Electrophysiology of the neuron School of Mathematical Sciences G4TNS Theoretical Neuroscience Electrophysiology of the neuron Electrophysiology is the study of ionic currents and electrical activity in cells and tissues. The work of

More information

MATH 3104: THE HODGKIN-HUXLEY EQUATIONS

MATH 3104: THE HODGKIN-HUXLEY EQUATIONS MATH 3104: THE HODGKIN-HUXLEY EQUATIONS Parallel conductance model A/Prof Geoffrey Goodhill, Semester 1, 2009 So far we have modelled neuronal membranes by just one resistance (conductance) variable. We

More information

Voltage-clamp and Hodgkin-Huxley models

Voltage-clamp and Hodgkin-Huxley models Voltage-clamp and Hodgkin-Huxley models Read: Hille, Chapters 2-5 (best Koch, Chapters 6, 8, 9 See also Hodgkin and Huxley, J. Physiol. 117:500-544 (1952. (the source Clay, J. Neurophysiol. 80:903-913

More information

9 Generation of Action Potential Hodgkin-Huxley Model

9 Generation of Action Potential Hodgkin-Huxley Model 9 Generation of Action Potential Hodgkin-Huxley Model (based on chapter 2, W.W. Lytton, Hodgkin-Huxley Model) 9. Passive and active membrane models In the previous lecture we have considered a passive

More information

Math 345 Intro to Math Biology Lecture 20: Mathematical model of Neuron conduction

Math 345 Intro to Math Biology Lecture 20: Mathematical model of Neuron conduction Math 345 Intro to Math Biology Lecture 20: Mathematical model of Neuron conduction Junping Shi College of William and Mary November 8, 2018 Neuron Neurons Neurons are cells in the brain and other subsystems

More information

6.3.4 Action potential

6.3.4 Action potential I ion C m C m dφ dt Figure 6.8: Electrical circuit model of the cell membrane. Normally, cells are net negative inside the cell which results in a non-zero resting membrane potential. The membrane potential

More information

Signal processing in nervous system - Hodgkin-Huxley model

Signal processing in nervous system - Hodgkin-Huxley model Signal processing in nervous system - Hodgkin-Huxley model Ulrike Haase 19.06.2007 Seminar "Gute Ideen in der theoretischen Biologie / Systembiologie" Signal processing in nervous system Nerve cell and

More information

3.3 Simulating action potentials

3.3 Simulating action potentials 6 THE HODGKIN HUXLEY MODEL OF THE ACTION POTENTIAL Fig. 3.1 Voltage dependence of rate coefficients and limiting values and time constants for the Hodgkin Huxley gating variables. (a) Graphs of forward

More information

Νευροφυσιολογία και Αισθήσεις

Νευροφυσιολογία και Αισθήσεις Biomedical Imaging & Applied Optics University of Cyprus Νευροφυσιολογία και Αισθήσεις Διάλεξη 5 Μοντέλο Hodgkin-Huxley (Hodgkin-Huxley Model) Response to Current Injection 2 Hodgin & Huxley Sir Alan Lloyd

More information

ACTION POTENTIAL. Dr. Ayisha Qureshi Professor MBBS, MPhil

ACTION POTENTIAL. Dr. Ayisha Qureshi Professor MBBS, MPhil ACTION POTENTIAL Dr. Ayisha Qureshi Professor MBBS, MPhil DEFINITIONS: Stimulus: A stimulus is an external force or event which when applied to an excitable tissue produces a characteristic response. Subthreshold

More information

Channels can be activated by ligand-binding (chemical), voltage change, or mechanical changes such as stretch.

Channels can be activated by ligand-binding (chemical), voltage change, or mechanical changes such as stretch. 1. Describe the basic structure of an ion channel. Name 3 ways a channel can be "activated," and describe what occurs upon activation. What are some ways a channel can decide what is allowed to pass through?

More information

Nervous System: Part II How A Neuron Works

Nervous System: Part II How A Neuron Works Nervous System: Part II How A Neuron Works Essential Knowledge Statement 3.E.2 Continued Animals have nervous systems that detect external and internal signals, transmit and integrate information, and

More information

Lecture Notes 8C120 Inleiding Meten en Modelleren. Cellular electrophysiology: modeling and simulation. Nico Kuijpers

Lecture Notes 8C120 Inleiding Meten en Modelleren. Cellular electrophysiology: modeling and simulation. Nico Kuijpers Lecture Notes 8C2 Inleiding Meten en Modelleren Cellular electrophysiology: modeling and simulation Nico Kuijpers nico.kuijpers@bf.unimaas.nl February 9, 2 2 8C2 Inleiding Meten en Modelleren Extracellular

More information

BME 5742 Biosystems Modeling and Control

BME 5742 Biosystems Modeling and Control BME 5742 Biosystems Modeling and Control Hodgkin-Huxley Model for Nerve Cell Action Potential Part 1 Dr. Zvi Roth (FAU) 1 References Hoppensteadt-Peskin Ch. 3 for all the mathematics. Cooper s The Cell

More information

Particles with opposite charges (positives and negatives) attract each other, while particles with the same charge repel each other.

Particles with opposite charges (positives and negatives) attract each other, while particles with the same charge repel each other. III. NEUROPHYSIOLOGY A) REVIEW - 3 basic ideas that the student must remember from chemistry and physics: (i) CONCENTRATION measure of relative amounts of solutes in a solution. * Measured in units called

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

Membrane Potentials, Action Potentials, and Synaptic Transmission. Membrane Potential

Membrane Potentials, Action Potentials, and Synaptic Transmission. Membrane Potential Cl Cl - - + K + K+ K + K Cl - 2/2/15 Membrane Potentials, Action Potentials, and Synaptic Transmission Core Curriculum II Spring 2015 Membrane Potential Example 1: K +, Cl - equally permeant no charge

More information

Computational Neuroscience Summer School Neural Spike Train Analysis. An introduction to biophysical models (Part 2)

Computational Neuroscience Summer School Neural Spike Train Analysis. An introduction to biophysical models (Part 2) Computational Neuroscience Summer School Neural Spike Train Analysis Instructor: Mark Kramer Boston University An introduction to biophysical models (Part 2 SAMSI Short Course 2015 1 Goal: Model this,

More information

LESSON 2.2 WORKBOOK How do our axons transmit electrical signals?

LESSON 2.2 WORKBOOK How do our axons transmit electrical signals? LESSON 2.2 WORKBOOK How do our axons transmit electrical signals? This lesson introduces you to the action potential, which is the process by which axons signal electrically. In this lesson you will learn

More information

Lecture 11 : Simple Neuron Models. Dr Eileen Nugent

Lecture 11 : Simple Neuron Models. Dr Eileen Nugent Lecture 11 : Simple Neuron Models Dr Eileen Nugent Reading List Nelson, Biological Physics, Chapter 12 Phillips, PBoC, Chapter 17 Gerstner, Neuronal Dynamics: from single neurons to networks and models

More information

GENERAL ARTICLE Noisy Neurons

GENERAL ARTICLE Noisy Neurons Noisy Neurons Hodgkin Huxley Model and Stochastic Variants Shruti Paranjape Shruti Paranjape is a fourth year student at IISER Pune, majoring in Physics. This is an article based on what she worked on

More information

Simulation of Cardiac Action Potentials Background Information

Simulation of Cardiac Action Potentials Background Information Simulation of Cardiac Action Potentials Background Information Rob MacLeod and Quan Ni February 7, 2 Introduction The goal of assignments related to this document is to experiment with a numerical simulation

More information

Lecture 10 : Neuronal Dynamics. Eileen Nugent

Lecture 10 : Neuronal Dynamics. Eileen Nugent Lecture 10 : Neuronal Dynamics Eileen Nugent Origin of the Cells Resting Membrane Potential: Nernst Equation, Donnan Equilbrium Action Potentials in the Nervous System Equivalent Electrical Circuits and

More information

Sample HHSim Exercises

Sample HHSim Exercises I. Equilibrium Potential II. Membrane Potential III. The Action Potential IV. The Fast Sodium Channel V. The Delayed Rectifier VI. Voltage-Gated Channel Parameters Part I: Equilibrium Potential Sample

More information

Bo Deng University of Nebraska-Lincoln UNL Math Biology Seminar

Bo Deng University of Nebraska-Lincoln UNL Math Biology Seminar Mathematical Model of Neuron Bo Deng University of Nebraska-Lincoln UNL Math Biology Seminar 09-10-2015 Review -- One Basic Circuit By Kirchhoff's Current Law 0 = I C + I R + I L I ext By Kirchhoff s Voltage

More information

Resting membrane potential,

Resting membrane potential, Resting membrane potential Inside of each cell is negative as compared with outer surface: negative resting membrane potential (between -30 and -90 mv) Examination with microelectrode (Filled with KCl

More information

! Depolarization continued. AP Biology. " The final phase of a local action

! Depolarization continued. AP Biology.  The final phase of a local action ! Resting State Resting potential is maintained mainly by non-gated K channels which allow K to diffuse out! Voltage-gated ion K and channels along axon are closed! Depolarization A stimulus causes channels

More information

From neuronal oscillations to complexity

From neuronal oscillations to complexity 1/39 The Fourth International Workshop on Advanced Computation for Engineering Applications (ACEA 2008) MACIS 2 Al-Balqa Applied University, Salt, Jordan Corson Nathalie, Aziz Alaoui M.A. University of

More information

1 Hodgkin-Huxley Theory of Nerve Membranes: The FitzHugh-Nagumo model

1 Hodgkin-Huxley Theory of Nerve Membranes: The FitzHugh-Nagumo model 1 Hodgkin-Huxley Theory of Nerve Membranes: The FitzHugh-Nagumo model Alan Hodgkin and Andrew Huxley developed the first quantitative model of the propagation of an electrical signal (the action potential)

More information

Overview Organization: Central Nervous System (CNS) Peripheral Nervous System (PNS) innervate Divisions: a. Afferent

Overview Organization: Central Nervous System (CNS) Peripheral Nervous System (PNS) innervate Divisions: a. Afferent Overview Organization: Central Nervous System (CNS) Brain and spinal cord receives and processes information. Peripheral Nervous System (PNS) Nerve cells that link CNS with organs throughout the body.

More information

Naseem Demeri. Mohammad Alfarra. Mohammad Khatatbeh

Naseem Demeri. Mohammad Alfarra. Mohammad Khatatbeh 7 Naseem Demeri Mohammad Alfarra Mohammad Khatatbeh In the previous lectures, we have talked about how the difference in permeability for ions across the cell membrane can generate a potential. The potential

More information

Electrical Signaling. Lecture Outline. Using Ions as Messengers. Potentials in Electrical Signaling

Electrical Signaling. Lecture Outline. Using Ions as Messengers. Potentials in Electrical Signaling Lecture Outline Electrical Signaling Using ions as messengers Potentials in electrical signaling Action Graded Other electrical signaling Gap junctions The neuron Using Ions as Messengers Important things

More information

Ch. 5. Membrane Potentials and Action Potentials

Ch. 5. Membrane Potentials and Action Potentials Ch. 5. Membrane Potentials and Action Potentials Basic Physics of Membrane Potentials Nerve and muscle cells: Excitable Capable of generating rapidly changing electrochemical impulses at their membranes

More information

BIOELECTRIC PHENOMENA

BIOELECTRIC PHENOMENA Chapter 11 BIOELECTRIC PHENOMENA 11.3 NEURONS 11.3.1 Membrane Potentials Resting Potential by separation of charge due to the selective permeability of the membrane to ions From C v= Q, where v=60mv and

More information

Electricity in biology

Electricity in biology Electricity in biology Maintaining an osmotic balance Different strategies Animal: pumping ions out Plants/some bacteria: using a rigid shell Amoeba: extruding water bubble periodically Animal Plant/Bacteria

More information

Neurons, Synapses, and Signaling

Neurons, Synapses, and Signaling Chapter 48 Neurons, Synapses, and Signaling PowerPoint Lecture Presentations for Biology Eighth Edition Neil Campbell and Jane Reece Lectures by Chris Romero, updated by Erin Barley with contributions

More information

Ch 7. The Nervous System 7.1 & 7.2

Ch 7. The Nervous System 7.1 & 7.2 Ch 7 The Nervous System 7.1 & 7.2 SLOs Describe the different types of neurons and supporting cells, and identify their functions. Identify the myelin sheath and describe how it is formed in the CNS and

More information

All-or-None Principle and Weakness of Hodgkin-Huxley Mathematical Model

All-or-None Principle and Weakness of Hodgkin-Huxley Mathematical Model All-or-None Principle and Weakness of Hodgkin-Huxley Mathematical Model S. A. Sadegh Zadeh, C. Kambhampati International Science Index, Mathematical and Computational Sciences waset.org/publication/10008281

More information

Introduction and the Hodgkin-Huxley Model

Introduction and the Hodgkin-Huxley Model 1 Introduction and the Hodgkin-Huxley Model Richard Bertram Department of Mathematics and Programs in Neuroscience and Molecular Biophysics Florida State University Tallahassee, Florida 32306 Reference:

More information

2401 : Anatomy/Physiology

2401 : Anatomy/Physiology Dr. Chris Doumen Week 6 2401 : Anatomy/Physiology Action Potentials NeuroPhysiology TextBook Readings Pages 400 through 408 Make use of the figures in your textbook ; a picture is worth a thousand words!

More information

FRTF01 L8 Electrophysiology

FRTF01 L8 Electrophysiology FRTF01 L8 Electrophysiology Lecture Electrophysiology in general Recap: Linear Time Invariant systems (LTI) Examples of 1 and 2-dimensional systems Stability analysis The need for non-linear descriptions

More information

1 R.V k V k 1 / I.k/ here; we ll stimulate the action potential another way.) Note that this further simplifies to. m 3 k h k.

1 R.V k V k 1 / I.k/ here; we ll stimulate the action potential another way.) Note that this further simplifies to. m 3 k h k. 1. The goal of this problem is to simulate a propagating action potential for the Hodgkin-Huxley model and to determine the propagation speed. From the class notes, the discrete version (i.e., after breaking

More information

9.01 Introduction to Neuroscience Fall 2007

9.01 Introduction to Neuroscience Fall 2007 MIT OpenCourseWare http://ocw.mit.edu 9.01 Introduction to Neuroscience Fall 2007 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. 9.01 Recitation (R02)

More information

Neural Conduction. biologyaspoetry.com

Neural Conduction. biologyaspoetry.com Neural Conduction biologyaspoetry.com Resting Membrane Potential -70mV A cell s membrane potential is the difference in the electrical potential ( charge) between the inside and outside of the cell. The

More information

BIOL Week 5. Nervous System II. The Membrane Potential. Question : Is the Equilibrium Potential a set number or can it change?

BIOL Week 5. Nervous System II. The Membrane Potential. Question : Is the Equilibrium Potential a set number or can it change? Collin County Community College BIOL 2401 Week 5 Nervous System II 1 The Membrane Potential Question : Is the Equilibrium Potential a set number or can it change? Let s look at the Nernst Equation again.

More information

Electronics 101 Solving a differential equation Incorporating space. Numerical Methods. Accuracy, stability, speed. Robert A.

Electronics 101 Solving a differential equation Incorporating space. Numerical Methods. Accuracy, stability, speed. Robert A. Numerical Methods Accuracy, stability, speed Robert A. McDougal Yale School of Medicine 21 June 2016 Hodgkin and Huxley: squid giant axon experiments Top: Alan Lloyd Hodgkin; Bottom: Andrew Fielding Huxley.

More information

Deconstructing Actual Neurons

Deconstructing Actual Neurons 1 Deconstructing Actual Neurons Richard Bertram Department of Mathematics and Programs in Neuroscience and Molecular Biophysics Florida State University Tallahassee, Florida 32306 Reference: The many ionic

More information

Resting Membrane Potential

Resting Membrane Potential Resting Membrane Potential Fig. 12.09a,b Recording of Resting and It is recorded by cathode ray oscilloscope action potentials -70 0 mv + it is negative in polarized (resting, the membrane can be excited)

More information

Decoding. How well can we learn what the stimulus is by looking at the neural responses?

Decoding. How well can we learn what the stimulus is by looking at the neural responses? Decoding How well can we learn what the stimulus is by looking at the neural responses? Two approaches: devise explicit algorithms for extracting a stimulus estimate directly quantify the relationship

More information

Peripheral Nerve II. Amelyn Ramos Rafael, MD. Anatomical considerations

Peripheral Nerve II. Amelyn Ramos Rafael, MD. Anatomical considerations Peripheral Nerve II Amelyn Ramos Rafael, MD Anatomical considerations 1 Physiologic properties of the nerve Irritability of the nerve A stimulus applied on the nerve causes the production of a nerve impulse,

More information

Neurophysiology. Danil Hammoudi.MD

Neurophysiology. Danil Hammoudi.MD Neurophysiology Danil Hammoudi.MD ACTION POTENTIAL An action potential is a wave of electrical discharge that travels along the membrane of a cell. Action potentials are an essential feature of animal

More information

General Physics. Nerve Conduction. Newton s laws of Motion Work, Energy and Power. Fluids. Direct Current (DC)

General Physics. Nerve Conduction. Newton s laws of Motion Work, Energy and Power. Fluids. Direct Current (DC) Newton s laws of Motion Work, Energy and Power Fluids Direct Current (DC) Nerve Conduction Wave properties of light Ionizing Radiation General Physics Prepared by: Sujood Alazzam 2017/2018 CHAPTER OUTLINE

More information

Resting Distribution of Ions in Mammalian Neurons. Outside Inside (mm) E ion Permab. K Na Cl

Resting Distribution of Ions in Mammalian Neurons. Outside Inside (mm) E ion Permab. K Na Cl Resting Distribution of Ions in Mammalian Neurons Outside Inside (mm) E ion Permab. K + 5 100-81 1.0 150 15 +62 0.04 Cl - 100 10-62 0.045 V m = -60 mv V m approaches the Equilibrium Potential of the most

More information

Ionic basis of the resting membrane potential. Foundations in Neuroscience I, Oct

Ionic basis of the resting membrane potential. Foundations in Neuroscience I, Oct Ionic basis of the resting membrane potential Foundations in Neuroscience I, Oct 3 2017 The next 4 lectures... - The resting membrane potential (today) - The action potential - The neural mechanisms behind

More information

3 Action Potentials - Brutal Approximations

3 Action Potentials - Brutal Approximations Physics 172/278 - David Kleinfeld - Fall 2004; Revised Winter 2015 3 Action Potentials - Brutal Approximations The Hodgkin-Huxley equations for the behavior of the action potential in squid, and similar

More information

Structure and Measurement of the brain lecture notes

Structure and Measurement of the brain lecture notes Structure and Measurement of the brain lecture notes Marty Sereno 2009/2010!"#$%&'(&#)*%$#&+,'-&.)"/*"&.*)*-'(0&1223 Neurons and Models Lecture 1 Topics Membrane (Nernst) Potential Action potential/voltage-gated

More information

5.4 Modelling ensembles of voltage-gated ion channels

5.4 Modelling ensembles of voltage-gated ion channels 5.4 MODELLING ENSEMBLES 05 to as I g (Hille, 200). Gating currents tend to be much smaller than the ionic currents flowing through the membrane. In order to measure gating current, the ionic current is

More information

STUDENT PAPER. Santiago Santana University of Illinois, Urbana-Champaign Blue Waters Education Program 736 S. Lombard Oak Park IL, 60304

STUDENT PAPER. Santiago Santana University of Illinois, Urbana-Champaign Blue Waters Education Program 736 S. Lombard Oak Park IL, 60304 STUDENT PAPER Differences between Stochastic and Deterministic Modeling in Real World Systems using the Action Potential of Nerves. Santiago Santana University of Illinois, Urbana-Champaign Blue Waters

More information

PNS Chapter 7. Membrane Potential / Neural Signal Processing Spring 2017 Prof. Byron Yu

PNS Chapter 7. Membrane Potential / Neural Signal Processing Spring 2017 Prof. Byron Yu PNS Chapter 7 Membrane Potential 18-698 / 42-632 Neural Signal Processing Spring 2017 Prof. Byron Yu Roadmap Introduction to neuroscience Chapter 1 The brain and behavior Chapter 2 Nerve cells and behavior

More information

Lojayn Salah. Zaid R Al Najdawi. Mohammad-Khatatbeh

Lojayn Salah. Zaid R Al Najdawi. Mohammad-Khatatbeh 7 Lojayn Salah Zaid R Al Najdawi Mohammad-Khatatbeh Salam everyone, I made my best to make this sheet clear enough to be easily understood let the party begin :P Quick Revision about the previous lectures:

More information

Limitations of the Hodgkin-Huxley Formalism: Effects of Single Channel Kinetics on Transmembrane Voltage Dynamics

Limitations of the Hodgkin-Huxley Formalism: Effects of Single Channel Kinetics on Transmembrane Voltage Dynamics ARTICLE Communicated by Idan Segev Limitations of the Hodgkin-Huxley Formalism: Effects of Single Channel Kinetics on Transmembrane Voltage Dynamics Adam F. Strassberg Computation and Neural Systems Program,

More information

Chapter 24 BIFURCATIONS

Chapter 24 BIFURCATIONS Chapter 24 BIFURCATIONS Abstract Keywords: Phase Portrait Fixed Point Saddle-Node Bifurcation Diagram Codimension-1 Hysteresis Hopf Bifurcation SNIC Page 1 24.1 Introduction In linear systems, responses

More information

Dynamic Systems: Ordinary Differential Equations. Ordinary Differential Equations

Dynamic Systems: Ordinary Differential Equations. Ordinary Differential Equations Dynamic Systems: Ordinary Differential Equations Adapted From: Numerical Methods in Biomedical Engineering Stanley M. Dunn, Alkis Constantinides, Prabhas V. Moghe Chapter 7 Kim Ferlin and John Fisher Ordinary

More information

Rahaf Nasser mohammad khatatbeh

Rahaf Nasser mohammad khatatbeh 7 7... Hiba Abu Hayyeh... Rahaf Nasser mohammad khatatbeh Mohammad khatatbeh Brief introduction about membrane potential The term membrane potential refers to a separation of opposite charges across the

More information

Alteration of resting membrane potential

Alteration of resting membrane potential Observation electric current easuring electrodes Alteration of resting ebrane potential ebrán extracellular spece intracellular space 1. passive electric properties of the ebrane Inward current Depolarization

More information

Simulating Hodgkin-Huxley-like Excitation using Comsol Multiphysics

Simulating Hodgkin-Huxley-like Excitation using Comsol Multiphysics Presented at the COMSOL Conference 2008 Hannover Simulating Hodgkin-Huxley-like Excitation using Comsol Multiphysics Martinek 1,2, Stickler 2, Reichel 1 and Rattay 2 1 Department of Biomedical Engineering

More information

Nimble Nerve Impulses OO-005-DOWN

Nimble Nerve Impulses OO-005-DOWN Nimble Nerve Impulses OO-005-DOWN We d love to hear any feedback, comments or questions you have! Please email us: info@ Find us on Facebook: facebook.com/origamiorganelles Thanks for purchasing an Origami

More information

Neuron Func?on. Principles of Electricity. Defini?ons 2/6/15

Neuron Func?on. Principles of Electricity. Defini?ons 2/6/15 Neuron Func?on 11 Fundamentals of the Nervous System and Nervous Tissue: Part B Neurons are highly Respond to adequate s?mulus by genera?ng an ac?on poten?al (nerve impulse) Impulse is always the regardless

More information

MEMBRANE POTENTIALS AND ACTION POTENTIALS:

MEMBRANE POTENTIALS AND ACTION POTENTIALS: University of Jordan Faculty of Medicine Department of Physiology & Biochemistry Medical students, 2017/2018 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Review: Membrane physiology

More information

Effects of Betaxolol on Hodgkin-Huxley Model of Tiger Salamander Retinal Ganglion Cell

Effects of Betaxolol on Hodgkin-Huxley Model of Tiger Salamander Retinal Ganglion Cell Effects of Betaxolol on Hodgkin-Huxley Model of Tiger Salamander Retinal Ganglion Cell 1. Abstract Matthew Dunlevie Clement Lee Indrani Mikkilineni mdunlevi@ucsd.edu cll008@ucsd.edu imikkili@ucsd.edu Isolated

More information

Fundamentals of the Nervous System and Nervous Tissue

Fundamentals of the Nervous System and Nervous Tissue Chapter 11 Part B Fundamentals of the Nervous System and Nervous Tissue Annie Leibovitz/Contact Press Images PowerPoint Lecture Slides prepared by Karen Dunbar Kareiva Ivy Tech Community College 11.4 Membrane

More information

4. Active Behavior of the Cell Membrane 4.1 INTRODUCTION

4. Active Behavior of the Cell Membrane  4.1 INTRODUCTION 1 of 50 10/17/2014 10:48 PM 4.1 INTRODUCTION When a stimulus current pulse is arranged to depolarize the resting membrane of a cell to or beyond the threshold voltage, then the membrane will respond with

More information

Single neuron models. L. Pezard Aix-Marseille University

Single neuron models. L. Pezard Aix-Marseille University Single neuron models L. Pezard Aix-Marseille University Biophysics Biological neuron Biophysics Ionic currents Passive properties Active properties Typology of models Compartmental models Differential

More information

The Nervous System and the Sodium-Potassium Pump

The Nervous System and the Sodium-Potassium Pump The Nervous System and the Sodium-Potassium Pump 1. Define the following terms: Ion: A Student Activity on Membrane Potentials Cation: Anion: Concentration gradient: Simple diffusion: Sodium-Potassium

More information

Action Potentials and Synaptic Transmission Physics 171/271

Action Potentials and Synaptic Transmission Physics 171/271 Action Potentials and Synaptic Transmission Physics 171/271 Flavio Fröhlich (flavio@salk.edu) September 27, 2006 In this section, we consider two important aspects concerning the communication between

More information

Action Potential Propagation

Action Potential Propagation Action Potential Propagation 2 Action Potential is a transient alteration of transmembrane voltage (or membrane potential) across an excitable membrane generated by the activity of voltage-gated ion channels.

More information

Side View with Rings of Charge

Side View with Rings of Charge 1 Ion Channel Biophysics Describe the main biophysical characteristics of at least one type of ionic channel. How does its biophysical properties contribute to its physiological function. What is thought

More information

Membrane Potentials. Why are some cells electrically active? Model 1: The Sodium/Potassium pump. Critical Thinking Questions

Membrane Potentials. Why are some cells electrically active? Model 1: The Sodium/Potassium pump. Critical Thinking Questions Membrane Potentials Model 1: The Sodium/Potassium pump Why are some cells electrically active? 1. What ion is being moved out of the cell according to model 1? a. How many of these are being moved out?

More information

Physiology Unit 2. MEMBRANE POTENTIALS and SYNAPSES

Physiology Unit 2. MEMBRANE POTENTIALS and SYNAPSES Physiology Unit 2 MEMBRANE POTENTIALS and SYNAPSES Neuron Communication Neurons are stimulated by receptors on dendrites and cell bodies (soma) Ligand gated ion channels GPCR s Neurons stimulate cells

More information

Action Potential (AP) NEUROEXCITABILITY II-III. Na + and K + Voltage-Gated Channels. Voltage-Gated Channels. Voltage-Gated Channels

Action Potential (AP) NEUROEXCITABILITY II-III. Na + and K + Voltage-Gated Channels. Voltage-Gated Channels. Voltage-Gated Channels NEUROEXCITABILITY IIIII Action Potential (AP) enables longdistance signaling woohoo! shows threshold activation allornone in amplitude conducted without decrement caused by increase in conductance PNS

More information

Modeling Action Potentials in Cell Processes

Modeling Action Potentials in Cell Processes Modeling Action Potentials in Cell Processes Chelsi Pinkett, Jackie Chism, Kenneth Anderson, Paul Klockenkemper, Christopher Smith, Quarail Hale Tennessee State University Action Potential Models Chelsi

More information

Single-Compartment Neural Models

Single-Compartment Neural Models Single-Compartment Neural Models BENG/BGGN 260 Neurodynamics University of California, San Diego Week 2 BENG/BGGN 260 Neurodynamics (UCSD) Single-Compartment Neural Models Week 2 1 / 18 Reading Materials

More information

On Parameter Estimation for Neuron Models

On Parameter Estimation for Neuron Models On Parameter Estimation for Neuron Models Abhijit Biswas Department of Mathematics Temple University November 30th, 2017 Abhijit Biswas (Temple University) On Parameter Estimation for Neuron Models November

More information

Action Potentials & Nervous System. Bio 219 Napa Valley College Dr. Adam Ross

Action Potentials & Nervous System. Bio 219 Napa Valley College Dr. Adam Ross Action Potentials & Nervous System Bio 219 Napa Valley College Dr. Adam Ross Review: Membrane potentials exist due to unequal distribution of charge across the membrane Concentration gradients drive ion

More information

STUDIES OF CHANGING MEMBRANE POTENTIAL * : 1. BASIC ELECTRICAL THEORY, 2. GRADED AND ACTION POTENTIALS 3. THE VOLTAGE CLAMP AND MEMBRANE POTENTIALS

STUDIES OF CHANGING MEMBRANE POTENTIAL * : 1. BASIC ELECTRICAL THEORY, 2. GRADED AND ACTION POTENTIALS 3. THE VOLTAGE CLAMP AND MEMBRANE POTENTIALS STUDIES OF CHANGING MEMBRANE POTENTIAL * : 1. BASIC ELECTRICAL THEORY, 2. GRADED AND ACTION POTENTIALS 3. THE VOLTAGE CLAMP AND MEMBRANE POTENTIALS I. INTRODUCTION A. So far we have only considered the

More information

Bio 449 Fall Exam points total Multiple choice. As with any test, choose the best answer in each case. Each question is 3 points.

Bio 449 Fall Exam points total Multiple choice. As with any test, choose the best answer in each case. Each question is 3 points. Name: Exam 1 100 points total Multiple choice. As with any test, choose the best answer in each case. Each question is 3 points. 1. The term internal environment, as coined by Clause Bernard, is best defined

More information

How do synapses transform inputs?

How do synapses transform inputs? Neurons to networks How do synapses transform inputs? Excitatory synapse Input spike! Neurotransmitter release binds to/opens Na channels Change in synaptic conductance! Na+ influx E.g. AMA synapse! Depolarization

More information

Physiology Unit 2. MEMBRANE POTENTIALS and SYNAPSES

Physiology Unit 2. MEMBRANE POTENTIALS and SYNAPSES Physiology Unit 2 MEMBRANE POTENTIALS and SYNAPSES In Physiology Today Ohm s Law I = V/R Ohm s law: the current through a conductor between two points is directly proportional to the voltage across the

More information

Single-Cell and Mean Field Neural Models

Single-Cell and Mean Field Neural Models 1 Single-Cell and Mean Field Neural Models Richard Bertram Department of Mathematics and Programs in Neuroscience and Molecular Biophysics Florida State University Tallahassee, Florida 32306 The neuron

More information

Phys498BIO; Prof. Paul Selvin Hw #9 Assigned Wed. 4/18/12: Due 4/25/08

Phys498BIO; Prof. Paul Selvin Hw #9 Assigned Wed. 4/18/12: Due 4/25/08 1. Ionic Movements Across a Permeable Membrane: The Nernst Potential. In class we showed that if a non-permeable membrane separates a solution with high [KCl] from a solution with low [KCl], the net charge

More information

Biomedical Instrumentation

Biomedical Instrumentation ELEC ENG 4BD4: Biomedical Instrumentation Lecture 5 Bioelectricity 1. INTRODUCTION TO BIOELECTRICITY AND EXCITABLE CELLS Historical perspective: Bioelectricity first discovered by Luigi Galvani in 1780s

More information

Cellular Electrophysiology. Cardiac Electrophysiology

Cellular Electrophysiology. Cardiac Electrophysiology Part 1: Resting and Action Potentials Cardiac Electrophysiology Theory Simulation Experiment Scale The membrane: structure, channels and gates The cell: resting potential, whole cell currents, cardiac

More information

V m = the Value of the Na Battery Plus the Voltage Drop Across g Na. I Na is Isolated By Blocking I K. and g K

V m = the Value of the Na Battery Plus the Voltage Drop Across g Na. I Na is Isolated By Blocking I K. and g K VoltageGated Ion Channels and the Action Potential VoltageGated Ion Channels and the Action Potential jdk3 Principles of Neural Science, chaps 8&9 The Action Potential Generation Conduction VoltageGated

More information

Transmission of Nerve Impulses (see Fig , p. 403)

Transmission of Nerve Impulses (see Fig , p. 403) How a nerve impulse works Transmission of Nerve Impulses (see Fig. 12.13, p. 403) 1. At Rest (Polarization) outside of neuron is positively charged compared to inside (sodium ions outside, chloride and

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

The Department of Electrical Engineering. nkrol Mentors: Dr. Mohammad Imtiaz, Dr. Jing Wang & Dr. In Soo Ahn

The Department of Electrical Engineering. nkrol Mentors: Dr. Mohammad Imtiaz, Dr. Jing Wang & Dr. In Soo Ahn Bradley University The Department of Electrical Engineering nkrol Mentors: Dr. Mohammad Imtiaz, Dr. Jing Wang & Dr. In Soo Ahn AN ELECTRICAL ENGINEERING PERSPECTIVE OF THE HUMAN HEART This research project

More information

Dynamics and complexity of Hindmarsh-Rose neuronal systems

Dynamics and complexity of Hindmarsh-Rose neuronal systems Dynamics and complexity of Hindmarsh-Rose neuronal systems Nathalie Corson and M.A. Aziz-Alaoui Laboratoire de Mathématiques Appliquées du Havre, 5 rue Philippe Lebon, 766 Le Havre, FRANCE nathalie.corson@univ-lehavre.fr

More information