Speed & Gravity: Equations of Motion & Energy Explained

  • Thread starter Thread starter mlazos
  • Start date Start date
  • Tags Tags
    Gravity Speed
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
7 replies · 3K views
mlazos
Messages
48
Reaction score
0
we know from the equation of motion that

[tex]\frac{d^2r}{dt^2}=a[/tex]

where a is the acceleration
for the gravity field we have

[tex]a=\frac{GM}{r^2}[/tex]

So we get
[tex]\frac{d^2r}{dt^2}=\frac{GM}{r^2}[/tex]

[tex]\frac{(R1^3-R2^3)}{3}\frac{dr}{dt}=GMt[/tex]

[tex]\frac{dr}{dt}=\frac{3GMt}{R1^3-R2^3}[/tex]

[tex]u=\sqrt{\frac{3GMt}{R1^3-R2^3}}[/tex]

If we integrate one time from R1 to R2 shouldn't we get the speed?
Because from the equation og energy we get a different result

[tex]u=\sqrt{2GM}\sqrt{\frac{R1-R2}{R1*R2}}[/tex]

So where am i wrong?
 
Last edited:
Physics news on Phys.org
mlazos said:
[tex](R1^3-R2^3)\frac{dr}{dt}=GMt[/tex]

[tex]\frac{dr}{dt}=\frac{GMt}{R1^3-R2^3}[/tex]

QUOTE]

I don't understand how you get the above.
 
I forgot a 3 and i have put it back
From the equation

[tex]\frac{d^2r}{dt^2}=\frac{GM}{r^2}[/tex]

[tex]r^2\frac{d^2r}{dt^2}=GM[/tex]

[tex]r^2dr\frac{dr}{dt}=GMdt[/tex]

[tex]\int_a^b r^2dr\frac{dr}{dt}=\int_0^t GMdt[/tex]

where a=R1 and b=R2

[tex]\frac{(R1^3-R2^3)}{3}\frac{dr}{dt}=GMt[/tex]

[tex]\frac{dr}{dt}=\frac{3GMt}{R1^3-R2^3}[/tex]
 
Last edited:
mlazos said:
I forgot a 3 and i have put it back
From the equation

[tex]\frac{d^2r}{dt^2}=\frac{GM}{r^2}[/tex]

[tex]r^2\frac{d^2r}{dt^2}=GM[/tex]

[tex]r^2dr\frac{d^2r}{d^t}=GMdt[/tex]
You just arbitrarily stick a dr and dt in? Where did they come from?

[tex]\int_a^b r^2dr\frac{d2r}{dt2}=\int_0^t GMdt[/tex]

where a=R1 and b=R2

[tex]\frac{(R1^3-R2^3)}{3}\frac{dr}{dt}=GMt[/tex]
?? The integral of a product is not just the product of the integrals.
[tex]\int_{R_1}^{R_2} r^2 dr= \frac{R_2^3- R_1^3}{3}[/tex]
and
[tex]\int \frac{d^2r}{dt^2} dt= \frac{dr}{dt}[/tex]
but that is NOT what you have.

[tex]\frac{dr}{dt}=\frac{3GMt}{R1^3-R2^3}[/tex]

You might want to try "quadrature":
[tex]\frac{d^2r}{dt^2}= -\frac{GM}{r^2}[/tex]
Let [itex]v= \frac{dr}{dt}[/itex]. Then
[tex]\frac{d^2r}{dt^2}= \frac{dv}{dt}= \frac{dv}{dr}\frac{dr}{dt}= v\frac{dv}{dr}= -\frac{GM}{r^2}[/tex]
[tex]v dv= -\frac{GM}{r^2}dr[/tex]
[tex]\frac{1}{2}v^2= \frac{GM}{r}+ C[/tex]
[tex]\frac{1}{2}v^2-\frac{GM}{r}= c[/tex]
Which is "conservation of energy": [itex]\frac{1}{2}v^2[/itex] is kinetic energy and [itex]-\frac{GM}{r}[/itex] is potential energy.
 
Ok bu why with a direct double integral we don't get the same?
why we have to go to the speed and then to find a displacement as a function of R?
Why is wrong?

The dr/dt was a mistake which i corrected
the question is real and is not a trap
 
Last edited:
mlazos said:
Ok bu why with a direct double integral we don't get the same?
why we have to go to the speed and then to find a displacement as a function of R?
Why is wrong?

The dr/dt was a mistake which i corrected
the question is real and is not a trap

There is no "direct" double integral. You can always write position as

[tex] \vec{r} = \int\int \ddot{r}(t)dt dt[/tex]

(with suitable limits)

but the two dt's have to be dealt with carefully. I don't see how you can get to the position from the acceleration directly. But if you want to get to velocity then note that [itex]vdv = a ds[/itex].
 
It seems as thoughy you treated you assumed

[tex]\int \frac{d^2r}{dt^2} = \frac{dr}{dt} \int \frac{dr}{dt}[/tex]

which isn't true. The quadrature method suggested above will give a correct general solution, although it's hideous. r(t) = A*(to - t)^2/3 is a solution as well, although it won't fit arbitrary conditions. The general solution requires integrating

[tex]\frac{1}{2}v^2-\frac{GM}{r}= c[/tex]

which, when done by MATLAB gives a horrendous trascendental equation I couldn't begin to invert for r(t). Good luck with that.
 
BoTemp said:
which, when done by MATLAB gives a horrendous trascendental equation I couldn't begin to invert for r(t). Good luck with that.

Haha yeah :biggrin:

I'm no expert but isn't there any perturbation method available for a solution (just a wild guess...lets see how wild it is).