funxus
Orange Cycloptic Blob
I'm doing a course in programming, and to complete the course we need to do a project. This year we're supposed to write a program (in Java) in which you can launch "sattelites" from the surface of earth with an initial velocity, and using vectors calculate their orbits. This is done 2-dimensionally and is drawn on the screen. No forces except for the gravitational force is exerted on the sattelite.
I don't have that much problem with the programming, I've managed to write the whole thing. However, all my sattelites seem to crash before completing the first orbit. Just for debugging purposes I've made the earth "transparent", so that all the sattelites can pass through the earth without crashing, and the sattellites always returns to the base, no matter launch direction or speed. My question is therefore if it's ever physically possible to catapult something into orbit, or even just make it circle earth once, without having an adjusting force after it's launched? If so, I either have to accept that they crash, or I have to add a thrust to the sattelites...
I don't have that much problem with the programming, I've managed to write the whole thing. However, all my sattelites seem to crash before completing the first orbit. Just for debugging purposes I've made the earth "transparent", so that all the sattelites can pass through the earth without crashing, and the sattellites always returns to the base, no matter launch direction or speed. My question is therefore if it's ever physically possible to catapult something into orbit, or even just make it circle earth once, without having an adjusting force after it's launched? If so, I either have to accept that they crash, or I have to add a thrust to the sattelites...