A very simple question about velocity and acceleration

AI Thread Summary
The discussion revolves around the relationship between force, velocity, and acceleration in mechanics, particularly when force is a function of position. It clarifies that while acceleration can depend on position, velocity is still defined as the derivative of position with respect to time. The confusion arises from the interpretation of force being independent of time; it is emphasized that force can still depend on time indirectly through position. The conversation highlights that the lack of explicit time dependence means that any time dependence is derived from the position's dependence on time. Ultimately, the participants reach a better understanding of how these concepts interrelate in classical mechanics.
nowits
Messages
17
Reaction score
0
[SOLVED] A very simple question about velocity and acceleration

Homework Statement


I should be way over this by now (I took elementary mechanics a year ago), but occasionally I find out there's unacceptably much I don't understand about very elementary physics (perhaps is it a sign to be taken seriosly about the future of my physics career...). And this question in particular is ridiculously easy, I guess.

In Fowles's and Cassiday's Analytical mechanics it says:
If the force is independent of velocity or time, then the differential equation for rectilinear motion is simply:
F(x)=m\ddot{x}

It goes on to say that
\ddot{x}=\frac{d\dot{x}}{dt}=\frac{dx}{dt}\frac{d\dot{x}}{dx}=v\frac{dv}{dx}

Now what I don't understand is that if F is a function of x, then acceleration (a) should be a function of x also. However
\ddot{x}=\frac{d^2x}{dt^2}=a=\frac{dx}{dt}\frac{d\dot{x}}{dx}=v\frac{dv}{dx} \not= va
although if F=F(x) and a=a(x) then shouldn't
\frac{dv}{dx}=a?

On the other hand the book states that
F(x)=mv\frac{dv}{dx}
and if I divide by m I get:
\frac{F}{m}=a=v\frac{dv}{dx}

So dv/dx is not a in this case but dv/dx times v. But if the force is independent of time, then how can velocity still be dx/dt? How can the position derivated with respect to time give out velocity in full, if there's an acceleration affected by the position and therefore a velocity affected by the position?

So I guess I'm having trouble understanding even the initial quotation. I know how it is, but I don't understand why it is.
 
Physics news on Phys.org
Okay, first of all:

nowits said:
if F=F(x) and a=a(x) then shouldn't
\frac{dv}{dx}=a \ \ ?

WHY?

a = dv/dt by definition

Therefore:

\frac{dv}{dx}=\frac{dv}{dt} \frac{dt}{dx} = a\frac{1}{v}
 
nowits said:
But if the force is independent of time, then how can velocity still be dx/dt? How can the position derivated with respect to time give out velocity in full, if there's an acceleration affected by the position and therefore a velocity affected by the position?

Who says the force is independent of time? The particle moves along a trajectory x(t), so everywhere you see x, you can replace it with x(t):

F(x) = F(x(t)), which, if we substitute in the time dependence of x, becomes F(t).

Does this help?

Take the example of simple harmonic motion (F = -kx). Yes, the acceleration of a mass on a spring does depend on WHERE it is, as does its velocity. But that doesn't change the fact that WHERE it is (its position) is a well-defined function of time x(t) = Acoswt (for example) so that:

v(t) = -Awsinwt

a(t) = -Aw^2coswt (so that a(x) = -w^2x)
 
Last edited:
Yes, I know. But if a function is not dependend on a variable, then shouldn't derivating the function with respect to that variable return zero? If f(x)=ax and neither a nor x is dependend on y, then df/dy=0?

Edit: Well you posted that latter post and for some reason I didn't see it though I refreshed just before posting this.
 
Soo...are you saying that that cleared it up then? Your question is answered?
 
cepheid said:
Who says the force is independent of time?
Well the book says... "If the force is independent of -- time, then..."

cepheid said:
Soo...are you saying that that cleared it up then? Your question is answered?
Possibly. I don't have the time to think about it thoroughly right now, but I'll ponder it later and report back.
 
They could be saying that the force has no EXPLICIT time dependence. I.e. the force depends on time ONLY because the force depends explicitly on position, which in turn depends on time. Mathematically, the lack of explicit time dependence is expressed as follows:

Say the force is a function of position and time (in general):

F = F(x,t)

then:

\frac{d}{dt} F(x,t) = \frac{\partial F}{\partial x}\frac{dx}{dt} + \frac{\partial F}{\partial t}

The statement that there is no explicit time dependence is a statement that

\frac{\partial F}{\partial t} = 0

There really is only one independent variable. And if the function x(t) has a unique inverse t(x) (which is not the case for SHM), then it doesn't matter which you pick:

F(x,t) = F(x(t), t) = f(t)

OR

F(x,t) = F(x, t(x)) = g(x)

If you write F(x,t) as f(t), then that latter function, of course, does have an explicit time dependence, but it is a time dependence that is determined solely by the dependence of the force on the position and of the position on time.
 
Last edited:
They could be saying that the force has no EXPLICIT time dependence. I.e. the force depends on time ONLY because the force depends explicitly on position, which in turn depends on time.
Yes, of course. Whenever an object is at some explicit position, it is always at some explicit moment of time, too, even though their relation wouldn't be explicitly defined. Classically, at least. And when and object moves, time flows also. There is no change of position if there is no passing of time.

Thanks for your help. I guess I'm beginning to understand this.
 
Back
Top