Abstract

Smale horseshoes, curvilinear rectangles and their U-shaped images patterned on Smale's famous example, provide a rigorous way to study chaos in dynamical systems. The paper is devoted to constructing them in two-dimensional diffeomorphisms with the existence of transversal homoclinic saddles. We first propose an algorithm to automatically construct “horizontal” and “vertical” sides of the curvilinear rectangle near to segments of the stable and of the unstable manifolds, respectively, and then apply it to four classical chaotic maps (the Duffing map, the Hénon map, the Ikeda map, and the Lozi map) to verify its effectiveness.

1. Introduction

Among a variety of mathematical characteristics of chaos, the existence of a horseshoe (by S. Smale) has been recognized as the most important signature of chaos from geometrical point of view. The horseshoe theory is based on the geometry of continuous maps on some subsets of interest in state space. Here the images of the subsets can be computed reliably, so rigorous investigation of chaos becomes possible even for systems without explicit solutions.

Although the theory provides a powerful tool for many rigorous studies of chaos, such as estimating topological entropy, verifying existence of chaos, and revealing invariant sets of chaotic attractors, it has not been used extensively like many other numerical methods, such as computing Lyapunov exponents or bifurcation diagrams. Beside of reliable computation based on interval arithmetic, another main reason is probably because it is not as convenient to find horseshoes in practical systems as other nonrigorous methods. In recent years, much work has been done in providing more applicable criteria to guarantee the existence of horseshoes [14]. The criteria have been applied to many dynamical systems [3, 57]. Recently, a progress was made in [8] which proposed a method for finding horseshoes in two-dimensional (2D) chaotic maps (or Poincaré maps). The method was implemented with A MATLAB GUI program (http://www.mathworks.com/matlabcentral/fileexchange/14075) to help readers to improve efficiency and has been successfully applied to some novel cases, for example, a hyperchaotic spacecraft circuit [9], the fractional-order unified system [10], and so forth. However, researches still need to find horseshoes manually with their own experiences. So this paper proposes a simple algorithm to automatically detect the Smale horseshoes in 2D chaotic maps.

The paper is organized as follows. Section 2 revisits the Smale horseshoe and tries finding some key points; Section 3 introduces our algorithm as well as some classical examples; Section 4 draws conclusions.

2. The Smale Horseshoe

First let us recall the notion of the Smale horseshoe. Consider a square with four vertices , and . The diffeomorphism is defined as follows: First the map contracts the square horizontally with a factor less than 1/2, stretches it vertically with a factor greater than 2, then folds it like a horseshoe, and puts it back on the square , as shown in Figure 1, where sends A to A′, B to B', C to C', and D to D'.

As shown in Figure 1, is a period-1 saddle point, and are the corresponding stable manifold and unstable manifold of . Another intersection is what Poincaré called a homoclinic point. The homoclinic point here is transverse in the sense that the stable and unstable manifolds are not tangent at .

The main point in the Smale horseshoe is not the shape of the square and its image of under , but the “crossing” relation that goes through twice between and while any point of A' B' and C' D' does not locate inside of , which guarantees the existence of the two disjoint blocks and . So the Smale horseshoes can be used extensively in many practical systems, where will no longer be a square.

3. The Algorithm for Finding the Smale Horseshoes in 2D Maps

For convenience, we use a subscript to denote the iteration times, for example, , , , and use a combination of two points with a different cap to denote a piece of a different manifold between them; for example, denotes the piece of from to , and denotes the piece of from to .

The key to detecting a Smale horseshoe is the boundary of . For the standard case demonstrated in Figure 1, the process is very easy. When we iterate each point of reversely from to , must intersect three times at least. The first and last intersection points are and , respectively. We denote the second one with . Let be a block with four sides: , and . The map sends the sides to , and respectively. Here, and intersect twice at and , respectively. It is obvious that and also satisfy the relation of the Smale horseshoe.

However, for a practical chaotic map , we will face the following five difficulties. (1) There are many saddle points with all periods; we have to pick a proper one to ensure the rest computation, but in Figure 1 is only period-1. (2) Both and have two branches, but Figure 1 only illustrates one of them. (3) The two eigenvalues of at can be positive or negative, but Figure 1 only illustrates the positive one. (4) has a horseshoe, but may not. (5) cannot be applied in rigorous studies of chaos because there exist unavoidable numerical errors in practical computations. An algorithm which can automatically detect a Smale horseshoe must handle the above difficulties.

So in our algorithm, we first find a transverse homoclinic point, then we locate using the stable and unstable manifolds, and last we extend the boundary of outside to get . The algorithm is as follows with its detailed flowchart illustrated in Figure 2.(1)Find a periodic point at first. Supposing that has period , we compute the eigenvalues of the Jacobian matrix of at . If one eigenvalue locates in the inside of the unit circle and the other one locates outside the unit circle, then is a saddle point of ; otherwise, we need to find another and try again. If any of the eigenvalues is negative, then we take ; otherwise, . Let ; then, we find a transverse homoclinic point by computing the corresponding stable and unstable manifolds of .(2)Detect by finding a proper iteration time and a proper intersection point with the following procedure. Let and, that is, . Iterate the map reversely for each point of from to until intersects again (not ). If the new intersection point is not in , then set to be , and try it again; otherwise, set to be the point and compute the image of under the map . If does not intersect the new twice, we increase with step 1 and try it again; otherwise, we take the manifold pieces , and as the boundary of .(3)Extend the boundary of outward with an equally small distance of to get a new boundary . Then we compute the image of under , and check whether the condition of the Smale horseshoe is satisfied. Generally, the smaller the is, the easier the condition can be satisfied; therefore we should decrease when the condition fails.

Remark 3.1. The algorithm is based on a saddle with transversal homoclinic. Whether it is fully automatic depends on the procedure to detect this saddle via the periodic orbit and the manifolds computation in the first step. Fortunately, they are both fundamental problems in numerical study of dynamical systems, and there are many good algorithms and software packages in the literature to do this, for example, [11, 12]. So it can be handled by the detailed control flow shown in Figure 2.

Remark 3.2. The intersection of the stable manifold and the unstable manifold must be transversal (not tangential), which guarantees that the algorithm will terminate in a finite number of steps according to the general geometry described by Wiggins [13].

Now we demonstrate the ability and efficiency of this algorithm by finding horseshoes of several classical chaotic maps in the following four examples.

Example 1 (the Duffing map). The Duffing map is a discrete version of the Duffing equation [13]. It takes a point in the plane and maps it to a new point given by where the two parameters usually set to and to produce chaotic behavior. Numerical computation shows that the map has three fixed saddle points. Among them, the Jacobian matrix at the origin has two positive eigenvalues, and . Clearly, , then we find a homoclinic point . After a process illustrated in Figure 3, where the solid lines (blue) indicate the stable manifold and the dot lines (red) indicate the unstable manifold, we detect at , and finally find a horseshoe, as illustrated in Figure 4.

Example 2 (the Hénon map). The Hénon map, as a discrete model of the Lorenz system, is one of the most studied dynamical systems that exhibit chaotic behavior. It maps a point in the plane to a new point given by where the two parameters canonically take and [14]. Our computation shows that the map has two fixed saddle points. We randomly choose one, that is, . The corresponding Jacobian matrix has one positive eigenvalue of and one negative eigenvalue of . So and . Then we find a homoclinic point . When , we find a horseshoe illustrated in Figure 5.

Example 3 (the Ikeda map). The Ikeda map is a discrete-time dynamical system simplified from a plane-wave model. The map is given by where and is a parameter [15]. The map has a strange attractor for . Our computation only finds one fixed saddle point, that is, . The corresponding Jacobian matrix has two negative eigenvalues, and . Therefore, we set and , and then find a homoclinic point . When , we find a horseshoe, illustrated in Figure 6. Because the boundary of is automatically generated by the algorithm, it appears very different from other horseshoes in the literature where the boundaries usually are polygons.

Example 4 (the Lozi map). The Lozi map is a two-dimensional map similar to the Hénon map but with the term replaced by . It is given by the equations where the two parameters also take and . Our computation shows that the map has two fixed saddle points. However, the stable and unstable manifolds of each point do not intersect. In order to find a homoclinic point, we try period two. Consequently, we only find one period-2 obit, that is, , and the corresponding Jacobian matrix has two negative eigenvalues with and . Obviously, and ; then, we find a homoclinic point . When , we find a horseshoe, illustrated in Figure 7, finally.

Remark 3.3. The “crossing” relation between and is the key to the existence of horseshoe. The relation remains unchanged if we map and to their images by a homeomorphism. Therefore, if we find a horseshoe with a certain homoclinic point , then we have infinitly many horseshoes just by iterating with the system map . On the other hand, if we find a different homoclinic point, then we may get a different horseshoe, which may be transformed from the original under some iterations of the system map. For example, we can get a new horseshoe of the Duffing map only by changing to . A horseshoe similar to this one, for example, that in Figure 8, can be gotten by Figure 2 under two time iterations of the Duffing map.

4. Conclusions

We have proposed an algorithm for finding the Smale horseshoes in 2D chaotic maps. Numerical studies for four classical maps suggest that this algorithm can effectively find their horseshoes. Comparing with [8], this method is dedicated to the Smale horseshoes in 2D maps. The advantage of the algorithm is that horseshoes can be found automatically by only a few given parameters, which is less dependent on researchers’ experience. In [8], one has to find a horseshoe manually by a lot of trials, which may take hours sometime. The time consumed for the above examples is shown in Table 1, which takes a few seconds at most. So the algorithm is more efficient. In the algorithm, each side of the boundaries is a curve taken parallel along a stable or unstable manifold. This way, the existence of a Smale horseshoe is guaranteed. From this point of view, the algorithm is more applicable than methods using rectangles or polygons to compose boundaries, for example, [8].

Acknowledgments

The authors are very grateful to the reviewers for their valuable comments and suggestions. This work was supported in part by the National Natural Science Foundation of China (61104150, 10972082), by the Natural Science Foundation Project of Chongqing (cstcjjA40044), and by the Youth Foundation of CQUPT (A2008-26).