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. F

    Is aX+b uniformly distributed?

    Homework Statement If X is a random variable uniformly distributed over (0,1), and a, b are constants, what can you say about the random variable aX + b? What about X^2? Homework Equations For uniformity of notation, let f(x) = probability density function of x F(a) = distribution function...
  2. D

    Saddle points of functions of n variables

    Hi, I need some clarification on exactly which critical points are saddle points. The definition I am finding everywhere is that "A saddle point is a stationary point that is neither a local minimum nor a local maximum." My question is: what kind of minimum and maximum is the above definition...
  3. Digitalism

    Calculators Definite Double Integrals 2 variables TI-89 Titanium

    Hello I am trying to solve this integral 25-9x^2-25y^2/9 dydx integrating from 0 to sqrt(9-9x^2/25) and the limits of the second integration are 0 to 5. I can find tutorials on how to find the definite double integral of a single variable, but not for two variables. Any clues? edit: so far...
  4. E

    Length of Pendulum with Variables Only

    Homework Statement A grandfather clock has a pendulum that consists of a thin brass disk of radius r and mass m that is attached to a long thin rod of negligible mass. The pendulum swings freely about an axis perpendicular to the rod and through the end of the rod opposite the disk, as shown in...
  5. 22990atinesh

    Why variables in directly proportinality are multipiled

    Why variables (RHS) in directly proportionality are always multiplied. Suppose the Newton 2nd law ##{F}\propto{m}## ##{F}\propto{a}## ##{F}\propto{m*a}##
  6. S

    Exception handling for int variables

    Homework Statement Handle all possible exceptions for a program that takes two int number from the user and print sum. Homework Equations The Attempt at a Solution import java.util.Scanner; public class Task1 { }
  7. J

    Finding the range of this function of 2 variables:

    f(x,y) = ln(9 - x2 - y2) Domain I got: (x, y) in R2 such that x2 + y2 < 9 How do I find the range from the domain? Wouldn't it be all positive numbers of ln such that it is less than ln(9)? Answer says less than or equal to 9, I don't get why. Any input is appreciated!
  8. T

    Minimisation over random variables

    Suppose we have a function ##F:\mathbb{R}_+\to\mathbb{R}_+## such that ##\frac{F(y)}{y}## is decreasing. Let ##x## and ##y## be some ##\mathbb{R}_+##-valued random variables. Would ##\mathbb{E}x\leq\mathbb{E}y## imply that ##\mathbb{E}F(x)\leq\mathbb{E}F(y)##?
  9. R

    Can someone explain this equality to me (complex variables)

    Homework Statement I hate to upload the whole problem, but I am trying to evaluate an indefinite integral, and I can follow the solution until right near the end. The example says that for a point on C_R|e^{-3z}|=e^{-3y}\leq 1. I don't understand how they can say this. Below is the question...
  10. E

    MHB Simplify and state any restrictions on the variables.

    Simplify 1) Simplify and state any restrictions on the variables: \frac{3a-6}{a+2} ÷ \frac{a-2}{a+2} This is what I did. Can someone tell me what I did wrong? Thanks. \frac{3a-6}{a+2} ⋅ \frac{a+2}{a-2} \frac{3a^2-12}{a^2-4} \frac{(3a+6)(a-2)}{(a+2)(a-2)} \frac{3a+6}{a+2} 3 +...
  11. E

    MHB Simplify and state any restrictions on the variables.

    Simplify and state any restrictions on the variables: \frac{2(x+1)}{3} ⋅ \frac{x-1}{6(x+1)} This is what I did, which is wrong (according to the textbook). \frac{2}{3} ⋅ \frac{x-1}{6} \frac{2x-2}{18} \frac{2(x-1)}{18} Can someone tell me what I've done wrong? Also, how would you find the...
  12. M

    MHB Restrictions on Variables for Simplified Expression

    I'm not really sure where to put this, it's from an MCR3U course(Advanced Functions): Simplify and state the restrictions on the variables. a) (3x)2/4xy * 16y/36x I got as far as = 12xy2/36x2y = Xy2/3x2y = 3x-1y but I don't really know how to state the restrictions. Thanks in advance.
  13. Q

    Defining variables in mathematica

    I need to define some "general" variables in Mathematica 8, and I wonder if this can be done the following way. Say ta[n] and tb[m] are my variables, in turn depending on n and m. I want to define a function, for example E[ta[n]_ , tb[m]_ ] := Cos[ ta[n] ] + Sin [tb[m] ] (just a simple...
  14. stevendaryl

    Mermin's One-Measurement Refutation of Local Hidden Variables

    I remember an argument, I think due to David Mermin, that refutes local hidden variables in a single measurement (as opposed to Bell's Inequality, which requires gathering statistics of many measurements). I know that's not a lot to go on, but I'm wondering if this rings a bell (no pun...
  15. D

    Jointly continuous random dependent variables

    Homework Statement Let X and Y be rv's with joint pdf f(x,y) = 6(1-y) for 0≤x≤y≤1 and 0 elsewhere find Pr(X≤3/4, Y≤1/2) Homework Equations The Attempt at a Solution Ok I am having trouble with finding the right limits of integration for dependent variables. If we let the...
  16. M

    Is a model nested with itself before collapsing categorical variables?

    If I have a model with a categorical variable X1=0,1,2,3 and a continuous variable X2 and I have a regression model that includes an interaction between X1 and X2, then I decide I want to collapse X1 into an indicator variable where X1_new=0 if X=0 and X1_new=1 if X>=1, is my new model with an...
  17. B

    Speed of chain with few variables

    I have no idea how to solve this. All i can think of is that you need mass to solve the problem. Homework Statement A chain is lying flat on a table. It has no friction against the flat surface. You pull the chain to the edge of the table so that it from a resting state starts to slide down...
  18. K

    Describe the gradient of a function of 3 variables

    Homework Statement Match the function with the description of its gradient. Homework Equations f(x,y,z)=√(x^2+y^2+z^2) 1. constant, parallel to xy plane 2. constant, parallel to xz plane 3. constant, parallel to yz plane 4. radial, increasing in magnitude away from the origin 5. radial...
  19. L

    MHB How to Solve a Differential Equation Using Separation of Variables?

    Can someone please help me solve the following using separation of variables: dy/dx = (xy + 3x -y-3)/(xy -4x+6y-24) so that the solution is written in the form: ((x+6)/(y+3))^7 =
  20. L

    MHB Differential Equations by separation of variables

    Can someone please help me to calculate the following using separation of variables: dy/dx = x*(1 - y^2)^(1/2) to that the solution is in the form: y =
  21. S

    Calculating Variance of Eq. with random variables

    Homework Statement I am attempting to calculate a heat transfer across a medium with known material properties. I have the equation and all but one variable I have an exact answer for. I require the variance of my answer. Homework Equations I know ALL variables (ie numerical value) except...
  22. L

    Help with change of variables in multivariable calculus/analysis

    Homework Statement Let ##H## be the parallelogram in ##\mathbb{R}^2## whose vertices are ##(1,1), (3,2), (4,5), (2,4).## Find the affine map ##T## which sense ##(0,0)## to ##(1,1), (1,0)## to ##(3,2), (0,1)## to ##(2,4)##. Show that ##J_T=5## (the Jacobian). Use ##T## to convert the integral...
  23. D

    Jointly continuous random variables

    Homework Statement Let X and Y be random losses with joint density function f(x,y) = e^-(x + y) for x > 0 and y > 0 and 0 elsewhere An insurance policy is written to reimburse X + Y: Calculate the probability that the reimbursement is less than 1. Homework Equations Have not...
  24. J

    Integral of a function of various variables

    When I have a function z = f(x, y), i. e., a function of various variables, the differential form of z is: dz = \frac{\partial f}{\partial x} dx + \frac{\partial f}{\partial y} dy or the derivative of z is: \frac{dz}{dt} = \frac{\partial f}{\partial x} \frac{dx}{dt} + \frac{\partial f}{\partial...
  25. C

    Magnitude, Unit vectors,unknown variables

    Homework Statement a and b are vectors in R^3 s.t. a=(1,7,-4) and b= -3j-4k 1. Find ||3a-3b|| (magnitude of 3a-3b) 2. Find unit vector u in direction of 3a-3b, write answer in form (u1,u2,u3) 3. Find vector of length 8 in direction of a (write answer in form "-") Homework Equations...
  26. A

    Understanding Thermodynamic Variables: Fixing Confusion and Clarifying Relations

    So I have had related questions over the past month, but I would like to ask this question to clarify my understanding. In thermodynamics you work with certain potentials, which are a function of the thermodynamic variables, i.e.: U(S,T,V,N,P) Now for U one has the identity: dU=...
  27. J

    How do I find a limit with two variables?

    How do I find a limit with two variables? Homework Statement lim(x->0)((1+ax)^(1/3)/(xln(1+x))-(arctan(bx)/(x^3)) http://www.wolframalpha.com/input/?i=lim%28x-%3E0%29%28%281%2Bax%29^%281%2F3%29%2F%28xln%281%2Bx%29%29-%28arctan%28bx%29%2F%28x^3%29%29 I understand that since the denominator...
  28. D

    Random variables: Total probability, Transformations & CDFs

    Hello All! A recent problem has stuck with me, and I was hoping you could help me resolve it. Consider the following premise: Let us assume that X \sim \mathcal{U}(-3,3) (U is the continuous, uniform distribution). And let the transformation Y be applied thus: Y = \left\{ \begin{align*} X+1...
  29. MarkFL

    MHB Local Extrema of f(x,y)=3sin x sin y

    Here is the question: I have posted a link there to this thread so the OP can view my work.
  30. F

    Help with simplifing an equation in terms of 2 variables

    Homework Statement Hey. I need help simplifying and factoring a differential equation in terms of v and p (velocity(xdot) and position(x) respectively). I need the final answer to be in this form: a = ( )v + ( )p. This is so i can put the governing equation in a state-space and eventually use...
  31. J

    Diff.Eq. Seperation of variables.

    Homework Statement Solve the given differential equation subject to the indicated initial condition. (e^-y + 1)sinxdx=(1+cosx)d, y(0)=0Homework Equations Basically we have to use separation of varaibles to solve before using initial value condition.The Attempt at a Solution After separation...
  32. Q

    Mathematica indices as variables

    1. I'll post here a simplified version of my problem Say you have a matrix A, and you want all its components to be functions, for example: A11 = Sin(a_n) A12 = Cos(a_n) A21 = Sin(b_n) A22 = Cos(b_n) And I want to be able to do this in mathematica so as to have the matrix A a...
  33. B

    Determining Which Variables Are Free

    Homework Statement Find the column of the matrix in Exercise 39 that can be deleted and yet have the remaining matrix columns span \mathbb{R}^4Homework Equations The matrix from problem 39 is \begin{bmatrix} 10 & -7 & 1 & 4 & 6 \\ -8 & 4 & -6 & -10 & -3 \\ -7 & 11 & -5 & -1 & -8 \\ 3 & -1 &...
  34. A

    What are the Three Main Types of Connections in Thermodynamics?

    It seems to me that for some thermodynamic variables it makes sense to talk of systems in contact with different values of these variables. An example is temperature. We can the problem of two systems in contact with different temperatures. However, I am not sure if this is the case for all...
  35. V

    Exploring Laplace's Equation: Separation of Variables Method in Electrodynamics

    I am studying Laplace's equation in my electrodynamics course (using griffiths intro to electrodynamics). I am watching a youtube video stepping through the separation of variables method for solving the PDE. It seems to be a common PDE that comes up repeatedly in physics (Helmholtz eqn, Poisson...
  36. Julio1

    MHB Random Variables: Proving Same Probability Distribution & Finding $X+Y$

    Let $\Omega=\{\omega_1,\omega_2,\omega_3\}$ an sample space, $P(\omega_1)=P(\omega_2)=P(\omega_3)=\dfrac{1}{3},$ and define $X,Y$ and $Z$ random variables, such that $X(\omega_1)=1, X(\omega_2)=2, X(\omega_3)=3$ $Y(\omega_1)=2, Y(\omega_2)=3, Y(\omega_3)=1$ $Z(\omega_1)=3, Z(\omega_2)=1...
  37. mnb96

    Question on random variables and histograms

    Hello, I have two random variables X and Y that can take values of the kind (a,b) where a,b\in \{ 0,1,2,3 \}. Thus, the sample space has only 16 elements. I have, say, N observations for both X and Y, and I would like to know if there is some correlation between X and Y. - How is this...
  38. noowutah

    How do you solve a system of equations with 4 variables and 4 equations?

    How do you solve the system of equations e^{x_{1}+y_{1}}+e^{x_{1}+y_{2}}=a_{1} e^{x_{2}+y_{1}}+e^{x_{2}+y_{2}}=a_{2} e^{x_{1}+y_{1}}+e^{x_{2}+y_{1}}=b_{1} e^{x_{1}+y_{2}}+e^{x_{2}+y_{2}}=b_{2} x1, x2, y1, y2 are the variables for which I want to solve the equations, a1, a2, b1, b2 are...
  39. JasonHathaway

    Taylor series with two variables

    Hi everyone, Homework Statement + Homework Equations + The Attempt at a Solution
  40. E

    Change of Variables - Finding New Limits

    Homework Statement Integrate the following over the set E. \int_E \frac{2x+y}{x+3y} dA Bounded by the lines: y = −x/3+1 y = −x/3+2/3 y = −2x y = −2x + 1 Homework Equations None. The Attempt at a Solution I can up to the same point everytime, but always get stuck on finding the new...
  41. S

    Position variables in the wave function

    I would like some clarification as to the mathematical and physical definitions of the position variables in the wave function. I often see that it is treated as a variable independent of time; this is utilized in the separation of variables technique. However, the Schrodinger equation implies...
  42. M

    Evaluating surface integral (solving for unknown variables)

    The solutions have came up with 5 equations, I'm not confused how they got those 5 equations but I don't understand how it was concluded that L = 0 and m = p = 1/√2.
  43. N

    Marginal cost with two variables, confused.

    Homework Statement Your weekly cost to manufacture x bicycles and y tricycles is C(x,y)=20,000+60x+20y+50√(xy) a. What is marginal cost of manufacturing a bicycle. b. What is the marginal cost of manufacturing a tricycle. c. What is the marginal cost of manufacturing a bicycle at...
  44. N

    Expectation of ratio of 2 independent random variables ?

    Hi, i was wondering if the following is valid: E[x/y] = E[x] / E[y], given that {x,y} are non-negative and independent random variables and E[.] stands for the expectation operator. Thanks
  45. N

    Finding the PDF of the Sum of Two Random Variables: Uniform Distribution

    Homework Statement X is uniform [e,f] and Y is uniform [g,h] find the pdf of Z=X+Y Homework Equations f_z (t) = f_x (x) f_y (t-x) ie convolution The Attempt at a Solution Obviously the lower pound is e+g and the upper bound is f+h so it is a triangle from e+g to f+h...
  46. S

    What is the median value of an odd-numbered set of letters?

    I wonder what parts of statistics have specific terms existing for them - I see a relevant notion which would be relevant, but not sure if there is a term for it. If variable values can be ordered then it possesses a median. If the values can also be added then they also possesses an average. A...
  47. N

    PHP HTML and PHP issue: display HTML form variables using PHP echo

    Heeeeeeellllllllllllllooooooooooooo, I have a question about HTML and PHP: Firstly, I am using Apache2 and PHP5 (I think) and running it as a localhost. I created a simple HTML form that sends the variables via post to a PHP file; there are two variables with the names "nickname" and...
  48. A

    Equations of state = superfluous state variables?

    I don't get the point of equations of state since they seem to me to just indicate that we defined too many state variables. Why not just trim down our set of state variables and do away with the equations of state (i.e. for an ideal gas, just notice that P and V are sufficient to describe the...
  49. M

    How can I simplify finding positive odd solutions to the equation 17x+11y=1000?

    Problem: Find all the positive integer solutions where x and y are odd numbers, to the equation: 17x+11y=1000 Attempt of solution: First attempt: With Diophantine equation have gotten the answers: x=2000 y=-3000 and the general solutions will be: x=2000-11k y=-3000+17k Now...
  50. MarkFL

    MHB Find x,y Coordinates of Stationary Point: 2x^2-2xy+y^2+2x+5

    Here is the question: I have posted a link there to this thread so the OP can view my work.
Back
Top