variable

A variable is a symbol that represents a mathematical object.


A free variable is a symbol which denotes positions in an expression where a substitution might take place. The idea is related to a placeholder (symbol to be later replaced by a value).

A bound variable is a symbol has been bound to a specific value or range of values in the universe.


Example 1

The quadratic formula solves any quadratic equation by substituting the values of the coefficients of that equation with the variables that represent them in the formula.

A general quadratic function is conventionally written as ax2+bx+c, where a,b,c are parameters (also here constants) while x is the variable of the function. We might write it more explicitly as

xax2+bx+c

which shows more clearly that the function "depends on" a dynamic x as its argument, and a,b,c must be specified to distinguish a particular function from its parametric family.

Example 2

In the expression

k=110f(k,n)

n is a free variable and k is a bound variable.


Powered by Forestry.md