Question About Position, Velocity, etc. Fields

AI Thread Summary
The discussion centers on the definition of a velocity field as V = V(x,y,z,t), where x, y, and z are functions of time. The confusion arises from the necessity of including an additional time variable t, despite x, y, and z already being time-dependent. It is clarified that without passing t to the function V(), it cannot determine the correct values of x, y, and z at a specific time. The argument highlights the importance of including all dependencies in function signatures, emphasizing that V() does indeed depend on t. Overall, the inclusion of t is essential for accurately evaluating the velocity field at any given moment.
MaterialMan
Messages
3
Reaction score
0
Why in my textbook does it define a velocity field as V = V(x,y,z,t) where x, y, and z are functions of time.

I'm mixed up because if x, y, and z are functions of time, why does there need to be an additional time term t?
 
Physics news on Phys.org
I think is an argument passing convention thing...have you done any programming?

I know that as a human, you can easily see that x depends on time t, but if you call a function V() and you only pass the x, y and z functions (of time) and do no pass the time...how is the function V() supposed to know what time to evaluate the functions x(), y(), z()? And so, you need to pass the scalar t, as well.
 
gsal said:
I think is an argument passing convention thing...have you done any programming?

I know that as a human, you can easily see that x depends on time t, but if you call a function V() and you only pass the x, y and z functions (of time) and do no pass the time...how is the function V() supposed to know what time to evaluate the functions x(), y(), z()? And so, you need to pass the scalar t, as well.
I just...I don't even...Have you ever so far as to even go want if look more like?
 
Last edited:
I don't think you need a 't' in the brackets for all cases - for instance, where there is no acceleration. But, in general, the velocities may not be constant at all points x,y,z - so you need to specify the velocities at all points as they vary with time..
 
ha!...I really lost you or you really never followed.

o.k. another shot at it.

If V() depends on x() and x() depends on t...does V() depend on t?

And so, when you write the signature of a function, you need to include in its parameter list all the parameters it depends on...and so V=V(x,y,z,t)
 
Hi there, im studying nanoscience at the university in Basel. Today I looked at the topic of intertial and non-inertial reference frames and the existence of fictitious forces. I understand that you call forces real in physics if they appear in interplay. Meaning that a force is real when there is the "actio" partner to the "reactio" partner. If this condition is not satisfied the force is not real. I also understand that if you specifically look at non-inertial reference frames you can...
This has been discussed many times on PF, and will likely come up again, so the video might come handy. Previous threads: https://www.physicsforums.com/threads/is-a-treadmill-incline-just-a-marketing-gimmick.937725/ https://www.physicsforums.com/threads/work-done-running-on-an-inclined-treadmill.927825/ https://www.physicsforums.com/threads/how-do-we-calculate-the-energy-we-used-to-do-something.1052162/
I have recently been really interested in the derivation of Hamiltons Principle. On my research I found that with the term ##m \cdot \frac{d}{dt} (\frac{dr}{dt} \cdot \delta r) = 0## (1) one may derivate ##\delta \int (T - V) dt = 0## (2). The derivation itself I understood quiet good, but what I don't understand is where the equation (1) came from, because in my research it was just given and not derived from anywhere. Does anybody know where (1) comes from or why from it the...
Back
Top