Multiplying by dr/dt and integrating with respect to t

  • Context: Undergrad 
  • Thread starter Thread starter BearY
  • Start date Start date
  • Tags Tags
    Integrating
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
BearY
Messages
53
Reaction score
8
I came across this step in a derivation:$$m\ddot{r}=\frac{L^2}{mr^3} -V'(r)$$
Multiplying by ##\dot{r}## and integrating with respect to t to get $$\frac{1}{2}m\dot{r}^2+\frac{L^2}{2mr^2}+V(r) = C$$
I am not very clear about how the 1st term came to this. Can some one gives a pointer?
 
Physics news on Phys.org
Differentiate both sides of the second equation wrt ##t## and we get
$$\frac{1}{2}m\left(2\dot{r}\ddot r\right)+\frac{L^2}{2m}\left(-2r^{-3}\dot r\right)+V'(r)\dot r = 0$$
Re-arranging terms gives us the first equation.
 
  • Like
Likes   Reactions: BearY
andrewkirk said:
Differentiate both sides of the second equation wrt ##t## and we get
$$\frac{1}{2}m\left(2\dot{r}\ddot r\right)+\frac{L^2}{2m}\left(-2r^{-3}\dot r\right)+V'(r)\dot r = 0$$
Re-arranging terms gives us the first equation.
It is very clear when it's done this way. Thanks a lot.