1 Introduction and Statement of the Results

Dynamical systems is a powerful tool to have a deep understanding on the global behavior of the so called root-finding algorithms, that is, iterative methods capable to numerically determine the solutions of the equation \(f(x)=0\). In most cases, it is well known the order of convergence of those methods near the zeros of f, but it is in general unclear the behavior and effectiveness when initial conditions are chosen on the whole space; a natural question when we do not know a priori where the roots are or if there are many of them.

The numerical exploration of the solutions of the equation \(f(x)=0\) has been always central problem in many areas of applied mathematics, from biology to engineering, since most mathematical models require to have a thorough knowledge of the solutions of certain equations. Once we are certain that no algebraic manipulation of the equation will allow to explicitly find out the solutions, one can try to built numerical methods which will approximate the solutions with arbitrary precision. Perhaps, the most well-known and universal method is the Newton method inspired on the linearization of the equation \(f(x)=0\). But also other methods have shown to be certainly efficient like the secant method, the main object of the paper.

Roughly speaking, all these iterative methods give efficient ways to find the solutions of \(f(x)=0\), at least once you have a good approximation of them. However, there is a significant amount of uncertainty when the initial conditions are freely chosen, i.e., when there is not a natural candidate for the solution or the number of solutions is high. It is in this context where dynamical systems might play a central role. As an example we can refer to [7] where the authors first prove theoretical results on the global dynamics of the Newton method and then apply them to create efficient algorithms to find out all solutions, even in the case that the degree of p is huge.

This paper is a step forward in this direction for the secant method. This method has some advantages over Newton’s method, but the dimension of the natural phase space of the associated iterative system changes from 1 to 2. Correspondingly, its study requires new techniques and ideas. See also [1, 5].

Let p be a real polynomial of degree k given by

$$\begin{aligned} p(x)=a_0 + a_1 x + cdots + a_k x^k \quad \hbox { with }\quad a_k \ne 0. \end{aligned}$$
(1)

We assume that p has exactly \(n \in \{3,\ldots k\}\) simple real roots denoted by \( \alpha _0< \alpha _1< \cdots< \alpha _{n-2} < \alpha _{n-1} \). Accordingly if p has other roots different from \(\alpha _j,\ j=0,\ldots n-1\), they are non-real complex conjugate pairs with no further assumptions on them. On the other hand, the case of multiple real roots of p has been partially studied in [6]. We named the real roots of p as follows. The roots \(\alpha _0\) and \(\alpha _{n-1}\) (smallest and biggest) are called the external roots of p; in contrast the other real roots of p, i.e., \(\alpha _j\) with \(j \in \{1, \ldots , n-2\}\), are called the internal roots of p.

We consider the secant method applied to the polynomial p as a discrete dynamical system acting on the real plane,

$$\begin{aligned} S:=S_p: {\mathbb {R}}^2 \mapsto {\mathbb {R}}^2 , \qquad S: \left( \begin{array}{l} x \\ y \end{array} \right) \mapsto \left( \begin{array}{l} y \\ y - p(y) \frac{y-x}{p(y)-p(x)} \end{array} \right) , \end{aligned}$$
(2)

and the orbit of the seed \(\left( x_0,y_0\right) \in {\mathbb {R}}^2\) is given by the iterates of the map; that is, the sequence \(\{S^m\left( x_0,y_0\right) \}_{m \ge 0} \). We refer to [5] for a detailed discussion of the two-dimensional dynamical system induced by S and also some consequences as a root finding algorithm. Here, we will always consider \(S:{\mathbb {R}}^2 \rightarrow {\mathbb {R}}^2\), but there is a natural extension of this problem by assuming p as a polynomial with complex coefficients and thus, \(S:{\mathbb {C}}^2 \rightarrow {\mathbb {C}}^2\). See [1] for a discussion on this context.

Any simple root \(\alpha \) of p corresponds to an attracting fixed point \((\alpha ,\alpha )\) of the secant map S. Thus, we can consider the basin of attraction of \((\alpha ,\alpha )\), denoted by \({\mathcal {A}}(\alpha )\), consisting of all points tending towards this fixed point,

$$\begin{aligned} {\mathcal {A}}(\alpha ) = \{ (x,y) \in {\mathbb {R}}^2 \, ; \, S^m(x,y) \rightarrow (\alpha ,\alpha ) \hbox { as } m \rightarrow \infty \}. \end{aligned}$$
(3)

It is easy to see that when \(\alpha \) is a simple root of p then the point \((\alpha ,\alpha )\) belongs to \(\mathrm{Int}\left( {\mathcal {A}}(\alpha )\right) \). However this is not always the case when \(\alpha \) is a multiple root of p (see [6]). It is remarkable that even in the case of \(\alpha \) being a simple root of p the local dynamics around the point \((\alpha ,\alpha )\) does not follow the typical behavior of an attracting fixed point of a diffeomorphism (à la Hartman–Grobman) due to the presence of infinitely many points, in any neighborhood of the fixed point, which under one iteration land on the fixed point.

We also denote by \({\mathcal {A}}^*(\alpha )\) the immediate basin of attraction of \((\alpha ,\alpha )\), i.e., the maximal connected component of \({\mathcal {A}}(\alpha )\) containing \((\alpha ,\alpha )\). Moreover, if \(\alpha \) is an external root of p then its immediate basin of attraction is an unbounded set while if \(\alpha \) is an internal root then \({\mathcal {A}}^*(\alpha )\) is bounded (See [5]). This property shows the first difference between the immediate basin of attraction of an external and an internal simple root.

Fig. 1
figure 1

Phase plane of the secant map applied to the Chebyshev polynomials \(T_k(x)\) for \(k=4\) and 5. We show each basin of attraction with a different color. Range of the pictures [− 1.5, 1.5] \(\times \) [− 1.5, 1.5] (color figure online)

Along the paper, we use Chebyshev polynomials \(T_k(x)\) for \(k \ge 0\) for computer pictures to illustrate our results. We recall that Chebyshev polynomials can be defined by \(T_0(x)=1\), \(T_1(x)=x\) and recursively \(T_{k+1}(x)=2xT_k(x)-T_{k-1}(x)\) for \(k \ge 1\). Among other properties every polynomial \(T_k(x)\) has degree k and exhibits k simple real roots in the interval \((-1,1)\). Indeed the roots of \(T_k\) are located at points \(x_j=\cos \left( \frac{\pi (j+1/2)}{n} \right) \), for \(j = 0, \ldots , k-1\). In Fig. 1 we show the phase plane of the Secant maps for the polynomials \(T_k\) for \(k=4\) and 5, and in Fig. 10a for \(k=3\). The range of the picture is \([-1.5, 1.5]\times [-1.5,1.5]\) so the points \((\alpha ,\alpha )\) are located at the diagonal of each picture. The topological structure of the immediate basin of attraction seems to remain similar depending only on the character of the root (internal or external). To state the main results on this direction, we first introduce some required notation.

Let \(T\subset {\mathbb {R}}^2\) be a bounded (infinite) graph formed by vertices and edges. We say that an edge of T is a lobe if it connects a vertex with itself. We say that T is a smooth hexagon-like polygon with lobes if it is formed by six vertices, six \(C^1\)-edges connecting those vertices and countably many \(C^1\)-lobes at some of the vertices.

Fig. 2
figure 2

On the left-hand side, we show the phase space of the secant map applied to the Chebyshev polynomial \(T_5(x)=16x^5-20x^3 + 5x\) (see Fig. 1c), we show in blue \({\mathcal {A}}^*(0)\). Range of the phase plane [− 0.75, 0.75] \(\times \) [−0.75, 0.75]. On the right-hand side, we sketch an hexagon-like polygon with lobes which is the topological model of the immediate basin of attraction of an internal root \(\alpha _1\). The six vertices ABCDE and F of the hexagon are focal points and we only plot two (of countable many) lobes attached to the focal points BCE and F. We also sketch the presence of a \(4-\)cycle \(\zeta , S(\zeta ), S^2(\zeta ), S^3(\zeta )\) lying on the external boundary in red color (color figure online)

The main goal of this paper is to describe the topology of the immediate basin of attraction of an internal root of p. In Fig. 2 (left), we plot the immediate basin of attraction \({\mathcal {A}}^*(0)\) for the Chebyshev polynomial \(T_5(x)=16x^5-20x^3 + 5x\) while in Fig. 2 (right) we give the skeleton of the boundary of the immediate basin of attraction \({\mathcal {A}}^*(\alpha )\) of an internal root. There we illustrate the smooth hexagon-like polygon with vertices at the points ABCDE and F. This hexagon-like polygon coincides with the external boundary of \({\mathcal {A}}^*(\alpha )\). But the boundary of an immediate basin also contains some (infinitely many) lobes attached to the vertices BCE and F (as illustrated on the picture); those lobes (except the vertices) are part of \(\partial {\mathcal {A}}^*(\alpha )\) but not part of the external boundary. We collect the main results on two statements. The first one is about the topology of the external boundary of \(\partial \mathcal A^*(\alpha )\) and its dynamics. Focal points and lobes will be defined in Sect. 2. See Fig. 2.

Theorem A

Let \(\alpha _1\) be an internal root of p and let \(\alpha _0< \alpha _1 < \alpha _2\) be simple consecutive roots of p. The following statements hold, provided the external boundary is piecewise smooth.

  1. (a)

    \(\partial {\mathcal {A}}^*(\alpha _1)\) contains an hexagon-like polygon with lobes where the vertices are the focal points \(Q_{i,j} \ i\ne j \in \{0,1,2\}\).

  2. (b)

    There exists a 4-cycle in \(\partial {\mathcal {A}}^*(\alpha _1)\).

Second, we investigate the connectedness of the immediate basin of attraction. Looking at the examples in Fig. 1 the immediate basin of attraction of an internal root seems to be simply connected. However, it is easy to find examples where \({\mathcal {A}}^*(\alpha )\) is multiply connected. See Fig. 3. In the next result, we find sufficient conditions to assure that the immediate basin of attraction of an internal root is a simply connected set.

Fig. 3
figure 3

Phase plane of the secant map applied to two degree five polynomials (with only tree real roots) where the immediate basin of attraction of an internal root is multiply connected. In both cases, color blue and green refer to the attracting basins of the external roots, while red corresponds to the attracting basin of the internal root \(\alpha \). We use pink to emphasize the immediate basin of attraction of the internal root. Range of the phase planes [− 1.5, 1.5] \(\times \) [− 1.5, 1.5]. We also show in c and d the graph of each polynomial (color figure online)

Theorem B

Let \(\alpha _1\) be an internal root of p and let \(\alpha _0< \alpha _1 < \alpha _2\) be simple consecutive roots of p such that p has only one inflection point in the interval \((\alpha _0, \alpha _2)\). If the external boundary of \({\mathcal {A}}^*(\alpha _1)\) is piecewise smooth, then it is simply connected.

From Theorems A and B, we can conclude the following corollary that applies to any real polynomial of degree k with exactly k simple real roots, as the family of Chebyshev polynomials.

Corollary C

Let p be a polynomial of degree k with exactly k simple real roots and one, and only one, inflection point between any three consecutive roots of p. Then for any internal root \(\alpha \) of p, the immediate basin of attraction, \({\mathcal {A}}^*(\alpha )\), is a simply connected set and \(\partial {\mathcal {A}}^*(\alpha )\) is an hexagon-like polygon with lobes where the vertices are focal points. Moreover, there exists a 4-cycle in \(\partial \mathcal A^*(\alpha )\).

The paper is organized as follows. In Sect. 2, we introduce the terminology and tools on rational iteration on the plane. In Sect. 3, we classify the cycles of minimal period 4 of the secant map. In Sects. 4 and 5, we prove Theorems A and B, respectively.

2 Plane Rational Iteration

For the sake of completeness, we briefly summarize the notions, tools and results from [2,3,4] which are needed here. Consider the plane rational map given by

$$\begin{aligned} T: \left( \begin{array}{l} x \\ y \end{array} \right) \mapsto \left( \begin{array}{l} F(x,y) \\ N(x,y)/D(x,y) \end{array} \right) , \end{aligned}$$
(4)

where F, N and D are differentiable functions. Set

$$\begin{aligned} \delta _T = \{ (x,y) \in {\mathbb {R}}^2\, | \, D(x,y)=0\} \quad \mathrm{and} \quad E_T ={\mathbb {R}}^2 \setminus \bigcup _{n \ge 0} T^{-n}(\delta _T). \end{aligned}$$

Easily \(T=(T_1,T_2):E_T\rightarrow E_T\) defines a smooth dynamical system given by the iterates of T; that is \(\{(x_m,y_m):=T^m\left( x_0,y_0\right) \}_{m \ge 0}\) with \((x_0,y_0)\in E_T\) (see [5] for details). Clearly T sends points of \(\delta _T\) to infinity unless N also vanishes. At those points, the definition of T is uncertain in the sense that the value depends on the path we choose to approach the point. As we will see, they play a crucial role on the local and global dynamics of T.

We say that a point \(Q \in \delta _T \subset {\mathbb {R}}^2\) is a focal point (of T) if \(T_2(Q)\) takes the form 0/0 (i.e. \(N(Q)=D(Q)=0\)), and there exists a smooth simple arc \(\gamma :=\gamma (t),\ t\in (-\varepsilon ,\varepsilon )\), with \(\gamma (0)=Q\), such that \(\lim _{t \rightarrow 0} T_2(\gamma )\) exists and is finite. Moreover, the straight line given by \(L_Q=\{(x,y)\in \mathbb R^2 \ | \ x=F(Q)\}\) is called the prefocal line (over Q).

Let \(\gamma \) passing through Q, not tangent to \(\delta _T\), with slope m (that is \(\gamma ^\prime (0)=m\)). Then \(T\left( \gamma \right) \) will be a curve passing, at \(t=0\), through some finite point \((F(Q),y(m)) \in L_Q\). If Q is simple (that is, \(N_x(Q)D_y(Q)-N_y(Q)D_x(Q)\ne 0\)) then there is a one-to-one correspondence between the slope m and points in the prefocal line \(L_Q=\{(x,y)\in {\mathbb {R}}^2 \ | \ x=F(Q) \}\). Precisely (Fig. 4 illustrates the one-to-one correspondence),

$$\begin{aligned} y(m) = \frac{ N_x(Q) + m N_y(Q) }{D_x(Q)+m D_y(Q)} \quad \mathrm{or} \quad m(y)= \frac{D_x(Q) y - N_x(Q)}{N_y(Q)-D_y(Q)y}. \end{aligned}$$
(5)
Fig. 4
figure 4

Dynamics of T near a simple focal point Q

Among other dynamical aspects, simple focal points are responsible of the presence of lobes and crescents in the phase space of noninvertible maps, and in particular in the phase plane of the secant map (see Fig. 1). This kind of phenomena occurs when a basin of attraction intersects the prefocal line. Again, we refer to [2,3,4] for other details.

Remark 1

The name focal point used here to refer the points where the map T is uncertain is also known as points of indeterminacy in complex and geometric analysis.

In Fig. 5, we sketch the mechanism for the creation of lobes in the phase plane of a noninvertible map with denominator. If there exists an arc \(\gamma \) crossing the prefocal line \(L_Q\) in two different points \(y(m_1)\) and \(y(m_2)\), then a preimage of T has a lobe issuing from the focal point Q. If the map has two inverses and two focal points, we can have two different lobes \(T^{-1}_a(\gamma )\) and \(T^{-1}_b(\gamma )\) issuing from \(Q_a\) and \(Q_b\). Also notice that if \(\gamma \) is a lobe crossing the prefocal line \(L_Q\) in one point y(m), then an inverse \(T^{-1}(\gamma )\) gives also a lobe from a focal point Q but with two arcs having the same tangent m.

Fig. 5
figure 5

We sketch the mechanism responsible of the creation of lobes at focal points of a map with denominator

In [5], the authors used this approach to study the particular case of the secant map, that is when \(T=S\), defined in (2), under the assumption that all real roots of p are simple. In particular, it was shown that the equation

$$\begin{aligned} p(x)-p(y)= q(x,y)(x-y), \end{aligned}$$
(6)

defines q as a polynomial (that is, \(x-y\) divides the polynomial \(p(x)-p(y)\)). Therefore, the secant map can also be written as

$$\begin{aligned} S (x,y) = \left( y, \frac{y q(x,y)-p(y)}{q(x,y)}\right) . \end{aligned}$$
(7)

Moreover, for the secant map, the set \(\delta _T\) reduces to

$$\begin{aligned} \delta _S = \{ (x,y) \in {\mathbb {R}}^2 \,; \, x \ne y \, \hbox {and } p(x)=p(y)\} \, \cup \, \{ (x,x) \in {\mathbb {R}}^2 \, ; \, p'(x)=0 \}, \end{aligned}$$
(8)

and focal points are given by \(Q_{i,j}=(\alpha _i,\alpha _j)\) with \(i \ne j\) running over all possible pairs of the roots of p. Easily, the prefocal line of \(Q_{i,j}\) is the vertical line \(L_j= \{ (x,y) \in {\mathbb {R}}^2 \, ; \, x = \alpha _j\}\). The one-to-one correspondence at the focal point \(Q_{i,j}\) described in (5) is written as

$$\begin{aligned} y(m)=\frac{\alpha _j p'(\alpha _i)-\alpha _i p'(\alpha _j)m}{p'(\alpha _i)-p'(\alpha _j)m} \quad \mathrm{or} \quad m(y)= \frac{p'\left( \alpha _i\right) \left( \alpha _j-y\right) }{p'\left( \alpha _j\right) \left( \alpha _i-y\right) }. \end{aligned}$$
(9)

3 Periodic Orbits of Minimal Period 4

It can be proved that the fixed points of the secant map applied to the polynomial p are given by the points \(\left( \alpha ,\alpha \right) \), where \(\alpha \) is a root of p, and that they are all attracting. It is also known (see [1, 5]) that the secant map has no periodic orbits of period two and three in the plane although every critical point c (i.e., \(p'(c)=0\)) has associated a periodic orbit of period three given by

$$\begin{aligned} (c,c) \xrightarrow {S} (c,\infty ) \xrightarrow {S} (\infty ,c) \xrightarrow {S} (c,c) \end{aligned}$$

after properly extending S to \(\infty \). Hence, it is natural to study the relevance of the period 4 orbits in the global dynamics. It is already known that those periodic orbits might be attracting. See [1, 5] for precise statements.

In this section, we study in detail the possible configurations of the period four orbits or 4-cycles, a key step to understand the boundary of the immediate basin of attraction of the fixed points of S. Assume that S has a periodic orbit of (minimal) period 4 given by

$$\begin{aligned} (a,b) \xrightarrow {S} (b,c) \xrightarrow {S} (c,d) \xrightarrow {S} (d,a) \xrightarrow {S} (a,b), \end{aligned}$$
(10)

where abcd are real numbers. Under this notation, we are describing the dynamics of the 4-cycle (as points in \({\mathbb {R}}^2\)), but notice that we are not determining a priory the relative position in \({\mathbb {R}}\) of the points abc and d involved in the 4-cycle. In fact, the relative position among them will rise to 4 types of 4-cycles (up to symmetries; see Proposition 3.1). However, renaming points in the 4-cycle, we can assume that a is the value in the cycle with minimum value, that is, we can assume without loss of generality that \(a := \min \{a,b,c,d\}\) and the dynamics of the cycle is still given by (10).

We recall that if abcd are real numbers, then the cross ratio, \(\lambda _{(a,b\,;c,d)}\), is given by the expression

$$\begin{aligned} \lambda :=\lambda _{(a,b\,;c,d)}=\frac{(c-a)(d-b)}{(c-b)(d-a)}. \end{aligned}$$
(11)

Easy computations show that

$$\begin{aligned} \lambda _{(a,d\,;c,b)} = \frac{\lambda }{\lambda -1} \quad \mathrm{and} \quad \lambda _{(d,c\,;b,a)} = \lambda . \end{aligned}$$
(12)

The next proposition classifies completely the possible types of 4-cycles (see Fig. 6) depending on the relative position of the base points. We remark once again that the values \(\{a,b,c,d\}\) are located in the real line (\({\mathbb {R}}\)), not in the phase space (\({\mathbb {R}}^2\)).

Proposition 3.1

(Classification of 4-cycles) Assume that the secant map S exhibits a 4-cycle as in (10). Then \(\lambda = (-1+\sqrt{5})/2\) or \(\lambda = -(1+\sqrt{5})/2\). The possible configurations (i.e, the relative position in \({\mathbb {R}}\) of the points abcd involved in the cycle and their images by p) are listed in Table 1 and leads to four different types as described in Fig. 6. Moreover, the four types of 4-cycles are admissible.

Fig. 6
figure 6

The four different types of 4-cycles for the secant map. We show type I in top-left and type II in top-right, corresponding to a cross ratio \(\lambda >0\). We show type III in bottom-left and type IV in bottom-right, corresponding to cross ratio \(\lambda <0\)

Table 1 All possible configurations of a 4-cycle and their corresponding type. Here \(\star \) means incompatible configuration with a 4-cycle. See Proposition 3.1

Proof

Using the definition of the secant map and the configuration given in (10), we easily have that

$$\begin{aligned} c= & {} b - p(b) \displaystyle \frac{b-a}{p(b)-p(a)}, \quad d = c - p(c) \displaystyle \frac{c-b}{p(c)-p(b)},\\ a= & {} d - p(d) \displaystyle \frac{d-c}{p(d)-p(c)},\quad b = a - p(a) \displaystyle \frac{a-d}{p(a)-p(d)}, \end{aligned}$$

which is equivalent to

$$\begin{aligned} \frac{p(a)}{p(b)} = \frac{c-a}{c-b} , \quad \frac{p(b)}{p(c)} = \frac{d-b}{d-c} , \quad \frac{p(c)}{p(d)} = \frac{a-c}{a-d}, \quad \frac{p(d)}{p(a)} = \frac{b-d}{b-a}. \end{aligned}$$
(13)

Multiplying both sides of these four equations, we obtain that

$$\begin{aligned} 1 = - \left[ \frac{(c-a)(b-d)}{(c-d)(b-a)} \right] \left[ \frac{(b-d)(a-c)}{(b-c)(a-d)} \right] = - \lambda _{(a,d;c,b)} \lambda _{(d,c;b,a)}=\frac{\lambda ^2}{1-\lambda }, \end{aligned}$$

and so \(\lambda \in \{(-1+ \sqrt{5})/2,(-1- \sqrt{5})/2\}\).

Now, we turn the attention to the classification of a 4-cycle of the secant map. First, let us notice the following property of the secant map. Given two points \(x_0<y_0\), the secant map is given by \(S(x_0,y_0)=(y_0,z_0)\), where \(\left( z_0,0\right) \) is the intersection between the line passing through the points \((x_0,p(x_0))\) and \((y_0,p(y_0))\), and the horizontal line \(y=0\). Thus, if \(z_0\in \left( x_0,y_0\right) \), then \(p\left( x_0\right) p\left( y_0\right) <0\); while if \(z_0 \not \in \left( x_0,y_0\right) \), then \(p\left( x_0\right) p\left( y_0\right) >0\).

We need to consider 6 cases depending on the relative position of the points abcd on the real line since we have assumed that \(a < \min \{b,c,d\}\). It follows from the definition of the cross ratio \(\lambda (a,b;c,d)\) (11) that \(\lambda \) is positive if and only if one and only one of c and d lays between a and b. So, there are four cases where \(\lambda >0\) and two cases where \(\lambda <0\).

Case 1. \(a<b<c<d \ (\lambda >0)\). We have \(S(a,b)=(b,c)\) and \(c\not \in (a,b)\). So \(p(a)p(b)>0\). Since \(S(b,c)=(c,d)\) and \(b<c<d\) we get \(p(c)p(b)>0\). Also, since \(S(c,d)=(d,a)\) and \(a \not \in (c,d)\), we get \(p(a)p(b)p(c)p(d)>0\). Finally, since \(S(d,a)=(a,b)\) and \(b\in (a,d)\) we have \(p(a)p(d)<0\), a contradiction. Thus, there are no 4-periodic orbits with this configuration.

Case 2. \(a<b<d<c \ (\lambda >0)\). We have \(S(a,b)=(b,c)\) with \(c>b\). So \(p(a)p(b)>0\) (we assume \(p(a)>p(b)>0\), the case \(p(a)<p(b)<0\) follows similarly). Since \(S(b,c)=(c,d)\) and \(d\in (b,c)\) then \(p(c)<0\) (we have assumed \(p(b)>0\)). Also we have \(S(c,d)=(d,a)\) and since \(a<d<c\) then \(p(c)<p(d)<0\). Finally, \(S(d,a)=(a,b)\) which is compatible with the fact that \(p(a)p(d)<0\). This 4-cycle corresponds to type I. See Fig. 6 (first row left).

Case 3. \(a<c<d<b \ (\lambda >0)\). We have \(S(a,b)=(b,c)\) with \(c\in (a,b)\). So \(p(a)p(b)<0\) (moreover, assuming that \(p(a)>0\), we have that \(p(b)<0\); the case \(p(a)<0\) follows similarly). Since \(S(b,c)=(c,d)\) and \(d\in (c,b)\), we have \(p(c)>0\). Since \(S(c,d)=(d,a)\), \(p(c)>0\) and \(a<c<d\), we have \(p(d)>p(c)>0\). Finally, since \(S(d,a)=(a,b)\) with \(a<d<b\), we get \(p(a)>p(d)>p(c)>0\) and \(p(b)<0\), a compatible configuration which corresponds to type III. See Fig. 6 (first row right).

Cases 4. \(a<d<c<b \ (\lambda >0)\). This case leads to an incompatible configuration and we leave the details to the reader.

Case 5. \(a<d<b<c \ (\lambda <0)\). We have \(S(a,b)=(b,c)\) with \(a<b<c\). So \(p(a)p(b)>0\) (moreover, assuming that \(p(b)>0\), we have that \(p(a)>p(b)\); the case \(p(b)<0\) follows similarly). Since \(S(b,c)=(c,d)\) and \(d \notin (b,c)\) we conclude that \(p(c)>p(b)>0\). Since \(S(c,d)=(d,a)\) and \(a<d<c\) we have \(0<p(d)<p(c)\). Hence p(a), p(b), p(c) and p(d) are all positive. Finally, since \(S(d,a)=(a,b)\) with \(a<b<d\), we conclude that this configuration is possible and corresponds to type II (the case \(p(b)<0\) is symmetric with p(a), p(b), p(c) and p(d) all negative). See Fig. 6 (second row left).

Case 6. \(a<c<b<d \ (\lambda <0)\). We have \(S(a,b)=(b,c)\) with \(c\in (b,a)\). So \(p(a)p(b)<0\) (moreover, assuming that \(p(a)>0\), we have that \(p(b)<0\); the case \(p(a)<0\) follows similarly). Since \(S(b,c)=(c,d)\) and \(d\notin (c,b)\), we have \(p(c)<p(b)<0\). Since \(S(c,d)=(d,a)\), \(p(c)<0\) and \(a<c<d\), we have \(p(d)<p(c)<0\). Finally, since \(S(d,a)=(a,b)\) with \(a<b<d\), we get \(p(d)<p(c)<p(b)<0\) and \(p(a)>0\), a compatible configuration which corresponds to type III. See Fig. 6 (second row right).

We finally show that the four different types of 4-cycles are admissible. In fact we show how to numerically built a concrete polynomial having a 4-cycle of Type I and we leave the details of the other cases to the reader since the strategy is quite similar.

We choose the configuration: \(a<b<d<c\) which corresponds to \(\lambda >0\). We fix \(a=1, b=2\) and \(c=3\). Since we know that \(\lambda =(\sqrt{5}-1)/2\) we get \(d \approx 2.447213595\). Now we need to determine the value of p(a), p(b), p(c) and p(d) so that (10) is satisfied. From (13) we can easily compute p(a), p(b), p(c) and p(d). Indeed it is an homogeneous linear system of equations with one degree of freedom. So fixing \(p(d)=-1\) we obtain \(p(a)\approx 2.23606798\), \(p(b)\approx 1.118033989 \) and \(p(c)\approx -1.381966011\). Finally, we use Newton interpolation to get

$$\begin{aligned} p^{I}(x)= & {} 2.23606798 -1.11803390 (x-1) -0.6909830(x-1)(x-2)\nonumber \\&+3.27254249(x-1)(x-2)(x-3). \end{aligned}$$
(14)

According to the arguments above the secant map \(S_{P^{I}}\) has a 4-cycle of Type I (see Fig. 7). Similarly \(S_{P^{II}},\, S_{P^{III}} \) and \(S_{P^{IV}}\) have 4-cycle of Type II, III and IV, respectively, where

$$\begin{aligned} \begin{array} {rl} p^{II}(x) &{} \!=\!2.818 -5.236(x-1)\!+\!4.3316(x-2)(x-1)\!-16.106(x-2)(x-1)(x-3)\\ p^{III}(x) &{} =2.236\! -\! 1.118(x-1)+1.809(x-2)(x-1)\!-\!0.4774(x-2)(x-1)(x-3) \, \\ p^{IV}(x) &{} =\!1.618 -2.118(x-1)\!+\!0.809(x-2)(x-1)\!-1.7135(x-2)(x-1)(x-3). \end{array} \end{aligned}$$

\(\square \)

Fig. 7
figure 7

Phase plane of the secant map applied to the polynomial \(p^I\). We denote each point in the 4-cycle \((1,2) \xrightarrow {S}(2,3) \xrightarrow {S} (3,2.447213595) \xrightarrow {S} (2.447213595,1) \xrightarrow {S} (1,2)\) with an small black square

In Fig. 7, we show the phase plane of the secant map applied to the polynomial \(p^I\). This polynomial exhibits three roots. We also show the 4-cycle

$$\begin{aligned} (1,2) \xrightarrow {S} (2,3) \xrightarrow {S} (3,2.447213595) \xrightarrow {S} (2.447213595,1) \xrightarrow {S} (1,2). \end{aligned}$$

Every point in the 4-cycle of Type I is shown in the picture with a small black square and we will see in the next sections the crucial role of this 4-cycle with the basin of attraction of the internal root of \(p^I\).

We believe that 4-cycles are crucial to understand the global phase portrait and the structure of the boundary of the immediate basins of attraction (internal and external). We conjecture that different types of 4-cycles control different types of roots of p. More precisely, the boundary of an internal root contains a period 4 orbit of type I (see Theorems A and B); the boundary of an external root of a polynomial of even degree contains a period 4 orbit of type II or IV; and the boundary of an internal multiple root of even multiplicity contains a period 4 orbit of type III.

4 Proof of Theorem A

First, we prove the topological description of the boundary of the immediate basin of attraction of an internal root, that is Theorem A(a). At the end of the section, we prove Theorem A(b).

Hereafter we fix the following notation. We assume, without lost of generality, that \(\alpha _0< \alpha _1 <\alpha _2\) are three consecutive real simple roots of p and \(p'(\alpha _0)>0\), \(p'(\alpha _1)<0\) and \(p'(\alpha _2)>0\). So \(p(x)>0\) for all \(x\in (\alpha _0,\alpha _1)\) and \(p(x)<0\) for all \(x\in (\alpha _1,\alpha _2)\). Moreover, p should have at least one critical point in each open interval \((\alpha _0,\alpha _1)\) and \((\alpha _1,\alpha _2)\). We denote by \(c_1\) the largest critical point of p in \((\alpha _0,\alpha _1)\) and by \(c_2\) the smallest critical point of p in \((\alpha _1,\alpha _2)\) (equivalently the open interval \(\left( c_1,c_2\right) \) is free of critical points). Of course \(\alpha _1\) is the target internal root of Theorem A.

Following the notation of Sect. 2 (see also [5]), one can show that the focal points of S are given by \(Q_{i,j}=(\alpha _i,\alpha _j), \ i \ne j \in \{0,1,2\}\), and that each \(Q_{i,j}\) has the vertical line \(L_j=\{(x,y)\in {\mathbb {R}}^2 \ | \ x=\alpha _j\}\) as its prefocal line. Moreover, we also known that \({\mathcal {A}}^*(\alpha _1)\) is bounded. Next lemma makes this condition more precise.

Lemma 4.1

Let \(\alpha _0<\alpha _1<\alpha _2\) be three real simple consecutive roots of p. Then \({\mathcal {A}}^*(\alpha _1) \subset R\) where \(R:=\{(x,y)\in {\mathbb {R}}^2 \ | \ \alpha _0<x<\alpha _2, \, \alpha _0<y<\alpha _2\}\).

Proof

From (2), it is easy to see that given any root \(\alpha \in {\mathbb {R}}\) of p we have \(S(x,\alpha )=(\alpha ,\alpha )\) and \(S(\alpha ,y)=(y,\alpha )\), as long as x and y are not roots of p. This implies that

$$\begin{aligned} \left( \partial R \setminus \bigcup _{i\ne j\in \{0,1,2\}} Q_{i,j} \right) \subset \left( A^{\star }\left( \alpha _0\right) \cup A^{\star }\left( \alpha _2\right) \right) . \end{aligned}$$

Since the focal points \(Q_{i,j}\) belong to \(\delta _S\) where S is not even defined the lemma follows. See Fig. 8. \(\square \)

We define the external boundary of \({\mathcal {A}}^*(\alpha _1)\) as follows. Consider U the open set \({\mathbb {C}} \setminus \overline{ {\mathcal {A}}^*(\alpha _1)}\) and let V be the unique unbounded connected component of U. Then, the external boundary of \({\mathcal {A}}^*(\alpha _1)\) is \(\partial V\). Notice that V is unique since \({\mathcal {A}}^*(\alpha _1)\) is bounded (see Lemma 4.1). We will assume that the external boundary of \({\mathcal {A}}^*(\alpha _1)\) is piecewise smooth; i.e., a union of smooth arcs (i.e., diffeomorphic to (0, 1)) joining the focal points.

Proposition 4.2

Let p be a polynomial and let \(\alpha _0<\alpha _1<\alpha _2\) be three consecutive simple roots of p. Assume the external boundary of \({\mathcal {A}}^*(\alpha _1)\) is piecewise smooth. Then, \(\partial {\mathcal {A}}^*(\alpha _1)\) contains a smooth hexagon-like polygon with \(C^1\)-lobes where the vertices are the focal points \(Q_{1,0},\,Q_{2,0},\,Q_{0,1},\,Q_{2,1},Q_{0,2}\) and \(Q_{1,2}\), and lobes are issuing only from to \(Q_{1,0},\,Q_{2,0},\,Q_{0,2}\) and \(Q_{1,2}\).

Proof

We will assume, without lost of generality, that \(p'\left( \alpha _0\right) >0\) (and so \(p'\left( \alpha _1\right) <0\) and \(p'\left( \alpha _2\right) >0\)).

Focal points do not belong to \({\mathcal {A}}^*(\alpha _1)\), while from Lemma 4.1 it follows that the segments \(S_v:=\{(\alpha _1,y) \, ; \, \alpha _0< y < \alpha _2\}\) and \(S_h:=\{(x,\alpha _1) \, ; \, \alpha _0< x < \alpha _2\}\) do. In particular, we have that \(\{Q_{0,1},Q_{2,1},Q_{1,0},Q_{1,2}\} \in \partial {\mathcal {A}}^*(\alpha _1)\). Since \({\mathcal {A}}^*(\alpha _1) \subset R\) (see Lemma 4.1) and the external boundary of \({\mathcal {A}}^*(\alpha _1)\) is piecewise smooth there should be an arc \(I\subset \partial {\mathcal {A}}^*(\alpha _1)\) joining \(Q_{1,0}\) and \(Q_{0,1}\) and an arc \(K\subset \partial {\mathcal {A}}^*(\alpha _1)\) joining \(Q_{1,2}\) and \(Q_{2,1}\) belonging to the external boundary.

Fig. 8
figure 8

Sketch of external boundary of the immediate basin of attraction of an internal root \(\alpha _1\). In the picture, we can see the six focal points \(Q_{i,j}\), where ij are two different numbers in \(\{ 0, 1, 2\}\) and the 4-cycle \(\zeta \rightarrow S(\zeta ) \rightarrow S^2(\zeta ) \rightarrow S^3(\zeta ) \rightarrow \zeta \)

We claim that \(S\left( I\right) \) is an arc \(J \subset \partial {\mathcal {A}}^*(\alpha _1)\) connecting the focal points \(Q_{0,2}\) and \(Q_{1,2}\). To see the claim we notice that when I approaches \(Q_{0,1}\) (with negative slope by construction; see Fig. 8) its image should be an arc landing at \(L_1 \cap \partial {\mathcal {A}}^*(\alpha _1)\). Since \( {\mathcal {A}}^*(\alpha _1) \subset R\) and \(L_1 \cap R \subset {\mathcal {A}}^*(\alpha _1)\) we conclude that the landing point should be either \(Q_{1,2}\) or \(Q_{1,0}\). Using the one-to-one correspondence defined in (9), it is clear that the landing point cannot be \(Q_{1,0}\) because this corresponds to \(m=\infty \). Similarly we can show that when I approaches \(Q_{1,0}\) (again with negative slope by construction) its image should be an arc landing at \(Q_{0,2}\). Moreover \(J \subset R\) since, by Lemma 4.1, we have that \(\partial R \cap {\mathcal {A}}^*(\alpha _1) =\emptyset \).

Arguing similarly on K instead of I, we see that \(\Lambda :=S\left( K\right) \) is a smooth arc joining \(Q_{1,0}\) and \(Q_{2,0}\) entirely contained in R as it is illustrated in Fig. 8.

Finally, since \({\mathcal {A}}^*(\alpha _1) \subset R\) and the assumption on the smoothness of the external boundary of \(\mathcal A^*(\alpha _1)\) there should be two arcs, one denoted by N joining \(Q_{2,0}\) and \(Q_{2,1}\) and another denoted by M joining \(Q_{0,1}\) and \(Q_{0,2}\), with \(\{N,M\} \subset \partial {\mathcal {A}}^*(\alpha _1) \) belonging to R.

Since N is an arc issuing from two focal points \(Q_{2,0} \) and \(Q_{2,1}\), its image S(N) must be an arc issuing from the prefocal line of the two focal points, which are \(L_{0} \) and \(L_{1}\). Moreover, since the two focal points \(Q_{2,0}\) and \(Q_{2,1}\) belong to the line \(L_{2}\) which is mapped into \(y=\alpha _{2}\) we have that necessarily the arc S(N) connects the focal points \(Q_{0,2}\) and \(Q_{1,2} \) so that it must be \( J=S(N)=S(I).\) Reasoning in a similar way, we can state that the image of the arc M, must be \(\Lambda =S(M)=S(K)\).

Up to this point we have constructed an hexagon-like polygon without lobes formed by six smooth arcs \(I, J, K,\Lambda ,M\) and N with vertices at the focal points \(Q_{1,0},Q_{0,1},Q_{0,2},Q_{1,2},Q_{2,1}\) and \(Q_{2,0}\) contained in \(\partial {\mathcal {A}}^{*}(\alpha _{1})\). Of course the hexagon (without the vertices) is forward invariant and \(I\rightarrow J\), \(N\rightarrow J\), \(K\rightarrow \Lambda \) and \(M\rightarrow \Lambda \). Moreover, observe that each curve approaching \(Q_{0,1}\) inside the internal sector defined by the arcs I and M (for instance \(S_h\)) will be sent to a curve through a point in \(S_v\) so contained in \(A^{\star }\left( \alpha _1\right) \). Hence no curve in this sector might be in \(\partial A^{\star }\left( \alpha _1\right) \). Similarly for the focal point \(Q_{2,1}\) in the internal sector defined by K and N.

The arc J is issuing from \(Q_{0,2}\) and \(Q_{1,2}\) and its image must be also on the boundary, issuing from points of the prefocal \(L_{2}\). However, its image cannot be the arc N since this would lead a two-cyclic set implying the existence of a 2-cycle which is impossible. Thus, the arc issuing from \(Q_{0,2}\) and the arc issuing from \(Q_{1,2}\) are both mapped into an arc issuing from \(Q_{2,1},\) which means that the image of J is folded on a portion of the arc K, and a folding point \(r_{K}\) must exist on K. Similarly for the other arc \(\Lambda \), its image is folded on an arc of I issuing from \(Q_{0,1}\).

Finally, taking preimages of the arcs N and M, we obtain countable many lobes attached at the four focal points \(Q_{1,0}, Q_{2,0},Q_{0,2}\) and \(Q_{1,2}\). See Fig. 8. We briefly show the inductive construction of this sequence of lobes. The arc M connects two points in the prefocal line \(L_{0}\); hence, the preimage of M should be given by a lobe issuing from a related focal point (see the qualitative picture in Fig. 5a). In our case, we have two focal points both having the prefocal line \(L_{0},\) which are \(Q_{1,0}\) and \(Q_{2,0};\) thus, we have two preimages of M giving two lobes issuing from these two focal points. We denote by \(\ell _{1,0}\) and \(\ell _{2,0}\) the lobes attached to the focal points \(Q_{1,0}\) and \(Q_{2,0}\), respectively. Similarly, we can construct the other two lobes (as preimages of N) \(\ell _{0,2}\) and \(\ell _{1,2}\) attached to \(Q_{0,2}\) and \(Q_{1,2}\).

Now, we can take the preimages of the lobe \(\ell _{0,2} ,\) since it is issuing from the prefocal line \(L_{0}\) its preimage should be given by a lobe issuing from a related focal point (see the qualitative picture in Fig. 5b). In our case, we have two focal points both having the prefocal line \(L_{0},\) which are \(Q_{1,0}\) and \(Q_{2,0};\) thus, we have two preimages of the lobe \(\ell _{0,2}\) giving two lobes issuing from these two focal points, say \(\ell _{1,0}^2\) and \(\ell _{2,0}^2\).

In the same way, we can prove the existence of two lobes \(\ell _{0,2}^{2}\) and \(\ell _{1,2}^{2}\) issuing from the focal points \(Q_{0,2}\) and \(Q_{1,2}\) as preimages of the lobe \(\ell _{2,0}.\) Inductively, each lobe \(\ell _{2,0}^{n}\) issuing from the focal point \(Q_{2,0}\) has preimages in two lobes \(\ell _{0,2}^{n+1}\) and \(\ell _{1,2}^{n+1}\) issuing from the focal points \(Q_{0,2}\) and \(Q_{1,2},\) and \(\ell _{0,2}^{n}\) issuing from the focal point \(Q_{0,2}\) has preimages in two lobes \(\ell _{1,0}^{n+1}\) and \(\ell _{2,0}^{n+1}\) issuing from the focal points \(Q_{1,0}\) and \(Q_{2,0}.\) Notice that the lobes issuing from \(Q_{1,0}\) and \(Q_{1,2}\) have not preimages internal to the immediate basin, because such preimages are issuing from the focal points \(Q_{0,1}\) and \(Q_{2,1}\) and we have shown that lobes cannot exist inside the external boundary detected above, so that the related preimages must be outside the external boundary. \(\square \)

In Fig. 9, we show the phase plane of the secant map applied to the Chebyshev polynomial \(T_3\) near the focal point \(Q_{2,0}\). In this picture we can see the lobe \(\ell _{20}\) which is a preimage of M (Fig. 9, left) and the lobe \(\ell ^2_{2,0}\) attached to the focal point \(Q_{2,0}\) with slope equal to \(\infty \) (Fig. 9, right).

Fig. 9
figure 9

Enlargement of a portion of the phase plane of the secant map applied to \(T_3(x)= 4x^3-3x\) near the focal point \(Q_{2,0}\)

Corollary 4.3

Let p be a polynomial and let \(\alpha _0<\alpha _1<\alpha _2\) be three consecutive real simple roots of p. Then, there exists a 4-cycle \({\mathcal {C}}\in \partial {\mathcal {A}}^*(\alpha _1)\) of type I.

Proof

According to the arguments used in the proof of Proposition 4.2 we know that for the arc-edge I of the hexagon-like polygon we have \(S^4:I \rightarrow I_1\subset I\), where \(I_1\) is an arc issuing from the focal point \(Q_{0,1}\). Hence, there should be a fixed point \(\zeta \in I_1\). Of course \(\mathcal C=\{\zeta ,S\left( \zeta \right) ,S^2\left( \zeta \right) ,S^3\left( \zeta \right) \}\) is a 4-cycle of S since each point belongs to a different edge of the hexagon-like border and, from Proposition 3.1, it is of type I. Moreover, we know that on the transverse direction to I, the point \(\zeta \) should be a repeller (for \(S^4\)) since the points near \(\zeta \) outside I move away from I, in particular the ones converging to \((\alpha _1, \alpha _1)\). Hence, \(\zeta \) is a transversely repelling point for \(S^4\). \(\square \)

Remark 2

We conjecture that the hypothesis on the smoothness of the external boundary of \(\partial {\mathcal {A}}^*(\alpha _1)\) is not needed.

Remark 3

Corollary 4.3 does not claim that the period 4-cycle is a saddle point of \(S^4\). However, we conjecture it is so with one side of its unstable 1-dimensional manifold entering on \(\mathcal A^*(\alpha _1)\) and the stable manifold lying on \(\partial \mathcal A^*(\alpha _1)\). As an example for this we consider the polynomial \(p^{I}\) given in (14) and its 4-cycle \(\zeta =(1,2) \mapsto (2,3) \mapsto (3,2.44) \mapsto (2.44,1)\). Some computations show that

$$\begin{aligned} DS^4(\zeta )\approx \left( \begin{array}{cc} 207.26 &{}\quad 236.15 \\ 242.42 &{}\quad 276.37 \end{array}\right) \end{aligned}$$

with eigenvalues \(\lambda _1\approx 483.55\) and \(\lambda _2\approx 0.05\). So clearly \(\zeta \) is a saddle point. Moreover, the corresponding eigenvectors \(v_1\approx (-0.65,-0.76)\) and \(v_2\approx (-0.75,0.66)\) show that the unstable and stable manifolds (locally) coincide with the mentioned directions. See Fig. 7.

Fig. 10
figure 10

Phase plane of the secant map applied to the Chebyshev polynomial \(T_3\) (left) and to the polynomial p (right). We show the immediate basin of attraction of the internal root in pink. We also mark the 4-cycle contained in the boundary of the immediate basin proved in Theorem A. Range of the pictures [−2, 2] \(\times \) [−2, 2]

Proof of Theorem A

Statement (a) follows from Proposition 4.2 while statement (b) follows from Corollary 4.3. \(\square \)

We notice that Theorem A applies independent of the connectedness of the immediate basin of attraction of the internal root. We present two examples to focus on this fact. We consider the phase space of the secant map applied to the Chebyshev polynomial \(T_3(x)= 4x^3-3x\), see Fig. 10 (left), in contrast with the phase space of the secant map applied to the polynomial \(p(x)=\frac{x5}{5}-\frac{x^3}{3}-0.05x+0.15\), see Fig. 10b. In both cases, the two polynomials exhibit three simple root, and thus in both cases, there exist a unique internal root. In pink we show the immediate basin of attraction of the internal root. In the case of \(T_3\) the immediate basin of attraction is simply connected while in the case of p the immediate basin is multiply connected. Moreover, we numerically compute the 4-cycle contained in the boundary of the immediate basin of attraction as Theorem A states. Every point in the 4-cycle is depicted in the phase plane with a small black circle. Finally, we mention that Theorem A only deals with the external boundary of the immediate basin of attraction of the internal root. In the next section, we precisely focus on sufficient conditions which ensure that the immediate basin of attraction of an internal root is simply connected.

5 Proof of Theorem B

As in the previous section we assume, without lost of generality, that \(\alpha _0< \alpha _1 <\alpha _2\) are three consecutive real simple roots of p and \(p'(\alpha _0)>0\), \(p'(\alpha _1)<0\) and \(p'(\alpha _2)>0\). We denote by \(R, H_{y_0}\) and \(V_{y_0}\) the following open sets

$$\begin{aligned} \begin{array}{ll} R &{} =\{(x,y)\in {\mathbb {R}}^2 \ ; \ \alpha _0<x<\alpha _2, \, \alpha _0<y<\alpha _2\}, \\ H_{y_0} &{} = \{ (x,y_0) \in {\mathbb {R}}^2 \, ; \, \alpha _0< x< \alpha _2\}, \\ V_{y_0} &{} =\{(y_0,y)\in {\mathbb {R}}^2 \, ; \, \alpha _0< y < \alpha _2\}. \end{array} \end{aligned}$$

Moreover, we introduce the auxiliary map

$$\begin{aligned} \varphi _y(x)= y - \frac{p(y)}{q(x,y)}, \end{aligned}$$
(15)

which coincides with the second component of the secant map; i.e., \(S(x,y)=(y,\varphi _y(x))\) where remember that the polynomial q was defined in (6).

We now investigate the connectedness of the basin of attraction of an internal root \(\alpha _1\). In the next lemma, we count the number of inverses of the secant map for a given point \((x,y)\in R\). In particular this lemma will apply to points in \(\mathcal A^{\star }\left( \alpha _1\right) \) (see Lemma 4.1).

Lemma 5.1

Let p be a polynomial and let \(\alpha _0< \alpha _1 < \alpha _2\) be three consecutive simple real roots of p. Assume further that p has only one inflection point in the interval \((\alpha _0, \alpha _2)\). Then for any point \((x,y)\ne (\alpha _1,\alpha _1)\) in R , we have that \(\#\{S^{-1}(x,y)\}\le 2\) where \(S^{-1}\) means preimages of (xy) in R.

Proof

We reason by contradiction. We assume that there exists \((x_1,y_1)\in R\) with three different preimages in R, say \((w_0,x_1), \, (w_1,x_1)\) and \((w_2,x_1)\) so that \(S(w_i,x_1) = (x_1,y_1)\) with \(i=0,1,2\). Renaming these points if necessary we can assume that \(w_0< w_1 < w_2\). Let r be the line passing through \((x_1,p(x_1))\) and \((y_1,0)\). By construction the points \((w_i,p(w_i)),\ i=0,1,2\) belong to r. Thus, the line r contains the points \((x_1,p(x_1))\) and \((w_i,p(w_i)), \ i=0,1,2\) and this implies the existence of at least two inflection points of p in the interval defined by \(\beta _0:=\min \{x_1,w_0\}\) and \(\beta _2:=\max \{x_1,w_2\}\) with \([\beta _0,\beta _2]\subset (\alpha _0,\alpha _2)\), a contradiction with the assumptions. \(\square \)

Lemma 5.2

Let p be a polynomial and let \(\alpha _0< \alpha _1 < \alpha _2\) be three consecutive simple real roots of p. Assume further that p has only one inflection point in \((\alpha _0, \alpha _2)\) and let \(y_0 \in (\alpha _0, \alpha _2)\). Then, the set \(J_{y_0}:= S(H_{y_0}) \cap {\overline{R}}\) is a closed vertical segment belonging to \(\overline{V_{y_0}}\) and, if \(y_0\ne \alpha _1\), any point of \(J_{y_0}\) has two preimages in \(H_{y_0}\), counting multiplicity. Moreover,

  1. (a)

    if \(y_0 < \alpha _1\) then \(J_{y_0}= [\varphi (x_0^*(y_0)), \alpha _2]\),

  2. (b)

    if \(y_0 > \alpha _1\) then \(J_{y_0}= [\alpha _0,\varphi (x_0^*(y_0))]\),

  3. (c)

    if \(y_0 = \alpha _1\) then \(J_{y_0}= [ \alpha _1,\alpha _1]\) (degenerate closed interval),

where \(x_0^*(y_0)\) is the unique point in \(H_{y_0}\) such that \(\frac{\partial q}{\partial x }(x_0^*(y_0),y_0)=0\).

Proof

First remember that \(\varphi _y(x)\) is defined in (15) as the second component of the secant map. Therefore, we already know that if \(y_0=\alpha _1\) then \(\varphi _{y_0}(x)\equiv \alpha _1\) and (c) follows. In what follows, we fix a concrete value of \(y_0 \in (\alpha _0,\alpha _2)\) with \(y_0\ne \alpha _1\). On the one hand from the expression of the secant map we have that \(S(H_{y_0}) \cap {\overline{R}}\) is a closed vertical segment \(J_{y_0}:=\left[ a,b\right] \subset \overline{V_{y_0}}\). On the other hand it is a direct computation to see that

$$\begin{aligned} \varphi '(x)=\frac{ p(y_0)}{q^2(x,y_0)} \frac{\partial q}{\partial x }(x,y_0) \quad \mathrm{and} \quad \frac{\partial q}{\partial x} (x,y_0)= \frac{p'(x)-q(x,y_0)}{x-y_0}. \end{aligned}$$

Observe from (6) that q(xy) is a polynomial and simple computations show that when \(x=y_0\) the second formula becomes \(\partial q / \partial x (y_0,y_0)=p''(y_0)/2\). Hence, \(\varphi ^{\prime }(x)\) vanishes if and only if \(p^{\prime }(x)-q(x,y_0)=0\) for \(x \ne y_0\), or \(p''(y_0)=0\) if \(x=y_0\).

As already said, the focal points \(Q_{i,j}\in \delta _S\), the set of non definition of map S (now we focus on \(i\ne j\in \{0,1,2\}\)). Moreover, it is easy to argue that the points \((c_{k},c_{k}),\ k=1,2\) also belong to \(\delta _S\cap R\). It follows that an arc of \(\delta _{S}\) must exist in R connecting the points \(Q_{0,2}\), \((c_{1},c_{1})\) and \(Q_{1,0}\) (as qualitatively shown in Fig. 8), so that for \(\alpha _{0}<y_{0}<\alpha _{1}\) the graph of \(\varphi (x)\) has a vertical asymptote for \(x\in (\alpha _{0},\alpha _{1}).\) Similarly, an arc of \(\delta _{S}\) must exist in R connecting the points \(Q_{1,2}\), \((c_{2},c_{2})\) and \(Q_{2,1}\) (as qualitatively shown in Fig. 8), so that for \(\alpha _{1}<y_{0}<\alpha _{2} \) the graph of \(\varphi (x)\) has a vertical asymptote for \(x\in (\alpha _{1},\alpha _{2}).\)

We claim that there exists a unique point \(x_0^\star :=x_0^\star (y_0)\) in \((\alpha _0,\alpha _2)\) verifying \(\partial q / \partial x (x_0^\star ,y_0)=0\) (i.e., verifying that \(\varphi ^{\prime }(x_0^\star )=0\)). See Fig. 11. To see the claim we consider first \(y_0\in (\alpha _0,\alpha _1)\). From the above paragraph we know there exists \({\tilde{y}}_0\) such that \(\varphi |_{\left( {\tilde{y}}_0,\alpha _2\right) }\) satisfies

$$\begin{aligned} \displaystyle \lim _{x \rightarrow {\tilde{y}}_0^+} \varphi (x) = + \infty , \quad \varphi (\alpha _1) = \alpha _1 \quad \mathrm{and} \quad \varphi (\alpha _2)=\alpha _2. \end{aligned}$$

Hence, since \(\varphi |_{({\tilde{y}}_0,\alpha _1)}\) is smooth, we might conclude using Bolzano that there exist \(x_0^\star \in (\alpha _1,\alpha _2)\) such that \(\varphi ^{\prime }\left( x_0^\star \right) =0\) (in fact it is a local minimum of \(\varphi \)). Uniqueness follows from the fact that there is no further change of convexity for the polynomial p. It remains to check the case \(y_0\in (\alpha _1,\alpha _2)\). In this case the previous paragraph indicates the existence of \({\tilde{y}}_0\) such that \(\varphi |_{\left( \alpha _0,{\tilde{y}}_0\right) }\) satisfies

$$\begin{aligned} \displaystyle \lim _{x \rightarrow {\tilde{y}}_0^-} \varphi (x) = - \infty , \quad \varphi (\alpha _0) = \alpha _0 \quad \mathrm{and} \quad \varphi (\alpha _1)=\alpha _1. \end{aligned}$$

Arguing similarly, we find that there exist \(x_0^\star \in (\alpha _0,\alpha _1)\) such that \(\varphi ^{\prime }\left( x_0^\star \right) =0\) (in fact, it is a local maximum of \(\varphi \)), and uniqueness is due to the non-existence of further convexity changes.

Fig. 11
figure 11

The secant map applied to \(T_3\). In a, it is shown the line \(H_{y_0}\) with \(y=y_0\) in the interval \(\left( \alpha _0,\alpha _1\right) \). In b, we show the graph of the related function \(\varphi _{y_0}(x)\) when \(y_0\in \left( \alpha _0,\alpha _1\right) \). We also plot in blue color the closed interval \(J_{y_0}= S(H_{y_0} ) \cap {\overline{R}}\) contained in the segment \(\overline{V_{y_0}}\), and introduced in Lemma 5.2 (color figure online)

From the description performed so far, we clearly know how acts S inside R, concretely fixing a value of \(y_0 \in (\alpha _0,\alpha _2)\) there exist a unique point \(x_0^*:= x_0^*(y_0) \in (\alpha _0,\alpha _2)\) solution of \(\partial q / \partial x=0\) and the map \(S(\cdot ,y_0)\) is monotone for \(x\in (\alpha _0, x_0^*)\) and monotone for \( x \in (x_0^*, \alpha _2) \) with a turning point at \(x_0^*\) and a vertical asymptote. So the lemma follows. \(\square \)

Next technical lemma is the last result we need to proof Theorem B. Its content gives further information about the sets

$$\begin{aligned} \begin{aligned}&\mathrm{LC}_{-1}:=\{(x,y)\in R \ |\ x \ne y, \, DS(x,y)=0 \}, \\&\mathrm{LC}:=\{S(x,y) \ |\ (x,y)\in \mathrm{LC}_{-1} \}. \end{aligned} \end{aligned}$$
(16)

In particular, \(\mathrm{LC}\) is the set of points where we cross from regions where points have either zero or two preimages in R. From the definition of the secant map, it is easy to see that \(S(x,x)=(x,N_p(x))\), where \(N_p(x):=x-p(x)/p^{\prime }(x)\) is the Newton’s map associated to p.

Lemma 5.3

Let p be a polynomial and let \(\alpha _0< \alpha _1 < \alpha _2\) be three consecutive simple real roots of p. Assume that p has only one inflection point, denoted by \(\gamma _0\), in the interval \((\alpha _0, \alpha _2)\). Then, the following statements hold

  1. (a)

    The set \(\mathrm{LC}_{-1} \cup \{(\gamma _0,\gamma _0)\}\) is given by

    $$\begin{aligned} \Theta =\{(x,y)\in R \ | \ y\in \left( \alpha _0,\alpha _2\right) ,\ x\ne y, \ \ x=x^{\star }(y) \} \cup \{ (\gamma _0,\gamma _0)\}, \end{aligned}$$

    where \(x=x^{\star }(y)\) is the unique point such that \(q_x(x^{\star }(y),y)=0\) with \(x\ne y\) unless \(y=\gamma _0\) for which \(x^\star (\gamma _0)=\gamma _0\). So, it can be written as the graph of a function \(y \mapsto \Theta (y),\ y\in \left( \alpha _0,\alpha _2\right) \) . Moreover \(\Theta (y)\) is strictly decreasing.

  2. (b)

    The set \(\Gamma : = \mathrm{LC} = S(\Theta )\) is given by the graph of \(N_p\) evaluated at the point \(x^{\star }(y)\). Equivalently,

    $$\begin{aligned} \Gamma =\{ \left( y ,N_p(x^{\star }(y) \right) \, | \, (x^*(y),y)\in \Theta \}. \end{aligned}$$
    (17)

    Let \(\xi \) be such that \(\Theta \cap \{x=\alpha _1\} = (\alpha _1,\xi )\), then

    • If \(\gamma _0 <\alpha _1\) then \(\Gamma \) has a local minimum at \((\gamma _0,N_p(\gamma _0))\) and a local maximum at \((\xi ,\alpha _1)\).

    • If \(\gamma _0 >\alpha _1\) then \(\Gamma \) has a local maximum at \((\gamma _0,N_p(\gamma _0))\) and a local minimum at \((\xi ,\alpha _1)\).

    • If \(\gamma _0=\alpha _1\) then \(\Gamma \) is strictly increasing and has an inflection point at \((\alpha _1,\alpha _1)\).

  3. (c)

    The points \(\left( \gamma _0,N(\gamma _0)\right) \) and \((\xi ,\alpha _1)\) belong to \({\mathcal {A}}^\star (\alpha _1)\).

Proof

Without lost of generality, we assume \(p^{\prime }\left( \alpha _0\right) >0\) and so \(p|_{(\alpha _0,\alpha _1)}>0\) and \(p|_{(\alpha _1,\alpha _2)}<0\). The first part of statement (a) follows from Lemma 5.2. So, only remains to prove that \(\Theta (y)\) is strictly decreasing. This fact is easy by drawing qualitatively the graph of p in the interval \((\alpha _0,\alpha _2)\) under, of course, the assumption of a unique inflection point. To be more precise observe that on the one hand if \(y\ne \gamma _0\) then \(q_x(x^{\star }(y),y)=0\) if and only if

$$\begin{aligned} p^{\prime }\left( x^{\star }(y)\right) =\frac{p(y)-p\left( x^{\star }(y)\right) }{y-x^{\star }(y)}, \end{aligned}$$
(18)

and on the other hand if \(y=\gamma _0\) then \(q_x\left( \gamma _0,\gamma _0\right) =p''(\gamma _0)/2=0\), since \(\gamma _0\) is the unique inflection point in \((\alpha _0,\alpha _2)\). So \(x^{\star }(\gamma _0)=\gamma _0\). In other words for all \(y\ne \gamma _0\), the point \(x^{\star }(y)\) is the unique point such that \(x^{\star }(y)\ne y\) and its tangent line (to the graph of p) coincides with the secant line between the points (yp(y)) and \((x^{\star }(y),p(x^{\star }(y)))\) (see Fig. 12). Hence if we take a point \(y\in (\alpha _0,\gamma _0\)), since p is concave in this interval and convex in \((\gamma _0,\alpha _2)\), it immediately follows that \(x^{\star }(y) \in (\gamma _0,{\tilde{c}}_2)\), where \(\tilde{c_2}\in (\alpha _1,c_2)\) corresponds to the solution of (18) for \(y=\alpha _0\). The tangent line at \((x^*(y),p(x^*(y)))\) is below the graph of p since p is convex in the interval \((\gamma _0,\alpha _2)\). Moreover, if y increases towards \(\gamma _0\) then \(x^{\star }(y)\) decreases towards \(\gamma _0\). See Fig. 12. In the case that \(y\in (\gamma _0,\alpha _2)\), the polynomial p is convex in this interval with \(x^{\star }(y) \in ({\tilde{c}}_1, \gamma _0)\) where \(\tilde{c_1}\in (c_1,\alpha _1)\). Moreover, when y decreases from \(\alpha _2\) towards \(\gamma _0\), then \(x^*(y)\) increases from \({\tilde{c}}_1\) towards \(\gamma _0\). Summarizing the closure of the curve \(\Theta (y)\) is an analytic curve joining the points \((\alpha _0,{\tilde{c}}_2)\) and \((\alpha _2,{\tilde{c}}_1)\) and being decreasing on y.

Fig. 12
figure 12

Sketch of the dependence of \(x^*(y)\) with respect to y, when \(y \in (\alpha _0,\gamma _0)\)

We turn the attention to statement (b), that is the study of \(\Gamma :=S(\Theta )\). Take a point \(\left( x^{\star }(y),y\right) \). Its image is given by

$$\begin{aligned} S\left( x^{\star }(y),y\right)= & {} \left( y,y-\frac{p(y)}{q\left( x^\star (y),y\right) }\right) \\= & {} \left( y,x^\star (y)-\frac{p(x^\star (y))}{q\left( x^\star (y),y\right) }\right) =\left( y,N_p\left( x^{\star }(y)\right) \right) , \end{aligned}$$

where the second equality follows from the general fact that the secant line passing through the points (zw) and (wz) is the same and the polynomial q is symmetric. But now we can take advantage of the fact that \(q\left( x^\star (y),y\right) =p^{\prime }\left( x^\star (y)\right) \) since q(xy) is the slope of the secant line through x and y and \(x^\star (y)\) is precisely the point where this slope coincides with the derivative (as slope) of p at \(x^\star (y)\). Thus, we conclude (17) (Fig. 13).

Fig. 13
figure 13

Qualitative draw of \(\Gamma \) depending on the relative position of \(\gamma _0\) and \(\alpha _1\). On the left-hand side, we when \(\gamma _0 < \alpha _1\) and on the right hand side when \(\gamma _0>\alpha _1\). The case when \(\gamma _0=\alpha _1\) both local extrema collide forming an inflection point. See Fig. 11a

The second part of statement (b) follows from the computation

$$\begin{aligned} N_p'(x)=\frac{p(x)p^{\prime \prime }(x)}{(p^{\prime }(x))^2}, \end{aligned}$$

thus \( x \mapsto N_p(x)\) exhibits two local extrema at \(x=\alpha _1\) and \(x=\gamma _0\) in the open interval \((\alpha _0,\alpha _2)\) since \(N'_p\) changes it sign at \(\alpha _1\) and at \(\gamma _0\). Simple computations show that if \(\gamma _0 < \alpha _1\) then \(N_p\) has a local minimum at \(\gamma _0\) and a local maximum at \(\alpha _1\), and if \( \gamma _0>\alpha _1\) then the local minimum occurs at \(\alpha _1\) and the local maximum at \(\gamma _0\). Now using the one-to-one relationship between y and \(x^\star (y)\), we obtain that \(\Gamma \) has two local extrema at \(y=\gamma _0\) and \(y=\xi \) since \(x^\star (\gamma _0)=\gamma _0\) and \(x^\star (\xi )=\alpha _1\). If \(\gamma _0<\alpha _1\) then \(\Gamma \) exhibits a local maximum at \(\xi \) and a local minimum at \(\gamma _0\), if \(\gamma _0>\alpha _1\) then the local maximum appears at \(\gamma _0\) and the local minimum at \(\xi \). Summarizing the closure of \(\Gamma \) is an analytic curve joining the points \((\alpha _0,\alpha _0)\) and \((\alpha _2,\alpha _2)\) inside R.

It remains to show (c). We easily have that \(S(\xi ,\alpha _1)=(\alpha _1,\alpha _1)\) and we observe that \(S(\gamma _0,\gamma _0)=(\gamma _0,N_p(\gamma _0))\). Assume \(\gamma _0<\alpha _1\) (the case \(\gamma _0>\alpha _1\) follows similarly). Consider the interval \([\gamma _0,\alpha _1]\). Since p is concave in this interval, we can deduce that no mater the pair of initial conditions on this interval, the secant map produces a point which is much closer to \(\alpha _1\) than whose predecessors and always being a point in \([\gamma _0,\alpha _1]\). Hence, the whole square \([\gamma _0,\alpha _1]\times [\gamma _0,\alpha _1]\) belongs to the immediate basin. \(\square \)

With all these in our hands, we can start the proof of Theorem B, which is somehow a direct consequence of the previous results.

Proof of Theorem B

We reason by contradiction. Let us assume, under the assumptions, the existence of an immediate basin \(\mathcal A^{*}(\alpha _{1})\) not simply connected. This means that internal to the region bounded by the external frontier that we have described in Proposition 4.2, there exists at least one internal region U whose points are mapped outside the immediate basin. Let us consider one point \(y_{0} \in (\alpha _0,\alpha _2)\) such that the horizontal line \(H_{y_{0}}\) intersects U. Hereafter, we can assume that \(y_0 \ne \alpha _1\) since, except at focal points, the rest of the points in \(y = \alpha _1\) are in \({\mathcal {A}}(\alpha _1)\). There must be three open segments in \(H_{y_0}\), as shown in Fig. 14, where \(B \cap \mathcal A^{\star }\left( \alpha _1\right) =\emptyset \).

We first show that for the considered \(y_0\in (\alpha _0,\alpha _2)\) the point \(x^\star :=x^\star \left( y_0\right) \in B\). Let us assume \(y_0\in (\alpha _0,\alpha _1)\). We know that, as the value x increases on \(H_{y_0}\) over the segment \({\overline{ABC}}\), the shape of \(\varphi _{y_0}(x)\) should be first decreasing and then increasing with the change of monotonicity occurring at the unique critical point \(x^{\star }:=x^{\star }\left( y_0\right) \). Clearly, \(x^\star \) cannot be in the segment A because as x increases, the image of \(\varphi _{y_0}(x)\) must necessarily be first decreasing, then increasing, and finally decreasing again which is impossible according to Lemma 5.2. A similar argument shows that \(x^\star \not \in C\). Hence \(x^\star \in B\), or, equivalently in \(B\cap \Theta \ne \emptyset \).

We consider the image of the region R by the map S, i.e., S(R), and set \({\tilde{R}}=S(R)\cap R\ne \emptyset \). We know by the Lemmas 5.2 and 5.3 that the image by S of each horizontal line \(y=y_0\) for \( y_0 \in (\alpha _0,\alpha _1)\) is folded over \(\Gamma \); more precisely we have that \({\tilde{R}}=S(R)\cap R\) is bounded below by \(\Gamma \) in the y-interval \((\alpha _0,\alpha _1)\) and bounded above by \(\Gamma \) in the y-interval \((\alpha _1,\alpha _2)\), as qualitatively shown in Fig. 15 (gray regions). The points in such gray region have, according to Lemma 5.1, either one or two preimages in R. Differently, the points belonging to the region \(R \setminus {\tilde{R}}\) have no preimages in R (white points in Fig. 15).

Let \(y_0\) be such that the line \(y=y_0\in (\alpha _0,\alpha _1)\) intersects the set U. Its image in R is a segment in \(x=y_0\) given by \(\varphi _{y_0}(x)\), which is folded on a unique point \(\varphi _{y_0}(x^\star )\in \Gamma \) (see Lemma 5.2). Moreover, the image of \(\{y=y_0\} \cap B\) must be outside the external boundary of \({\mathcal {A}}^{\star }\left( \alpha _1\right) \). So, according to the results in Sect. 4 about the structure of the external boundary of \(\mathcal A^{\star }\left( \alpha _1\right) \) (specifically Proposition 4.2), the image of \(\{y=y_0\} \cap B\) must cross the external boundary of \(\mathcal A^{\star }\left( \alpha _1\right) \) in a point of the arc I connecting the focal points \(Q_{0,1}\) and \(Q_{1,0}\). Moreover, as we have shown in Corollary 4.3, we have that \(S^4(I)\) is folded on a subarc \(I_1\subset I\) whose points have two inverses, at least one, say w, belonging to \(\Lambda \subset \partial \mathcal A^{\star }\left( \alpha _1\right) \). The border point of \(I_1\) is a point \(r_{I}=\Gamma \cap I\). Thus, the arc I splits in two subarcs: \(I_1\) (with two preimages in R) and \(I_2=I\setminus I_1\) (with no preimages in R), and \(r_{I}={\overline{I}}_1\cap {\overline{I}}_2\). We claim that the described configuration of images and preimages is a contradiction with Lemma 5.1. To see the claim, we observe that there must be two points \(x_1\) and \(x_2\) in \(\{y=y_0\}\cap \partial B\) mapped to \(\partial \mathcal A^{\star }\left( \alpha _1\right) \) at the same point \(z\in I\). But z is a point in R with two preimages in R, while the configuration implies that z has three preimages in R, \(x_1,x_2\) and w, a contradiction.

If \(y_0\in (\alpha _1,\alpha _2)\) is such that the horizontal line \(y=y_0\) intersects the set U the arguments follows similarly. First we notice that, as before, \(x^\star \left( y_0\right) \) must belong to the segment B intersecting U. Moreover, the image of \(\{y=y_0\} \cap B\) must be outside the external boundary of \({\mathcal {A}}^{\star }\left( \alpha _1\right) \) and the image of \(\{y=y_0\} \cap B\) must cross the external boundary of \(\mathcal A^{\star }\left( \alpha _1\right) \) in a point of the arc K connecting the focal points \(Q_{1,2}\) and \(Q_{2,1}\). The arc K splits in two subarcs \(K_1\) and \(K_2\) having, respectively, two (at least one, say \(w^{\prime }\), belonging to \(J \subset \partial \mathcal A^{\star }\left( \alpha _1\right) \)) and none preimages in R. The border point of \(K_1\) is a point \(r_{K}=\Gamma \cap K={\overline{K}}_1\cap {\overline{K}}_2\). As before, the described configuration of images and preimages is a contradiction with Lemma 5.1 since it creates a point \(z^{\prime } \in K_1\) with three preimages. \(\square \)

Fig. 14
figure 14

Sketch of the phase plane assuming that \({\mathcal {A}}^*(\alpha _1)\) is multiply connected

Fig. 15
figure 15

Qualitative picture of the image of S(R) and the set \({\tilde{R}}=S(R) \cap R\) in gray. a Corresponds to \(\gamma _0<\alpha _1\) and b corresponds to \(\gamma _0>\alpha _1\)

In this case when x moves in \(H_{y_0}\) from \(\alpha _0\) to \(\alpha _2\), the graph of \(\varphi \) exhibits two local minimum and one local maximum, and thus, the secant map could map outside \(\mathcal A^*(\alpha _1)\) (Fig. 16).

Fig. 16
figure 16

The secant map applied to a degree five polynomial for which the (only) internal immediate basin is multiply connected. In a, it is shown the line \(H_{y_0}\) with \(y=y_0\) in the interval \(\left( \alpha _0,\alpha _1\right) \). In b, we show the graph of the related function \(\varphi _{y_0}(x)\) when \(y_0\in \left( \alpha _0,\alpha _1\right) \). We also plot in blue color the closed interval \(J_{y_0}= S(H_{y_0} ) \cap {\overline{R}}\) contained in the segment \(\overline{V_{y_0}}\) (see Lemma 5.2). Compare with Fig. 11 where the immediate basin is simply connected. In particular we illustrate that \(\varphi \) exhibits three critical points, due to the existence of more than one change of convexity of p in the relevant interval (color figure online)

Remark 4

From the proof of the above proposition, we conclude that a simply connected immediate basin of attraction of an internal root \({\mathcal {A}}^*(\alpha _1)\) is forward invariant, i.e., \(S(\mathcal A^*(\alpha _1)) \subset {\mathcal {A}}^*(\alpha _1)\). This is due to the fact that no point of \({\mathcal {A}}^*(\alpha _1)\) can be mapped outside the set \({\mathcal {A}}^*(\alpha _1)\).

In Corollary 1, we collect the main results of this paper. Assuming that p is a polynomial of degree k with k simple roots and only one inflexion point between any three consecutive roots we conclude, by Theorems A and B, that the immediate basin of attraction of an internal root is simply connected and the boundary is controlled by a 4-cycle of type I of the secant map.

We finally mention the case of the external roots, i.e., \(\alpha _0\) and \(\alpha _{n-1}\), of the polynomial p. In that case, a similar approach could be done as in the case of the internal ones. However, several difficulties appear. The first one is that the immediate basin of attraction of an external root is unbounded and points in the set of no definition of \(\delta _S\) belong to this immediate basin. The second difficulty is that depending on the oddity of the degree of p, the boundary of \({\mathcal {A}}^*(\alpha _0)\) contains a critical three cycle \((c,c)\rightarrow (c,\infty )\rightarrow (\infty ,c) \rightarrow (c,c)\) where \(p'(c)=0\) (degree of p even) or a 4-cycle (degree of p odd).