A cubic regression line represents the equation
y = intercept + a*x + b*(x**2) + c*(x**3)
That is, y is a function of linear, squared, and cubed terms in x.