Li Attractor
Attractor Builder (Blender add-on) Equations: ẋ = a * (y - x) + d * x * z ẏ = k * x + f * y - x * z ż = -e * x**2 + x * y + c * z Parameters: | a = 40 | c = 11/6 | d = 0.16 | e = 0.65 | f = 20 | k = 55 | Simulation settings: Initial state: x₀ = 0.01, y₀ = 0, z₀ = 0 Method: DP5 Tolerance: 0.000001 Min Step: 0 Max Step: 0.01 Steps: 7000 Burn-in: 1000 Scale: 0.01
The Li attractor was introduced by Dequan Li in 2008 as a new chaotic system derived from a Lorenz-type framework but extended with additional quadratic coupling terms. Using trial-and-error numerical simulations, Li discovered that a smooth three-dimensional autonomous system containing only four quadratic terms can produce a three-scroll chaotic attractor. Unlike the Lorenz and Chen systems, which generate two symmetric wings, the Li system exhibits an additional central scroll that forms diagonally between the classical pair of lobes. The original system proposed by Li (2008, p. 389) is defined as:
\(\dot{x}(t) = a(y(t) - x(t)) + d\,x(t)\,z(t)\)
\(\dot{y}(t) = k\,x(t) + f\,y(t) - x(t)\,z(t)\)
\(\dot{z}(t) = -e\,x^{2}(t) + x(t)\,y(t) + c\,z(t)\)
In this formulation, a controls the linear relaxation between x and y, while d introduces a nonlinear feedback term \(x z\) that bends trajectories in phase space. Parameters k and f provide linear excitation and damping in the y-equation, e shapes the parabolic curvature of the \(-e x^{2}\) term, and c determines vertical contraction along the z-axis. For the canonical set (a=40, k=55, c=11/6, d=0.16, e=0.65, f=20), the system generates a three-scroll chaotic attractor. The corresponding Lyapunov exponents (L₁=0.2315, L₂=0, L₃=−1.987) confirm a dissipative chaotic regime with a fractal dimension ≈ 2.12.
Source: Li, D. (2008).
A three-scroll chaotic attractor.
Physics Letters A 372 (3–4), 387–393.
DOI:
10.1016/j.physleta.2007.07.045