Quadratic Regression Line

A quadratic regression line represents the equation

y = intercept + a*x + b*(x**2)

That is, y is a function of linear and squared terms in x.