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

    What is the pdf of multiplication of two random variables?

    We have two independent random variables X and Y whose pdfs are given as f(x) and f(y). Now when you multiply X and Y you get a random variable say Z. Now what is the resulting pdf f(z)? I mean how is that related to the pdf of f(x) and f(y)? From what I read it looks like f(z)=f(x) *...
  2. 5

    Third degree Taylor polynomial in two variables

    Homework Statement Find the third degree Taylor polynomial about the origin of f(x,y) = \frac{\cos(x)}{1+xy} Homework Equations The Attempt at a Solution From my ventures on the Internet, this is my attempt: I see that \cos(x) = 1 - \frac{1}{2}x^2 + \frac{1}{4!}x^4 - \cdots...
  3. A

    Implicit differentiation help three variables

    Homework Statement I have a question. How in general would one differentiate a composite function like F(x,y,z)=2x^2-yz+xz^2 where x=2sint , y=t^2-t+1 , and z = 3e^-1 ? I want to find the value of dF/dt evaluated at t=0 and I don't know how. Can someone please walk me through this?Homework...
  4. Vorde

    Epsilon-Delta Limit in Two Variables

    Homework Statement Show (using the epsilon-delta method) that the ##\lim_{\substack{x\rightarrow a\\y\rightarrow b}} y = b ## Homework Equations Epsilon-Delta Definition ##\lim_{\substack{x\rightarrow a\\y\rightarrow b}} f(x,y) = L ## means that for every ##\epsilon## > 0, there...
  5. D

    Comp Sci Fortran: How to work out if 3 variables make a right angled triangle

    Homework Statement I have a program which will sort out three inputted variables into order from lowest to highest. I now must get the program to work out if these 3 values could be the sides of a right angled triangle. Homework Equations I am going to use a^2+b^2=c^2 to solve...
  6. S

    Matlab: creating a table of equations using multiple variables

    Homework Statement I have an equation that looks like func=sin(pi*x*n)*sin(pi*y*m) I was wondering if there was any method (possibly involving for loops) where I could get a plottable function along xy for all the different combinations of n and m i.e. m= 1 n =1 so the function would be...
  7. ElijahRockers

    Engineering Inductor Circuit, separation of variables

    Homework Statement V_o varies as V(t) = 2000e^(-100t) volts for t > 0 i1(0) = -6A i2(0) = 1A thus i0(0) = 5A Find i0(t) for t > 0. I found Leq = 4H V(t) = L di/dt I separated variables and integrated, got 5e^(-100t) but the software is telling me it's wrong... supposedly the answer is...
  8. D

    Trapezoid - Calculus of Several Variables

    First time posting on this forum so let's see how this goes! Homework Statement The base B of a trapezoid increases in length at the rate of 2cm/sec and the top T decreases in length at the rate of 1cm/sec. If the height h is increasing at the rate of 3cm/sec how rapidly is the area A...
  9. A

    Max and Min of a function of four variables

    Homework Statement Find the maximum and minimum values of the function f(x,y,z,t)=x+y+z+t subject to the constraint x^2+y^2+z^2+t^2=400. Homework Equations I think the Lagrange multiplers can be used ∇f=λ∇g The Attempt at a Solution So I found ∇f=<1,1,1,1> and ∇g=<2x,2y,2z,2t> and...
  10. E

    Explain p.d.f. of the sum of random variables

    Hi, I need your help, Say we have two random variables with some joint pdf f(x,y). How would I go about finding the pdf of their sum?
  11. B

    Derivative with constant variables

    Derivative with "constant" variables Hi, I need some help figuring out this one situation that's got me thrown for a loop... not the first time, since my grasp of calculus is slippery at best. Homework Statement a and b are both positive constants Drag(D) = av^2+b/v^2 I'm trying to find the...
  12. I

    Placing random variables in order

    Hello Let's say we have some continuous i.i.d random variables X_1, \ldots X_n from a known distribution with some parameter \theta We then place them in ascending order X_{(1)}, \ldots X_{(n)} such that X_{(i)}, < X_{(i+1)}. We call this operation T(\mathbf{X}) where \mathbf{X} is our...
  13. dbmorpher

    Are Special Relativity variables transformable

    In the Equation E=hλ Could the variables be subsituted for other similar energy problems like E=mc2? Would then the energy of something be written as E=hm or E=λc2?
  14. A

    MHB Solving a Quadratic Equation with Two Variables

    Solve for $x$: $$4x^2 +4xy - 6y - 9 = 9 $$
  15. C

    Chain Rule in 2 variables

    Homework Statement Given that f(x,y) = g(r,\theta), where x = r\cos\theta and y = r\sin\theta, find formulae for \frac{∂f}{∂x} and \frac{∂f}{∂y} expressed entirely in terms of r, \theta, \frac{∂g}{∂r} , \frac{∂g}{∂\theta} . The Attempt at a Solution I said \frac{∂f}{∂x} =...
  16. M

    How to identify the state variables of a circuit?.

    Hi, it's me again, as you may know I've always have had a very hard time with circuit analysis. How can you possibly know which states variables are you suppoused to use in second or third order circuits?. Let's say you have to do the following exercise: If you want to obtain a...
  17. L

    Finding the limit for this function of two variables

    Homework Statement Ok I have this function: f(x,y)=\sqrt{4xy-3y^2} And then I have to find the limit:\lim_{h\rightarrow +0}{\frac{f(h,rh)}{h}} Where r \in [0;\frac43] Homework Equations The Attempt at a Solution Well I must admit that I do not really understand the notation of this limit...
  18. L

    Declaring the domain of a function of two variables.

    Homework Statement I have this function of two variables: f(x,y)=\sqrt{4xy-3y^2} Where I have to declare the domain of the function. Homework Equations Since you cannot take the square root of something negative, when dealing with real numbers. The square root has to be zero or...
  19. N

    Finding Volume triple integral by change of variables

    Homework Statement ∫∫∫V 9z2 dxdydz, where V is the solid defined by: -1≤x+y+3z≤1, 1≤2y-z≤7, -1≤x+y≤1 Homework Equations The Attempt at a Solution I did this using the bounds, 1/3(-x-y-1)<=z<=(1/3)(-x-y+1), -x-1<=y<=1-x, -3/2<=x<=1/2 but I think the answer is wrong is there a better way to do...
  20. N

    Double integral, change of variables or no

    Homework Statement ∫∫Se2x+3ydydx where S is the region |2x|+|3y|≤ 1 Homework Equations The Attempt at a Solution So I've done this two ways and gotten two different answers and I'm not sure which is right. I used change of variables where where u=3y+2x and v=3y-2x and I got an...
  21. Jalo

    Limit of a function of two variables

    Homework Statement Given the function Study its continuity Homework Equations The Attempt at a Solution I don't know how to solve this function. Normally I'd try to prove the limit doesn't exist by getting different results trough different ways. However, in this function...
  22. J

    How do you find the uncertainty in a function of two variables?

    I'm trying to make up an automatic spreadsheet for my Physics students so they can enter the data and see everything calculated for them, but I ran into a snag. I have two random variables, h and t with uncertainties Δh, and Δt, respectively. The uncertainty in h is simply estimated, based...
  23. tomwilliam2

    Discharging a capacitor, how variables change over time

    Homework Statement I have a parallel plate capacitor of area A, width d, potential difference V between the plates, and it is disconnected from the source of emf. A wire of resistance R is placed between the plates to allow a current to flow. Draw a sketch to show how the voltage, current and...
  24. B

    Analyzing 2D Fin Temperature with Separation of Variables

    Homework Statement We have a 2D fin that has length L (x-axis), and thickness t, (y-axis). The left side has a fixed temperature, the right side is insulated, and the top and bottom surfaces are subject to convection. Find an analytical solution for the temperature at steady state. Homework...
  25. D

    Solving limit problems for two variables

    I just encountered a limit-problem [1] which is supposed to lack a limit: x*y*e^(-(x+y)^2) as x^2+y^2 approaches infinity and e is the base of the natural logarithm. My approach was to express x and y in terms of polar coordinates, where x = r*cos(t) and y= r*sin(t). I got the following...
  26. P

    Why Might Plotting log c Against log d Not Be the Best Test for Proportionality?

    Hi, The question is the following: Another student proposes that c is proportional to d0.5 State a suitable graph that can be plotted to test this proposal. I suggested plotting log c = 0.5 log d. One of the answers the markscheme accepts is log c = log d Can anyone tell me why my...
  27. X

    Simple Gradient Question (funtion of two variables)

    Homework Statement Find the gradient of the function at the given point. Then sketch the gradient together with the level curve that passes through the point. g(x,y) = x2/2 - y2/2; (√2, 1)Homework Equations ∇f = (∂f/∂x)i + (∂f/∂y)jThe Attempt at a Solution ∇g = <x, -y> ∇g(√2, 1) = <√2, -1>...
  28. D

    MHB Verify Change of Variables for System of Equations w/ Constant Coefficients

    For the system of equations $$ \mathbf{x}' = \begin{pmatrix} a\cos 2t & a\sin 2t\\ a\sin 2t & -a\cos 2t \end{pmatrix}\mathbf{x}, $$ verify that under the change of variables: $$ \mathbf{x} = \begin{pmatrix} \cos 2t & \sin 2t\\ \sin 2t & -\cos 2t \end{pmatrix}\mathbf{u}, $$ the equations for $u$...
  29. M

    Separation of variables, laplace equation

    Homework Statement Two coaxial pipes(radius a) of the same diameter with a small gap between them are maintained at a potential difference V. By separation of variables and fitting coefficient, guess the potential within the pipe, near the gap. Homework Equations The Attempt...
  30. D

    Implicit functions in R2 vs. functions of two variables in R3

    Hello, I often encounter some confusion. For example, we have the equation for a circle of radius one given by: x2+y2=1 Now we can't express this as a function in R2 because it's a relation. however, we can still find derivatives like dy/dx or dx/dy using implicit...
  31. J

    Comp Sci Creating ifstream variables at run time in C++?

    How do you make a number of input file streams, one for each input file so that can copy/append the contents of these files to one output file? The number of input files is only known at run time and varies from run to run of the program. The input file names are first stored in a linked list...
  32. K

    Finding the maximum height given multiple variables

    Homework Statement A 4.27-kg object is thrown vertically upward from the surface of Mercury, where the acceleration due to gravity is g1 = 3.70 m/s2. The initial velocity is v1, and the object reaches a maximum height of y1. What is the maximum height, y2, if the object is thrown with a...
  33. B

    Problems with propagation of error for multiple variables

    please help by telling me whether my approach to solve the problems are right or wrong. please refer to the ATTACHMENT for the questions and my approaches... your help is highly appreciated!
  34. Q

    Find (∂V/∂T) of a Van der Waals Gas using variables?

    Find (∂V/∂T) of a Van der Waals Gas using variables? Evaluating a Derivative of the van der Waals Equation using the Cyclic Rule For the van der Waals equation of state: V-b(P+ a/v^2)=RT the derivative (∂V/∂T)p is difficult to obtain directly because finding an equation for V in terms...
  35. P

    Kinematics problem, don't know how to find unknown variables

    Homework Statement A rocket is shot straight up with an initial speed at 500 m/s. Homework Equations The equations the teacher went over beforehand were Yf = 1/2 A(T)^2 + Vi(T) + Yi Vf = A(T) + Vi The Attempt at a Solution So far I have Vf = (-9.8)(T) + 500 m/s Yf = 4.9T2 +...
  36. S

    Finding the curl in diffrent coordinates by transforming variables

    we have a well known and simple equation for curl in cartesian coo. now we want it in let's say cylindrical coordinates. question is...can we transform every thing to cylinderical and then use the formula for cartesian?I mean writing basis vectors of cartesian in terms of r and theta and z and...
  37. D

    How do i find the final velocity with 2 height variables and gravity

    1.A tennis ball is dropped from 1.3 m above the ground. It rebounds to a height of 0.956 m. With what velocity does it hit the ground? The acceleration of gravity is 9.8 m/s^2 (Let down be negative.) Answer in units of m/s 2.With what velocity does it leave the ground? Answer in units of m/s...
  38. S

    Combustion potato gun - Need associated variables, ideas and concepts.

    Hi Guys, I have a Year 11 Project weighted 15% of my year mark due in 5 weeks. For my project I've decided to build a classic combustion potato gun. This gun will consist of pvc piping, barrel, Lantern lighter, any other components and of course hairspray (combustion) Anyways It is still only...
  39. A

    Bernoulli Distribution/ Random Variables

    Homework Statement Take Ω = [0, 1] and P the uniform probability. (a) Give an example of two random variables X and Y defined on Ω that both have the same Bernoulli distribution with parameter θ = 1/3. (b) Give an example of such random variables that are independent, and not independent...
  40. K

    Separation of variables on 2nd order ode

    Hi all Quick one, if one had an equation y' = x on could simply separate the variables and integrate. Now it the equation y'' = x you would use separation of variables what drives this? Also y'' =0. Is the same as. y''dx =0 dx Why is this legal?Thanks in advance
  41. T

    Subtracting 2 Fractions with Variables to Exponents: Explained

    -2((1/((x^2 + 1)^2 )) - ((4x^2 )/(x^2 +1)^3 )) = 6x^2-2/(x^2+1) This is actually the last step of this problem. I understand everything they did up until here, but I'm a bit confused as to how they got from their last step, to the actual answer. Could someone explain?
  42. S

    Change of variables in a second order SDE

    Hello everyone! I am fairly new to SDE theory, so I'm sorry if my question may be a bit naive. I have the following coupled set of SDE:s d\phi = \frac{v - v_r}{R}d t + \frac{\pi}{\sqrt{t_c}}d W d v = A\cos(n\phi - \phi_w)d t + a_v d t + \sigma_v d W. W denotes a Wiener process, and the...
  43. camilus

    Top grad programs in several complex variables and complex geometry?

    I know UC San Diego is good, Rothschild and Ebenfelt are there, but are there any other ones that stand out in these and related fields? Thanks a bunch
  44. M

    Limitations of Comparing t/U and t^2/U Variables

    Let U and t be independent real variable. In the limit: t/U \rightarrow 0 Can I say that t^2/U \rightarrow 0 too? Or I can compare only same powers of both? Regards.
  45. I

    Solving for a variable in terms of two other variables

    solve the following equation for z in terms of x and y 3y^{2}+2yz-5z-2x=0 i've spent a lot of time on this question, but i keep getting something along the lines of 0=0 i tried solving for x in temrs of y and z to replace the x but i get 0=0 Homework Statement Homework Equations The Attempt at...
  46. M

    Mathematica Evaluate limit relation between variables in Mathematica

    Hello. How do I evaluate, in Mathematica, limits like this: "X+Y" when X is much bigger than Y, i.e., when Y/X->0. The unswer should be X+Y->X. Regards.
  47. G

    Measuring error analysis with 3 variables

    Homework Statement Consider the function F(xyz)=x^4+5y^4+2yz+3. Let the uncertainty in x be represented by the variable dx, the uncertainty in y be represented by the variable dy, and the uncertainty in z be represented by the variable dz. Find an algebraic expression for the uncertainty in...
  48. M

    Complex Variables Homework: Determine Set, Compute Derivative

    Homework Statement Determine the set on which f(z) = 1/(z^3 +1) is analytic and compute its derivative. Homework Equations Hint: you do not need to appeal to the Cauchy-Riemann equations The Attempt at a Solution Total stuck with this one. everything we have done this far has...
  49. C

    Question about parametrization and number of free variables

    Hey guys, how come when you have a parametric equation with two free variables it creates a surface, but when you have a parametric equation with one free variable it draws out a line? I sort of get it intuitively, one dimension is just a line, two dimensions is a plane, so I guess this sort of...
Back
Top