Newton's second law dp/dt version?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 5K views
Steve Drake
Messages
53
Reaction score
1
Hello,

I am confused by the momentum version of Newtons second law...

So we know
[tex]\bar{F}=m\bar{a}=m\left(\frac{d\hat{v}}{dt}\right)[/tex]
and that
[tex]\bar{\rho}=m\bar{v}=m\left(\frac{d\bar{x}}{dt}\right)[/tex]

so is

[tex]\frac{d\bar{p}}{dt}=m\frac{d\left(\frac{d\bar{x}}{dt}\right)}{dt}[/tex]

What I mean is this bit [tex]\frac{d\left(\frac{d\bar{x}}{dt}\right)}{dt}[/tex] somehow equal to [tex]\bar{a}[/tex]

Thanks
 
Physics news on Phys.org
Yes, since acceleration is the (first order) time derivative of velocity and velocity is the (first order) derivative of position, the acceleration is said to be the second order derivative of position, which can be written as ##a = \frac{d^2x}{dt^2}##

You can read more about other notations for higher derivatives on [1]

[1] https://en.wikipedia.org/wiki/Derivative
 
Force F = dp/dt, this result summarizes Newton's first/second law, to prove this, we know that F = ma = m*dv/dt, mass is invariant so we can treat it as a constant, which yields to m*dv/dt = d(m*v)/dt = dp/dt, If no force is acting on an object F = 0 = dp/dt, p is constant from which it follows Newton's first law and momentum conservation, Good luck :p
 
Steve Drake said:
Hello,

I am confused by the momentum version of Newtons second law...

So we know
[tex]\bar{F}=m\bar{a}=m\left(\frac{d\hat{v}}{dt}\right)[/tex]
and that
[tex]\bar{\rho}=m\bar{v}=m\left(\frac{d\bar{x}}{dt}\right)[/tex]
Using the product rule:

[tex]\vec{F} = \frac{d\vec{p}}{dt}=\frac{d}{dt}(m\vec{v}) = m\frac{d\vec{v}}{dt} + \frac{dm}{dt}v[/tex]

If m is constant, dm/dt = 0 so:

[tex]\vec{F} = m\frac{d\vec{v}}{dt} = ma = m\frac{d}{dt}v = m\frac{d}{dt}(\frac{d\vec{x}}{dt})[/tex]

AM
 
Last edited:
Thanks guys, forgot about the chain rule for differentiation.

So in general, whenever there is a [tex]\frac{d^{2}}{dx}[/tex] then it can be thought of two separate derivatives, each giving their own result. But the [tex]^2[/tex] means it skips the first result and we go right to the second?
 
Steve Drake said:
Thanks guys, forgot about the chain rule for differentiation.

So in general, whenever there is a [tex]\frac{d^{2}}{dx}[/tex] then it can be thought of two separate derivatives, each giving their own result. But the [tex]^2[/tex] means it skips the first result and we go right to the second?
Actually, I misspoke. It is the product rule not the chain rule. I have corrected the error.

The ##\frac{d^{2}x}{dt^2}## signifies the second derivative with respect to time - the derivative with respect to time of (the derivative with respect to time of x).

AM