Phase Portraits and Linearisation Flashcards
Linearisation
Description
-close to a fixed point it is quite accurate to approximate a function using the linear terms of a Taylor expansion:
f(x) = f(x1) + f’(x1)(x-x1)
-the f(x1) will equal 0 if x1 is a fixed point since f=x’
-although adding more terms makes the Taylor expansion more accurate it would also be much more difficult or even impossible to solve
Nullcline
Definition
- exist in all dimensions but this definition is for the 2D case:
- lines where the vector field is either horizontal or vertical
Isocline
Definition
exist in all dimensions but this definition is for the 2D case:
-lines where the vector field has a constant gradient
Phase Portrait
Description
-given a 2D system:
x’ = f(x,y)
y’ = g(x,y)
-the phase portrait plots y against x with trajectories drawn on
How to go about drawing a phase portrait
-given a 2D system
x’ = f(x,y)
y’ = g(x,y)
-start with horizontal isoclines and vertical isoclines
-plot other isoclines e.g. g/f=-1
-by looking at the plotted vectors draw trajectories onto the phase portrait
-use local analysis for the regions surrounding fixed points
*******
Horizontal Nullclines
-given a 2D system
x’ = f(x,y)
y’ = g(x,y)
-horizontal isoclines are lines where g=0
-so set y’=0 to find the equations of the lines where this is true
-evaluate f at different regions on these lines
-if f is positive the vector field points to the right
-if f is negative the vector field points to the left
Vertical Nullclines
-given a 2D system
x’ = f(x,y)
y’ = g(x,y)
-vertical isoclines are lines where f=0
-so set x’=0 to find the equations of the lines where this is true
-evaluate g at different regions on these lines
-if g is positive the vector field points p
-if g is negative the vector field points down
Linearisation
N=2`
x' = f(x,y) y' = g(x,y) -to linearise the system near the fixed point, compute the Jacobi matrix: J(x,y) = 2x2 matrix, top row: ∂f/∂x, ∂f/∂y, second row: ∂g/∂x, ∂g/∂y -evaluate at the fixed point: A = J(xo,yo) -sub into (ζ', η') = A (ζ,η) where the row vectors should be 2x1 column vectors -where ζ = x-xo η = y-yo
Linear Systems With Constant Coefficients
N=1
x' = a*x , x(0)=xo -assume solution of the form x(t)=A*e^(λt) -differentiate x' = λA*e^(λt) -sub in: A*e^(λt) (λ-a) = 0 => λ=a => x = A*e^(at) -sub in initial condition xo = A => x(t) = xo*e^(at)
Linear Systems With Constant Coefficients
N≥1 , General Equation
|x’ = A |x
- where A is an NxN matrix
- and |x ϵ R^N
Linear Systems With Constant Coefficients
N=2 General Equation
|x’ = (x’ , y’)
x’ = ax + by
y’ = cx+dy
-in this case |x’ = A |x, where |x=(x,y) and A is a 2x2 matrix with entries a, b, c, d
Linear Systems With Constant Coefficients
N=2 Eigenvalue Problem
|x' = A |x , |x(to) = |xo -assume a solution of the form: |x(t) = |V*exp(λt) -where |V is a constant complex vector and λ is a non-complex constant -differentiate: |x' = λ*|V*exp(λt) -sub in => λ|V exp(λt) = A|V exp(λt) -since exp(λt)≠0, we arrive at the eigenvalue problem, to tind a non-zero vector |V such that: λ |V = A |V
Linear Systems With Constant Coefficients
N=2 Eigenvalues and Eigenvectors
-to solve the system;
|x’ = A |x , |x(to) = |xo
-we are looking for solutions to the eigenvalue problem;
λ |V = A |V
=> (A-λI) |V = 0
-there is a non-trivial solution only if (A-λI) is not invertible i.e. if:
det(A - λI) = 0
-this determinant is a polynomial of degree N in λ and thus there are exactly N solutions λ1, λ2, … , λn
-once these eigenvalues are found we sub back in for the eigenvectors Vn
Linear Systems With Constant Coefficients
N=2 Characteristic Equation
-in the case N=2, the characteristic equation can be written generally in the form:
λ² - Tλ + D = 0
-where T is the trace (sum of diagonal elements) of matrix A
-and D is the determinant of matrix A
-thus eigenvalues are solutions of form:
λ1 = T+√ (T²-4D)/2
λ2 = T-√ (T²-4D)/2
Linear Systems With Constant Coefficients
N=2 Case 1 : λ1≠λ2
λ1≠λ2, this happens when T²≠4D
-in this case we have two distinct Eigenvalues λ1,2 and the corresponding eigenvectors |V1,2
-a general solution of the system in this case is:
|x(t) = C1|V1exp(λ1t) + C2|V2exp(λ2t)