Ideas for simulation based physics paper in high-school

In summary, The two friends are looking for a topic to write a physics paper about. They are familiar with pre-calculus and calculus, but their friends are not. They suggest a topic involving only pre-calculus math or only just some calculus. They also suggest a simple molecular dynamics simulation.
  • #1
Aaronaut
4
0
I have to write, with two friends, a simulation based physics paper at school.
The problem is, that will I am quite familiar with the concepts of calculus and algebra, my friends aren't.
So, we could find a good topic. The task is, to write a paper about a physical topic, with the use of a selfmade program. The development of the program shouldn't be a problem at all. we have a good programmer.
Any suggestions, for a topic that involves only pre-calculus math or only just some calculus?
 
Physics news on Phys.org
  • #2
How about a simple molecular dynamics simulation?
The setup is rather straightforward as you integrate the equations of motion for a system.
The hard part might be motivating the integrator to your fellow students as this is based on series expansions.
I'm sure there are some simple books out there that explain this in sufficient detail for the 3 of you to understand.

An example for a system here is simulating the orbit of the Earth around the sun. Or any other orbit.
I wouldn't suggest simulating more difficult systems at first, get yourself acquainted with the methods first.
After that you can look at for example liquids e.g. a Lennard-Jones fluid as a prime example.
 
  • #3
Simulate motion of a set of spheres in rectangular container, bouncing of each other and off the walls. Since the motion of any sphere is a series of rectilinear motions interrupted by collisions, vector algebra (analytic geometry), basic mechanics and good programming skills should be sufficient. Since there are no forces in between the colissions, complicated numerical integration of differential equation is not necessary - the main hard part is handling the collisions. The mathematics involved should be tractable and physically this is interesting, since it is a model of a gas.

Why is it interesting? You can investigate whether the system obeys the equation of state from statistical physics
$$
PV = Nk_BT,
$$
where ##P## is pressure, ##V## si volume of the container, ##N## number of spheres and ##T## is kinetic temperature. Theoretically, it should be obeyed if the gas is rare enough, but with enough spheres packed, lower effective volume ##V'## is expected. You can investigate this decreased volume as a function of number of spheres ##N##.

Another interesting thing: you can investigate whether the velocities of the spheres obey Maxwell's distribution. Just give all the spheres velocities with random direction and random magnitude initially and observe what happens to histogram of velocities. It should approach the Maxwell curve and stick to it.
 
Last edited:
  • #4
JorisL said:
How about a simple molecular dynamics simulation?
The setup is rather straightforward as you integrate the equations of motion for a system.
The hard part might be motivating the integrator to your fellow students as this is based on series expansions.
I'm sure there are some simple books out there that explain this in sufficient detail for the 3 of you to understand.

An example for a system here is simulating the orbit of the Earth around the sun. Or any other orbit.
I wouldn't suggest simulating more difficult systems at first, get yourself acquainted with the methods first.
After that you can look at for example liquids e.g. a Lennard-Jones fluid as a prime example.
This is what I would recommend, just write a molecular dynamics (MD) simulation from scratch. The thing about molecular dynamics is a bare bones MD code has very few features to implement but there is a lot of room to increase the complexity.

http://ocw.mit.edu/courses/material...sma-5107-spring-2005/labs/lab_assignment4.pdf

If you go down to extra credit the Professor indicates the ingredients to a bare bones code.
 
  • #5


There are many exciting topics in physics that can be explored using simulation and do not require advanced mathematical concepts such as calculus. One idea could be to simulate projectile motion, where you can explore the effects of changing initial velocity, angle of launch, and air resistance on the trajectory of a projectile. Another idea could be to simulate simple harmonic motion, where you can investigate the relationship between mass, spring constant, and amplitude on the oscillation of a spring. You could also explore the concept of conservation of energy by simulating different types of collisions, such as elastic and inelastic collisions, and analyzing the changes in kinetic and potential energy. These are just a few examples, but there are many other interesting topics that can be explored through simulation and do not require advanced math skills. By working together as a team, you can leverage each other's strengths and come up with a compelling paper that showcases your understanding of physics principles. Good luck!
 

1. What is a simulation based physics paper?

A simulation based physics paper is a research paper that utilizes computer simulations to investigate and analyze various physical phenomena. It involves creating virtual models and running simulations to observe and understand how certain physical systems behave under different conditions.

2. How can simulations be used in high school physics papers?

Simulations can be used in high school physics papers to explore complex or abstract concepts that may be difficult to demonstrate in a traditional classroom setting. They allow students to visualize and manipulate variables in a controlled environment, providing a more in-depth understanding of the underlying principles.

3. What are some potential topics for a simulation based physics paper?

Some potential topics for a simulation based physics paper in high school could include projectile motion, simple harmonic motion, collisions, waves, and electricity and magnetism. These topics lend themselves well to simulations as they involve multiple variables and can be difficult to visualize in real-life settings.

4. What software or tools can be used to create simulations for a physics paper?

There are a variety of software and tools that can be used to create simulations for a physics paper, such as PhET Interactive Simulations, Algodoo, and Easy Java Simulations. These programs provide user-friendly interfaces and allow students to create and manipulate simulations without extensive coding knowledge.

5. How can simulations enhance the learning experience in high school physics?

Simulations can enhance the learning experience in high school physics by providing students with a hands-on and interactive way to explore complex concepts. They allow for a more dynamic and engaging learning experience compared to traditional textbook-based learning. Additionally, simulations can help students develop critical thinking and problem-solving skills as they analyze and interpret data from their simulations.

Similar threads

  • STEM Academic Advising
Replies
5
Views
801
  • STEM Academic Advising
Replies
16
Views
409
  • STEM Academic Advising
Replies
10
Views
2K
  • STEM Academic Advising
Replies
25
Views
2K
Replies
28
Views
853
  • STEM Academic Advising
Replies
26
Views
1K
  • STEM Academic Advising
Replies
24
Views
2K
  • STEM Academic Advising
2
Replies
60
Views
3K
  • STEM Academic Advising
Replies
2
Views
1K
  • STEM Academic Advising
Replies
12
Views
1K
Back
Top