The homogeneous least square problem given by : $$ \mathbf{Ax}=\mathbf{0} $$ admits a trivial solution assuming full rank for $\mathbf{A}$ and this trivial solution is $$ \mathbf{x=0} $$ However, it is regularly not the case and a constraint is usually imposed on $\mathbf{x}$ $$ \|\mathbf{x}\|_{2}=1 $$ My questions are :
What's a purpose to have a constraint of $\|x\|_{2}=1$ other than trying to get a solution that isn't trivial?
Why is the constraint $\|x\|_{2}=1$? why not $\|x\|_{2}=2$?