%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % chap2.tex %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %\psdraft \chapter{MODEL DEFINITIONS AND DEVELOPMENT}\label{ch:model} In this chapter we will illustrate the use of references, equations, equation arrays, tables, and some figures. Below we have numerous references. The first biophysical mechanisms of bursting related to pancreatic $\beta$-cell electrical activity were developed by Atwater {\it et al} (1980)~\cite{atwater:nob80}. Chay and Keizer (1983)~\cite{chay:mmm83} used this work to create the first 'minimal' (biophysical) mathematical model, based on the Hodgkin-Huxley model. Since then there have been a large number of $\beta$-cell models~\cite{chay:ebp88},~\cite{himmel:tse87},~\cite{keizer:asp89}, \cite{sherman:eob88},~\cite{keizer:bea91},~\cite{chay:ecc90},~\cite{smolen:svi92} and other cellular models exhibiting bursting behavior. In addition to studying bursting models in the context of pancreatic $\beta$-cells (or other endocrine cells), there has been great interest in modeling nerve cells~\cite{deschenes:tbm82},~\cite{harris-warrick:mmb87}, \cite{wong:agh81},~\cite{wang:fbf99}, \cite{bose:ass00},~\cite{kepecs:acb00}. Nerve cells, or neurons, are specialized for rapid electrical signaling over long distances. Neurons, structurally consist of a soma, axons and dendrites. Whereas, axons and dendrites are unique to neurons, the soma resembles the cells in other organs. The basic mechanism of communication between neurons is the transmission of action potentials along axons. Many neurons exhibit bursting behavior. It has been speculated that bursting is a process that makes communication across synapses (between neurons) reliable~\cite{lisman:bun97},~\cite{izhikevich:bun03},~\cite{hoppensteadt:tci98},~\cite{wang:fbf99}. I will prove the Contraction mapping principle of Banach-Cacciopoli on page~\pageref{thm:fixed_pt}. % An example of a page reference \subsection{Equations} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% An example of an equation, \begin{verbatim} \begin{equation} \label{eq:HEQN3} h(u) = \beta (u-\alpha), \end{equation} \end{verbatim} yields the equation shown below in equation \eqref{eq:HEQN3}. By the way we label equations, figures, tables, etc by $\backslash$label\{name\} and reference the labels as: $\backslash$ref\{name\}, $\backslash$eqref\{name\}, or $\backslash$pageref\{name\}. An equation array, {\bf eqnarray}, as in \eqref{eq:UEQN3}-\eqref{eq:ZEQN3}, is used to align a number of equations, the alignment is on the \&=\&. Any symbol may be used in place of the '=' sign here. Any number of equations may be used; {\bf $\backslash$notag} or {\bf $\backslash$nonumber} omits one equation number, {\bf eqnarray*} omits all. \begin{verbatim} \begin{eqnarray} LHS1 &=& RHS1 \label{eq:1} \\ LHS2 &=& RHS2 \label{eq:2} \\ ... \end{eqnarray} \end{verbatim} The aforementioned Pernarowski polynomial model is: \begin{eqnarray} \frac{du}{dt} & = & f(u) - w - z \ , \label{eq:UEQN3} \\ \frac{dw}{dt} & = & \frac{1}{\tau} ( g(u) - w) \ , \label{eq:WEQN3} \\ \frac{dz}{dt} & = & \varepsilon ( h(u) - z) \ , \label{eq:ZEQN3} \end{eqnarray} where $0<\varepsilon \ll 1$ is a parameter, $f$ and $g$ are cubic polynomials, and \begin{equation} \label{eq:HEQN3} h(u) = \beta (u-\alpha), \end{equation} where $\alpha, \beta$ are parameters. %% The symbol $\reals$ is defined in mystyle.sty A simple array is shown and not numbered in the $P$ definition below. Use '$\backslash$notag' to prevent numbering. Note, as already mentioned, you must escape the special symbol '\{' as ``$\backslash$\{``. A two dimensional manifold in $ \reals^4$ defined as follows: \label{'SL'} \begin{equation} {\cal S}_{L} = \{ (u,w,x,y) : x+\gamma y = G(u), w=g(u), u, \label{eq:FS1} \\ \frac{dw}{dt} & = & g(u) - w \>, \label{eq:FS2} \end{eqnarray} We may rewrite the orthogonality condition in matrix form as \begin{eqnarray} \langle Q,b \rangle &=& \int^T_0 Q(t,\alpha)^{\top} b(t,\alpha) dt \\ &=& \int^T_0 Q(t,\alpha)^{\top} \left ( G(U(t,\alpha),t)- D_\alpha U(t,\alpha) \frac{d\alpha}{d\tau} \right ) dt \\ &=& \int^T_0 Q(t,\alpha)^{\top} G(U(t,\alpha),t) dt - \frac{d\alpha}{d\tau} \int^T_0 Q(t,\alpha)^{\top} D_\alpha U(t,\alpha) dt \label{eq:thm3.5b}\\ &=& 0 \label{eq:thm3.5c}. \end{eqnarray} The Jacobian of (FULL) \begin{equation} D\vec{\bf F} = \left[ {\begin{array}{cccc} f'(u) & -1 & -1 & - \gamma \\ g'(u) &- 1& 0&0 \\ \varepsilon \frac{h_1'(u)}{\tau_1}&0 & -\frac{ \varepsilon}{\tau_1}& 0 \\ \varepsilon \frac{h_2'(u)}{\tau_2}&0&0&- \frac{ \varepsilon}{\tau_2} \end{array}} \right] , \label{eq:jacobian} \end{equation} has the characteristic polynomial \begin{equation*} P(\lambda) = det\left(D\vec{\bf F} - \lambda I \right) . \end{equation*} Example using {\bf align} environment instead of eqnarray and the $\backslash$intertext command. \begin{align} \varepsilon \frac{du}{d\tilde t} &= f(u) - w - x - \gamma y \ , \\ \varepsilon \frac{dw}{d\tilde t} &= g(u) - w \ , \\ \frac{dx}{d\tilde t} &= \frac{h_1(u) - x}{\tau_1} \ , \\ \frac{dy}{d\tilde t} &= \frac{h_2(u) - y}{\tau_2} \ . \\ \intertext{Setting $\varepsilon = 0$ we get, to leading order,} x + \gamma y &= f(u) - g(u) \equiv G(u) \ , \label{eq:ss1a}\\ w &= g(u) \ , \label{eq:ss2a}\\ \frac{dx}{d\tilde t} &= \frac{h_1(u) - x}{\tau_1} \ , \label{eq:ss3a}\\ \frac{dy}{d\tilde t} &= \frac{h_2(u) - y}{\tau_2} \ . \label{eq:ss4a} \end{align} For $u}(6.65,5.55)(6.6,5.6) \psline[linecolor=red,linewidth=.5pt](2.2,4.85)(3.3,4.22) \endpspicture \caption[Slow flow near a Hopf point.]{Slow flow near the numerically approximated Hopf point. Trajectories of (FULL) with parameter values $(\beta_1, \alpha_1, \beta_2 \alpha_2,\tau_1, \tau_2) = (5.0348,-1,-2.8583, -0.5, 1, 0.3)$} \label{fig:HB_run4} \end{center} \end{figure} \clearpage % dump figures where they below \subsection{Theorems, Lemmas, etc} %%%%%%%%%%%%%%%%%%{Still waiting...} \begin{thm} %%%%%%%%%%%%%%% THEOREM %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \label{Malkin thm} Consider a T-periodic dynamical system of the form \begin{equation} \dot X= F(X,t) + \varepsilon G(X,t), \quad X \in \reals^n, \label{eq:thm3.1} \end{equation} and suppose that the unperturbed system, $\dot X= F(X,t)$, has a k-parameter family of T-periodic solutions \begin{equation} X(t) = U(t,\alpha), \label{eq:thm3.1X} \end{equation} where $\alpha=(\alpha_1, ... ,\alpha_k)^{\top} \in \reals^k$ is a vector of independent parameters, which implies that the rank of the $n \times k$ matrix $D_\alpha U$ is k. Suppose the adjoint linear problem \begin{equation} \dot Q_i = - \{D F(U(t,\alpha))\}^{\top}Q_i \end{equation} has exactly k independent T-periodic solutions $Q_1(t,\alpha),..., Q_k(t,\alpha) \in \reals^m$. Let Q be the matrix whose columns are these solutions such that \begin{equation} Q^{\top} D_\alpha U = I \label{eq:thm3.1i} \end{equation} where I is the identity $k \times k$ matrix. Then the perturbed system \eqref{eq:thm3.1} has a solution of the form \begin{equation} X(t) = U(t,\alpha(\varepsilon t)) + O(\varepsilon), \label{eq:thm_expansion} \end{equation} where \begin{equation} \frac{d\alpha}{d\tau} = \frac{1}{T} \int^T_0 Q(t,\alpha)^{\top} G(U(t,\alpha),t) dt , \label{eq:thm3.2} \end{equation} where $\tau = \varepsilon t$ is slow time. \end{thm} \pf Let ...... %%% add text to a reference: The Fredholm alternative (see Hale~\cite[pg 146]{hale:ode80} for a proof of this variation) implies that the linear $T$-periodic equation~(\#) has a unique solution if and only if the orthogonality condition..... .... as was to be shown. {\scriptsize $_\blacksquare$} %need amssymb package %%%%%%%%%%% END PROOF %%%%%%%%%%%%%%% THEOREM %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{thm}[Contraction mapping principle of Banach-Cacciopoli] \label{thm:fixed_pt} Let $\phi:D(\phi)\rightarrow \reals $ and assume that there exists $M\subset D(\phi)$ which is closed and nonempty such that \begin{itemize} \item[(i)] $\phi:M \rightarrow M$ ; and \item[(ii)] $\phi$ is k-contractive, ie, there exists $k \in [0,1)$ such that\\ $\|\phi(x)-\phi(y)\|\leq k \|x-y\| \quad$ for all $x,y \in M$. \end{itemize} Then the following are true: \begin{itemize} \item[(a)] Existence and uniqueness. The function $\phi$ has exactly one fixed point $\bar x \in M$. \item[(b)] Convergence of the iteration method. For each $x_0 \in M$, the sequence $\{x_n\}^{\infty}_{n=1}$ constructed by $x_{n+1}=\phi(x_n)$ converges to the unique fixed point $\bar x$. % \item[(c)] Error estimates. {\bf should I mention this??}. % \item[(d)] Rate of convergence. {\bf should I mention this???}. \end{itemize} \end{thm} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% COMMENTS %%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% I don't ever prove that k=1. % But since U is a 2 dimensional system and since Q are the T-periodic solns to % the linearized system AND since the limit cycles are attractive there must be % one eigen direction that flows to the limit cycle. As in we can have both % directions T-periodic %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{comment} words here \begin{equation} \end{equation} \begin{eqnarray} \end{eqnarray} \notag %%%Combination to do page references \label{pg:compress} \pageref{pg:compress} TO rotate things in a figure (Won't show up in the .dvi file): \rput[b]{90}(8,5){\psframebox{STUFF}} \rput[b]{-34}(8,1){Sanoe} \end{comment}