What is Variables: Definition and 1000 Discussions

In mathematics, and in other disciplines involving formal languages, including mathematical logic and computer science, a free variable is a notation (symbol) that specifies places in an expression where substitution may take place and is not a parameter of this or any container expression. Some older books use the terms real variable and apparent variable for free variable and bound variable, respectively. The idea is related to a placeholder (a symbol that will later be replaced by some value), or a wildcard character that stands for an unspecified symbol.
In computer programming, the term free variable refers to variables used in a function that are neither local variables nor parameters of that function. The term non-local variable is often a synonym in this context.
A bound variable is a variable that was previously free, but has been bound to a specific value or set of values called domain of discourse or universe. For example, the variable x becomes a bound variable when we write:

For all x, (x + 1)2 = x2 + 2x + 1.
or

There exists x such that x2 = 2.
In either of these propositions, it does not matter logically whether x or some other letter is used. However, it could be confusing to use the same letter again elsewhere in some compound proposition. That is, free variables become bound, and then in a sense retire from being available as stand-in values for other values in the creation of formulae.
The term "dummy variable" is also sometimes used for a bound variable (more often in general mathematics than in computer science), but that use can create an ambiguity with the definition of dummy variables in regression analysis.

View More On Wikipedia.org
  1. L

    How to find which variables w, x, y.... 'most' influence z?

    Hi everyone - I guess this will be a very basic question for you guys, but I'm no statistician and I need your advice, please. At work (drug discovery, medicinal chemistry) we often get a lot of data, and we expect to find correlations between them. I'm afraid we're not always as good as we...
  2. W

    What variables need to be considered in slingshots?

    Say I have a basic slingshot (like an elastic band attached to a 'Y' shaped stick), what variables do I need to consider when calculating its ability to launch an object into the air? So for example, say I load a mass, m, into a slingshot, pull the elastic band back x metres, and then release...
  3. S

    Complex variables and classical mechanics

    Dear all, I'd like to know what is the place/use of complex variables (and complex analysis) in classical mechanics. By the way, is there any? Thanks for your help. Best regards!
  4. TyroneTheDino

    Coefficient of Kinetic Friction and Variables

    Homework Statement This is a theoretical question from my homework. We did a lab in class where we were using motion to see how kinetic friction is affected by different variables. We found the acceleration of a sliding wooden block (sliding on another wooded block), and then used that...
  5. J

    Clarification on some Variables

    I'm looking back at a previous thread here, in hopes of an answer regarding acceleration of engine RPM, and I have found something that might have answered it, the first post on this page: https://www.physicsforums.com/threads/accelerator-pedal-and-rpm.760572/page-4 (I suggest you don't go...
  6. A

    Dealing with multiple confounding variables

    for example, we have 3 confounding random variables, x1, x2 and x3 with 3 different variances. If we had to treat each variable alone, we would have used odd ratio or relative risk ( depending on what kind of study we are using whether retrospective or prospective) to determine the risk of the...
  7. N

    Rescaling Variables HW: Get \frac{\partial \hat{f}(z,x)}{\partial z}

    Homework Statement Suppose I have the following expression: (v \frac {\partial}{\partial r} ) f(r,v) I want to obtain: \frac {\partial \hat{f}(z,x)}{\partial z} Homework Equations x \rightarrow v/v0 z \rightarrow (r-r0)/H H \rightarrow \frac{k_{b} T} {m g } \hat{f}(z,x) = x^2...
  8. haruspex

    Insights Conceptual Difficulties in the Roles of Variables - Comments

    haruspex submitted a new PF Insights post Conceptual Difficulties in the Roles of Variables Continue reading the Original PF Insights Post.
  9. S

    Doubt in Partial derivative of complex variables

    Today, I had a class on Complex analysis and my professor wrote this on the board : The Laplacian satisfies this equation : where, So, how did he arrive at that equation?
  10. K

    Jacobi elliptic functions with complex variables

    I am trying to solve a Duffing's equation ##\ddot{x}(t)+\alpha x(t)+\beta x^3(t)=0## where ##\alpha## is a complex number with ##Re \alpha<0## and ##\beta>0##. The solution can be written as Jacobi elliptic function ##cn(\omega t,k)##. Then both ##\omega## and ##k## are complex. The solution to...
  11. E

    Complex 2 variables and 2 unknown abstract question

    The overall question is on non steady fluid mechanics however the part on stuck on boils down to the two equations below, which I am unable to solve. X = 122.3 (2 - Y) Y= 0.18 * SQRT( 100 + X ) the text states the equations are satisfied by Y = 1.903 and X = 11.82. To prove this isn't a...
  12. shanepitts

    Switching between distance variables in a simple seismograph

    Below is an example problem from my textbook. I don't fathom the highlighted portion where they replace the y variable with x in accordance with fig. 3.6.3? Please help Thanks
  13. M

    MHB Integration of separate variables

    Liquid is flowing into a small tank which has a leak. Initially the tank is empty and, t minutes later, the volume of liquid in the tank is V cm3 . The liquid is flowing into the tank at a constant rate of 80 cm3 per minute. Because of the leak, liquid is being lost from the tank at a rate...
  14. P

    Explaining the Solution for Separation of Variables PDE with Initial Condition

    Homework Statement Homework EquationsThe Attempt at a Solution I managed to do the first part of the question. But I'm not sure how to find u(x,t) with that initial condition. The solution says; "since ##u(x,0) = \sum_{n=1}^\infty a_{n}\sin{(n\lambda x)}## Then it follows by linearity that...
  15. G

    Equation with several variables

    Homework Statement Solve in ##\mathbb{Z}^2## the equation ## x^2 -y^2-x+3y = 30 ## Homework EquationsThe Attempt at a Solution Hello, can you tell me if this is correct please ? The equation is equivalent to ## (x-y+1) (x+y-2) = 28 ##. I call ## u = x-y+1 ## and ## v = x+y-2 ## We have that...
  16. G

    Solving equation with two different variables

    (n-1)! = (x2 + x)( (n/2)! (n-2/2)! Any idea how to solve this? I tried to solve for x but got stuck. Could you multiply out the factorials?
  17. J

    MHB Free variables and binding occurrence of each variable.

    Hi, I'm trying to identify the free variable and binding occurrence but I'm not sure if they're right in lambda calculus. $x$ $\lambda x.x$ $(\lambda a.z)a$ $\lambda a.za$ $(\lambda n.n)z$ $\lambda z.(\lambda y.(\lambda x.x)y)z$ $(\lambda t.((\lambda t.(\lambda t.t)t)t))t$ Then for free...
  18. R

    Change of Variables Question with chain rule

    Homework Statement Consider the function of two variables: u(x,y) = f(x-y) + g(x+(1/3)y) where f(s) and g(t) are each arbitrary functions of a single variable. Using the change of variables: s = x-y t = x-(1/3)y use the chain rule to determine the first and second derivatives of u with...
  19. B

    Calculus of variations changing variables

    Homework Statement Hi I am given the functional I am asked to show that if and with an appropriate value for that Homework Equations [/B]The Attempt at a Solution So I get If I set then I get I think that it is correct but what about the factor of 2?
  20. M

    MHB Proving a Relation with Two Variables: A(x,y)>y

    Hey! :o How can we prove by induction the relation $A(x,y)>y, \forall x,y$ ?? (Wondering) When we have to prove a relation $P(n), n\geq 0$, we do the following steps: we show that it stands for $n=0$ we assume that it stands for n=k (Induction hypothesis) we want to shw that it...
  21. R

    Solving Change of Variables: x^3 / (e^x - 1) dx

    Homework Statement In the book it gave the example for standard change of variables as, z = x / 1 + x or equivalently x = z / 1 - z , then dx = dz / (1 - z)^2 , thus (2) 1 / (1 - z)^2 f (z / 1 - z) dz (3) This is what I am trying to accomplish but with the...
  22. D

    Sequence of random variables

    Hi, I'm trying to solve this exercise but I really don't know how 1. Homework Statement Let X1, X2,.. be a sequence of iid random variables following a uniform distribution on (0,1). Define the random variable N≥2 as the first point in which the sequence (X1,X2,...) stops decreasing. i.e If...
  23. H

    Separation of Variables in PDEs

    I am using the text by Farlow to study elementary methods of solving PDEs, and there is a point in his illustration of separation of variables where I am not seeing something. I am clear on everything that comes after and before this point, but after having returned to a certain step a few times...
  24. P

    Change of variables and discrete derivatives

    Hey I am trying to evaluate d/dx, d/dy and d/dz of a wavefunction defined on a grid. I have the wavefunction defined on equally spaced points along three axes a=x+y-z, b=x-y+z and c=-x+y+z. I can therefore construct the derivative matrices d/da, d/db and d/dc using finite differences but I...
  25. Coffee_

    E-L equations only hold for independent variables?

    I'm talking about this: http://www.cs.cornell.edu/courses/cs6650/2008fa/images/thumb_EL.jpg In the derivation when you minimize action you assume that all the variations in coordinates are independent and thus conclude that each term has to be zero. When this isn't the case anymore one doesn't...
  26. P

    Non changing variables in wave function.

    Hi. I would like to know which variables in the wave function are constant (in this local context) and which are not. The wave number for instance varies in the article I was reading (WKB approximation). Why is this so? What other variable in the wavefunction can vary? Please help me as I am...
  27. D

    Integration of Multiple Variables

    Hi There, I'm a new member, so apologies if I've posted this in the wrong area. I've been working through the ASME STS-1-2006 Steel Stack Standard, particularly the Vortex Shedding section. I've come across this nasty integral which is doing my head in, and we wondering if anyone would mind...
  28. evinda

    MHB Change of Variables: Diff Eqn $y''+ \frac{p}{x} y'+ \frac{q}{x^2}y=0$

    Hello! (Smile) We have the differential equation $y''+ \frac{p}{x} y'+ \frac{q}{x^2}y=0, x>0$ and we set $z=\log x$. Then $y'=\frac{dy}{dx}=\frac{dy}{dz} \frac{dz}{dx}=\frac{1}{x} \frac{dy}{dz}$ $y''=\frac{d^2y}{dx^2}=\frac{d}{dx}\left( \frac{dy}{dx} \right)=\frac{d}{dx}\left( \frac{1}{x}...
  29. C

    MHB Solving y-y' equation with variable change r^2-x^2

    Hello! I've to solve y(y')^2+2xy' -y=0 by letting y^2= r^2-x^2 but this change of variable has thrown me. Could someone please help?
  30. G

    Determine all of the Physical Chemistry Variables of the System

    Homework Statement A weather balloon is filled with Helium gas and released from the ground. It goes up 18km and achieves a diameter of 15m. Determine if the following values are greater than zero, less than zero, or equal to zero: ΔV, ΔP, ΔT, ΔU, ΔH, Ssys, surr, Stot Homework Equations ΔU =...
  31. G

    Solving for variables as functions of other variables

    Homework Statement Show that the equations xy^2+zu+v^2=3 x^3z+2y-uv=2 xu+yu-xyz=1 can be solved for (x,y,z) as functions of (u,v) near the point (x,y,z,u,v)=(1,1,1,1,1) and find dy/du at (u,v)=(1,1) Homework Equations Multivariable calculus differentiation 3. The Attempt at a Solution I...
  32. M

    Ross ch.6 problem 26 Joint Distribution of Random Variables.

    Homework Statement Suppose that A, B, C are independent random variables, each being uniformly distributed over (0, 1). ) What is the probability that all the roots of the equation Ax2 + Bx + C = 0 are real? Homework Equations (b) What is the probability that all the roots of the equation...
  33. F

    Solving Change of Variable Homework for Integral with Infinite Bounds

    Homework Statement Use a change of variable to show that \int_0^{\infty} \frac{dx}{1+x^2} = 2\int_0^1\frac{dx}{1+x^2} Please note: the point of this exercise is to change the bounds of the integral to be finite to allow numerical estimation, as opposed to directly solving the integral...
  34. alyafey22

    MHB How to Prove a Limit in Two Variables?

    Hey MHB ! I've got a question that I am clueless how to proceed Prove that $$\Large \lim_{(x,y)\to (0,0)}(1+x^2y^2) ^{\frac{-1}{x^2+y^2}} = 1$$ Any hint would be appreciated.
  35. M

    Conditions on bloch variables

    1 qubit can be expressed as 1/2(I + n.σ). where n = (n_x,n_y,n_z) is a 3D vector, with size <=1. Hence the condition is that the sum of squares of the variables must be 1 or less. In the general expression of multi-qubit systems, we tensor product these individual qubits and also add the...
  36. kini.Amith

    Separation of variables to solve Schrodinger equation

    How do we know that separable solutions of Schrodinger equation (in 3d) form a complete basis? I understand that the SE is a linear PDE and therefore every linear combination of the separable solutions will also be a solution , but how do we know that the converse, i.e 'every solution can be...
  37. B

    Suscept. of a Diamagnet (eqn): what are these variables?

    \chi_m = - \frac{Z e^2 n \mu_0}{4 m} <p^2> My understanding is that n = N/V, where the volume is the volume of a unit cell containing Z electrons (in this case n = \frac{1}{a^3}). The m in the denominator is related to the larmor frequency and, for a hydrogen atom, should be the mass of a...
  38. atyy

    Impossibilty of hidden variables (Bohm, 1951)

    Bohm writes in his 1951 book "Quantum Theory" (p623): "We conclude then that no theory of mechanically determined hidden variables can lead to all the results of quantum theory". He bases his argument on the uncertainty principle. Presumably the argument is not correct, since Bohm himself...
  39. Y

    Complex Variables - principal argument

    Homework Statement Find the principle argument Arg z when z = (sqrt(3) - i)^6 Homework EquationsThe Attempt at a Solution I'm sorry to say that I'm not sure how to solve this problem. It's my understanding that what this question is basically asking me to do is find theta such that...
  40. N

    Concavity of a function of 2 variables

    Hi all, I'm trying to show that a particular function of two variables is concave for all positive values of x and y. I'm pretty sure it is, but I haven't been able to prove it. The function is (1-et(y-x))xy)/(x+et(y-x)y) t is a positive parameter, and as mentioned, x and y are always...
  41. diegzumillo

    Probability density for related variables

    Homework Statement Say I calculated a probability density of a system containing m spins up (N is the total number of particles). The probabilities of being up and down are equal so this is easy to calculate. Let's call it ##\omega_m##. Then we define magnetization as ##M=2m-N## and it asks me...
  42. Mr Davis 97

    Relation between variables and distributions in statistics

    I am a little confused about how variables are related to distributions as one moves from descriptive statistics to inferential statistics. I know that a variable in descriptive statistics is some measurable characteristic of some phenomenon, and its distribution is some description (table or...
  43. W

    Variables & Dimensions (total noob)

    So, I have some questions regarding 'dimensions' and 'parameters' in physics. (there are differences in the meaning between physics and mathematics, as far as I understand it) ---- As far as I understand it, we live in a 4-dimensional world, consisting of 3 space and 1 time dimensions. Yet we...
  44. T

    Maximum value of two variables

    I'm just doing some geometry and I can't remember how to find the maximum values of two variables in the same equation. Like, if you differentiate the equation partially for one, then again from the beginning partially for the other and add them together or something. The equation is something...
  45. C

    Identifying variables as quantitative or categorical

    Homework Statement Here is a small part of an EESEE data set, "Nutrition and Breakfast Cereals," that describes the nutritional content per serving of 77 brands of breakfast cereals: What are the individuals in this data set? For each individual, what variables are given? Which of these...
  46. K

    Variables This should be easy -- Matched units on LHS & RHS?

    Variable Units x Meters (m) v Meters per second (m/s) t seconds (s) a Meters per second squared (m/s^2) These variables appear in the following equations, along with a few numbers that have no units. In which of the equations are the units on the left side of the equals sign consistent with...
  47. C

    The probability of objects spec Q out of infinite variables

    Statistical probabilities of a objects qualities as is emerging out of infinite variable states. Can an equal emergence occur again, and as a unavoidable fact of infinites result in endless occurrences, given infinite chance in an eternal cosmos? I say no. If the (falsely inferred as)...
  48. A

    MHB Replacing Variables in Integration

    I have asked the same question on math stackexchange under the moniker "anonymous," since I do not wish to be known there. I will try my luck here.$$I = \int_{-\infty}^{\infty} e^{-x^2} dx$$ I don't understand, we say: $$I = \int_{-\infty}^{\infty} e^{-x^2} dx$$ Then we say: $$I =...
  49. A

    Replacing Variables in Integration

    Homework Statement $$I = \int_{-\infty}^{\infty} e^{-x^2} dx$$ Homework Equations Below The Attempt at a Solution $$I = \int_{-\infty}^{\infty} e^{-x^2} dx$$ I don't understand, we say: $$I = \int_{-\infty}^{\infty} e^{-x^2} dx$$ Then we say: $$I = \int_{-\infty}^{\infty} e^{-t^2} dt$$...
  50. Q

    How many variables to describe a system?

    I was arguing with a friend over the whole 'big data' trend and how people are looking to get answers to questions by amassing many samples over many variables and hoping to mash it together somehow. (Under the assumption not only of lots of correlations to search over but also that...
Back
Top