2-body central force ( gravity ) problem

AI Thread Summary
The discussion focuses on solving the two-body central force problem involving a comet falling towards the sun under gravity. The comet is released from rest, leading to an initial potential energy of U = -G*M_s*m/r_max and total energy E = -G*M_s*m/r_max. The integral for time t to reach the sun is derived as t = 1/sqrt(2*G*M_s) ∫ dr/sqrt(-1/r_max + 1/r), with limits from r_max to 0. Participants suggest using substitutions to simplify the integral and recommend tools like Wolfram Alpha for complex calculations. The conversation highlights the challenges of the integral and explores alternative methods, including Kepler's Third Law, to find the solution.
jobendorfer
Messages
3
Reaction score
0

Homework Statement



A comet is released from rest at a distance r_max from the sun.
Therefore it has no angular momentum.
We can assume the sun is a point mass ( i.e. sun's radius is zero ).

How long does it take for the comet to hit the sun?

Let m = comet mass
let M_s = sun's mass
let G = gravitational constant
r = distance of comet from the sun, with origin at the sun.

Homework Equations



t = sqrt( m/2 ) * ∫ dr / sqrt( E - U(r) )

The Attempt at a Solution



Since the comet is released from rest, it initially has kinetic energy T = 0 and potential
U = G*M_s*m/r_max.

E = T + U = G*M_s*m/r_max.

U(r) = G*M_s*m/r

E-U(r) = (G*M_s*m)( 1/r_max - 1/r)

After grinding a bit I got:

t = 1/sqrt( 2*G*M_s) ∫ dr/sqrt( 1/r_max - 1/r )

with the limits of integration being r_max to 0.

This is where my eyes glazed over, since it's been 25 years since I've been near a calculus course. Any hints about how to proceed?

This is Taylor, _Classical Mechanics_, problem 8.21, part (c).

I am NOT in a class. I'm a software grunt trying to educate myself, any help offered would be greatly appreciated. This problem has really had me tearing my hair out for about 3 days.

Thanks,
John
(jobendorfer@cyberoptics.com)
 
Physics news on Phys.org
Welcome to PF!

jobendorfer said:
Since the comet is released from rest, it initially has kinetic energy T = 0 and potential
U = G*M_s*m/r_max.

The potential energy of the comet is negative. U=-G*M_s*m/r_max.

jobendorfer said:
E = T + U = -G*M_s*m/r_max.

U(r) =-G*M_s*m/r

E-U(r) = -(G*M_s*m)( 1/r_max - 1/r)

You see, the kinetic energy is all right now, greater than zero.

jobendorfer said:
After grinding a bit I got:

t = 1/sqrt( 2*G*M_s) ∫ dr/sqrt(-1/r_max + 1/r )

with the limits of integration being r_max to 0.

Actually, v=-dr/dt as r decreases with t as the comet approaches the sun.There is an easy way if you have problems with an integral. Try to put it into wolframalpha.com. But before that, remove irrelevant constants and denote the necessary ones (r_max) by a simple letter. It is also advisable to change the variable so you get a simpler function. This case you can use u=r/r_max.

When you want to do the integration yourself, it is a long way... start with substituting sqrt(r_max/r-1)=u.ehild
 
Last edited:
Hildegard52 said:
admir... http://www.datasea.info/avatar2.jpg

?

ehild
 
Ehild,

Thanks for the welcome and for your help. Very much appreciated!

I've been lurking here off and on for years, I just tend to read and listen a lot more than I write -- for some strange reason. :-)

J.
 
Don't be shy! Come and talk.:smile:

How do you proceed with that integral?

ehild
 
I tried your suggestion u = r/r_max:

dr = r_max*du

Integral[ r_max*du/sqrt( 1/u*r_max - 1/r_max ) ]

With a bit of algebra:

r_max^1.5 * Integral [ du / sqrt( 1/u - 1 ) ]

I fed that integral into Mathematic 6's Integrate function as:

Integrate[ (1/u - 1)^-0.5, u]

What I got was:

(0.666667 (1.- 1. u)^0.5 u Hypergeometric2F1[1.5, 0.5, 2.5,
u])/(-1. + 1/u)^0.5

It's an answer, but ... wow. Not even sure what a "Hypergeometric" is.
So I'm thinking that there's got to be some clever transformation that gets rid of the 1/u.
Or I've bodged the algebra again. Take your (non-exclusive) pick!

But I did figure out where I went wrong with the minus signs on the gravity potential, so the day wasn't completely unproductive :-)

Regards,

John
 
Hi John :smile:

Sometimes you get the result in a very complicated form with these programs. With Wolframalpha, it ishttp://www3.wolframalpha.com/Calculate/MSP/MSP18861a0f7db9ai44e4be00000h0feidd94e0ec2a?MSPStoreType=image/gif&s=3&w=470&h=97
http://www.wolframalpha.com/input/?i=int(1/sqrt(1/x-1)+dx)

You can simplify and it results in something as pi/2 after inserting the boundaries 0 and 1.

You can use also 1/u as variable ... But try what I suggested sqrt(r_max/r-1)=u. Do not forget to transform dr too.

There is an other method to get the time: Think of Kepler's Third Law.ehild
 
Last edited by a moderator:
Back
Top