Thursday, October 30, 2008

Thu 10/30

MAIN POINTS
Chapter 5 examines higher-dimensional phase spaces due to linear systems. It begins with the simplest case— a two dimensional system. The text shows the form, and shows how it can be written in terms of a matrix A as x'=Ax. Fixed points also exist in 2D phase space... the simple harmonic oscillator in Ex5.1.1 oscillates in 2-space. Lines denote the orbits to form the Phase Portrait. In Ex5.1.2, the two equations are uncoupled, so may be solved separately. Stability is described in terms of 'attraction'— whether or not the system is attracted towards a fixed point for some initial condition. 5.2 looks at the more general case, which is similar to what we read about in the handout. It defines eigenvalues/vectors, etc. When the eigenvalues are complex, the FP is a center or spiral. Fig. 5.2.8 gives a great classification of the various stabilities based on trace and determinant. 5.3 examines love affairs between two Shakespearean characters. It discusses the character of the love based on parameters, and soves it as a 2x2 matrix system.

CHALLENGES
How would one illustrate a Liapunov-stable FP on a phase portrait?
What do systems with eigenvalue of multiplicity 2 look like? Drawing a phase portrait like that in Fig 5.2.2 looks really difficult... how would one do that?

REFLECTION
I'm taking linear algebra very late in my college career... I'm taking it concurrent with this course, so we're covering eigen* topics right now, conveniently. Two find an eigenvalue for an nxn matrix, we have to solve an nth degree polynomial, so how would we find the eigenvalue for a 4x4 or above? (Perhaps it's in the numerical analysis textbook...)

Monday, October 20, 2008

Tue Oct 21

MAIN POINTS
The premise of the reading is that we want to solve a differential equation in terms of a matrix, i.e y'=Ay. The text defines an eigenvalue, a constant l such that Av=lv for some vector v. Then, A solutin to x'=Ax is x(t)=e^(lt)v.

We can find eigenvalues, first by solving 0=Av-lv=(A-lI)v, which requires that det(A-lI)=0. We solve this ("characteristic") polynomial for 0, and the roots are the values of l that are eigenvalues.

Linear systems of dimension 2 are planar systems. The eigenvalues of the matrix A that represents a planar system can be calculated simply by using the quadratic equation (to find the roots of the characteristic polynomial of A). Because we use the quadratic equation, we can see that we could have two distinct real roots, or two complex roots, or one root of multiplicity 2. The text explores these three cases. In the case of a root of multiplicity 2, there is a unique solution that exhausts all exponential solutions.

CHALLENGES
What are the qualitative changes we see in a planar system when it has complex roots, or roots of multiplicity 2? It would be good to see an illustration of a planar system, because we haven't really thought about diff eq's above 1 dimension.

REFLECTIONS
I'm assuming that you can rewrite a system of differential equations as a matrix, and then use eigenvalues of that matrix to solve for that system. Otherwise, what is the difference between a differential equation defined in terms of matrices, and one defined by a system of equations?
Again, it would be cool to see some examples so we can visualize what's actually happening.

Thursday, October 9, 2008

Thu Oct 9

MAIN POINTS
Fireflies have a method of synchronizing their flashes with each other, but only if the stimulus is at a rate that they can learn to match. The first part of the model describes the firefly as the simple oscillator on the circle with period little-omega, and the stimulus as the oscillator with the period big omega. Equation (2) shows a simple model of the attempt to synchronize. Terms are introduced to nondimensionalize the model, and shifting the mu term changes the nature of fixed points, with saddle-node bifurcation behavior. A fixed point represents a part of the model where the firefly's rhythm is phase-locked to the stimulus.

CHALLENGES
There's no indication of how the model in equation (2) was derived— what were the logical steps in producing that equation? Also, I don't know what steps they took to decide how to nondimensionalize to create the new terms... it would be nice to step through that.

REFLECTIONS
When I arrived at this section I realized that I have read a book by this same author when I was in high school, about synchronization, that was more of a popular science book. It's cool that we can model something biological already, just by knowing bifurcations and flow on a circle.

Sunday, October 5, 2008

Tues 10/7

MAIN POINTS
Chapter four considers differential equations solved for points on a circle, rather than as a vector field on a line. This seems to be the simplest case for which periodic behavior is possible. Example 4.1.1 solves for the very simple Theta'=sin(Theta), which has one stable FP and one unstable FP on opposite sides of the circle. It is simpler than considering the equation as on a line. 4.2 defines an oscillator. It is simply constant motion around the circle. If you subtract two oscillators you get a phase difference equation, which shows how the two oscillators go in and out of phase with each other.

4.3 defines a nonuniform oscillator. The value of the parameter determines whether or not there's a fixed point. The low values of the differential equation correspond to a "bottleneck," which is where the FP is most likely to occur as the parameter changes. These are due to ghosts, which are ghosts of bifurcation points.. hm. THey use the square-root scaling law somehow to calculate the time spent in the bottleneck.

CHALLENGES
What's the difference between a ghost and a bottleneck? They sort of seem like the same thing. How did they arrive at the integral that they use to calculate the oscillation period in 4.3? What is the relevance of this square-root scaling law?

REFLECTIONS
I know that earlier in the book they defined an oscillator, just not on the circle. There seems to be an interesting relationship between defining something on a straight line and defining it on the circle. For instance, defining the sinx function on the straight line means giving infinite solutions, while you only give one solution when you define it on the circle.