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
(Cubic map) Consider the cubic map \(x_{m+1}=f\left(x_{n}\right)\), where \(f\left(x_{n}\right)=r x_{n}-x_{n}^{3}\). a) Find the fixed points. For which values of \(r\) do they exist? For which values are they stable? b) To find the 2 -cycles of the map, suppose that \(f(p)=q\) and \(f(q)=p\). Show that \(p, q\) are roots of the equation \(x\left(x^{2}-r+1\right)\left(x^{2}-r-1\right)\left(x^{4}-r x^{2}+1\right)=0\) and use this to find all the 2 -cycles. c) Determine the stability of the 2 -cycles as a function of \(r\). d) Plot a partial bifurcation diagram, based on the information obtained.
(Intermittency in the Lorenz equations) Solve the Lorenz equations numerically for \(\sigma=10, b=\frac{8}{3}\), and \(r\) near 166 . a) Show that if \(r=166\), all trajectories are attracted to a stable limit cycle. Plot both the \(x z\) projection of the cycle, and the time series \(x(t)\). b) Show that if \(r=166.2\), the trajectory looks like the old limit cycle for much of the time, but occasionally it is interrupted by chaotic bursts. This is the signature of intermittency. c) Show that as \(r\) increases, the bursts become more frequent and last longer.
(Exponential map) Consider the map \(x_{n+1}=r \exp x_{n}\) for \(r>0\). a) Analyze the map by drawing a cobweb. b) Show that a tangent bifurcation occurs at \(r=1 / e\). c) Sketch the time series \(x_{n}\) vs. \(n\) for \(r\) just above and just below \(r=1 / e\).
(Conjugacy) Show that the logistic map \(x_{i n 1}=r x_{n}\left(1-x_{n}\right)\) can be transformed into the quadratic map \(y_{u+1}=y_{n}^{2}+c\) by a linear change of variables, \(x_{n}=a y_{11}+b\), where \(a, b\) are to be determined. (One says that the logistic and quadratic maps are "conjugate." More generally, a conjugacy is a change of variables that transforms one map into another. If two maps are conjugate, they are equivalent as far as their dynamics are concerned; you just have to translate from one set of variables to the other. Strictly speaking, the transformation should be a homeomorphism, so that all topological features are preserved.)
Show that the map \(x_{n+1}=1+\frac{1}{2} \sin x_{n}\) has a unique fixed point. Is it stable?
What do you think about this solution?
We value your feedback to improve our textbook solutions.