Say we have a dependent variable $Y$ and two independent variables $X_1$ and $X_2$.
If we are doing the linear regression with interacted variables, do we need to include both $X_1$ and $X_2$ as independent variables? so that. $$Y = \alpha + \beta_1X_1 + \beta_2X_2 + \beta_3X_1X_2$$
Is it wrong to drop one variable like the following? $$Y = \alpha + \beta_1X_1 + \beta_2X_1X_2$$
What's the difference? How is interpretation different?