Understanding Dynamics: Expressing Acceleration using Displacement and Time

  • Thread starter Thread starter Make
  • Start date Start date
  • Tags Tags
    Dynamics
Click For Summary
SUMMARY

The discussion clarifies the mathematical representation of acceleration in terms of displacement and time, specifically addressing the equation a = d²s/dt². It emphasizes that while velocity is expressed as v = ds/dt, acceleration is represented as a(t) = s''(t) or a(t) = d²s/dt², highlighting that these notations are not fractions but rather derivatives of functions. The conversation also underscores the importance of understanding the notation to avoid confusion in dynamics, particularly in the context of forces and motion governed by Newton's second law, F = ma.

PREREQUISITES
  • Understanding of calculus, specifically derivatives and limits.
  • Familiarity with the concepts of displacement, velocity, and acceleration.
  • Knowledge of Newton's laws of motion, particularly F = ma.
  • Basic proficiency in mathematical notation and functions.
NEXT STEPS
  • Study the concept of derivatives in calculus, focusing on higher-order derivatives.
  • Explore the relationship between force, mass, and acceleration in classical mechanics.
  • Learn about the applications of differential equations in modeling motion.
  • Investigate the implications of instantaneous velocity and acceleration in real-world scenarios.
USEFUL FOR

Students of physics and mathematics, educators teaching dynamics, and professionals in engineering fields who require a solid understanding of motion and its mathematical representations.

Make
Messages
20
Reaction score
0
I'd be glad if anyone could help me out here. I guess this is closer related to maths, but in any case there is dynamics behind it. So when we want to express acceleration a using displacement s, , it looks like this, right? a = d^2s/dt^2. What I don't understand is that if you substitute v whith ds/dt , why don't you get d^2s/((d^2)t^2) i.e. why is time not a second differential? Just by mechanically carrying out the substitution I think I should get a second differential for time... a = d(ds)/((dt)dt)

Thanks for clearing this up for me.s
 
Last edited:
Engineering news on Phys.org
I think your problem is not with the physics, but with the mathematical notation.

First let me briefly explain the physics. The quantity of interest to us, is the distance s(t), which tells us at any time t where at which distance s of some reference point s = 0 we can find some object (particle, cart, ball, ...).
The velocity is the quantity that tells us how fast the object moves from one point to another. It is introduced as a displacement per time interval (v = s / t) which works fine if the displacement is of the same magnitude in any time interval. But if it's not, then we should do something like v(t, t + \Delta t) = \Delta s / \Delta t where \Delta t is some small time interval after t, and \Delta s is the displacement in the interval between t and t + delta t. In the limit where t goes to zero, we get the "instantaneous" velocity v(t) and the fraction turns into the derivative ds/dt. Note that although the notation is very similar, the procedure is really non-trivial (a mathematical limit is involved): whereas \Delta s / \Delta t really is one number divided by another, ds/dt is not a fraction. "ds/dt" stands for a single object, a function which can be obtained from s(t). If this notation confuses you, I suggest that you write s'(t) instead (the prime indicating derivative w.r.t. t).

Similarly, the acceleration tells us how fast the velocity is changing, so a(t) = v'(t). In the other notation, a(t) = dv(t)/dt = (d/dt) v(t), but again, there are no fractions in that expression - it means the same as v'(t). The quantity a(t) is important, because it governs the motion of the object: if we know what forces act on the object, we use F = m a to find the acceleration of the object at any time instant, from that we can determine the velocity (which mathematically is just an anti-derivative of a(t): a function whose derivative is equal to a(t)) and from there our target function s(t) (in the same way).

If you substitute v(t) = s'(t), then you get a(t) = (d/dt) s'(t), the derivative of the derivative of s(t). So to avoid this mix of notations, let me just write a(t) = s''(t). So if we write
s'(t) = \frac{ds}{dt}
is there also some notation for s''(t)? Obviously,
s''(t) = \frac{d}{dt} \frac{ds}{dt}
which just expresses that s''(t) is the derivative of (ds/dt) with respect to time. But to avoid writing things like
s''''(t) = \frac{d}{dt} \frac{d}{dt} \cdots \frac{d}{dt} \frac{ds}{dt}
we shorten the notation to
s''(t) = \frac{d^2 s}{dt^2}
Note that the "square" (which is actually not a square, just a superscript 2) goes with the d above, but with the t below.
Now again, this is not a fraction. You cannot do something like
s''(t) dt^2 = d^2 s
or cancel some variables to get
s''(t) = \frac{ds}{t^2}
-- the whole thing (with the fraction notation and the squares and all included) is a single object and should be treated as such. The only thing that we are allowed to do, is to write it as
s''(t) = \frac{d^2}{dt^2} s(t)
which allows for longer expressions than s(t) to be written down directly. For example, suppose that s(t) = A cos(x - 3t) + B sin(x - 3t), we could write
a(t) = s''(t) = \frac{d^2}{dt^2}\left( A \cos(x - 3t) + B \sin(x - 3t) \right)
directly.
 
Wow! You really put time and effort into this, THANKS! That method of considering ds/dt as one object is great. You also helped pinpoint my original probem:

CompuChip said:
Note that the "square" (which is actually not a square, just a superscript 2) goes with the d above, but with the t below.

Why is it marked differently above and below?

Once again, THANKS A 10^6!
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
1
Views
2K
  • · Replies 45 ·
2
Replies
45
Views
6K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 16 ·
Replies
16
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 6 ·
Replies
6
Views
842