What does 'velocity is derivative of distance' mean?

  • Thread starter Thread starter Zach Forney
  • Start date Start date
  • Tags Tags
    Derivative Mean
AI Thread Summary
The discussion centers on the interpretation of the equation v = dx/dt, which represents velocity as the derivative of position with respect to time. It emphasizes that velocity is a vector quantity, defined as the limit of the average velocity over a time interval as that interval approaches zero. Participants clarify that the slope of a distance vs. time graph represents speed, while velocity includes direction, making it a vector with components in three dimensions. The conversation also touches on the importance of understanding space-time models in physics, particularly in defining motion and velocity accurately. Overall, the thread highlights the mathematical foundations of velocity and its representation in physics.
Zach Forney
Messages
2
Reaction score
0
What does v equals dx/dt mean? I interpret v as: the limiting value as a vanishingly small value for time t (dt) goes to 0. Or lim as dt-->0 of dx/dt.
 
Physics news on Phys.org
Zach Forney said:
What does v equals dx/dt mean? I interpret v as: the limiting value as a vanishingly small value for time t (dt) goes to 0. Or lim as dt-->0 of dx/dt.

I believe that would be instantaneous velocity. In general, if the equation for position vs time is X= T2 +B, where B is a constant and T is the variable for time, then the equation for the velocity is the derivative: V = 2T
 
Thank you for the reply
 
Velocity is a vector, defined as the derivative with respect to time of another vector: displacement, r, (from a given point). The idea is that we take a time interval, \Delta t, centred on the particular time instant, t, that we're interested in, and consider \Delta \mathbf r, the change in r over the time interval \Delta t. The mean velocity over \Delta t is then defined by
\mathbf{v_{mean}} = \frac{\Delta \mathbf{v}}{\Delta t}.
The velocity, v, at time t is defined as the limit of the mean velocity over \Delta t, as \Delta t tends to zero.
 
Zach Forney said:
What does v equals dx/dt mean?

In plain English.. The slope of the graph of distance vs time.
 
Fine if v is the component of velocity in a given direction, but if v is velocity in its general, vector, sense, it has components in three dimensions, so it's hard to see what single graph it would be the slope of.
 
Philip Wood said:
Fine if v is the component of velocity in a given direction, but if v is velocity in its general, vector, sense, it has components in three dimensions, so it's hard to see what single graph it would be the slope of.

Hmmm. Perhaps it would be the derivative of the magnitude of the displacement wrt time, which you would then multiply by the displacement's unit vector?
 
Drakkith said:
Hmmm. Perhaps it would be the derivative of the magnitude of the displacement wrt time, which you would then multiply by the displacement's unit vector?
Absolutely not - this would imply that velocity is always directed exactly away from the origin.
 
  • #10
Philip Wood said:
Fine if v is the component of velocity in a given direction, but if v is velocity in its general, vector, sense, it has components in three dimensions, so it's hard to see what single graph it would be the slope of.

If you have components of ##\vec v##, then those components are slopes in the corresponding position-coordinate-vs-time graphs. In three-dimensions, you have three such graphs.
If you want to visualize ##\vec v## vectorially in a single "graph", you can visualize it in space (or spacetime) as certain tangent-vectors to the trajectory (or worldline).
 
  • #11
MrAnchovy said:
Absolutely not - this would imply that velocity is always directed exactly away from the origin.
I assumed Drakkith intended to say: plot distance along path against time, so slope of graph gives speed, then multiply by instantaneous unit vector in the direction the body is moving (that is by the magnitude of the velocity vector).
 
  • #12
It is indeed very important to first make yourself clear that velocity is a vector (its magnitude is a scalar and called speed; English is great in being precise enough to distinguish these concepts clearly). The use of vectors is of great help in physics from day 1 on anyway. So it's good to learn about it.

One first has to start with a space-time model. In the introductory physics course you start with the (apparently) most simple successful space-time model, the Newton-Galilei space-time. According to this model, space and time are independent of any physical processes, and any observer describes space as a three-dimensional Euclidean space of points and time as an orientied one-dimensional continuum. You can visualize this space-time as a straight line (depicting the real numbers in the usual way) along which in each point there is a three-dimensional Euclidean space.

You can discribe the three-dimensional Euclidean space by arbitrarily singling out one point ("the origin"). Then each point can be addressed by a vector, i.e., an arrow pointing from the origin to that point, the position vector ##\vec{x}##. The origin itself is given by the null vector. Using three rigid rods of unit length, perpendicular to each other, giving three vectors ##\vec{e}_j##, you have a Cartesian basis, and you can describe each point by the three components of the position ##\vec{x}=x^j \vec{e}_j##, where ##x^j## are real numbers, and ##j## runs from 1 to 3. If in an equation 2 indices (one upper, one lower) are the same, you understand that one takes the sum of the corresponding three expressions:
$$\vec{x}=x^j \vec{e}_j \equiv \sum_{j=1}^3 x^j \vec{e}_j.$$
Now the most simple system is a "point particle", which is a small macroscpic body (small compared to the typical scales of its motion; e.g., in astronomy at first approximation you can consider the Sun and the Earth as point particles orbiting each other due to gravitational interaction). It's position is given as a function of time ##\vec{x}=\vec{x}(t)##.

Then the average velocity between two times ##t_1=t## and ##t_2=t+\Delta t## is defined as
$$\langle \vec{v} \rangle_{\Delta t}=\frac{\vec{x}(t+\Delta t)-\vec{x}(t)}{\Delta t}.$$
The meaning is immideately clear: The difference of two vectors in the numerator gives the arrow (displacement) of the body from its initial position ##\vec{x}(t)## to its final position ##\vec{x}(t+\Delta t)##, and dividing by the time ##\Delta t## it took to make this change of position, gives you a precise measure of how fast the particle is going and, also pretty important, from where to where it precisely went.

Now you can let ##\Delta t \rightarrow 0##. Then you get the momentaneous velocity, which tells you the direction and magnitude of the change of position during an infinitesimal time interval ##\mathrm{d} t##. This is called a derivative with respect to time, i.e.,
$$\vec{v}(t)=\lim_{\Delta t \rightarrow 0} \frac{\vec{x}(t+\Delta t)-\vec{x}(t)}{\Delta t}=\frac{\mathrm{d}}{\mathrm{d} t} \vec{x}(t)=\dot{\vec{x}}(t).$$
 
  • #13
Zach Forney said:
What does v equals dx/dt mean? I interpret v as: the limiting value as a vanishingly small value for time t (dt) goes to 0. Or lim as dt-->0 of dx/dt.
dx/dt is a notation for x'(t), which by definition is equal to ##\lim_{\Delta t\to 0}\frac{\Delta x}{\Delta t}##. So you shouldn't put a "lim" in front of dx/dt.

This is just a comment about the notation dx/dt. Everything else is explained by vanhees71 in the post above this one.
 
  • #14
Philip Wood said:
I assumed Drakkith intended to say: plot distance along path against time, so slope of graph gives speed, then multiply by instantaneous unit vector in the direction the body is moving (that is by the magnitude of the velocity vector).
Ah yes, I think I misinterpreted what he was saying - sorry Drakkith!
 
Back
Top