TOPICS
Search

Variable


A variable is a symbol on whose value a function, polynomial, etc., depends. For example, the variables in the function f(x,y) are x and y. A function having a single variable is said to be univariate, one having two variables is said to be bivariate, and one having two or more variables is said to be multivariate. In a polynomial, the variables correspond to the base symbols themselves stripped of coefficients and any powers or products.

In literature, one often distinguishes between dependent and independent variables, the latter of which usually represents the inputs or quantities whose causality is being tested experimentally while the former generally represents the output whose values are altered by causal phenomena. Similar to the multivariate example mentioned above, the equation z=f(x,y) has z as a dependent variable due to the fact that its value depends on what values x and y are plugged into f; x and y are both independent variables due to their having no dependences within the equation.

The variables in a polynomial can be extracted using the Wolfram Language command Variables[poly].

In general, mathematical functions may have a number of arguments. Arguments that are typically varied when plotting, performing mathematical operations, etc., are termed "variables," while those that are not explicitly varied in situations of interest are termed "parameters." For example, in the standard equation of an ellipse

 (x^2)/(a^2)+(y^2)/(b^2)=1,

x and y are generally considered variables and a and b are considered parameters. The decision on which arguments to consider variables and which to consider parameters may be historical or may be based on the application under consideration. However, the nature of a mathematical function may change depending on which choice is made. For example, the above equation is quadratic in x and y, but if a and b are instead considered as variables, the resulting equation

 b^2x^2+a^2y^2=a^2b^2

is quartic in a and b.


See also

Bivariate, Coefficient, Complex Variable, Dependent Variable, Function, Independent Variable, Indeterminate, Monomial, Multivariate, Parameter, Polynomial, Real Variable, Term, Univariate, Unknown

Portions of this entry contributed by Christopher Stover

Explore with Wolfram|Alpha

References

Dodge, Y.; Cox, D.; Commenges, D.; Davidson, A; Solomon, P.; and Wilson, S. (Eds.). The Oxford Dictionary of Statistical Terms, 6th Edition. New York: Oxford University Press, 2006.

Referenced on Wolfram|Alpha

Variable

Cite this as:

Stover, Christopher and Weisstein, Eric W. "Variable." From MathWorld--A Wolfram Web Resource. https://mathworld.wolfram.com/Variable.html

Subject classifications