Variables Definition and 1000 Threads

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

    Solve PDE by separation of variables

    Homework Statement Solve ∇2T(x, y) = 0 with boundary conditions T(0, y) = T(L, y) = T0 T(x, L/2) = T(x, -L/2) = T0 + T1sin(πx/L) Homework EquationsThe Attempt at a Solution Set T(x, y) = X(x)Y(y) Then ∇2T(x,y) = (∂2X/∂x2) Y + (∂2Y/∂y2) X = 0 Rearrange to find two separate ODEs: d2X/dx2 =...
  2. B

    2nd derivative change of variables

    Let's say ##f(x)=ax^2##. Then ##d^2f/dx^2=2a##. Now we can make the change of variables ##y\equiv\sqrt ax## to give ##f(y)=y^2##. Then ##d^2f/dy^2=2##. It follows that ##\frac{d^2f}{dx^2}=a\frac{d^2f}{dy^2},## but I can't replicate this with the chain rule. I would put...
  3. H

    Exploring Loop Variables: Understanding the Role of Photons in Closed Flux Loops

    Loop variables: A line of force or flux that is closed to form a loop. Can a Photon be a line of force or flux that closes to form a loop?
  4. J

    Applied Systems of 1st order PDEs with many independant variables?

    Does anyone know of any books or online resources that do a good job discussing systems of linear 1st order PDEs with several (more than 2) independent variables? I am not a mathematician, but can handle graduate level classical physics with the associated applied math. Analytical and...
  5. I

    How to create a matrix with variables?

    Hello, I am kind of new to Matlab so the questions I will ask probably sound a bit basic. Anyways, here goes: I want to create the matrix below which has both constants and variables. How can I do this? I know how to create a normal matrix (e.g. B = [1 0 2; 3 4 5; 0 2 3]) but I don't know how...
  6. DOTDO

    Are q and q' dependent variables in Lagrangian or not?

    Hi. I have thought that the variables q and q' in L = L(q, q') are independent. (q' = dq/dt) Of course q and q' are functions of time t , but they are only dependent in terms of t . However, in the sight of general(or abstract? I mean, not specific) functional L(q, q'), q and q' are just...
  7. naima

    Fourier transform with complex variables

    I found this formula in a paper: \int exp( \frac{x1 + i x2}{ \sqrt 2} \eta^* - \frac{x1 - i x2}{ \sqrt 2} \eta) D(\eta)/ \pi d^2 \eta the author calls it the Fourier transform of D. It is the first time thar i see this formula. How common is this notation? Can we use it without problem?
  8. S

    What variables affect the amplitude and equilibrium of waves and springs?

    What variables are maximum at amplitude and equilibrium? What variables are minimum at amplitude and equilibrium? I'm confused about this topic... I know KE is max at equilibrium and PE is max at amplitude.
  9. karush

    MHB *Simultaneous equation 4 variables

    Solve the following system for x and y in terms of a and b where $ab\ne - 1$ $\left\{{\frac{x+y-1}{x-y+1}=a \atop\frac{y-x+1}{x-y+1}=ab}\right.$ Answer is $x=\frac{a+1}{ab+1}\\y=\frac{a\left(b+1\right)}{\left(ab+1\right)}$ I tried for a hour and? Noticed the denominators were = but?
  10. matt_crouch

    Whittaker's solution and separable variables

    So It is well known that the 2D solution to the Laplace equation can be obtained by changing to complex coordinates ##u=x+iy## and ##v=x-iy##. This can be extended to n dimensions as long as the complex coordinates chosen also solve the Laplace equation. For example in 3D...
  11. B

    Taylor expansion with multi variables

    I was reading a book on differential equations when this(taylor expansion of multi variables) happened. Why does it not include derivatives of f in any form? The page of that book is in the file below.
  12. M

    Limit of function with two variables

    I have a question for determining the limit of a function with two variables. My textbook says that the limit (x,y)->(0,0) of 4xy^2/(x^2+y^2)=0. This is true if we evaluate the limit if it approaches along the x-axis (y=0) or the y-axis (x=0) or any line on the plane y=kx. I am wondering if...
  13. 22990atinesh

    Solving recurrence by changing variables

    Consider the below recurrence ##T(n) = 2 T(\sqrt(n)) + \log n## substituting ##\log n = m \implies n = 2^m## ##T(2^m) = 2 T(2^{\frac{m}{2}}) + m## substituting ##S(k) = T(2^m)## I'm getting below equation ##S(k) = 2 S(\frac{k}{2}) + m## How can I change 'm' to 'k' in above equation.
  14. E

    Variables definition in Euler's introduction to analysis

    In his book, Euler gives the definition of a variable to be : "A variable quantity is an indeterminate or universal quantity, which includes within itself all completely determined values." What does he mean exactly in the last part of the sentence?
  15. morrobay

    Hidden variables and Bell's inequality

    [Mentor's note: Moved from a thread about field theories as this is just about the basic meaning of the theorem for ordinary entangled particles]] Suppose that there are photon spin outcomes that are pre existing from entanglement or from local hidden variables. For every detector angle...
  16. D

    Definable relationships between 4 variables with 2 equations

    Hi, I saw a derivation in a book and I don't see the logical connection. Suppose 1.\ \ a=b \text{ and } 2.\ \ x=y Then 3.\ \ a-b= \lambda (x-y) makes sense to me since 0=\text{Anything}⋅0 However they said "similarly" 4.\ \ a+b= \mu (x+y) , and this I don't understand. To me a+b= 2a...
  17. E

    Partial differentation of two variables

    We have a function: ##\phi'(t',x')##. We want to find: ##\frac{\partial\phi'}{\partial x}##. I know that the answer is: ##\frac{\partial\phi'}{\partial x} = (\frac{\partial\phi'}{\partial t'} \cdot \frac{\partial t'}{\partial x}) + (\frac{\partial\phi'}{\partial x'} \cdot \frac{\partial...
  18. C

    Thermodynamic Potentials in Proper Variables

    Homework Statement A solid has energy (for one mole): ##U_1 =\frac{S^2}{a_1}+b_1V(V-2V_0)## Write H, F, and G in terms of their proper variables. Homework Equations Maxwell's relations and H=U+PV F=U-TS G=U-TS+PVThe Attempt at a Solution [/B] H, for example: I have tried writing dV as a...
  19. TheMathNoob

    Functions of two or more random variables

    Homework Statement Supposethat X1and X2 are .random variables and that each of them has the uniform distribution on the interval [0, 1]. Find the p.d.f. of Y =X1+X2. Homework Equations Find cdf of Y and then the pdf The Attempt at a Solution the joint pdf would be f(x1,x2)= 1...
  20. Mr Davis 97

    Multiplying or dividing an equation with variables

    I need to get something cleared up. Let's say we have the equation ##x = 1##. For this equation, the solution set is {1}. However, if I do the valid operation of multiplying both sides by x, we get ##x^2 = x##. Now the solution set is {0, 1}. Additionally, if I take the original equation and...
  21. C

    Why are the variables different in Hibbeler's Dynamics?

    I am currently in a college dynamics class, and we are discussing energy and work. In other classes(calculus or physics), we have represented work, potential energy, and kinetic energy with the variables W, K, and U (respectively). However, in my dynamics book, these are represented using the...
  22. C

    Solving a system of equations for four variables

    Homework Statement Consider the polynomial ##p(x) = x^4 + ax^3 + bx^2 + cx + d##, where a, b, c, d ∈ ℝ. Given that 1 + i and 1 - 2i are zeroes of p(x), find the values of a, b, c and d. Homework EquationsThe Attempt at a Solution Since 1 + i and 1 - 2i are zeroes, I believe it follows that 1...
  23. TheMathNoob

    Random variables (probability)

    Homework Statement I have the joint cdf of two random variables X and Y and they ask me to find the cdf of just Y. I know that you just take the limit of the cdf as x->infinity, but I am just wondering if you can also do this by calculating the joint pdf and then the marginal of Y and then from...
  24. M

    MHB Maximizing Profit Function Of Two Variables

    Yes, please help me solve! Explain it very explicitly with equations and not just text. 1) Find the combination of K and L that ensures the maximum profit and find the maximum profit. The profit is given by the following function:where:
  25. X

    Contour Integration: Action Angle Variables (Mechanics)

    I only really need help evaluating the contour integral. I added more detail for completeness. 1. Homework Statement A particle of mass ##m## is constrained to move on the ##x## axis subject to the following potential. V(x)=a \sec^2\left( \frac{x}{l} \right) Find the action angle variables...
  26. L

    Error propagation with dependent variables

    Homework Statement Based on Microdosimetry theory, trying to figure out error propagation for a lot of quantities that are produced from radiation spectra. I am having trouble finding information on how to calculate and propagate errors when the quantities in my equations are not independent...
  27. W

    Marginal PMG of of 2 random variables with Joint PMF

    Homework Statement Consider two random variables X and Y with joint PMF given by: PXY(k,L) = 1/(2k+l), for k,l = 1,2,3,... A) Show that X and Y are independent and find the marginal PMFs of X and Y B) Find P(X2 + Y2 ≤ 10) Homework Equations P(A)∩P(B)/P(B) = P(A|B) P(A|B) = P(A) if independent...
  28. T

    Absolute extrema function of 2 variables

    Homework Statement I need to find the absolute extrema of the function in the specified region f(x, y) = x^2 + xy R = {(x,y): |x|<=2, |y|<=1}The Attempt at a Solution The first partial derivatives are fx(x,y) = 2x+y and fy(x,y) = x They are both 0 only when x and y are both 0. So...
  29. W

    Solve PDE with separation of variables

    Homework Statement The wave equation for ψ(t, x) in 3D is ##\frac{\partial ^2 \psi}{\partial t^2}## - Δ ##\psi =0## Let ϒ(x) satisfy Δϒ = λϒ where λ<0. The x is in bold presumably to indicate it is in 3D, so represents also y and z? Show there is a solution of the form ψ(t, x) = sin(ωt)ϒ(x)...
  30. W

    How to Separate the Wave Equation into Three ODEs Using Separation of Variables?

    Homework Statement The wave equation for ψ=ψ(t,x,y) is given by ##\frac{\partial ^2 \phi}{\partial t^2} - \frac{\partial ^2 \phi}{\partial x^2} - \frac{\partial ^2 \phi}{\partial y^2}## Use separation of variables to separate the equation into 3 ODEs for T, X and Y. Use the separation...
  31. W

    Can All Differential Equations Be Separated?

    I just wanted to check something. The equation ∂2φ / ∂x2 + ∂2φ / ∂y2 = sin(xy) Was given as an example of a separable equation. I can't separate it, and I found online that to use separation of variables the equation should be linear, which this isn't? Is there a way of separating this?
  32. B

    Linear kinematics problem with limited variables.

    A rock is dropped from a cliff of height h. At the same time a rock is thrown straight up from the bottom with an initial velocity. Assuming they meet, at what time will they meet. V1 = 0 A = -9.82 Thats all you have across both rocks... is this even possible. You probably have to do some...
  33. T

    Can't remember how to solve equation with two variables

    Umm from memory I used to use...that triangle: 1 1 1 1 2 1 1 3 3 1 Fibonachii was it? Pathetic I can't even remember the name. To factorise...or was it expand...polynomials...anyway, I don't think that's elevant here. My question is; I had an...
  34. C

    Constants and variables (the very basics)

    Variable; A symbol for a number we don't know yet. It is usually a letter like x or y. Example: in x + 2 = 6, x is the variable. [mathsisfun.com] Q. Why is it called the variable? This seems to me to imply that its value varies. In the above example it seems to me to simply be the unknown...
  35. A

    3D graph plot of a function of multiple variables.

    I am searching for a site that enables me to plot a function of multiple variables in 3D form. Say f(x1,x2,x3,x4) and I wish to plot this function as a 3D graph for x1 and x2 where x3 and x4 are kept constant.
  36. S

    Conceptual Problems with Random Variables and Sample Theory

    Hi I'm having a few conceptual difficulties with random variables and I was hoping someone could clear up a few things for me: 1) Firstly, what exactly do we mean when we say that two random variables X and Y are equal. I understand what identically distributed means, but my difficulty is with...
  37. 0

    Consequences of Choosing Incorrect Variables in BuckinghamPi

    This question arose as I was studying mathematical modeling in fluid mechanics. It was posted to math.stackexchange, but there a was a lack of response, probably due to the applied nature of the problem. One form of the Buckingham Pi Theorem says that for nn variables with kk dimensions, the...
  38. S

    Selecting Variables for Equation Building - Fastest Observed Velocity of Matter

    Hello! I'm in the process of simplifying an equation at the moment. The question I have is: How do you select the variables when building an equation? For instance if I'm trying to explain "fastest observed velocity of matter" which letter or symbol do I use? Is there a list somewhere I'm...
  39. S

    Separation of variables and potential

    Homework Statement A potential satisfies ##\nabla^2 Φ = 0## in the 2d slab ## -\inf < x < \inf ##, ##-b < y < b ##, with boundary conditions ## Φ(x, +b) = +V_s(x)## on the top and ##Φ(x, b) = -V_s(x)## on the bottom, where[/B] ##V_s (x)= -V_0 for -a<x<0## ##V_s (x)=+V_0 for 0<x<a## (a) what...
  40. M

    Finding two variables in projectile motion

    Homework Statement You are the chief of the Angry Birds (Google it, if you don’t know the reference...it’s not important). You can shoot red birds from a catapult, and they will fly as projectiles under the effect of gravity. Gravity points downwards and has magnitude g = 9.80 m/s2 . Your goal...
  41. yango_17

    Domain and range of a function of several variables

    Homework Statement Find the domain and range of the following function: f(x, y) = ln(x+y) Homework EquationsThe Attempt at a Solution I know that the natural log ln(x) is only defined when x>0, so does that mean that ln(x+y) is only defined when x+y>0? Also, would the range just be all positive...
  42. V

    MHB Help Understanding Probability: Random Variables & Coin Flips

    I'm going through examples in my textbook in probability and found one that I just can't follow, so I'm wondering if someone might be able to help me. Ex: If the sample space corresponds to flipping three different coins, then we could let X be the total number of heads showing, let Y be the...
  43. S

    Separation of Variables Problem

    Homework Statement A square is made up of four plates with a potential of zero on the top and bottom plates at (x,L/2) and (x,-L/2), and a potential of cos(πy/L)+cos(3πy/L). Find the potential and electric fields inside the square. The Attempt at a Solution I start with...
  44. Math Amateur

    MHB Software for Graphing Polynomials in Two Variables

    Does anyone know any very simple to operate (intuitive) software for graphing polynomials in two variables. If the software allows you to plot two polynomials simultaneously then all the better ... Be a bonus if it allowed the finding of zeros also ... Peter
  45. A

    Change of variables jacobian limits

    ## \int_{0}^{∞}\int_{0}^{∞} \frac{x^2+y^2}{1+(x^2-y^2)^2} e^{-2xy} dxdy ## ##u= x^2-y^2## ##v=2xy##I tried to find the jacobian and the area elements, I found it to be ## dA = \frac{1}{v} du dv ## I'm having problem finding the limits of u & v and getting rid of ##x^{2}+y^{2}##.
  46. R

    C/C++ C++ Variable Transfer Help - Ask for Advice

    I am just getting into C++ and I would like to ask you guys for some help regarding transferring variables form one function to another. Is there any way I can declare a variable such that it can be referenced and changed throughout all the programs functions? Thanks.
  47. Jimster41

    B Second Law and "Hidden Variables"

    Does QM uncertainty cause/explain the Second Law of Thermodynamics? If so is entropy the contribution of hidden variables, to our classical world? How about negentropy? http://arxiv.org/abs/quant-ph/0605031 Irreversibility in Collapse-Free Quantum Dynamics and the Second Law of Thermodynamics...
  48. K

    Maple Partially Factor Lengthy Expression w/ Maple - Positive Real Numbers

    I need to show that the following expression, $$a^3b-a^3c+a^3z+a^3x+a^3y-a^2bx+a^2by+a^2cx-a^2cy-a^2zx+a^2zy-a^2x^2+a^2y^2-abcz-abcx-aczx-acx^2+b^2c^2+2bc^2x+c^2x^2-b^2c-2bcx-cx^2,$$ is positive given that: $1.$ $\ a,b,c,x,y,z$ are positive real numbers $2. \ \ a>b+x$ $3. \ \ c<b+y$ I...
  49. B

    Polynomial system of 6 variables

    U = A a² V = 2 A a b W = A b² u = 2 A a c + B a v = 2 A b c + B b w = A c² + B c + C I'd like to solve this system for A, B, C, a, b, c. Is it possible!?
  50. G

    "Common" relativistic variables.

    So the thing I have issues with in this problem is that it's about 2 particles traveling relative to each other. Been going though the basics of relativity, relativistic lengths, times, kinetic energy, work and force. But this problem states two particles and I'm not sure how to approach it. The...
Back
Top