Lur'e Form
Decomposing systems into linear and nonlinear parts.
Many classical methods for analyzing stability and locating hidden limit cycles (such as the Describing Function method) require the dynamical system to be expressed in Lur’e form.
A Lur’e system separates the dynamics into a strictly linear component and a single scalar nonlinear feedback loop.
The Decomposition
A 3D autonomous system is in Lur’e form if it can be written as:
Where:
- is a constant matrix (the linear dynamics).
- is a constant column vector (the input vector).
- is a constant row vector (the output projection).
- is a scalar nonlinear function of the scalar variable .
The Transfer Function
Once a system is in Lur’e form, the linear part can be completely described in the frequency domain by its transfer function :
For fractional-order systems with derivative order , the complex variable is simply replaced by :
Example: Chua Circuit in Lur’e Form
The standard non-smooth Chua circuit, with a linear-by-pieces characteristic, can be algebraically manipulated into Lur’e form. Let the state vector be . We can define the components as:
The scalar nonlinearity is the Chua diode characteristic:
Because , the argument to the nonlinearity is simply the first state variable.
Using Lur’e Workflows
If your custom system can be put into Lur’e form, you unlock powerful analytical tools. The library provides the generic integer_lure_workflow which automates parameter continuation and basin classification for any system that can provide its , , , and components.
See Integer Lur’e Workflow for implementation details.