- #1
hakkai
- 3
- 0
Homework Statement
Show that the most general two-dimensional quadratic map with a constant Jacobian is the Henon map:
xn+1=yn+1-ax2n
yn+1=bxn,
where a,b are positive constants.
[/b]
Homework Equations
From the general quadratic map,
xn+1=f1+a1xn+b1yn+c1x2n+d1xnyn+e1y2n
yn+1=f2+a2xn+b2yn+c2x2n+d2xnyn+e2y2n
Linear transformations (deformations, shifts, and rotations) can be used to transform this into the Henon map, or an equivalently simple canonical form - that is, when the Jacobian is required to be constant.
The Attempt at a Solution
Requiring the Jacobian determinant of the most general quadratic map to be constant, we get five equations that relate the 12 coefficients - the coefficients of the five different terms {x,y,x2, xy, y2} in the determinant must be zero so that the determinant is always constant. The five equations are essentially:
a1d2+2c1b2=2b1c2+d1a2
2a1e2+d1b2=b1d2=b1d2+2e1a2
c1e2=e1c2
d1c2=c1d2
e1d2=d1e2
Apparently, using shifts, linear transformations, and rotations, together with these relations, one can reduce the general quadratic map to the the Henon map. But brute forcing the transformation in all its generality leaves me with a large mess of intractable algebra. Does anyone have any ideas on how to do this problem, i.e. how to look for sensible transformations that actually work? Homework's due at the end of Friday and I've been stuck on this for awhile, so I'd really appreciate any advice.