Linear approximations around a given fixed point.

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
andyb177
Messages
10
Reaction score
0
Saw this mentioned, didn't understand what it was or how it would be done.
Given the continuous system given by x'1,x'2,x'3
Find the linear approximation for each x* (fixed point)

Guessing first of course to find the fixed points.
Then find the Jacobian Df for the solved system.
What to do then?

Idea was given in an example of course, hoping some one will be able to explain what to do for a general case.

Thanks in advance.
 
Physics news on Phys.org
Yes, find the Jacobian and evaluate it at each of the fixed points (equilibrium points in terms of dynamics). Since the entries in the Jacobian matrix are now constants rather than functions of t, you will have the linearized equation about that point.
 
Yes, have evaluated it. So the Jacobian for each point, a 3x3 matrix filled with constants. Is this the linear approximation? or do I take the det? There was a HINT to find eigenvectors and values and find for a non fixed point and permute the indices?. Still confused as what to do/what I am looking for?