Generalizing recursion in mapping functions

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
Messages
4,430
Reaction score
327
I have a mapping function:

[tex]x_{n+1} = \mu (1-x_n)[/tex]

I have some condition that occurs for:

[tex]\mu (1-x_0) > 1[/tex] (1)

which is:

[tex]x_0 < 1- \frac{1}{\mu}[/tex]

but via the map function, there's an initial condition that leads to the above solution:

**UNDER CONSTRUCTION, ERROR FOUND**
 
Last edited:
Physics news on Phys.org
Well... "solving" my error just confuses me more. Mapping functions with a shift in them are really unintuitive to me. So, from the top:

Given:

[tex]x_{n+1} = \mu (1-x_n)[/tex]

Some special condition occurs at:

[tex]x_{n+1} = \mu (1-x_n)[/tex]

Which, in terms of initial condition, means that if:

[tex]x_0 < 1- \frac{1}{\mu}[/tex]

than the condition will be met. HOWEVER, there are also initial conditions that will map to the above space. How do I find them? For instance, I can reverse and apply the order of operations in the mapping functions (inverse scale, then shift opposite):

[tex]x_0 < \frac{1- \frac{1}{\mu}}{\mu}+1[/tex]

but this gets unwieldy as I try to go back more and more iterations. Is there an inductive way to represent this "reverse mapping" series as a funciton of n (the number of iterations the mapping function requires). Or am I going about this all wrong?
 
I don't understand what you mean by "mapping" the condition to the space since it is the condition that defines the space.

(If your are trying to ask a question about the attractors in the domain of iterated functions, it would be best to use the standard terminology for that subject - or give a link to a page that explains your question.)
 
Well, I am, but I was trying to just focus on the micro-issue I'm having. I just want to find the basin of attraction for that region I defined, but I am not sure if its really an attractor (it goes to infinity; this is the right side of the tent map for mu>2).

Anyway, I will spend more time on it and if I don't get it, I will reformulate the question in more detail later.