Need help about coupled pendulum

  • Thread starter Thread starter christian_zan04
  • Start date Start date
  • Tags Tags
    Coupled Pendulum
AI Thread Summary
The discussion centers on conducting an experiment with a coupled pendulum using a motion sensor program. Suggestions include investigating the pendulum's normal modes and measuring the eigenfrequencies of each mode. There is a recommendation to develop the motion sensor program by normalizing RGB bitmap values and using frame subtraction to detect motion. DataTank is highlighted as a useful tool for visual applications, while Matlab is mentioned as an alternative. The conversation emphasizes practical approaches to utilizing the provided setup effectively.
christian_zan04
Messages
1
Reaction score
0
i am assigned to perform an experiment on coupled pendulum using a motion sensor program. the set-up is basically consist of a computer with a motion sensor program, a camera, and the coupled pendulum. i just want to ask what will be the best thing to investigate or experiment about with the set-up provided. if possible can you provide a detailed discussion.

thanks. :smile::smile:
 
Physics news on Phys.org
Why don't you use your apparatus to measure the mass of the Higgs boson. The experiment would be utterly trivial for you to set up and would provide a great service to the scientific community.

Sorry, I can't go into a detailed discussion at this time, but I'm sure you can just figure it out by yourself.
 
You could set the pedulum to swing in its two normal modes and then measure the eigenfrequency of each mode.
Do you have to write the motion sensor program yourself?
If so then I recommend greyscale mixing your RGB bitmap and then normalizing the array values to be between 0 and 1. This makes for a very robust computational mesh.
If you subtract every frame from the original frame then you will get a null array that only "sees" values where change has occured, ie: motion.
All of the legwork can be done quite easily using DataTank. Check it out at
http://www.visualdatatools.com/
Matlab could be used, but DataTank is designed specifically for visual apps.
 
Last edited:
I have recently been really interested in the derivation of Hamiltons Principle. On my research I found that with the term ##m \cdot \frac{d}{dt} (\frac{dr}{dt} \cdot \delta r) = 0## (1) one may derivate ##\delta \int (T - V) dt = 0## (2). The derivation itself I understood quiet good, but what I don't understand is where the equation (1) came from, because in my research it was just given and not derived from anywhere. Does anybody know where (1) comes from or why from it the...
Back
Top