I still have trouble with Dummy Variables

  • Thread starter Thread starter Saladsamurai
  • Start date Start date
  • Tags Tags
    Variables
Saladsamurai
Messages
3,009
Reaction score
7
I am reading a paper and I am coming across some usage of a dummy variable and it is becoming increasingly clear that I never really understood how to use these things. I will demonstrate once usage that I do understand and one that I do not. Let me also introduce the basic physics behind the equation since it might be of some help.

We have a closed chamber in the form of a sphere. It is filled with a fuel and oxidizer. A spark ignites the gaseous mixture at the exact center of the chamber. We assume that the resultant flame propagates spherically outwards until it hits the wall of the chamber. We also assume that the flame is is of negligible thickness. If we "freeze" the flame at some instant in time, it will divide the chamber into 2 parts: An "inner" sphere of burned gas and an "outer" sphere of unburned gas.

We will denote x to be the mass fraction of burned gas: x=mb/M, where M is the total mass M = mb + mu. Also, v is called the specific volume of the burned or unburned gas. It is defined as the volume per unit mass (inverse of density).

Here is the first equation that I DO understand (I think):

If we denote V as the total volume of gas (which is conserved) we have

V/M = \int_0^xv_b\,dx&#039; +\int_x^1v_u\,dx&#039; \qquad(1)[/tex]<br /> <br /> So in the above equation (1), x&#039; is the dummy variable. For some value of x we integrate the first term over x&#039; from 0 to x and the second term over x&#039; from x to 1. I get it.<br /> <br /> Here is the second equation I am a little lost on:<br /> <br /> The average temperature of the burned gas is given as<br /> <br /> \bar{T}_b = \frac{1}{x}\int_0^xT_b(x&amp;#039;,x)\,dx&amp;#039; \qquad(2)<br /> <br /> Now in (2), I have conviced myself that this is similar to (1) in that we &quot;fix&quot; some value of x, but then I do not understand why there is an x&#039; inside the argument of the function? It makes sense in the dx&#039; since we are integrating over in interval and at each infinitesimal sub-interval we are &quot;substituting in&quot; for dx&#039;. But in T<sub>b</sub>(x&#039;, x) it looks like it takes x&#039; as an argument.<br /> <br /> <br /> ~Any comments or thoughts on this?
 
Physics news on Phys.org
Tb has two inputs, x and x'. One is being integrated over, one is not. When calculating the integral x will just be treated as a constant. For example, if Tb=x&#039;e^{x}

Then we have \int_0^x x&#039;e^{x} dx&#039; = e^{x} \int_0^x x&#039;dx&#039; because x is treated as a constant inside the integral. In general of course it won't be so easy to get rid of the x's in the integral
 
Tb has two inputs, x and x'. One is being integrated over, one is not. When calculating the integral x will just be treated as a constant. For example, if Tb=x&#039;e^{x}

Then we have \int_0^x x&#039;e^{x} dx&#039; = e^{x} \int_0^x x&#039;dx&#039; because x is treated as a constant inside the integral. In general of course it won't be so easy to get rid of the x's in the integral
 
Office_Shredder said:
Tb has two inputs, x and x'. One is being integrated over, one is not. When calculating the integral x will just be treated as a constant. For example, if Tb=x&#039;e^{x}

Then we have \int_0^x x&#039;e^{x} dx&#039; = e^{x} \int_0^x x&#039;dx&#039; because x is treated as a constant inside the integral. In general of course it won't be so easy to get rid of the x's in the integral

I think that makes sense to me. I guess it was the fact that the actual function T(x',x) was not given. Though now that I think of it, if we put integration aside and speak only of the function Tb=x&#039;e^{x}, as you stated, then what does the 'dummy' variable x' mean without the context of an integration? I am trying to keep in mind the physical meaning of the function. Tb is the temperature of the burned gas when some fraction x of the gas has burned. But what does the x' represent now? Perhaps it is meaningless without an integration? That is, perhaps the function Tb itself has an integral? Perhaps something to the effect of Tb(x',x) = \int_{x_o}^x f(x&#039;)dx&#039;.

Just an idea. Thoughts?
 
Your proposed function doesn't actually depend on x' as a function, so it's unlikely. x' is a dummy variable in the integral, but should not be a dummy variable in Tb itself, unless you have something weird going on
 
Office_Shredder said:
Your proposed function doesn't actually depend on x' as a function, so it's unlikely. x' is a dummy variable in the integral, but should not be a dummy variable in Tb itself, unless you have something weird going on

Meh. I will never understand this. If I may back up a little: We were initially given that:

\bar{T}_b = \frac{1}{x}\int_0^xT_b(x&#039;,x)\,dx&#039; \qquad(2)

Which says to take the function T_b(x&#039;,x) and integrate it over x'. So you are telling me that you think that in this case, x' is NOT a dummy variable?
 
x' is a dummy variable in the integral. But just looking at the function

Tb(x,x')

It's a function that depends on two variables, x and x'. It's like if you integrate sin(v), v becomes a dummy variable, but just given the function sin(v) v is not a dummy variable
 
Back
Top