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.
Homework Statement
Isolate for the angle. Do not sub in numbers, isolate the angle, θ . Use of trig identities required.
Homework Equations
m_{2}g=m_{1}gsinθ-μm_{1}gcosθ
We are given the trigonometric identities:
The Attempt at a Solution
I have attempted everything from squaring both...
Hi,
I am struggling trying to find the (equation of the) pdf of the sum of (what I believe to be) two non-central chi-squared random variables.
The formula given on wikipedia (http://en.wikipedia.org/wiki/Noncentral_chi-squared_distribution) shows that the random variable associated with...
Homework Statement
Two RVs X1 and X2 are continuous and have joint pdf
f_{X_1,X_2}(x_1, x_2) = \begin{cases} x_1+x_2 &\mbox{for } 0 < x_1 < 1; 0 < x_2 < 1
\\
0 & \mbox{ } \text{otherwise}. \end{cases}
Find the pdf of Y = X_1X_2.Homework Equations
I'm using the transformation "shortcut' that...
Homework Statement
Let us choose at random a point from the interval (0,1) and let the random variable X_1 be equal to the number which corresponds to that point. Then choose a point at random from the interval (0,x_1), where x_1 is the experimental value of X_1; and let the random variable...
Homework Statement
Homework Equations
Y=1/2*(X1-X3)^2+1/14*(X2+2X4-3X5)^2The Attempt at a Solution
For (a) part, I have only learned to find the moment-generating function of Y, but not finding the p.d.f.
Moreover, the examples I have seen only involves random variables Xi to the power 1, but...
\[
\alpha^2T_{xx} = T_t + \beta(T - T_0)
\]
where \(\beta\) is a constant and \(T_0\) is the temperature of the surrounding medium. The initial temperature distribution...
Homework Statement
By changing variables from (S,t,V) to (x,\tau,u) where
\tau = T - t,
x = \ln\left(\frac{S}{K}\right) + \left(r - \frac{\sigma^2}{2}\right)(T-t),
u=e^{r\tau}V,
where r, \sigma, \tau, K are constants, show that the Black-Scholes equation
\frac{\partial V}{\partial t} +...
Homework Statement
Using the technique involving variable separation, solve the following differential equation and use the initial condition to find the particular solution
\frac{dy}{dt} = \frac{1}{y^{2}} y(0) = 1
Homework Equations
The Attempt at a Solution
To be honest...
Homework Statement
lim (x,y)\rightarrow(0,0) f(x,y)=2*x/(x^{2} + x +y^{2})
Homework Equations
used different paths like y=k*x ,where k is a constant and y=k*x^2
The Attempt at a Solution
Got an answer 2 but solution says does not exist. Can anybody convince me that why limit does...
I need to find the f'(x) when f(x)= A/B+C (ex)
so I used the quotient rule to get:
(B+Cex)(1) - A(B+Cex)/(B+Cex)2
is this right so far? and if it is, how do I simplify it more?
Quantum Phys Homework:
I am given a function:
$$f(x)=\frac{1}{10}(10-x)^2\,;\,0\leq{x}\leq{10}$$
and
$$f(x)=0$$
for all other \(x\).
I need to find the average value of \(x\) where
$$\bar{x}=\frac{\int_{-\infty}^{\infty}x\,f(x)\,dx}{\int_{-\infty}^{\infty}f(x)\,dx}$$
I am not really even sure...
Solve the DE by using separation of variables
\frac{dy}{dx} = e^{3x+2y}
Break up e^{3x+2y} = e^{3x}e^{2y} Move x's and y's to their own side of the equation.
\frac{1}{e^{2y}} dy = e^{3x} dx
Integrate both sides of the equation to get \frac{-e^{2y}}{2x}=\frac{e^{3x}}{3}+C
I don't know how to...
Solve the differential equation by separation of variables
x \frac{dy}{dx} = 4y
becomes \frac{1}{4y} dy = \frac{1}{x} dx Integrate to get
\frac{1}{4} \ln{|y|} = \ln{|x|}+C
I'm stuck here because I want to raise e to the power of both sides of the expression like
e^{ \frac{1}{4} \ln{|y|}} =...
Homework Statement
Three yearly losses.
First: Exponential
Second & Third: Weibull
Losses are independent.
Find the 95% VaR of the min loss
Homework Equations
The Attempt at a Solution
My first thought was:
Let L be total loss, A be first Loss, B be second loss, C be third...
Hi all,
Suppose I declare X in the main program.
Then in the following subroutine:
Call example(list of arguments)
------------------------------------
subroutine example(list of arguments)
x=y+z
end subroutine
-------------------------------------
I have two options:
(a)...
i have a simple enough question
Find the MGF of a continuous random variable with the PDF:
f(x) = 2x, 0<x<1
I understand MGF is calculated as:
$$M(S) = \int_{-\infty}^{+\infty} e^{Sx} f(x)dx$$
which would give me
$$\int_{-\infty}^{+\infty} e^{Sx} 2xdx$$
but how would i compute this...
Let $p(x,y)$ and $q(x,y)$ be two polynomials with coefficients in $\mathbb R$. Define $P=\{(a,b)\in\mathbb R^2 : p(a,b)=0\}$ and $Q=\{(a,b)\in \mathbb R^2:q(a,b)=0\}$. Now assume that there is a sequence of points $(x_n,y_n)$ in $\mathbb R^2$ such that:
1. $(x_n,y_n)\to (0,0)$.
2. $(x_n,y_n)\in...
Consider the following solution to the steady state heat diffusion problem on an infinite y domain.
\[
T(x, y) = \sum_{n = 1}^{\infty}c_n\exp\left(-\frac{\pi n}{\ell} y\right)
\sin\left(\frac{\pi...
Homework Statement
In the problem, we are to consider two candles, call them C1 and C2, with different heights and different thicknesses. Call the height of C1 H1, and for C2, call it H2. The taller candle burns can burn for 7/2 hours, and the short one, 5 hours. After two hours lapses, the...
Okay so I am working on this problem:
Solve xu_t + uu_x = 0 with u(x, 0) = x.(Hint: Change variables x \rightarrow x^2.)
However, I am not sure how to use the change of variables hint that is given or why it is needed. My thinking is that I could just use the method of characteristic as normal...
I wanted to do this integral $$\int_a^b \frac{dx}{1-x^2} $$ and I was able to get the right answer with the substitution u=ix, where i is the square root of -1.
But is this a valid mathematical procedure? $$\int_a^b \frac{dx}{1-x^2}=i \int_{-ia}^{-ib} \frac{du}{1+u^2}$$
Do those limits...
Hello, I was looking at Riley's solution manual for this specific problem. Along the way, he ended up with a quadratic inequality:
If you looked at the image, he said it is given that λ is real, but he asserted that λ has no real roots because of the inequality. Doesn't that mean λ is...
This is the statement, in case you're not familiar with it.
Let ## f_j(w,x), \; j=1, \ldots, m ## be analytic functions of ## (w,z) = (w_1, \ldots, w_m,z_1,\ldots,z_n) ## in a neighborhood of ##w^0,z^0## in ##\mathbb{C}^m \times \mathbb{C}^n ## and assume that ##f_j(w^0,z^0)=0, \...
Invariably in the lay literature when it comes time to show that EPR hidden variables are incompatible with QM, Bell's Theorem is invoked (e.g. Greene's "Fabric of the Cosmos", Zeilinger's "Dance of the Photons", Rosenblum's "Quantum Enigma", ...).
I don't see why a simple application of...
Homework Statement
dL/dp = L/2, L(0) = 100. Find the solution to the differential equation, subject to the given initial condition. My textbook says the answer is L = 100ep/2, but I don't know how to get that answer (or e for that matter).
Homework Equations
?
The Attempt at a...
Hi there,
I have an equation below for the cost of energy for a house per hour. The house has an energy storage system (i.e.a very large battery) installed. You can charge the battery up and energy from the battery can be used to power the building. For example you can charge the battery...
Homework Statement
I'm stuck at one of the derivations for relativistic energy. I've figured out every other single step, but I just can't wrap my head around this one:
Prove that:
{\frac{d}{dt}} {\frac {mu} {\sqrt{1-u^2/c^2}}} = {\frac {m {\frac{du} {dt}}} {(1-u^2/c^2)^{3/2}}}...
(9x)^-1/2
So, I'm not entirely sure how to go about this question.
It's got a negative exponent, so I assume its 1 / something.
My guess for the answer would be:
1 / 3x
[(25xy)^3/2] / x2y
For this question, would I compute 253/2 and then x3/2 y3/2 and then divide by x2y
This is not a homework question but I project I am working on and need someone with more mathematical prowess than myself. I am using a computer program to draw random numbers from two independent distributions, x1 and x2, for two different cases and I want to establish a theoretical...
Equation found in previous question is #: x''=gsin(a)-b(v^2)
1. Rewrite the equation # as a differential equation for v as a function of x.
2. Solve the equation to find v as a function of x.
Relevant equations: v=x'=dx/dt, x''=v'=a=dv/dt
Attempt at 1: Using the relevant equations you can...
Can someone conceptually explain to me how Temperature and Entropy are conjugate variables?
I would imagine that Temperature and Internal Energy would be more appropriate, as I understand Heat flow causes changes in Internal Energy, some of which is used to change the translational motion of...
Homework Statement
Find the maxima and minima of:
f(x,y)=(1/2)*x^2 + g(y)
g∈⊂ (δ⊂ ℝ )
in this region
Ω={(x,y)∈ℝ2 / (1/2)*x^2 + y^2 ≤ 1 }
hint: g: δ⊆ ℝ→ℝ
The absolute min of f in Ω is 0
The absolute max of f in Ω is 1
Homework Equations
The Attempt at a Solution
I have the...
I am currently reading Calculus Made Easy by S. P. Thompson, and the author's idea of what it means for a variable to "vary" seems fundamentally different from my own, so I was hoping someone could help me correct my understanding. Here is the excerpt I'm having trouble with:
Those...
Hi,
I understand the transformations of variables concept, getting the Jacobian and so on, but I am having trouble with defining the support sets. For example, given that I have a joint pdf of x and y to be xy, and a new variable U=X/Y and V=XY, I get the X=sqrt(UV) and Y=sqrt(V/U), where x...
Is there a general formula for (total) derivatives of functions of the form f(xy(x)+z(x)?
I tried the most simple function of that form f(xy(x)+z(x))=xy(x)+z(x) and the formula I got was \frac{\partial f}{\partial x}+\frac{\partial f}{\partial y} \frac{dy}{dx}+\frac{\partial f}{\partial...
write a linear equation in 3 variables that is satisfied by all 3 of the given ordered triples
$(1,1,1), (0,2,0), (1,0,0)$
the examples in book are all on the $ax+by+cz=d$ equation but with just ordered triples there is no $d$ or can it be found from them... otherwise I would solve this by...
Hello,
I have a simple question regarding changing variables in a conditional distribution.
I have two independent variables
r \in \mathbb{R}, r>0 \\
t \in \mathbb{I}, t>0
where r is "rate" (can be any positive real number although most likely to be around 1) and t is "time" (positive...
Are they always independent from each other so that you can multiply their E[X] together to form another E[X] with the same distribution and pmf or pdf?
Hello, I'm getting slightly confused by the following so was hoping someone may be able to clear my problem up.
For integrals, if b is the upper limit and a is the lower limit, I will write ∫[b,a].
From the Fundamental Theorem of calculus part 1 we can show that:
if
F(x) = ∫[x,a]...
Hi all,
I need Explanation on the attached image from Van Dalen's Logic and Structure; specially on how the red part follows from the lines before it!
Regards.
I'm having troubles with PDE.
Apply separation of variables, if possible, to found product solutions to the following differential equations.
a)
x\frac{\partial u}{\partial x}=y\frac{\partial u}{\partial y}
I suppose that:
u=X(x) \cdot Y(y)
Then:
xX'Y=yXY'
xX'/X=yY'/Y
So xX'/X=yY'/Y=c because...
Homework Statement
Let
D=\{ (x,y)\in\mathbb{R}^2:x+y< 1;0< y< x\}
calculate \int_{D} e^{-(x+y)^4}(x^2-y^2) through an appropriate change of variables
Homework Equations
\int_{D} f *dxdy=\int_{D} f*Jacobian*dudv
The Attempt at a Solution
I've tried x+y=u and x-y=v...
Homework Statement
Given a sequence of independent random variables {X_n}, each one with distribution Exp(1). Show that Y_n = \displaystyle\frac{X_n}{\log(n)} with n \geq 2 converges to 0 in probability but it doesn't coverges almost surely to 0.
Homework Equations
Density for each X_n...
Hey everybody
I'm developing a computer program that can take a series of data-points and estimate the next local maximum(top) of a sine-curve.
My approach to this is to take the formula for a sine-function(f(x)=Asin(\omega x - \phi) + B), and isolate all the variables, and that way I'll...
Hi all;
I need some clarification in red part; in how it is deduced from the theorem 2.5.6!
I know how the blue is deduced from the theorem but don't even know how to get blue form red in practice!(No algorithm is suggested...)
Anyway, any explanation is thanked...
Regards.
So I have a list of variables, defined in my workspace, and I'm trying to access them each in turn to compare them to a larger matrix A. The eval function calls each variable in turn, stores it under temporary matrix B, then compares it to matrix A, does the necessary calculation, and stores it...