Skip to content Skip to navigation

Connexions

You are here: Home » Content » Nerve Fibers and the Dynamic Strang Quartet

Navigation

Lenses

What is a lens?

Definition of a lens

Lenses

A lens is a custom view of the content in the repository. You can think of it as a fancy kind of list that will let you see content through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual member, a community, or a respected organization.

What are tags? tag icon

Tags are descriptors added by lens makers to help label content, attaching a vocabulary that is meaningful in the context of the lens.

This content is ...

Affiliated with (What does "Affiliated with" mean?)

This content is either by members of the organizations listed or about topics related to the organizations listed. Click each link to see a list of all content affiliated with the organization.
  • Rice Digital Scholarship

    This module is included in aLens by: Digital Scholarship at Rice UniversityAs a part of collection: "Matrix Analysis"

    Click the "Rice Digital Scholarship" link to see all content affiliated with them.

Also in these lenses

  • Lens for Engineering

    This module is included inLens: Lens for Engineering
    By: Sidney Burrus

    Click the "Lens for Engineering" link to see all content selected in this lens.

Recently Viewed

This feature requires Javascript to be enabled.
 

Nerve Fibers and the Dynamic Strang Quartet

Module by: Doug Daniels, Steven J. Cox. E-mail the authors

Summary: In this module we extend our matrix algebra tools to cover dynamic processes. Adding capacitance to our nerve fiber model, we allow for change over time and update the Strang Quartet accordingly. We then introduce two possible modes of attack for solving the resulting system.

Introduction

Up to this point we have largely been concerned with

  1. Deriving linear systems of algebraic equations (from considerations of static equilibrium) and
  2. The solution of such systems via Gaussian elimination.

In this module we hope to begin to persuade the reader that our tools extend in a natural fashion to the class of dynamic processes. More precisely, we shall argue that

  1. Matrix Algebra plays a central role in the derivation of mathematical models of dynamical systems and that,
  2. With the aid of the Laplace transform in an analytical setting or the Backward Euler method in the numerical setting, Gaussian elimination indeed produces the solution.

Nerve Fibers and the Dynamic Strang Quartet

Gathering Information

A nerve fiber's natural electrical stimulus is not direct current but rather a short burst of current, the so-called nervous impulse. In such a dynamic environment the cell's membrane behaves not only like a leaky conductor but also like a charge separator, or capacitor.

Figure 1
An RC model of a nerve fiber
An RC model of a nerve fiber (cell4.png)

The typical value of a cell's membrane capacitance is c=1μFcm2 c 1 μF cm 2 where μF μF denotes micro-Farad. Recalling our variable conventions, the capacitance of a single compartment is C m =2πalNc C m 2 a l N c and runs parallel to each R m R m , see Figure 1. This figure also differs from the simpler circuit from the introductory electrical modeling module in that it possesses two edges to the left of the stimuli. These edges serve to mimic that portion of the stimulus current that is shunted by the cell body. If A cb A cb denotes the surface area of the cell body, then it has

Definition 1: capacitance of cell body
C cb = A cb c C cb A cb c
Definition 2: resistance of cell body
R cb = A cb ρ m R cb A cb ρ m .

Updating the Strang Quartet

We ask now how the static Strang Quartet of the introductory electrical module should be augmented.

Updating (S1')

Regarding (S1') we proceed as before. The voltage drops are e 1 = x 1 e 1 x 1 e 2 = x 1 E m e 2 x 1 E m e 3 = x 1 x 2 e 3 x 1 x 2 e 4 = x 2 e 4 x 2 e 5 = x 2 E m e 5 x 2 E m e 6 = x 2 x 3 e 6 x 2 x 3 e 7 = x 3 e 7 x 3 e 8 = x 3 E m e 8 x 3 E m and so e=bAx       where       b=( E m )01001001       and       A=( -100 -100 -110 0-10 0-10 0-11 00-1 00-1 ) e b A x       where       b E m 010 010 01       and       A -100 -100 -110 0-10 0-10 0-11 00-1 00-1

Updating (S2)

To update (S2) we must now augment Ohm's law with

Definition 3: Voltage-current law obeyed by a capacitor
The current through a capacitor is proportional to the time rate of change of the potential across it.
This yields, (denoting derivative by '), y 1 = C cb e 1 y 1 C cb e 1 y 2 = e 2 R cb y 2 e 2 R cb y 3 = e 3 R i y 3 e 3 R i y 4 = C m e 4 y 4 C m e 4 y 5 = e 5 R m y 5 e 5 R m y 6 = e 6 R i y 6 e 6 R i y 7 = C m e 7 y 7 C m e 7 y 8 = e 8 R m y 8 e 8 R m or, in matrix terms, y=Ge+Ce y G e C e where G=( 00000000 01 R cb 000000 001 R i 00000 00000000 00001 R m 000 000001 R i 00 00000000 00000001 R m ) G 00 000 000 0 1 R cb 000 000 00 1 R i 00 000 00 000 000 00 00 1 R m 000 00 000 1 R i 00 00 000 000 00 000 00 1 R m and C=( C cb 0000000 00000000 00000000 000 C m 0000 00000000 00000000 000000 C m 0 00000000 ) C C cb 00 00 000 00 000 000 00 000 000 000 C m 000 0 00 000 000 00 000 000 000 000 C m 0 00 000 000 are the conductance and capacitance matrices.

Updating (S3)

As Kirchhoff's Current law is insensitive to the type of device occupying an edge, step (S3) proceeds exactly as before. i 0 y 1 y 2 y 3 =0 i 0 y 1 y 2 y 3 0 y 3 y 4 y 5 y 6 =0 y 3 y 4 y 5 y 6 0 y 6 y 7 y 8 =0 y 6 y 7 y 8 0 or, in matrix terms, ATy=f       where       f= i 0 00T A y f       where       f i 0 00

Step (S4): Assembling

Step (S4) remains one of assembling, (ATy=f)(AT(Ge+Ce)=f)(AT(G(bAx)+C(bAx))=f) A y f A G e C e f A G b A x C b A x f becomes

ATCAx+ATGAx=ATGb+f+ATCb . A C A x A G A x A G b f A C b .
(1)

This is the general form of the potential equations for an RC circuit. It presumes of the user knowledge of the initial value of each of the potentials,

x0=X x 0 X
(2)
Regarding the circuit of Figure 1, and letting G=1R G 1 R , we find ATCA=( C cb 00 0C0 00C ) ,       ATGA=( G cb + G i G i 0 G i 2 G i + G m G i 0 G i G i + G m ) A C A C cb 00 0 C 0 00 C ,       A G A G cb G i G i 0 G i 2 G i G m G i 0 G i G i G m ATGb= E m G cb G m G m       and       ATCb=000 A G b E m G cb G m G m       and       A C b 0 0 0 and an initial (rest) potential of x0= E m 111T x 0 E m 111

Modes of Attack

We shall now outline two modes of attack on such problems. The Laplace Transform is an analytical tool that produces exact, closed-form solutions for small tractable systems and therefore offers insight into how larger systems 'should' behave. The Backward-Euler method is a technique for solving a discretized (and therefore approximate) version of Equation 1. It is highly flexible, easy to code, and works on problems of great size. Both the Backward-Euler and Laplace Transform methods require, at their core, the algebraic solution of a linear system of equations. In deriving these methods we shall find it more convenient to proceed from the generic system

x=Bx+g x B x g
(3)
With respect to our fiber problem
B=(ATCA-1)ATGA=( ( G cb + G i ) C cb G i C cb 0 G i C m (2 G i + G m ) C m G i C m 0 G i C m ( G i + G m ) C m ) B A C A A G A G cb G i C cb G i C cb 0 G i C m 2 G i G m C m G i C m 0 G i C m G i G m C m
(4)
and g=ATCA-1(ATGb+f)= G cb E m + i 0 C cb E m G m C m E m G m C m g A C A A G b f G cb E m i 0 C cb E m G m C m E m G m C m

Content actions

Download module as:

PDF | EPUB (?)

What is an EPUB file?

EPUB is an electronic book format that can be read on a variety of mobile devices.

Downloading to a reading device

For detailed instructions on how to download this content's EPUB to your specific device, click the "(?)" link.

| More downloads ...

Add module to:

My Favorites (?)

'My Favorites' is a special kind of lens which you can use to bookmark modules and collections. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need an account to use 'My Favorites'.

| A lens I own (?)

Definition of a lens

Lenses

A lens is a custom view of the content in the repository. You can think of it as a fancy kind of list that will let you see content through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual member, a community, or a respected organization.

What are tags? tag icon

Tags are descriptors added by lens makers to help label content, attaching a vocabulary that is meaningful in the context of the lens.

| External bookmarks