Questions regarding dummy variables

  • Context: Graduate 
  • Thread starter Thread starter Math451
  • Start date Start date
  • Tags Tags
    Variables
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 4K views
Math451
Messages
4
Reaction score
0
I am sorry guys I don't know how to edit latex stuff.



====


Is there anyone who can tell me why we are justified in using dummy variables when we are dealing with some inital problems?

suppose, some differential equation has a solution and has the intial condition.


[tex]y(t) = \int (p(t)) dt[/tex]

[tex]y(t_{0}) = y_{0}<br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> now suppose we cannot intergrate p(t), then my professor mentioned that<br /> <br /> we can introduce a dummy variable so that<br /> <br /> the variable becomes somelike s and the<br /> <br /> the upperbound becomes t and the lowerbound becomes [tex]t_{0}[/tex].<br /> <br /> <br /> <br /> <br /> <br /> My question is,<br /> <br /> what theorem says that the initial condition value of [tex]t_{0}[/tex]must be the lowerbound, once we introduce a dummy variable?<br /> <br /> Can we have the upperbound as [tex]t_{0}[/tex] and the lowerbound as t?<br /> <br /> if not, why can [tex]t_{0}[/tex] be only the lowerbound?<br /> <br /> <br /> <br /> The pace in my differential equation course is really fast, so we are far passed the point of thinking about the legitimacy of dummy variables in class but I am so frustrated that I don't quite have a firm understanding on this.<br /> <br /> I don't want to use dummy variables just because my professor tells me it is okay to do so.<br /> <br /> <br /> Please help me.<br /> <br /> Thank you.[/tex]
 
Last edited:
Physics news on Phys.org
Your post is basically unreadable and I can only guess at what is really bothering you. Since I think I know, I will take a shot at it. Apparently you have a differential equation with a solution written in the form:

[tex]y(t) = \int\ p(t)\, dt[/tex]

and which has initial condition:

[tex]y(t_0) = y_0[/tex]

and you are wondering why the solution can be written as:

[tex]y(t) = \int_{t_0}^t p(u)\, du + y_0[/tex]

Remember the fundamental theorem of calculus that says if F is any antiderivative of f, then:

[tex]F(b) - F(a) = \int_a^b\ f(u)\, du[/tex]

In the first equation above, y(t) is an antiderivative of p(t), so by the fundamental theorem of calculus:

[tex]y(t) - y(t_0) = \int_{t_0}^t\ p(u)\, du[/tex]

Since y(t0) = y0, put that in and solve for y(t) to get your equation.