1

Could anyone help me to solve the equation

$x_{k+1} = x_{k} (a x_{k} + b)$,

for find the explicit solution of $x_{k}$?

BTW. Do you know a GOOD book for the classification for non linear difference equation? I've looked for something but most part speaks about the linear case, but i know there's some kind of classification like differential equation.

PS. i've fixed the mistake... sorry

user8469759
  • 5,285

1 Answers1

1

According the Mathworld,

"A quadratic map is a quadratic recurrence equation of the form $x_{n+1}=a_2x_n^2+a_1x_n+a_0$. While some quadratic maps are solvable in closed form (for example, the three solvable cases of the logistic map), most are not."

"The well-known recurrence $x_{n+1}=x_n^2+c$ that is often called "the" quadratic map is not in general solvable in closed form."

There is some discussion there of the few cases that do have closed form solutions.

Gerry Myerson
  • 179,216