Chapter 10: Problem 2
Calculate the Liapunov exponent for the decimal shift map \(x_{u+1}=10 x_{n}(\bmod 1)\)
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
Learning Materials
Features
Discover
Chapter 10: Problem 2
Calculate the Liapunov exponent for the decimal shift map \(x_{u+1}=10 x_{n}(\bmod 1)\)
These are the key concepts you need to understand to accurately answer the question.
All the tools & learning materials you need for study success - in one app.
Get started for free
Given a map \(y_{n+1}=f\left(y_{n}\right)\), rewrite the map in terms of a rescaled variable \(x_{n}=\alpha y_{n} .\) Use this to show that rescaling and inversion converts \(f^{2}\left(x, R_{1}\right)\) into \(\alpha f^{2}\left(x / \alpha, R_{1}\right)\), as claimed in the text.
(Crudest possible estimate of \(\alpha\) ) Let \(f(x, r)=r-x^{2}\). a) Write down explicit expressions for \(f\left(x, R_{0}\right)\) and \(\alpha f^{2}\left(x / \alpha, R_{1}\right)\). b) The two functions in (a) are supposed to resemble each other near the origin, if \(\alpha\) is chosen correctly. (That's the idea behind Figure \(10.7 .3\) ) Show the \(O\left(x^{2}\right)\) coefficients of the two functions agree if \(\alpha=-2\).
(Binary shift map) Show that the binary shift map \(x_{n+1}=2 x_{n}(\bmod 1)\) has sensitive dependence on initial conditions, infinitely many periodic and aperiodic orbits, and a dense orbit. (Hint: Redo Exercises \(10.3 .7\) and \(10.3 .8\), but write \(x_{n}\) as a binary number, not a decimal.)
(Renormalization approach to intermittency: algebraic version) Consider the map \(x_{n+1}=f\left(x_{n}, r\right)\), where \(f\left(x_{n}, r\right)=-r+x-x^{2} .\) This is the normal form for any map close to a tangent bifurcation. a) Show that the map undergoes a tangent bifurcation at the origin when \(r=0\). b) Suppose \(r\) is small and positive. By drawing a cobweb, show that a typical orbit takes many iterations to pass through the botleneck at the origin. c) Let \(N(r)\) denote the typical number of iterations of \(f\) required for an orbit to get through the bottleneck. Our goal is to see how \(N(r)\) scales with \(r\) as \(r \rightarrow 0\). We use a renormalization idea: Near the origin, \(f^{2}\) looks like a rescaled version of \(f\), and hence it too has a bottleneck there. Show that it takes approximately \(\frac{1}{2} N(r)\) iterations for orbits of \(f^{2}\) to pass through the bottleneck. d) Expand \(f^{2}(x, r)\) and keep only the terms through \(O\left(x^{2}\right)\), Rescale \(x\) and \(r\) to put this new map into the desired normal form \(F(X, R) \approx-R+X-X^{2}\). Show that this renormalization implies the recursive relation e) Show that the equation in \((\mathrm{d})\) has solutions \(N(r)=a r^{b}\) and solve for \(b\).
(Quadratic map) Consider the quadratic map \(x_{n+1}=x_{n}^{2}+c\). a) Find and classify all the fixed points as a function of \(c .\) b) Find the values of \(c\) at which the fixed points bifurcate, and classify those bifurcations. c) For which values of \(c\) is there a stable 2 -cycle? When is it superstable? d) Plot a partial bifurcation diagram for the map. Indicate the fixed points, the 2cycles, and their stability.
What do you think about this solution?
We value your feedback to improve our textbook solutions.