Ordinary Differential Equations/Locally linear

From testwiki
Jump to navigation Jump to search


We will study autonomous systems x=f(x), where the components of f are C1 functions so that we are able to Taylor expand them to first order. A system of the form x=Ax+g(x) is called locally linear around a critical point x0 of f if g(x)xx00 as xx0.

Example presenting the method

We study the damped oscillating pendulum system: dxdt=y,dydt=γyω2sin(x), where γ is called the damping constant and as in the spring problem it is responsible for removing energy.

  1. First we find the critical points. From the previous section we have:(kπ,0) for any integer k.
  2. Second we Taylor expand the RHS of the system F(x,y):=(yγyω2sin(x)) around arbitrary critical point (x0,y0): F(x,y)=F(x0,y0)+JF(x0,y0)(xx0yy0)+o((xx0,yy0))=(01ω2cos(x0)γ)(xx0yy0)+o((xx0,yy0)).
  3. Here JF(x0,y0) is the Jacobian matrix at (x0,y0) which, for function F(x,y)=(F1(x,y)F2(x,y)), is defined as:JF(x0,y0):=(dF1dx(x0,y0)dF1dy(x0,y0)dF2dx(x0,y0)dF2dy(x0,y0))
  4. The linearization around (x0,y0)=(kπ,0) for an even integer k is: ddt(xy)=(01ω2γ)(xkπy)+o((xkπ,y)).
  5. The eigenvalues of that matrix are: λ1,λ2=γ±γ24ω22.
  6. If γ24ω2>0, then the eigenvalues are real, distinct, and negative. Therefore, the critical points will be stable nodes.We observe that the basins of attractions for each even-integer critical points are well-separated.
  7. If γ24ω2=0, then the eigenvalues are repeated, real, and negative. Therefore, the critical points will be stable nodes.
  8. If γ24ω2<0, then the eigenvalues are complex with negative real part. Therefore, the critical points will be stable spiral sinks.
  9. The linearization around (x0,y0)=(kπ,0) for odd integer k is:ddt(xy)=(01ω2γ)(xkπy)+o((xkπ,y)).
  10. The eigenvalues of that matrix are: λ1,λ2=γ±γ2+4ω22.
  11. Therefore, it has one negative eigenvalue λ1<0 and one positive eigenvalue λ2>0, and so the critical points will be unstable saddle points.

Template:BookCat