Jump to content

Variable (mathematics): Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
clean up IPA using AWB
Line 1: Line 1:
{{Unreferenced|date=September 2009}}
{{Unreferenced|date=September 2009}}


A '''variable''' ({{pronEng|ˈvɛəriːəbl}}; {{respell|VAIR|ee-ə-bl}}) is a [[symbol]] that stands for a [[value (mathematics)|value]] that may vary; the term usually occurs in opposition to ''[[constant (mathematics)|constant]]'', which is a symbol for a non-varying value, i.e. completely fixed or fixed in the context of use. The concepts of constants and variables are fundamental to all modern [[mathematics]], [[science]], [[engineering]], and [[variable (programming)|computer programming]].
A '''variable''' is a [[symbol]] that stands for a [[value (mathematics)|value]] that may vary; the term usually occurs in opposition to ''[[constant (mathematics)|constant]]'', which is a symbol for a non-varying value, i.e. completely fixed or fixed in the context of use. The concepts of constants and variables are fundamental to all modern [[mathematics]], [[science]], [[engineering]], and [[variable (programming)|computer programming]].


==History==
==History==
Line 32: Line 32:


==General introduction==
==General introduction==
Variables are used in [[open sentence]]s. For instance, in the formula '''x''' + 1 = 5, '''[[X (disambiguation)#Mathematics|x]]''' is a variable which represents an "unknown" [[number]]. Variables are often represented by [[Greek alphabet | Greek]] or [[Roman alphabet | Roman]] [[letter (alphabet) | letter]]s and may be used with other special symbols.
Variables are used in [[open sentence]]s. For instance, in the formula '''x''' + 1 = 5, '''[[X (disambiguation)#Mathematics|x]]''' is a variable which represents an "unknown" [[number]]. Variables are often represented by [[Greek alphabet| Greek]] or [[Roman alphabet| Roman]] [[letter (alphabet)| letter]]s and may be used with other special symbols.


In mathematics, variables are essential because they let quantitative relationships to be stated in a general way. If we were forced to use actual values, then the relationships would only apply in a more narrow set of situations. For example:
In mathematics, variables are essential because they let quantitative relationships to be stated in a general way. If we were forced to use actual values, then the relationships would only apply in a more narrow set of situations. For example:
Line 98: Line 98:
[[Category:Statistical terminology]]
[[Category:Statistical terminology]]
[[Category:Syntactic entities]]
[[Category:Syntactic entities]]

[[ar:متغير]]
[[ar:متغير]]
[[bn:চলরাশি]]
[[bn:চলরাশি]]
Line 110: Line 109:
[[fa:متغیر (ریاضی)]]
[[fa:متغیر (ریاضی)]]
[[fr:Variable (mathématiques)]]
[[fr:Variable (mathématiques)]]
[[gd:Caochladair]]
[[gan:變量]]
[[gan:變量]]
[[gd:Caochladair]]
[[xal:Хүврлһн]]
[[xal:Хүврлһн]]
[[ko:변수]]
[[ko:변수]]

Revision as of 07:45, 2 May 2010

A variable is a symbol that stands for a value that may vary; the term usually occurs in opposition to constant, which is a symbol for a non-varying value, i.e. completely fixed or fixed in the context of use. The concepts of constants and variables are fundamental to all modern mathematics, science, engineering, and computer programming.

History

Much of the basic theory for which we use variables today, such as school geometry and algebra, was developed thousands of years ago, but the use of symbolic formulas and variables is only several hundred years old. Arabic algebra texts such as the Al-Jabr still described mathematics in full text rather than symbolic formulas, but denoted the variable quantity in Arabic word šay' شَيْء = “thing”;. This was taken into Old Spanish with the pronunciation “šei”, which was written xei, and was soon habitually abbreviated to ; and this is still the customary variable name in many fields today. It started the habit of using letters to represent variables in algebra. Beyond mathematics, “X” has come to represent a generic placeholder variable whose value is unknown or secret, as in project X or mister X.

What it means for a variable to vary

Varying, in the context of mathematical variables, does not mean change in the course of time, but rather dependence on the context in which the variable is used. This can be the immediate context of the expression in which the variable occurs, as in the case of summation variables or variables that designate the argument of a function being defined. The context can also be larger, for instance when a variable is used to designate a value occurring in a hypothesis of the discussion at hand. In some cases nothing varies at all, and alternative names can be used instead of "variable": a parameter is a value that is fixed in the statement of the problem being studied (although its value may not be explicitly known), an unknown is a variable that is introduced to stand for a constant value that is not initially known, but which may become known by solving some equation(s) for it, and an indeterminate is a symbol that need not stand for anything else but is an abstract value in itself. In all these cases the term "variable" is often still used because the rules for the manipulation of these symbols are the same; however, in some languages other than English, one distinguishes between "variables" in functions and "unknown quantities" in equations ("incógnita" in Portuguese/Spanish, "inconnue" in French).

Examples

If one defines a function f from the real numbers to the real numbers by

then x is a variable standing for the argument of the function being defined, which can be any real number. In the identity

the variable i is a summation variable which designates in turn each of the integers 1, 2, ..., n (it is also called index because its variation is over a discrete set of values) while n is a parameter (it does not vary within the formula).

In the theory of polynomials, a polynomial of degree 2 is generally denoted as ax2 + bx + c, where a, b and c are called coefficients (they are assumed to be fixed, i.e., parameters of the problem considered) while x is called a variable. When studying this polynomial for its polynomial function this x stands for the function argument. When studying the polynomial as an object in itself, x is taken to be an indeterminate, and would often be written with a capital letter instead to indicate this status.

Formulas from physics such as E = mc2 or PV = nRT (the ideal gas law) do not involve the mathematical notion of a variable, because the quantities E, m, P, V, n, and T are instead used to designate certain properties (energy, mass, pressure, volume, quantity, temperature) of the physical system.

Notation

In mathematics, single-symbol names for variables are the norm, with x, y, z, and t being most common; constants are usually denoted as a, b, c. In written mathematics, variables and constants are usually set in an italic typeface.

Specific branches and applications of mathematics usually have specific naming conventions for variables. Variables with similar roles or meanings are often assigned consecutive letters. For example, the three axes in 3D coordinate space are conventionally called x, y, and z, while random variables in statistics are usually named X, Y, Z. In physics, the names of variables are largely determined by the physical quantity they describe, but various naming conventions exist.

A convention sometimes followed in statistics is to use X, Y, Z for the names of random variables, with these being replaced by x, y, z for observations or sample outcomes of those random variables. Another convention sometimes used in statistics is to denote population values of particular statistics by lower (or upper) case Greek letters, with sample-based estimates of those quantities being denoted by the corresponding lower (or upper) case letters from the ordinary alphabet.

General introduction

Variables are used in open sentences. For instance, in the formula x + 1 = 5, x is a variable which represents an "unknown" number. Variables are often represented by Greek or Roman letters and may be used with other special symbols.

In mathematics, variables are essential because they let quantitative relationships to be stated in a general way. If we were forced to use actual values, then the relationships would only apply in a more narrow set of situations. For example:

State a mathematical definition for finding the number twice that of ANY other finite number:
double(x) = x + x.
Now, all we need to do to find the double of a number is replace x with any number we want.
  • double(1) = 1 + 1 = 2
  • double(3) = 3 + 3 = 6
  • double(55) = 55 + 55 = 110
  • etc.

So in this example, the variable x is a "placeholder" for any number— that is to say, a variable. One important thing we assume is that the value of x does not change, even though we do not know what x is. But in some algorithms, obviously, will change x, and there are various ways to then denote if we mean its old or new value— again, generally not knowing either, but perhaps (for example) that one is less than the other.

Name conventions

Mathematics has many conventions. Below are some of the more common. Many of the symbols have other conventional uses, but they may actually represent a constant or a specific function rather than a variable.

  • ai is often used to denote a term of a sequence.
  • a, b, c, and d (sometimes extended to e and f) usually play similar roles or are made to represent parallel notions in a mathematical context. They often represent constants.
  • f and g (sometimes h) commonly denote functions.
  • i, j, and k (sometimes l or h) are often used as subscripts to denote indices.
  • l and w are often used to represent the length and width of a figure.
  • m and n usually denote integers and usually play similar roles or are made to represent parallel notions in a mathematical context, such as two dimensions.
    • n commonly denotes a count of objects, or, in statistics, the number of individuals or observations.
  • p, q, and r usually play similar roles or are made to represent parallel notions in a mathematical context.
  • r often denotes a remainder or modulus.
  • r, s, and t usually play similar roles or are made to represent parallel notions in a mathematical context.
  • u and v usually play similar roles or are made to represent parallel notions in a mathematical context, such as denoting a vertex (graph theory).
  • w, x, y, and z usually play similar roles or are made to represent parallel notions in a mathematical context, such as representing unknowns in an equation.
  • x, y and z correspond to the three Cartesian axes. In many two-dimensional cases, y will be expressed in terms of x; if a third dimension is added, z is expressed in terms of x and y.
  • , , , and commonly denote angle measures.
  • usually represents an arbitrarily small positive number.
    • and commonly denote two small positives.
  • is used for eigenvalues.
  • often denotes a sum, or, in statistics, the standard deviation

Applied statistics

In statistics, variables refer to measurable attributes, as these typically vary over time or between individuals. Variables can be discrete (taking values from a finite or countable set), continuous (having a continuous distribution function), or neither. Temperature is a continuous variable, while the number of legs of an animal is a discrete variable. This concept of a variable is widely used in the natural, medical, and social sciences.

In causal models, a distinction is made between "independent variables" and "dependent variables", the latter being expected to vary in value in response to changes in the former. In other words, an independent variable is presumed to potentially affect a dependent one. In experiments, independent variables include factors that can be altered or chosen by the researcher independent of other factors.

So, in an experiment to test if the boiling point of water changes with altitude, the altitude is under direct control and is the independent variable, and the boiling point is presumed to depend upon it, so being the dependent variable. The results of an experiment, or information to be used to draw conclusions, are known as data. It is often important to consider which variables to allow, or directly control or eliminate, in the design of experiments.

There are also quasi-independent variables, which are used by researchers to group things without affecting the variable itself. For example, to separate people into groups by their sex does not change whether they are male or female. Or a researcher may separate people, arbitrarily, on the amount of coffee they had drunk before beginning an experiment. The researcher cannot change the past, but can use it to split people into groups.

While independent variables can refer to quantities and qualities that are under experimental control, they can also include extraneous factors that influence results in a confusing or undesired manner. In statistics the technique to work this out is called correlation.

If strongly confounding variables exist that can substantially change the result, it makes it harder to interpret. For example, a study on cancer against age will also have to take into account variables such as income, location, stress, and lifestyle. Without considering these, the results could be grossly inaccurate deductions. Because of this, controlling unwanted variables is important in research.

See also