What Are the Key Characteristics of Henon Attractors?

  • Thread starter Thread starter MathAmateur
  • Start date Start date
  • Tags Tags
    Chaotic
AI Thread Summary
Henon attractors are analyzed through the Henon map, defined recursively with specific equations for x and y. To find the fixed point, all variables must equal a common value, x_b, leading to a quadratic equation. The discussion highlights confusion regarding an extra term in the quadratic equation, specifically the -1 in the b-1 term, which arises from rearranging the equation. Additionally, participants share tips on formatting LaTeX equations, emphasizing the use of "\\" for new lines. Understanding these aspects is crucial for studying the chaotic behavior of Henon attractors.
MathAmateur
Messages
67
Reaction score
8
1. Homework Statement

I am studying Henon Attractors. The Henon map is recursively defined as follows:

x_{t+1} = a - x^2_{t} + by_{t}<br /> y_{t+1} = x_{t}

I am supposed to find the fixed point (may be unstable) that is contained with the chaotic behavior

The Attempt at a Solution



It is clear that to find the fixed point would be when x_{t+1}, x_{t}, y_{t}
are all equal (Lets call them all x_{b}). It seemed obvious to just plug in
x_{b} and solve the quadratic, but the book had an extra term in the answer and I do not know where it came from:
-x^2_{b} + (b-1) x_{b} +a = 0. Where did the -1 in the b-1 term come from?
 
Last edited:
Physics news on Phys.org
If you just plug in x_b for x_t, y_t, and x_{t+1}, then the equation you get is exactly what the book says. Do your math again.
 
Oh, yes, the x_{b} on the left side is subtracted from the right to make it equal to 0. Duh!

Could you now how I insert a new line in the Latex equation? I can't seem to keep those two first equations from running together.
 
MathAmateur said:
Oh, yes, the x_{b} on the left side is subtracted from the right to make it equal to 0. Duh!

Could you now how I insert a new line in the Latex equation? I can't seem to keep those two first equations from running together.

The latex symbol for new line is \\
 
I did the following and got the following result:

x_{t+1} = a - x^2_{t} + by_{t} \\
y_{t+1} = x_{t}

x_{t+1} = a - x^2_{t} + by_{t}\\<br /> y_{t+1} = x_{t}
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top