I just started taking a regression analysis course. My professor was emphasizing that the class only focuses on Linear regression. The professor gave an example that:
> (1) Y = B0 + B1 * (X^2) is linear, and
> (2) Y = B0 + (B1^2) * X is NOT linear.
The professor said that (1) is linear because the x-axis can just be changed to x^2. I don't really understand this part. This seems to be contrary to grade 12 math in which y = b + m*x^2 is considered quadratic. I argued that for (2), B1 is always constant. So B1^2 is just any other constant number, let's say B2, to which my professor said B1 is already fixed. But don't we also pretend to fix X as well - it is a controlled variable? I would really appreciate it if someone could explain this to me. Thank you in advance. Nobody else in the class raised a question about this, so maybe I am neglecting something small.