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)
 
The rope is tied into the person (the load of 200 pounds) and the rope goes up from the person to a fixed pulley and back down to his hands. He hauls the rope to suspend himself in the air. What is the mechanical advantage of the system? The person will indeed only have to lift half of his body weight (roughly 100 pounds) because he now lessened the load by that same amount. This APPEARS to be a 2:1 because he can hold himself with half the force, but my question is: is that mechanical...
Some physics textbook writer told me that Newton's first law applies only on bodies that feel no interactions at all. He said that if a body is on rest or moves in constant velocity, there is no external force acting on it. But I have heard another form of the law that says the net force acting on a body must be zero. This means there is interactions involved after all. So which one is correct?
Thread 'Beam on an inclined plane'
Hello! I have a question regarding a beam on an inclined plane. I was considering a beam resting on two supports attached to an inclined plane. I was almost sure that the lower support must be more loaded. My imagination about this problem is shown in the picture below. Here is how I wrote the condition of equilibrium forces: $$ \begin{cases} F_{g\parallel}=F_{t1}+F_{t2}, \\ F_{g\perp}=F_{r1}+F_{r2} \end{cases}. $$ On the other hand...
Back
Top