Program in JAVA which simulates the solar system

In summary, the conversation discusses the use of Beeman's algorithm in a JAVA program simulating the solar system. The question is raised about decomposing vectors into their x and y components, and the responder suggests using rectangular form or polar form with trigonometry to find the components.
  • #1
srose
4
0
Hi
I need to write a program in JAVA which simulates the solar system. I'll be using the Beeman's algorithm seen here: http://en.wikipedia.org/wiki/Beeman%27s_algorithm" [Broken]

My question is that if I have the vectors for : velocity, acceleration and position how do I decompose them into there x and y components? I have forgotten a lot about the basics of vectors.

Please help
thanks
 
Last edited by a moderator:
Technology news on Phys.org
  • #2


srose:
Vectors are expressed in rectangular form or polar form for the 2-D variety. Which do you have? In the rectangular form, the x and y components are given. In polar form, where a magnitude and an angle are given, simple trigonometry produces the x an y components.
 

1. How does the program simulate the motion of the planets in the solar system?

The program uses mathematical equations and data on the planets' orbits and gravitational forces to calculate and simulate their movements in the solar system.

2. Can I adjust the parameters and settings in the program?

Yes, the program allows users to adjust parameters such as the speed of time, size and mass of the planets, and the viewing angle to customize their simulation experience.

3. Is the program accurate in its representation of the solar system?

The program uses real data and scientific principles to simulate the solar system, so it provides a fairly accurate representation. However, it may not be 100% accurate due to limitations in the simulation and uncertainties in our understanding of the solar system.

4. Can I add additional objects to the simulation, such as asteroids or comets?

Yes, the program allows users to add custom objects with their own parameters and trajectories to the simulation, so you can add asteroids, comets, or other celestial bodies to the solar system.

5. Is there a way to speed up or slow down the simulation?

Yes, the program allows users to adjust the speed of time in the simulation, so you can speed up or slow down the movements of the planets to observe their orbits and interactions at different rates.

Similar threads

  • Programming and Computer Science
Replies
2
Views
2K
  • Programming and Computer Science
Replies
18
Views
5K
  • Programming and Computer Science
Replies
4
Views
1K
  • Introductory Physics Homework Help
Replies
18
Views
1K
  • Programming and Computer Science
Replies
2
Views
3K
  • Programming and Computer Science
Replies
3
Views
3K
  • Programming and Computer Science
Replies
19
Views
2K
Replies
13
Views
2K
  • Programming and Computer Science
Replies
6
Views
943
Replies
15
Views
2K
Back
Top