Ideas for a physics related programming exercise

psid
Messages
14
Reaction score
0
I'm a physics student and need to come up with an idea for a relatively simple program for a programming exercise. The scope of the work is 5 ECTS credits which translates to about three weeks full time work. The program should probably include a simple gui so part of the effort goes into implementing this.

For the guts of the program I was thinking of something physics related but need some advice so as not to pick a project that's too overwhelming. So what could be an interesting topic for a beginner for this kind of work, any ideas? I know the basics of programming.

Thanks
 
Physics news on Phys.org
Some kind of graphical simulator seems like an obvious choice - you could do a computer model of the solar system. or interactive diagrams of RLC circuits. Or something to show how spacetime transforms from one reference frame to another in special relativity (I always thought that would be interesting but I never got around to it). The possibilities are endless.

What kind of physics interests you?
 
You could do something like a magnetic or electric field simulator/calculator with visualizations?
 
Hi, I had an exam and I completely messed up a problem. Especially one part which was necessary for the rest of the problem. Basically, I have a wormhole metric: $$(ds)^2 = -(dt)^2 + (dr)^2 + (r^2 + b^2)( (d\theta)^2 + sin^2 \theta (d\phi)^2 )$$ Where ##b=1## with an orbit only in the equatorial plane. We also know from the question that the orbit must satisfy this relationship: $$\varepsilon = \frac{1}{2} (\frac{dr}{d\tau})^2 + V_{eff}(r)$$ Ultimately, I was tasked to find the initial...
The value of H equals ## 10^{3}## in natural units, According to : https://en.wikipedia.org/wiki/Natural_units, ## t \sim 10^{-21} sec = 10^{21} Hz ##, and since ## \text{GeV} \sim 10^{24} \text{Hz } ##, ## GeV \sim 10^{24} \times 10^{-21} = 10^3 ## in natural units. So is this conversion correct? Also in the above formula, can I convert H to that natural units , since it’s a constant, while keeping k in Hz ?
Back
Top