A straight line is often too rigid. Many real relationships curve: braking distance grows faster than speed, dose response saturates, growth accelerates.
Polynomial regression keeps the simplicity of ordinary least squares but lets the fitted function bend, by adding powers of the predictor as extra terms.
The key idea that makes it “linear” regression:
- the model is linear in the coefficients \(\beta_0, \beta_1, \dots, \beta_d\),
- even though it is nonlinear in the predictor \(x\).
So all the familiar least-squares machinery still applies, we have just enriched the set of columns we regress on.