Can You Calculate the Trajectory of an Object Orbiting Earth at High Speed?

  • Thread starter Thread starter chui
  • Start date Start date
  • Tags Tags
    Earth Orbit
AI Thread Summary
To calculate the trajectory of an object orbiting Earth at high speed, one must consider its initial velocity of 12,000 m/s and distance of 40,000 km from Earth's center. The object's mass is not necessary for determining its path, as gravitational force equations allow for mass cancellation. It is suggested to plot force vectors and analyze the motion using polar coordinates, focusing on the resultant vector to determine if the object will remain in orbit, escape, or descend. The discussion also mentions the possibility of simulating the path step-by-step or describing the orbit using elliptical equations and conservation of energy. Overall, understanding the dynamics of the motion involves solving differential equations and applying principles of orbital mechanics.
chui
Messages
11
Reaction score
0
An object starts at a velocity of 12,000meter/sec,
(the direction tangent to an orbit around earth)
from a distance of 40,000km from Earth's center.

How can I calculate its track?
thnks.
 
Physics news on Phys.org
Isn't the object's mass necessary for this type of problem? I believe that at speeds like this, a "massless" point particle would escape Earth's gravity and travel in a path that is almost straight (but slightly curved due it its very small relativistic mass). The first thing you should do is plot the force vectors, and without mass this isn't possible.

The resultant vector will be sufficient to keep the object in orbit (at equilibrium), or it will signify an escape, or it will signify a descent towards earth. You'll need to plot its position as a function of time to plot its path. Make the center of the Earth the origin. Make the mass at (40, 0), and make the x-axis measured in kilometers. Initial vector heads in the +y direction. What's its magnitude? What's the magnitude of the force toward the origin? How does the position of the point change after 1 second, based on its acceleration towards the origin?
 
Do you want to *simulate* this path
(location as function of time, step-by-step)
Or do you want to describe the orbit*
(apogee radius and speed, perigee r & v)?

VPython does a nice job with the momentum vector,
step-by-step changing it according to F(r_vec)

Can you find its KE, total E, and angular momentum?
 
No, the object's mass is not necessary (assuming it does have mass!) since, as with all gravity problems, the m cancels in F= -\frac{GMm}{r^2}= ma.

One way to do this would be to solve the differential equations for the motion- preferably in polar coordinates but they are non-linear. A good book on oribital motion should have an example of this.

Probably better is to assume the orbit is an ellipse, write down the general equation of an ellipse (again, I would use polar coordinates) and use conservation of energy to determine the coefficients.
 
HallsofIvy said:
One way to do this would be to solve the differential equations for the motion- preferably in polar coordinates but they are non-linear.

ok, tell me if what I am doing here is fine becous I think it isnt:
for the R axis (Polar cordinatsr) it should be:
v^2/r - MG/r^2 = F(r)
now I can integrate this function (dr) from 40,000,000 to wherever I want the final distance from Earth to be. and get the acceleration on this axis.

for the angle Theta I can 360*v*t/2(pai)r
but then I don't what to do with the variable r.

HallsofIvy said:
Probably better is to assume the orbit is an ellipse

well, does it? (I thoght it will be some kind of an going-out Spirall)
 
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