Skip to content

A few online resources for your Phys350  projects.

 

 

Consult with Dr. Sigurdson and the main course webpage to discuss and finalize your group’s specific project topics and ideas, aiming to refine your group’s idea into an appropriate study/simulation/demo and ensuring you have sufficient physics rigor for your topic.

 

Jon/Bernhard are available to help with any issues related to resources and tech development as you put together your work.

 

jump to:

General Tips

Software

Hardware

Project Ideas

Past Projects



General Tips

  1. Whatever your simulation/demo/prototype, keep the focus on the physics! (don’t get distracted by the technical issues related to developing your software/demo)
  2. Look for any previously published information in the area, and build on it (find a set of papers/videos/online student projects)
  3. If building prototype, aim to build something simple, and spend majority of the time is still spent on the physics rather than on the design/fabrication stage.
  4. If writing code, ensure that you have a selection of test cases which show that your code performs as expected in all straightforward cases.
  5. For any numerical simulation work, ensure that your implementations rely on standard numerical methods for differential equations   The notes for Phys410 are a very solid resource for guidance in this area, as are useful resources in other CPSC and MATH classes:
    1. phys410 page from 2013   /  Phys 410 page 2016
      http://www.math.ubc.ca/~wetton/m405.html
    2. http://www.math.ubc.ca/~peirce/math405_607e09.htm

 


Software

A few software tools that might be useful for providing graphical simulations and collecting/visualizing useful data:

matlab can be used to produce nice visuals that can be output as frames to movies

mathematica simulations can be good too, and the software is installed in the computer lab on the 2nd floor in Hennings.

processing.org can make some very nice visuals very quickly (although some claim slow, awkward code for lots of computations).

Phys350 from 2011:  Swinging Atwood’s Machine Simulation, and video of critical points (with the results posted up to wikipedia)

Visual Studio with OpenGL – harder to set up, but the payoff can be nice.

Phys350 from 2010:  gravity simulation. (Demo version of same code)

Python is getting popular, relatively easy to find useful demos, and many useful libraries for math andscience, as well as 2D/3D graphics.

 

Email Jon with any other useful software tools you’ve used in the past that are good to share with the class.

 


Hardware

Hardware from the Physics and Astronomy demo room and undergrad labs:

high-speed camera (Casio Exilim EX-F1)
motion tracking systems (1-d) from Vernier systems – upto 6m distances, 1mm resolution (datasheet here)

PHAS demo room has several mechanics apparatus that might be useful

Hardware you may already own:

Wii-motes:  software can be downloaded to use and record accelerometer info in Processing or Python or Visual Studio or stand-alone programs (caveat: I tried for ~90min to get processing, python and the stand-alone programs going on my windows7 machine, but no luck. Might by my bluetooth dongle)

Ipad/Iphone app development (If groups are interested, the Project Lab has access to the iOS developer license for you to use for any of your projects)

Kinect:  Several projects exist to get info from the Microsoft Kinect systems.   We have a Kinect 2.0 and PC connector kit available in the lab.

 

Hardware from the Project Lab:

TINAHs are available, as is much of what you had available in Phys253 for motors, sensors, etc.

Arduinos. We have a selection of models (uno, mega, mini, mini pro’s, lilypads, android adk’s etc), and a random assortment of shields which might be useful. We don’t have everything, but you might get lucky.

For motion, we do have accelerometers and rate gyros for tracking accleration and rotation (note that accelerometers can’t be used to track displacement very well, due to drift in the sensors)

Portable datalogging is very easy using the Logomatic boards (record analog/digital/serial info directly to a microSD card in a textfile.)  A few other dataloggers exist (including this really cute one that “types” in data like a keyboard into your computer via USB), but the Logomatic is generally the easiest, fastest method to use to log data

 

 

 


Project Ideas

Consider these to be areas that might be worth considering as starting points for further ideas and discussions with Dr. Sigurdson

 


Past Projects

 

2011:

  1. Gravity-gradient stabilization for satellite (done for UBC Orbit).
  2. Swinging atwood’s machine (Simulation and video of critical points)
  3. Explosion mechanics simulator
  4. Expansion of the sun
  5. Galaxy rotation and Dark Matter Halo Theory
  6. 2-Part Projectile
  7. Mathematica model of gravitational assist to travel beetween planets
  8. Coupled pendulum and sine-gordon equation
  9. Lorenz chaos water wheel (sample)
  10. Black hole simulation

2010:

  1. Water Rockets – 2-stage versus 1-stage (using this kit found online)
  2. Rotation of a pendulum (how to take relative measurements in the rotating frame of reference)
  3. Gyroscope used as a 3D mouse
  4. Changes in drag due of an object in fluid due to changes in shape and fluid viscosity
  5. 4-spring 2-D oscillation system (weight supported by bungee cords from ceiling, used video tracking to trace path)
  6. Rail Gun (um. yes.  this was strictly theory).
  7. Measuring ground forces during rocket launches
  8. Harmonograph with damping
  9. Self-balancing inverted pendulum using a voicecoil.

 

end.