The following is called Rosenbrock's valley or Rosenbrock's Banana Function,
$$f(x,y) = (1-x)^2+A(y-x^2)^2, \qquad (x,y) \in \Bbb R^2$$
Can you explain intuitively why is this function so important in the study of Optimization?
What is so special about this function that makes it so interesting in the study of Optimization?