Suppose I have this model:
$$y = \beta_1x + \beta_2x^2 + \epsilon$$
I would like to fit it using OLS. In my data the correlation between $x$ and $x^2$ is $0.91$. After I rescale $x$ to zero mean and unit variance, the correlation is still $0.88$.
I'm worried that the model will be unstable, in the sense that a small shift in data will cause large changes in the coefficients. Is there anything I can do?