This may seem a somewhat strange question, but I've been tying myself in knots about it recently. When constructing a polynomial ring, you must formally define a polynomial as an ordered ω-tuple, with the first entry being the constant value, the second being the coefficient of x, etc, and I think I understand why we need to do this...but I'm not entirely sure.
When do we need to define polynomials in this way rather than just as terms? If I try to solve a system of linear equations with a column matrix $(x,y)$ (I know this isn't a column matrix but I'm not quite sure how to make matrices in LaTeX) do I need to invoke a similar construction? If I simply am solving a single equation such as $x^2+x+3=0$ would I need to work in a polynomial ring to correctly (in a strictly formal setting) do so?
If I work with an abstract group, would I need some special construction or am I allowed to manipulate variables just as if they were"usual" objects?
I know this question may be somewhat pointless - we don't need to define these things in such a way to use them - but I'm trying to figure out how some concepts translate from ZFC to the main body of mathematics...and I'm just not sure how to deal with variables like this. When are variables....simply variables? If I have a rather large gap or error in my understanding that is causing this confusion I'd happily satisfy myself with plugging that gap, too. If that be the case I'm sorry for wasting your time, in a way.