Problem 1

Question

Let be the logistic map on and define the conjugacy to be the change of coordinates . Find the map that is conjugate to .

conjugacy . same setup as HW5 Problem 4 but now general .

, so:

expanding if you want a polynomial form:

sanity check: (i.e. ) should give like hw5:

note maps , so acts on .

Answer


Problem 2

Question

Explain why each infinite itinerary of the tent map represents the orbit of exactly one point in .

Tent Map:

where , piecewise linear, slope .

itinerary of : where if , if .

given infinite itinerary we define as set of all whose first symbols match. claim: this is a closed interval of length .

induction for int length - base: , , both length .

induction step: suppose has length . next symbol requires or . since has slope on each half, restrincting to or maps an interval of length onto one of length . equivalently, preimage of any interval under or has half length. so specifying halves :

existence. nested closed intervals: . each is nonempty and compact. by the nested interval theorem, .

uniqueness. diameter . so intersection contains exactly one point.

Answer

each symbol in itinerary selects one of ‘s two branches, halves candidate interval. after symbols, point confined to closed interval length . nested interval theorem shows existence; diameter shirnking yeilds uniqueness. thus every infinite itinerary finds exactly one .


Problem 3

Question

(a) Find a scheme to provide for any positive integer , a sequence of the symbols and such that , and such that the sequence is not the juxtaposition of identical subsequences of shorter length. For example, the sequence does NOT guarantee the existence of a period-4 orbit; the sequence does.

(b) Prove that the logistic map has a periodic orbit for each integer period.

A

need: for any , a sequence with and not juxtaposition of identical short blocks.

scheme: , with .

examples:

: (fixed point in )

:

:

:

proof nonrepeating: suppose is a repetition of a block of length , where and . then . but and (since and all positions through are ). contradiction.

Answer

, . single at position 1 breaks any possible repetition, since all other positions are .

B

re-proving HW4 Problem 1, now via symbolic dynamics.

maps and each onto (monotonically). so the transition graph is complete: , , , . every itinerary is realized.

for any itinerary , define as the set of with for . since and are monotone bijections onto , each is a closed interval.

importantly to our goal, maps onto .

proof by induction. maps onto . maps onto (shift the itinerary). so maps to . by inductive hypothesis, maps onto . done.

now take the itinerary from part (a). maps the closed interval continuously onto . by IVT, has a fixed point .

has period exactly : its itinerary repeats cyclically. if the true period were with , the itinerary would repeat with period , making a juxtaposition of length- blocks. part (a) rules this out.

Answer

for each , the itinerary from part (a) determines a closed interval that maps onto . IVT gives a fixed point of . primitivity of the itinerary guarantees exact period .


Problem 4

Question

Consider the period-three map of chapter 1, shown in figure 1.14.

(a) Find itineraries that obey the transition graph of the period-three map for any period, which are not periodic for any lower period.

(b) Prove that this period-three map has periodic orbits for each positive integer period.

(c) Why does period-3 imply chaos?

A

period-3 orbit with , , . intervals , .

transition graph: (by IVT, since , ). (since , ). so:

graph made with tikz

"\\usepackage{tikz}\n\\usetikzlibrary{positioning, arrows.meta}\n\\begin{document}\n\\begin{tikzpicture}[\n box/.style={draw, circle, minimum size=1.2cm, font=\\large, thick},\n ->, >=Stealth, semithick, bend angle=25\n]\n \\node[box] (I) {$I$};\n \\node[box, right=3cm of I] (J) {$J$};\n \\draw (I) edge[bend left] (J);\n \\draw (J) edge[bend left] (I);\n \\draw (J) edge[loop above, looseness=6] (J);\n\\end{tikzpicture}\n\\end{document}"IJ
source code

constraint: from , must go to . from , can go to or . no arrow.

scheme: for : (fixed point, ). for : .

check transitions: works, (middle positions) work, wrap works.

primitivity: if were a repetition of blocks of length , , then . but and for . contradiction.

Answer

: . :

B

sim structure to Problem 3(b), adapted to this transition graph.

for itinerary obeying the graph, define as the set of points in whose orbit follows . since maps each interval continuously onto a superset of the next, taking preimages gives nested closed intervals.

shifts the itinerary: . inductively, maps onto .

so maps onto . for our scheme, (for it’s ; for , last symbol is ). since :

IVT gives a fixed point of in . primitivity of the itinerary forces exact period .

Answer

for each , the itinerary from part (a) determines a closed interval mapped over itself by . IVT gives a period- point.

C

the transition graph , , supports:

  1. periodic orbits for every period - this alone follows from Sharkovskii’s Theorem: period 3 sits first in the Sharkovskii ordering , so period-3 implies all other periods.
  2. uncountably many aperiodic orbits - any non-eventually-periodic sequence over obeying the transitions gives a distinct orbit
  3. Sensitive Dependence on Initial Conditions - two points with different itineraries must eventually land in different intervals ( vs ), separated by at least . nearby points generically have diverging itineraries.

Answer

period-3 implies chaos because the transition graph forces all three Devaney criteria: dense periodic orbits (all periods exist), sensitive dependence (divergent itineraries), and an uncountable scrambled set of aperiodic orbits


Problem 5

Question

Define the piecewise map

Note that is a period-4 point. Let , , .

(a) Draw the transition graph.

(b) Fill in the table below

Periodic ItineraryOrbit
1
2
3
4
5

For each periodic orbit of period . List the itinerary (in alphabetical order) and label the points of the orbit according to their magnitude .

(c) Show that there is no period-4 orbit with the itinerary .

A

on : , . so .

on : , . so .

on : , . so .

graph made with tikz

"\\usepackage{tikz}\n\\usetikzlibrary{positioning, arrows.meta}\n\\begin{document}\n\\begin{tikzpicture}[\n box/.style={draw, circle, minimum size=1.2cm, font=\\large, thick},\n ->, >=Stealth, semithick, bend angle=20\n]\n \\node[box] (I) {$I$};\n \\node[box, right=2.5cm of I] (J) {$J$};\n \\node[box, right=2.5cm of J] (K) {$K$};\n \\draw (I) edge[loop above, looseness=6] (I);\n \\draw (I) edge[bend left] (J);\n \\draw (I) edge[bend left=30] (K);\n \\draw (J) edge[bend left] (I);\n \\draw (K) edge[bend left] (J);\n\\end{tikzpicture}\n\\end{document}"IJK
source code

Answer

(full coverage). only. only.

B

transition graph: and have forced successors. only choice is at : go to or . forced chain means and always resolve back to .

for enumerating period- orbits, we list all valid cyclic itineraries of length and solve linear system for each. Since has slope and has slope , all compositions are linear and each valid system has a unique solution.

Periodic ItineraryOrbit
1
2
3
3
4
4
5
5
5
5

C

itinerary means repeating. solve the system:

closing: , so . then , , .

and . the orbit collapses to , which is the period-2 orbit from .

this is forced: is period 2 itinerary repeated twice. any fixed point for with this satisfies , thus has period dividing 2. since and are injective, system has unique solution, and that solution is necessarily the period 2 point.

Answer

unique solution to system yields , . this is period, not period 4. repeated itinerary structure forces collapse.