Forcefedglas
- 26
- 0
Homework Statement
Give an example of a non-linear discrete-time system of the form
x1(k + 1) = f1(x1(k), x2(k))
x2(k + 1) = f2(x1(k), x2(k))
With precisely four singular points, two of which are unstable, and two other singular points which are asymptotically stable.
Homework Equations
<br /> J = \begin{bmatrix}<br /> \frac{\partial f_1}{\partial x_1} &<br /> \frac{\partial f_1}{\partial x_2} & \\[1ex]<br /> \frac{\partial f_2}{\partial x_1} &<br /> \frac{\partial f_2}{\partial x_2} &<br /> \end{bmatrix}<br />
The Attempt at a Solution
I know that the singular is asymptotically stable if the eigenvalues of the Jacobian are under 1, and unstable if an eigenvalue is greater than 1. I've found a solution in MATLAB through brute force, but this is a practice exam question; how would I be able to do this by hand just by looking at it?