Groups of three or four students will be formed within the first month of the course. Each group will model a system that displays statistical behavior. The findings of the group will be summarized in a web-based report, which will be linked to this page.
Some Java source code and examples
| Topic | Team |
|---|---|
| Percolation | Andrew Batley, Jamie Hadden, Wilson Mui |
| Separation of Particles of Unequal Mass and Size | Libby Schoene, Jason Brudvik, Virginia Stoll |
| Growth of Snowflakes | Valerie Arndt, Jonathan Erickson, Seth Foreman |
| Neural Networks | Matt Gay, Jeff Hartline, Ben Schmidel |
| Modeling the Ideal Hash | Brett Jestrow, Tyson MacDonald, John Walseth |
| Magnetron Toy | Jimmy Corno, Tom Driscoll, David Mann |
| Party Dynamics | Guillaume Mauger, Anand Patil, Drew Rollins |
| Paramagnetic to Ferromagnetic Phase Transition | Ryan Quadri, Ian Wiener, Nigel Wright |
| Traffic | Mike Rust, Martin Smith-Martinez, Paul SanGiorgio |
Date What's Due October 12 Groups formed and project topics identified October 15 Project page stating project topic and including names of participants created; URL sent to me.
Monday, November 1 Code should be planned and begun, and needed resources in place; a summary of the status of your code must be posted on the project page.
Tuesday, November 2 A draft of the page should be in place. It will almost certainly not contain data, but it should have a clear exposition of the problem and a list of references. Monday, November 15 Demonstration of working code; hand in excerpted output or a summary of the code's capabilities.
Tuesday, November 16 All parts of the project web page except those requiring data are due: these include the relevant background for the project, theoretical analysis, description of your approach, references, etc.
Monday, December 6 Final version of page due
Prepare a web page with this information and the members of your group and e-mail me the URL (uniform resource locator, which is the address of your page). This URL will be transformed over the duration of the project into your final report.
The following list of topics is meant only as a suggestion and should not be taken as restrictive in any way.
This is an example of a percolation problem. There are many others that are more physically interesting. For example, how does the conductivity of a mixture of conducting and insulating objects depend on the composition of the mixture? How do nonmagnetic impurities affect the magnetic properties of a material? How do certain kinds of diseases spread through a population?
When a high polymer is dissolved in a good solvent, it is free to assume a great many configurations. One simple property of a polymer "macromolecule" is its length from end to end, RN. It can be shown that in two dimensions the end-to-end length depends on the 3/4 power of R. In three dimensions, the exponent is close to 3/5.
What is the exponent for a long polymer chain in three dimensions? How many monomers does the polymer need before asymptotic behavior is observed? How many monomers does the polymer need before the asymptotic behavior is observed in two dimensions?
Simulate this behavior in a two- or three-dimensional spin system using the Ising model for the interaction energy. What is the transition temperature below which long-range ordering of spins is observed? How does the magnetic moment in the ferromagnetic case depend on temperature near this critical temperature?
Updated 12/3/99 .