Gravitational Force/Newton's 2nd Law

descendency
Messages
39
Reaction score
0

Homework Statement


The problem reads: "If the Earth were suddenly to stop in its orbit, how long would it take for it to collide with the Sun?[Regard the Sun as a fixed point mass. You make use of the formula for the period of the Earth's orbit.]" (The answer is 65 days. Obviously, I'm not interested in the numbers, I want to know where I am going wrong.)


Homework Equations


Newton's Law:
m_{earth} \frac{dv}{dt} = -G m_{earth} m_{sun} \frac{1}{r^{2}}
which implies
\frac{dv}{dt} = -G m_{sun} \frac{1}{r^{2}}

A change of variable from t to r:
\frac{dv}{dt} = \frac{dv}{dr}\frac{dr}{dt} = v \frac{dv}{dr}

The Attempt at a Solution


So far, I am getting (plugging in the change of variable)
v \frac{dv}{dr} = -G m_{sun} \frac{1}{r^{2}}
Separate the variables.
v dv = -G m_{sun} \frac{dr}{r^{2}}

The next step is to integrate. v is integrated over 0 (initial time) to t (t being the time of impact). My question right now is what is r integrated over? If I use R (the "radius" of the circular path) to 0, I end up with a 1/0 term (obviously wrong).

(1/2) v^{2} - (1/2) v_{0} ^{2} = G m_{sun} [\frac{1}{0} - \frac{1}{R}]

Obviously, I am stuck there, but to give you an idea of where I am going, I will set the initial velocity (Vo) to 0 (the Earth stopped). Then I will change v to dr/dt. Separate Variables and integrate again. Then solve for time, t.
 
Physics news on Phys.org
I would integrate v from 0 to t where t is some time BEFORE impact, and integrate r from R to r.
 
I think you're on the right track. Instead of integrating the vdv equation to the point of impact, integrate to some intermediate distance "r" instead. Then v is the velocity at a distance r from the sun, and the pesky "1/0" term becomes "1/r" instead.

I'm not positive that the 2nd integral you do (with dt and dr) will be integrable, but it might be so try it and see what happens.
 
I think it will be integrable with a trigonometric substitution.
 
bdforbes said:
I think it will be integrable with a trigonometric substitution.
I'm 99% sure you are right about that.

Thanks for the ideas.
 
I'm 100% sure because I tried it and it worked ;)

You're welcome.
 
As a sanity check you can also use Kepler's third law which say T^2 is proportional to R^3 where T is the period and R is the semimajor axis. If the Earth stops in its orbit than the orbit changes from circular to a cometary orbit which swoops in close to sun and then back out. So the semimajor axis becomes R/2 and you want half a period to fall in. So the time is 1yr*(1/2)^(3/2)/2. Which is about 65 days.
 
I feel there is no need to consider an elliptical or otherwise orbit. The whole point is that the Earth starts to fall towards the point mass M of the Sun from a distance of R which is the radius of the circular orbit of the earth. What Dick has tried to do is perhaps to avoid things at r=0.
descendency said:
(1/2) v^{2} - (1/2) v_{0} ^{2} = G m_{sun} [\frac{1}{0} - \frac{1}{R}]

Correctly written, if v is the speed at a disatnce r from the Sun at time t, it should read:

(1/2) v^{2} = G M_{sun} [\frac{1}{r} - \frac{1}{R}], since v_{0}=0.

This could have been arrived at directly by conservation of energy. Now you just have to solve this equation by evaluating the integral \int_o^T {dt} directly, as r goes from R to 0. (Put r=Rsin²θ.) If you feel uncomfortable with putting r=0, try taking the limit as r-->0, which will not make any difference. The time is finite even though the speed blows up at r=0. The value of GM will come naturally from equating the centripetal force to the gravitational attraction of the Sun, not by putting the values by hand. The answer should match the one given in the previous post.

EDIT: Thanks,descendency for pointing out the typo. Correcting it.
---------------------------------------------------
Dick, while appreciating your approach (I'd use it for similar scenarios), I thought it would be perhaps a bit sophisticated for a beginner.
 
Last edited:
Not to nitpick, but the substitution is r=Rsin2θ. (the r/R term is inside of a square root and has to be simplified to a cos2θ to rid your integral of radicals.)

that formula for the period is \tau^{2} = \frac{4\pi^{2}R^{3}}{GM_{sun}}

Once I got past choosing the wrong interval over r, I got the rest of it. Thanks again.
 
  • #10
Dick said:
As a sanity check you can also use Kepler's third law ...

Nice.
 
Back
Top