This has been nagging me for a while and then I saw a question on English SE asking what the difference is between variables and parameters.
In the context of mathematics, what is the difference between
- variables
- constants
- parameters
- arguments
I get 1. and 2. confused because, for example the general form of the quadratic function is often expressed $f(x)=ax^2+bx+c, a \neq 0$ and $x$ is the variable so what does that make a,b and c? I assume since math is so rigorous with precise definitions, these have one, but it is also a valid answer that as words they do not have a single precise definition.
In your example, I'd call $x$ an unknown. :) - But seriously, there is no absolute difference, it's more a matter of perspective. If you consider a single instance $f(x)=ax^2+bx+c$ of a quadratic, then $a,b,c$ are considered constants, but if you want to consider all quadratics, they are variables (or, as you sort of index the quadratics by them, parameters)