How to Derive Velocity Components in a Gravitational Orbit Simulation?

  • Thread starter Thread starter FLOUR
  • Start date Start date
  • Tags Tags
    Field Orbits
AI Thread Summary
To derive the velocity components for a gravitational orbit simulation involving two planets, the expression for gravitational potential energy is clarified as v = -G m2 m1 / r. This potential energy is calculated from the integral of the gravitational force, F = G m1 m2 / r^2. The discussion also emphasizes that the velocity expression v < sqrt(2GM2 / r) is derived from the mechanical energy equation, considering negative energy. To obtain the velocity components Vx and Vy, the scalar velocity must be expressed as a vector, leading to the equation v = Vx + Vy. Understanding these components is crucial for initializing values in a simulation program.
FLOUR
Messages
5
Reaction score
0
Hello,
considering a Planet 1 and a Planet 2, where 1 is extremely heavier than 2 and 2 is going in Planet 1's orbit. Two questions

1) howto get the expression v = - G m2 m1 / r

2) if we consider the energy < 0, we can get to an expression as
v < sqrt (2GM2 / r)

howto get Vx and Vy for that V ?

(r is the radius.)

Hints and other help are welcome. Thanks.
 
Physics news on Phys.org
FLOUR said:
Hello,
considering a Planet 1 and a Planet 2, where 1 is extremely heavier than 2 and 2 is going in Planet 1's orbit. Two questions

1) howto get the expression v = - G m2 m1 / r

The 'v' in this expression is potential energy. It's just the intergal of F= Gm1m2 / r^2.

Some of your other 'v's look like they might be velocity.
 
pervect said:
The 'v' in this expression is potential energy. It's just the intergal of F= Gm1m2 / r^2.

Some of your other 'v's look like they might be velocity.

Oh... that's why couldn't get a Velocity experssion like that.

The second is for velocity, taken from the mecanical energy expression and using e<0. So since velocity is a vector, v = vx + vy and we have an expression for the scalar value of v, how can we get each of the components? This is necessary for setting up the initial values in a simulation program.

Thanks.
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top