Constant
Encyclopedia : C : CO : CON : Constant
- See also constants in computer programming.
- ''For the French politician and political philosopher, see Benjamin Constant
Unspecified constants
The most widely mentioned sort of constant is a fixed, but possibly unspecified, number. Usually the term constant is used in connection with mathematical functions of one or more variable parameters. These parameters, or other variables, are often called x, y, or z, using lower-case letters from the end of the English alphabet. Constants are by convention usually denoted by lower-case letters from the beginning of the English alphabet, such as a, b, and c.
Specified constants
Of course, some constants have special symbols, because they are specified, such as 1 or π. A special case of this may be found in physics, chemistry, and related fields, where certain features of the natural world that are described by numbers are found to have the same value at all times and places.
For example, in Albert Einstein's special theory of relativity, we have the formula
Here, the letter c stands for the speed of light in a vacuum, which is the same in all physical situations (to the best of current knowledge). In contrast, the letter m stands for the mass of an object, which could be anything, so it is a variable. E stands for the object's rest energy, another variable, and the formula defines a function that gives rest energy in terms of mass.
- (See mathematical constant and physical constant.)
x=45, "45" is an immediate, while "x" is a variable that is assigned the constant value 45.Constant term
A constant term is a number that appears as an addend in a formula, such as
- [f(x) = \sin x + c.]
The constant term may depend on how the formula is written. For example
- [f(x) = x^3+(\sin x)^2 + 4]
- [g(x) = x^3-(\cos x)^2 + 5]
In a polynomial (or a generalisation of a polynomial, such as a Taylor series or Fourier expansion), the constant term is associated to the exponent zero. Note that the constant term may be zero, however. In a sense, any formula has a constant term, if you allow the constant term to be zero.
For some purposes, the constant is taken to be the value of f(0), but this depends on the function being defined at 0; it would not work for f(x)=1-1/x.
Constants vs variables
A number that is constant in one place may be a variable in another. Consider the example above, with a function f defined by
- f(x) = sin x + c.
- F(g) = g(π/2).
- F(f) = c + 1.
Thus, there is no precise definition of "constant" in mathematics; only phrases such as "constant function" or "constant term of a polynomial" can be defined.
There is a mathematicians' joke to the effect that "variables don't; constants aren't." That is, the term variable is frequently used to mean a value that is fixed in a given equation, albeit unknown; while the term constant is used to mean an arbitrary quantity which may assume any value, as in the constant of integration.
See also
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
