Simple, Portable Physics Simulations 145
ttsiod writes "I want to 'lure' my nephews/nieces towards Science and Engineering (to whatever extent that's possible, in the age of consoles). To that end, I have coded simple physics simulations, like falling snow, exploding fireworks, and 1D/2D wave simulations. My efforts are here, in the form of portable SDL mini-programs (GPL code, compilable under Windows, Linux, Free/Net/OpenBSD, Mac OS/X and basically every OS with GCC and SDL). Try them out, and do offer any suggestions on other programs that can trigger scientific interest in young minds. Myself, I am teaching them Python, so that they can code 'fireworks' on their own."
wot? (Score:5, Interesting)
Re:wot? (Score:5, Informative)
I seriously have to ask : what does a 1-Dimensional wave look like????
A compression wave. Think of a sound wave traveling along a very slender rod, after a hammer hits the end.
Re: (Score:3, Informative)
If you want to demonstrate this phenomenon visually in the real world you can use a slinky. Just tape down one end and confine it to a track with a couple of boards, push the free end and watch the compression wave travel down the slinky.
Re: (Score:1)
It's still 2 dimensional. One dimension is distance, the other dimension is density.
Re: (Score:1)
Actually you could still represent density with one dimension. The closer the dots are the denser the material.
Re: (Score:2)
Am I four-dimensional because I have varying levels of density throughout my body? Nope. I certainly am not.
Re: (Score:2)
Like Morse code.
Re: (Score:2, Interesting)
Re:wot? (Score:5, Informative)
1D: Compression wave in a single dimension, like the "striking a rod" example above.
2D: Guitar string. A string is a single dimension (eg left to right) but you need a second dimension for it to vibrate up and down.
3D: Ripples in a pond. The pond surface is a plane (2D, left/right, forward/back) but the wave is a displacement in a third dimension (up/down).
Re:wot? (Score:5, Informative)
Actually, your parent poster is correct: a transverse wave like on a string can be parametrized by one coordinate, since the displacement isn't a dimension. So both compressional and transverse waves on a string can be said to be 1D _in_space_: give an x-coordinate, I can tell you the displacement at a given time (or, if you're masochistic, take the one spatial dimension to be the length along the string from some origin).
2D: ripples on a pond. Need an (x,y) to specify the location; the other number is the displacement (or density, or velocity; doesn't matter).
3D: ripples in a volume, such as sound waves in an unbounded medium, electromagnetic waves in space, etc. There are two ways to be "off" by one dimension in problems such as these:
1) count time as a needed dimension (usually, it's treated as a parameter, especially for time-harmonic problems, but sometimes it's really needed, as in SR and GR);
2) not take advantage of symmetries in the problem, which can sometimes collapse the problem to a lower dimension (or _almost_ lower dimension).
Re: (Score:2)
How is the displacement not a dimension? Because it clearly is.
Re: (Score:2)
Explain to me how it's a dimension. And use the standard, physics/math definition of 'dimension', please. No making shit up.
Re: (Score:3, Informative)
Re: (Score:2)
You lost me on that last one? How do you figure EM waves are six-dimensional?
Re: (Score:2)
Re: (Score:2)
I'd say that your count of categories is wrong. A wave has a fundamental property - it's direction of propagation. Given that, there are two (non-exclusive) classes of waves :
These are waves where the direction of travel of the wave is parallel to the the direction of motion of the particles comprising the medium of propagation.
Re: (Score:3, Informative)
Does that mean cell phone transmission is 4D? How do we visualize that?
Nope. It's 3D as well. Unlike the other examples provided, the vibrations here are in the same 3D space in which the wave propagates. The electric and magnetic field vectors are in 3D space, transverse to the direction of propagation.
Re: (Score:2)
I think that was his point :)
Re: (Score:1)
Does that mean cell phone transmission is 4D? How do we visualize that?
Don't try. The Universe might explode.
Re: (Score:2)
Re: (Score:1, Funny)
the progress bar when windows xp boots up
Re: (Score:1)
Re: (Score:2)
Only infinitely far from a point source in an unbounded medium, or if you're talking about compressional or transverse waves on a 1D object (plane waves in an infinite half-space; naiive guitar string waves, etc.). Otherwise, sound is intrinsically 3D, and is much harder to model accurately (usually) than electromagnetic waves, because things like Lamb waves, Love waves, etc. lead to the need for tensor descriptions rather than the usual vector descriptions.
Re: (Score:1)
Re: (Score:2)
No it isn't.
Here's a hint: the word stereo (as in stereophonic) comes from the Greek word "stereos" meaning "solid".
Re: (Score:1)
Re: (Score:2)
Um... you understand that the microphone's position is in 3D space, right? And one can use accelerometers rather than microphones, which record 3D movement, not just a scalar pressure.
Re: (Score:1)
Re: (Score:1)
Re: (Score:2)
Correct me if I misunderstand you (surely I am): Are you saying that all _scalar_ fields are of one dimension?
Re: (Score:1)
Re: (Score:2)
The sound is what we hear.
Erm. Okaayyyy....
By saying that sound is 1D, you've basically said that, "No matter how I move my head, I'm going to hear the same sound, _but_I'm_only_allowed_to_move_along_a_certain_path_." It doesn't allow for spherical or circular spreading. Nor does it allow for interactions with objects in a room.
I don't think you're getting that you can measure any field at a single point in space (it's what it _means_ to be a field, or be characterized by a field equation). That has nothi
Re: (Score:2)
Only infinitely far from a point source in an unbounded medium, or if you're talking about compressional or transverse waves on a 1D object (plane waves in an infinite half-space; naiive guitar string waves, etc.). Otherwise, sound is intrinsically 3D, and is much harder to model accurately (usually) than electromagnetic waves, because things like Lamb waves, Love waves, etc. lead to the need for tensor descriptions rather than the usual vector descriptions.
Love waves? Is that what they call the vibration mode my bed takes when I'm engaging in coitus?
I'm not even going to conjecture on Lamb waves, beyond "Those poor ovines."
Re: (Score:2)
Yes, because as I mentioned in an earlier post (as have others), time is usually considered a parameter, rather than a dimension, except in SR and GR. And a single dimension can hold a vector or tensor (or higher-order generalization of these) form. A vector potential, for example.
Re: (Score:2)
Age/Goal? (Score:2, Informative)
Re: (Score:3, Informative)
Don't forget the excellent Phun physics sim. Check out some of the things that are possible [phunland.com].. the standard environment is powerful enough to support rockets and springs, but it's also fully scriptable.
FreeBASIC (Score:4, Informative)
This isn't your father's BASIC; it has support for lots of memory, 32-bit graphics, user data types, functions and subroutines (including passing by reference or value), and even multithreading including mutexes. Or you could use it to run older QBasic programs from the Dark Ages, complete with line numbers, LET statements, GOTOs, and all that.
Pick up FBIDE [freebasic.net] while you're there, too.
Re: (Score:2)
This isn't your father's BASIC;
I learned BASIC on a C64, you insensitive clod!
P.S. I'm 23 and have no kids.
Re: (Score:2)
Re: (Score:1)
Does he need to?
Re: (Score:2)
Re:FreeBASIC (Score:5, Insightful)
Re: (Score:1, Insightful)
Generations of programmers learned BASIC as their first language. To "save" people from BASIC might deprive them of an important learning experience, just like young programmers often don't learn assembly language anymore.
Re: (Score:2)
Re: (Score:2)
Could have been LISP.
Heh (Score:1)
For those who don't get the parent's joke Logo is often considered to be derived from LISP [mit.edu].
Re: (Score:2)
And there are some very nice modern Logo derivatives (StarLogo and NetLogo, for instance.)
Re: (Score:2)
It wasn't the fastest way to learn to program but hand-copying the Sierpinski triangle example (the one that sticks in my memory...there were more I am sure) did a good job of teaching me where in the menus the different commands were. From there, it would be the occasional little program to automate a math process for class or a little fun widget that basically
Re: (Score:2)
Same here, that Sierpinki triangle was actually the first program I ever wrote (well ok, transcribed). The TI-83+ is a great place to start in my opinion. It's rather simple but it's very easy to see how it's relevant to real life.
From the 83+ I moved on to the 89, which I learned how to program in C, which lead me into the great big world of modern programming :)
Re: (Score:3, Funny)
Hey, if it's old-fashioned stuff you find t3h l33t, why not teach the kids Brainfuck [wikipedia.org]? It's essentially the same language as P", devised by the man Böhm himself in 1964, way before all of this pish posh about how to conveniently build non-trivial programs, but also including the modern concepts of input and output. Make no mistake, however - with only eight operations to choose from, it's about as simple as you can get, and many a programmer will attest that it's fun to play with!
Re: (Score:1)
CMU Tutor was doing this sort of thing 20+ years ago.
Re: (Score:2)
You're a sadist, aren't you? :P
Chaos, Computers, and Physics (Score:2, Insightful)
I would say your efforts need to include the real world though - getting kids excited about mapping physics and mathematical colloquialisms on a computer also needs to have roots in the physically applicabl
Physics Simulators (Score:5, Informative)
Another that takes a bit more work is Google's Sketchup [google.com] with the SketchyPhysics [google.com] plugin.
Re: (Score:2, Informative)
From their description:
Step is an interactive physics simulator. It works like this: you place some bodies on the scene, add some forces such as gravity or springs, then click "Simulate" and Step shows you how your scene will evolve according to the laws of physics. You can change every property of bodies/forces in your experiment (even during simulation) and see how this will change the outcome of the experiment. With S
Re: (Score:2, Informative)
Re: (Score:2)
I'm chicken to run software on my machine that's from a random unknown person, and totally closed source.
Too bad it appears to be for windows only.
Re: (Score:2)
Another that takes a bit more work is Google's Sketchup [google.com] with the SketchyPhysics [google.com] plugin.
I'd say "mod parent up," but it looks like you already got a very well-deserved +5 Informative. Thanks for a great suggestion. I've taught myself enough SketchUp to get by in the past few months (we got a 3D printer at work, which was great motivation) -- it's very nice to have a physics engine for it.
Now to find out how to create and use the servo joints...
Other such programs (Score:1, Informative)
That's a nice thing to do for your kids. If you want to show them more such programs, or draw inspiration, I recommend this collection [falstad.com] of Java applets.
physics games (Score:1, Interesting)
Paul Falstad Applets (Score:5, Informative)
Try NetLogo (Score:2, Interesting)
You might want to take a look at NetLogo (http://ccl.northwestern.edu/netlogo/). To quote the documentation: "NetLogo ... comes with a Models Library, which is a large collection of pre-written simulations that can be used and modified. These simulations address many content areas in the natural and social sciences, including biology and medicine, physics and chemistry, mathematics and computer science, and economics and social psychology."
The models demonstrate some nice concepts and are easy to modify and
Simple games (Score:2, Insightful)
Make a simple game that involves particle physics. Wave physics is a bit too complicated, unless your nephews are in later classes of high school. I would suggest something like Scorched Earth.
Might build on this. (Score:2)
Just buy some... (Score:5, Insightful)
Re: (Score:1)
Even better, show them how to make black powder and then fireworks. Pass on an important life skill, teach them safety when dealing with dangerous substances and have a boatload of fun too.
The kids might enjoy VPython (Score:5, Informative)
Since you have a strong interest in visualizations of physics phenomena, and you're already teaching your nieces and nephews how to write Python, I'd like to suggest that you check out VPython [vpython.org], which is a series of 3D extensions to Python. In particular I think you'll be intrigued by these examples [visualrelativity.com] which visualize everything from wave superposition, to magnetic fields, to concepts from relativity. For immediate gratification, the author of that examples page also has Wiimote integration, so you can bridge interest that your relatives might have in video games into an interactive experience in your physics environment.
Good luck!
Good work, but... (Score:5, Interesting)
Simulations that are useful for learning must be grounded in reality. They must give the learner a chance to extrapolate principles from their own personal hands-on observations to the simulation.
Without original personal observation of physical phenonema, simulations are little more than 'das blinken lights' to the learner.
Don't get me wrong, the stuff offered by the OP is good. And if the kids in question already have an interest in the subject, its great.
But to spark an original interest takes hands-on, thought provoking experiments that the learner may manipulate in any way they wish (some of which you probably never thought of).
Example. Electromagnetism. My 8th grade grandson (yup I'm an old geezer who cut my teeth on vacuum toobs and RTL) learned a lot about the interplay between electric and magnetics fields just today. I suspended a magnet on a string, over an aluminum plate, and just left it there for him to find, and play around with. After he had done so, he asked why when the plate was present the pendulum swiftly assumed a stable position, whereas when the plate was absent the pendulum assumed a rather chaotic motion... even though the magnet was obviously not attracted to aluminum.
After explaining it to him and allowing him to further explore the physics with magnet wire and batteries, he came away with a firmer grasp on electromagnetism, a grasp I highly doubt he would have gotten from a canned simulation. Now that he has made a connection in his mind between the seen (magnetic damping of the pendulum motion) and the unseen (electrical currents in the aluminum plate, and the ensuing magnetic field), a simulation would allow him to further explore the subject without requiring expensive laboratory equipment.
So, Kudos for the work, but you have to get out there and actively, physically engage them with hands-on experiments. After, that is really what science is about!
Re: (Score:2)
Example. Electromagnetism. My 8th grade grandson (yup I'm an old geezer who cut my teeth on vacuum toobs and RTL) learned a lot about the interplay between electric and magnetics fields just today. I suspended a magnet on a string, over an aluminum plate, and just left it there for him to find, and play around with. After he had done so, he asked why when the plate was present the pendulum swiftly assumed a stable position, whereas when the plate was absent the pendulum assumed a rather chaotic motion... even though the magnet was obviously not attracted to aluminum.
Y'know, I'd have expected to have run into this experiment somewhere along the way, given my background, but it's the first I've heard of it. IT'S FRELLING BRILLIANT!! What a fantastic way to explore magnetism and electricity, and to encourage exactly the right sort of curiosity.
Now, if I can only figure out why a convecting conductive volume creates a magnetic field (like the dynamo that everyone says powers the earth's magnetic field; it must be true since so many smart people think it is, but I just ca
Re: (Score:1)
Zero NET charge (in a 'closed' system).
If that net charge is evenly distrubuted in a system, nothing interesting happens.
If that charge is distorted in any way shape or form, an electric current will flow.
if a current flows, a magnetic field will be generated.
If any conductor moves through that magnetic field, a new (weaker) electric field will form, generating (weaker) currents of its own, and corresponding (weaker) magnetic fields and... you get the drift.
Open up any 'closed' system to external inputs of
Re: (Score:2)
Right, right, right. But every geophysicist I've spoken with on the subject says that it's the molten iron outer core that is convecting and therefore inducing the field.
The outer core is a conductor. It's metal. Why should charge be distributed anyway other than evenly? There's no net imbalance of charge, which means, it can at most be a somewhat local imbalance. Assuming the worst, where the convecting charge-carrying material is actually an insulator, and the distributed charge was reduced to two po
Re: (Score:3, Interesting)
I had wondered about the earth's magnetic field too, but I think get it now.
Any charge imbalance gets very very quickly evened out.
Evening out a charge imbalance means a movement of electric charge. That is an electric current, which creates a magnetic field. Magnetic fields induce electric fields. In the extreme case of light a collapsing electric field creates a magnetic field which then collapses into an electric in a self sustaining cycle. In a theoretical lossless situation any initial electric or mag
Computer simulations?!? (Score:5, Insightful)
No, no, no.
To get kids interested in Physics - or anyone for that matter, a physical real world demonstration is the way to go. The most popular physics professor at MIT is known for his lecture theatrics.
Shooting metal balls across the room and having them derive an equation will teach them something.
Computer simualtions are boring! It's worse than watching TV and they will learn nothing. No. Have them create experiments, duplicate classic ones - some of the classic E&M experiments are a hoot and they're easy to build and best of all, they're not a computer simulation. They are REAL LIFE.
Re: (Score:1)
Mod parent up. Science MUST be grounded on personal observation.
Anything else is just dogma.
Re: (Score:1)
Re: (Score:3, Insightful)
Totally agree. For me (I eventually became a research physicist), the connection point was a simple experiment in a high-school physics class where we were able to predict the equilibrium temperature of the combination of a heated brass weight and a styrofoam cup of water. It was the connection between the math and the reality that was amazing to me -- that you could know pretty much exactly what the result would be ahead of time...and the you could design a particular outcome and make it happen. I guess
Another reseource (Score:3, Informative)
Chaotic Bouncefloor of Doom (Score:2)
A shameless plug this - something a bit odd I created over 10 years on the Amiga and spruced up recently. Worth looking at if you like a mix of physics with tons of particles, and weird Jeff Minter/psychedelia stuff:
http://www.youtube.com/watch?v=LTW09McfCjA [youtube.com]
"Chaotic Bouncefloor of Doom"
Love to port over the program to the PC sometime...
Physics 2000 (Score:4, Informative)
The University of Colorado has something called Physics 2000 [colorado.edu] that has a bunch of applets. Click on "Applet Thumbnails" in the top-left frame. One of my favorites is "Satellite orbits" (click on "Upcoming Applets"). You can try to find stable orbits around the Earth. You can try to find stable orbits around the Moon (although I don't think there are any). You can try launching some objects clockwise and some counter-clockwise and see if it is easier to get things in a stable orbit one way or the other. You can launch a bunch of objects in random directions with random velocities and watch most of them die an early death and a few stick around much longer. Sometimes you can see Orbital resonance [wikipedia.org]. The simulation extends beyond the visible portion of the screen so you can even get objects in orbits with very long periods that are only visible for a very short portion of their orbit as they dip close to the Earth and then sail away again.
PhET (Score:1)
Crocodile Clips aka Yenka (Score:1)
It is very much like a virtual lab. Yenka / Crocodile Clips [crocodile-clips.com] has a version for other branches of science too. Free home use licenses.
Downside: it's not open source.
Powder Toy (Score:2)
Throwing in a shameless plug for a game I worked on - Powder Toy ( http://powder.unaligned.org/ [unaligned.org] ) - it may not be physically accurate (at all) but it's a lot of fun and would introduce them to pressure and velocity in a fun way.
Consider revising intro (Score:1, Funny)
I want to 'lure' my nephews/nieces
I'm glad the rest of that sentence ended up better than it started out.
newton (Score:1)
Use Python with mplotlib (Score:1)
Python seems to be pretty much becoming the standard language in science (at least in physics, is it, I'm a physics PhD student). Almost all new stuff is written in f90 or c++ and tied together with Python, and as a stand alone language, Python is slowly replacing Matlab (thank the gods).
Dust is pretty amazing (Score:3, Interesting)
And can I say fast for what I thought one could get from Java.
If you want to get them into ENGINEERING (Score:1)
As opposed to PROGRAMMING
Get them some building kit like mindstorms. This kid created a mock-car factory [youtube.com] using mindstorms. Just search youtube for lots of similar examples.
Or kits to build steam and stirling engines [jerry-howell.com].
Hands-on experience.
Demoscene (Score:3, Insightful)
Wheel, reinvention of... (Score:1)
I really get the sense that you're trying to reinvent the wheel here. If you talk to a decent physics teacher, they could probably point you to a lot of existing tools (and programming toolkits) that do what you want. I've set up several similar math and science environments for various classrooms. And I've certainly never had to write a line of code to do it.
Are you doing this for pedagogical value or as an excuse to write code that someone besides yourself will use? That's the real question you need to be
Mobinet (Score:2, Informative)
Kinetic Model (Score:1)
This is what I come to Slashdot for... (Score:1)
You can see waves on a web page app ... (Score:2)
... at the top of the page http://flexcomm.com/ [flexcomm.com].
de Laval Nozzle (Score:2)
Do real experiments, not simulations! (Score:3, Interesting)
Want your kids to learn physics? Throw away the computer simulations. Build things with them. Run experiments. Observe and think about the results.
To teach physics, start with things like C-clamps, string, rubber bands, wire, springs, low-friction carts, compasses, magnets, thermometers, balloons, weights, scales, and pulleys.
More advanced stuff: a voltmeter/ammeter (analog stuff), an old oscilloscope, an air table (a kids' hockey table), vacuum pump & bell jar, countdown timer/photogate, etc. Many of these things show up on craigslist for cheap (I picked up two free oscilloscopes and have given them to my sharp high school students).
Computer simulations? Naw. Have your kids do real physics:
A pendulum made of a bowling ball and rope. Time the pendulum swings and then ask: which will change the period - changing the lenghth of the swings, changing the weight, or changing the length of the rope?
Fool around with a signal generator, an oscilloscope, and a microphone. What's a sound wave look like? How is frequency related to period?
Play with thermometers, ice, water, and fire. What's the temperature of ice and water? Can you get water colder than this? How hot is water from the kettle? Can you get water hotter than this?
Get a voltmeter, wire, and some magnets. Can you really induce a voltage by moving a magnet nearby?
Don't sidetrack your kids with simulations & computer graphics. Real physics starts by fooling around with reality.
Obs Feynman quote: "It doesn't matter how beautiful your theory is, it doesn't matter how smart you are. If it doesn't agree with experiment, it's wrong."
Re: (Score:2)
It's not nescesarily wrong ... it might not even be right.
I think he also said something along those lines after reading some guy's thesis?
Easy Java simulations (Score:2)
Processing... (Score:1)
Artefacts (Score:2)