Gravitational Forces of binary star

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 4K views
nitrostar
Messages
6
Reaction score
0
I have this problem:

The question says: A binary star system has two stars, each with the same mass as our sun, separated by 1x10^12m. A comet is very far away and essentially at rest. Slowly but surely, gravity pulls the comet toward the stars. Suppose the comet travels along a straight line that passes through the midpoint between the two stars. What is the comet's speed at the midpoint?

I set up the system like this:
Code:
      c
    / | \
   /  |  \
  /   |   \
bs1---m---bs2

where c=comet
m = midpoint
bs1 and bs2 are the binary stars

We know Fxnet=0
And Fynet = 2*Fybs2
Fbs2=mMG/r^2
if we set up an angle @ between the commet and bs2 we can deduce that
sin@=5*10^11/r
so
r=5*10^11/sin@

Fbs2=mMG/(5*10^11/sin@)

Fybs2=Fbs2*cos@
Fybs2=mMG*sin@*cos@/(5*10^11)


Fynet=(2*mMG/(5*10^11))*int(sin@cos@d@,0,pi/2)
Fynet=m*2.655*10^8=ma
a=2.655*10^8

But now what??
Am i doing things right?

Thank you very much!
nitro
 
Physics news on Phys.org
If one measures the distance of the comet from the midpoint between the two stars, [itex]r[/itex], up to the point where it currently is, then the resulting force from the two stars points from the comet towards this midpoint and is given by twice the component of one of these forces, say [itex]F_S[/itex], along [itex]r[/itex]. This results in an equation for the resultant force in terms of [itex]G,M,m,r\ and\ d[/itex] where d is half the distance between the stars. Apply the work kinetic energy theorem - that is integrate this force over [itex]r[/itex] for r from infinity to zero. This gives you the kinetic energy when the comet reaches the midpoint between the two stars.
 
i solved it using potential/kinetic energy and the law of conservation of energy!

Thank you very much though!