Preface


Chua circuits

Return to computing page for the first course APMA0330
Return to computing page for the second course APMA0340
Return to Mathematica tutorial for the first course APMA0330
Return to Mathematica tutorial for the second course APMA0340
Return to the main page for the first course APMA0330
Return to the main page for the second course APMA0340
Return to Part I of the course APMA0340
Introduction to Linear Algebra with Mathematica

Chua's circuits



Leon Chua

Many physical devices are modeled in such a way that the equations defining the system have \( \mathbb{Z}_2 \)-symmetry (invariance under the change of the sign in the state variables). In these systems, the origin is always an equilibrium point. Its simple, well arranged and transparent form expressed as a compact set of first-order ordinary differential equations (ODE) is also very convenient for modeling chaotic systems considered as determined systems exhibiting complex and unpredictable behavior.

There is no generally accepted definition of chaotic phenomena. Roughly speaking, a chaotic system is one that is deterministic but at the same time exhibits irregular, or random, behavior. A distinctive and readily observable property of chaotic systems is sensitive dependence on initial conditions: the trajectories starting from two arbitrarily close points diverge at an exponential rate and become uncorrelated in a short period of time. Chaos, or strange behavior, is currently one of the most exciting areas in the research of nonlinear systems.

The Chua circuit was invented in the fall of 1983 by the American electrical engineer and computer scientist Leon Ong Chua (born in 1936) in response to two unfulfilled quests among many researchers on chaos concerning two wanting aspects of the Lorenz equations (Lorenz, 1963). The first quest was to devise a laboratory system which can be realistically modeled by the Lorenz equations in order to demonstrate chaos is a robust physical phenomenon, and not merely an artifact of computer round-off errors. The second quest was to prove that the Lorenz attractor, which was obtained by computer simulation, is indeed chaotic in a rigorous mathematical sense. The existence of chaotic attractors from the Chua circuit had been confirmed numerically by Matsumoto (1984), observed experimentally by Zhong and Ayrom (1985), and proved rigorously in (Chua, et al, 1986). The basic approach of the proof is illustrated in a guided exercise on Chua’s circuit in the well-known textbook by Hirsch, Smale and Devaney (2003).

There are known three popular Chua's circuits presented in the following figures.

coil = ParametricPlot[{1.5*Cos[2*t], t + 1.5*Sin[2*t]}, {t, 0, 4*Pi}, PlotStyle -> Black]; l1 = Graphics[{Thick, Line[{{1.5, 0}, {1.5, -2}, {10, -2}}]}]; l2 = Graphics[{Thick, Line[{{1.5, 4*Pi}, {1.5, 15}, {12, 15}}]}]; vl2 = Graphics[{Thick, Line[{{10, 15}, {10, 6.5}}]}]; vl2a = Graphics[{Thick, Line[{{10, 6}, {10, -2}}]}]; hl2 = Graphics[{Thick, Line[{{9.0, 6.5}, {11.0, 6.5}}]}]; hl2a = Graphics[{Thick, Line[{{9.0, 6.0}, {11.0, 6.0}}]}]; resistor = Graphics[{Thick, Line[Table[{12 + i 2/(4 3), 15 + 3/3 Sin[i Pi/2]}, {i, 0, 4 3}]]}]; vl3 = Graphics[{Thick, Line[{{17, 15}, {17, 6.5}}]}]; vl3a = Graphics[{Thick, Line[{{17, 6}, {17, -2}}]}]; hl3 = Graphics[{Thick, Line[{{16.0, 6.5}, {18.0, 6.5}}]}]; hl3a = Graphics[{Thick, Line[{{16.0, 6.0}, {18.0, 6.0}}]}]; l4 = Graphics[{Thick, Line[{{10, -2}, {25, -2}, {25, 3.5}}]}]; l5 = Graphics[{Thick, Line[{{14, 15}, {25, 15}, {25, 11}}]}]; sawline = Graphics[{Thick, Line[Table[{25 + (-1)^n, n/2 + 5}, {n, 10}]]}]; ddb = Graphics[{Thick, Line[{{24, 5.5}, {25, 5.25}, {25, 4.5}}]}]; rectangle = Graphics[Rectangle[{23.5, 4.5}, {26.5, 3.5}]]; ddp = Graphics[{Thick, Line[{{26, 10}, {25, 10.25}, {25, 11}}]}]; box = Graphics[{Thick, Line[{{26.5, 3.5}, {26.5, 11}, {23.5, 11}, {23.5, 3.5}}]}]; ax = Graphics[{Arrowheads[Large], Arrow[{{3, 15}, {7, 15}}]}]; ax1 = Graphics[{Arrowheads[Large], Arrow[{{17, 15}, {22, 15}}]}]; a0 = Graphics[ Text[Style["\!\(\*SubscriptBox[\(i\), \(3\)]\)"], {5, 16}]] a1 = Graphics[Text[Style["L", FontSize -> 14], {2.6, 6.25}]] a2 = Graphics[Text[Style["R=1/G", FontSize -> 14], {14.0, 17.25}]] a3 = Graphics[ Text[Style["\!\(\*SubscriptBox[\(i\), \(R\)]\)"], {20.6, 16.5}]] a4 = Graphics[Text[Style["+", FontSize -> 14], {26, 12.25}]] a5 = Graphics[Text[Style["-", FontSize -> 14], {26, 2.25}]] a6 = Graphics[ Text[Style["\!\(\*SubscriptBox[\(N\), \(R\)]\)"], {28.6, 6.5}]] c1 = Graphics[ Text[Style["\!\(\*SubscriptBox[\(C\), \(1\)]\)"], {14.6, 6.5}]] c2 = Graphics[ Text[Style["\!\(\*SubscriptBox[\(C\), \(2\)]\)"], {7.5, 6.5}]] v1 = Graphics[ Text[Style["\!\(\*SubscriptBox[\(v\), \(1\)]\)"], {18.5, 7.5}]] v2 = Graphics[ Text[Style["\!\(\*SubscriptBox[\(v\), \(2\)]\)"], {11.5, 7.5}]] v3 = Graphics[ Text[Style["\!\(\*SubscriptBox[\(v\), \(R\)]\)"], {28.0, 10.5}]] Show[l1, l2, coil, vl2, vl2a, hl2, hl2a, resistor,vl3,vl3a,hl3,hl3a,l4,l5, sawline,ddb,rectangle, ddp, box, ax,ax1, a0,a1,a2,a3,a4,a5,a6, c1,c2, v1,v2,v3]
Chua circuit.

A basic Chua circuit consists of two capacitors C1 and C2 and the the inductor L, connected with so called Chua diod. Capacitors and inductors are called passive elements because they do not need a power supply e.g., battery). Interconnection of passive elements always leads to trivial dynamics, with all element voltages and currents tending to zero. The simplest circuit that could give rise to oscillatory or chaotic waveforms must include at least one locally active nonlinear element, powered by a battery, such as the Chua diode characterized by a current vs. voltage nonlinear function \( i_R = g \left( v_R \right) , \) whose slope must be negative somewhere on the curve. Such an element is called a locally active resistor. Although the function may assume many shapes, the original Chua circuit specifies the 3-segment piecewise-linear odd-symmetric characteristic:

\[ g\left( v_R \right) = \begin{cases} m_1 v_R + m_1 - m_0 , & \ \mbox{ if } v_R \le -1 , \\ m_0 v_R , & \ \mbox{ if } -1 \le v_R \le 1 , \\ m_1 v_R + m_0 - m_1 , & \ \mbox{ if } 1 \le v_R , \end{cases} \] where the coordinate of the two symmetric breakpoints are normalized, without loss of generality, to $v_R = \pm 1$.

They can be modeled by the following dimensionless form of Chua's equa- tions

\[ \begin{split} \dot{x} \equiv \frac{{\text d}x}{{\text d}t} = k\alpha \left( y -x -f(x) \right) , \\ \dot{y} \equiv \frac{{\text d}y}{{\text d}t} = k \left( x-y +z \right) , \\ \dot{z} \equiv \frac{{\text d}z}{{\text d}t} = -k \left( \beta y + \gamma z \right) , \end{split} \]
where function f is the voltage-current characteristic of the nonlinear resistor, the so-called Chua's diode as shown below. Originally, it could be chosen as
\[ f(x) = bx + \frac{1}{2} \left( a-b \right) \left( |x+1| - |x-1| \right) . \]
The piecewise-linear function was chosen strategically from the outset in (Chua et al, 1986) in order to devise a rigorous proof showing the experimentally and numerically derived double scroll attractor is indeed chaotic.

One of the reasons of the popularity of the Chua's circuit is due to the fact that it can generate a large variety of complex dynamics, and convoluted bifurcations, from a simple model in the form of a three-dimensional autonomous piecewise linear ordinary differential equation (flow).

It should be noted that instead of such piecewise function, cubic function can be implemented as well:

We consider first the original (noncanonical) Chua's circuit.

Many paradigms of chaotic systems modeling the main features of chaotic dynamics with only a few nonlinear equations, e.g. the Duffing equations, the Lorenz system, the Rössler system, Chua's equations, etc., are already known. Among all these paradigms is the Chua's model, i.e. Chua's equations and the corresponding Chua's circuits, that is of unique significance and for several reasons represents a milestone in the research on chaos theory and application. In comparison with the previous paradigms, Chua's model has the following advantages [Liao & Chen, 1998]. The Chua's equation is a model of one of the simplest electronic circuits, exhibiting a wide range of complex dynamical behaviors. Let us consider the Chua's equation with a cubic nonlinearity (see [Pivka et al., 1996]):

\[ \begin{split} \dot{x} &= \alpha \left( y - a\,x^3 -c\,x \right) , \\ \dot{y} &= x-y+z , \\ \dot{z} &= - \beta \, y - \gamma \, z . \end{split} \]
In this equation a parameter γ is included in order to take into account small resistive acts in the inductance.

 

  1. References for Chua's circuit
  2. Bilotta, Eleonora and Pantano, Pietro, A Gallery of Chua Attractors, World Scientific Series on Nonlinear Science Series A: Volume 61, 2008, https://doi.org/10.1142/6720
  3. Chaotic behavior of Chuas circuit
  4. Chua, Leon, Chua circuit, (2007), Scholarpedia, 2(10):1488.
  5. Chua circuit, Wikipedia
  6. Chua, Leon, The Genesis of Chua's Circuit,
  7. Choi, Insook, A chaotic oscillator as a musical signal generator in an interactive performance system, Journal of New Music Research, doi: 10.1080/09298219708570715
  8. Hirsch, M. W., Smale, S. and Devaney, R. L., Differential Equations, Dynamical Systems & An Introduction to Chaos, 2003, Second Edition, Elsevier Academic Press, Amsterdam.
  9. Huang, S, Pivka, L, Wu, C W, and Franz, M., Chua's equation with cubic nonlinearity
  10. Liao, T. and Chen, F. Control of Chua's circuit with a cubic nonlinearity via nonlinear linearization technique, Circuits Systems Signal Process, 1998, Vol. 17, No. 6, pp. 719--731.
  11. Lorenz, E. (1963) Deterministic flow, Journal of Atmospheric Science, 20 : 130-141.
  12. Madan, R. N. (ed.) Chua's Circuit: A Paradigm for Chaos, 1993, (World Scientific, Singapore).
  13. Matsumoto, T. (1984) A Chaotic attract or from Chua’s Circuit, IEEE Transaction on Circuits and Systems, 31 : 1055-1058.
  14. Mira, C., Chua's circuit and the qualitative theory of dynamical systems
  15. Pivka, L., Wu, C. W. & Huang, A. [1996] "Lorenz equation and Chua's equation," International Journal of Bifurcation and Chaos, 6(12B), 2443--2489.
  16. Pospisil J, Kolka Z, Horska J, and Brzobohaty J, Simplest ODE equivalents of Chua's equations, International Journal of Bifurcation and Chaos, Vol. 10, No. 1 (2000) 1--23.
  17. Chua circuit Scholarpedia
  18. Shilnikov, L. P. "Chua's circuit: rigorous results and future problems", International Journal of Bifurcation and Chaos, Vol. 4(3), pp. 489-519, 1994.
  19. Siderskiy, Valentin, Matlab simulation.
  20. J. C. Sprott, Chaos and Time-Series Analysis, Oxford University Press, 2003.
  21. Tielo-Cuautle, E. and Munoz-Pacheco, J.M., Numerical Simulation of Chua's Circuit Oriented to Circuit Synthesis, International Journal of Nonlinear Sciences and Numerical Simulation, 8(2):249-256 · January 2007; doi: 10.1515/IJNSNS.2007.8.2.249
  22. Zhong, G.-Q., Implementation of Chua's Circuit with a Cubic Nonlinearity, IEEE Transactions on Circuits and Systems, 1994, Vol. 41, No. 12, pp. 934--941.
  23. Zhong, G.-Q. and Ayrom, F. [1985] Experimental confirmation of chaos from Chua's circuit, International Journal of Circuit Theory and Applications, 1985, Vol. 13, pp. 93--98. https://doi.org/10.1002/cta.4490130109
  24. Zhong, G.-Q., Man, K.-F., and Chen, G., A systematic approach to generating n-scroll attractors, International Journal of Bifurcation and Chaos, Vol. 12, No. 12 (2002) 2907--2915.
  25. Python(x,y)

 

 

Return to Mathematica page

Return to the main page (APMA0340)
Return to the Part 1 Matrix Algebra
Return to the Part 2 Linear Systems of Ordinary Differential Equations
Return to the Part 3 Non-linear Systems of Ordinary Differential Equations
Return to the Part 4 Numerical Methods
Return to the Part 5 Fourier Series
Return to the Part 6 Partial Differential Equations
Return to the Part 7 Special Functions