Classification of fixed points from a system of equations

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/11

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:30 AM on 6/4/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

12 Terms

1
New cards

Classification if both Eigenvalues are real and positive?

Unstable Node.

Could be asked to plot this.

2
New cards

Classification if both eigenvalues are real and negative?

Stable Node.

Could be asked to plot this.

3
New cards

Classification if 0<\lambda_1=\lambda_2 and A=cIA=cI

It is a unstable star.

Could be asked to plot this

4
New cards

Classification if 0<\lambda_1=\lambda_2 and AcIA\neq cI

It is an improper node

Unstable

5
New cards

Classification if \lambda_1=\lambda_2<0 and A=cIA=cI

Stable star.

Could be asked to plot this.

6
New cards

Classification if \lambda_1=\lambda_2<0 and AcIA\neq cI

Stable Improper Node

7
New cards

Classification if \lambda_1>0,\lambda_2<0

Unstable saddle point.

Could be asked to draw this

8
New cards

Classification if λ=±iμ\lambda=\pm i\mu

Stable centre

9
New cards

Classification if \lambda=k\pm i\mu, k>0

Unstable spiral

10
New cards

Classification if \lambda=k\pm i\mu , k<0

Stable spiral

11
New cards

How do you classify a fixed point of a nonlinear system of ODEs using the Jacobian?

For x˙=f(x,y), y˙=g(x,y)\dot{x}=f(x,y),\ \dot{y}=g(x,y), first find fixed points by solving f(x0,y0)=g(x0,y0)=0f(x_0,y_0)=g(x_0,y_0)=0. Then form the Jacobian J=(fxamp;fygxamp;gy)J=\begin{pmatrix}f_x&amp;f_y\\g_x&amp;g_y\end{pmatrix} and evaluate it at (x0,y0)(x_0,y_0).

Classify the fixed point using the eigenvalues of J(x0,y0)J(x_0,y_0)

NOTE: purely imaginary = centre in the linearised system, but for nonlinear systems it may become a centre or a spiral.

12
New cards

How do you linearise a nonlinear system near a stationary point (x0,y0)(x_0, y_0)?

Taylor expand ff and gg about (x0,y0)(x_0, y_0), dropping higher order terms.

Set X=xx0X = x - x_0, Y=yy0Y = y - y_0 to get the linearised system: ddt[XY]=J(x0,y0)[XY]\frac{d}{dt}\begin{bmatrix} X \\ Y \end{bmatrix} = J(x_0, y_0)\begin{bmatrix} X \\ Y \end{bmatrix} where J(x0,y0)J(x_0, y_0) is the Jacobian evaluated at the stationary point.