According to Wolfram, a quadratic recurrence relation uses a second degree polynomial to express $x_{n+1}$ as a function of $x_n$. A "quadratic map", then, is a recurrence relation:
$$x_{n+1} = a (x_n)^2 + b x_n + c$$
Aside from Wolfram's Quadratic Map page, I can't seem to find much information on "Quadratic Maps". Is there some definitive reference on the topic, or some resource/reference that explains a lot of what is known about QMs?