phyphox Forums
phase space for simple pendulum - Printable Version

+- phyphox Forums (https://phyphox.org/forums)
+-- Forum: Discussion (https://phyphox.org/forums/forumdisplay.php?fid=1)
+--- Forum: Experiments and Ideas (https://phyphox.org/forums/forumdisplay.php?fid=4)
+--- Thread: phase space for simple pendulum (/showthread.php?tid=759)



phase space for simple pendulum - julien - 04-10-2020

Hello,

I created my first experiment with the editor.

It shows the angle, the x/y position and the phase space for a simple pendulum.
It uses the X axys of the gyro. We can see how the oscillations are damped.


RE: phase space for simple pendulum - julien - 04-10-2020

Here is an example of the results.


RE: phase space for simple pendulum - solid - 04-11-2020

Bonjour Julien.
Unfortunately I do not have a gyroscope in my smartphone and I cannot load your program in the phyphox editor. I had to study it using a text editor and recall my German which I have not used nearly 30 years (could you write comments in English a well?). If I understood well you measure only x gyroscope value and CALCULATE the angle of pendulum deviation. If so, your phase diagram has no much sense..
I have found how to MEASURE the deviation angle and I would like to write a small article about this. Unfortunately without gyroscope it is not so nice and a collaboration is welcome. If you are interested write me a private message.


RE: phase space for simple pendulum - julien - 04-11-2020

You are right about the fact that calculating the angle instead of measuring it is a problem. This programme is just a kind of training to learn how to use the editor. It doesn't work too bad though !

I will pm you. In french !


RE: phase space for simple pendulum - solid - 04-11-2020

Julien, your program is perfect, but I prefer to use PhyPhox for measuring and to treat saved data using Python.

I attach measured angle..
.pdf   Angle_centre_long90timeS.pdf (Size: 29.08 KB / Downloads: 491)


RE: phase space for simple pendulum - jmnk - 12-01-2020

(04-11-2020, 06:01 PM)solid Wrote: Julien, your program is perfect, but I prefer to use PhyPhox for measuring and to treat saved data using Python.

I attach measured angle..

@solid - that graph of angle vs time - has that been created off-line via Python using the data exported from a phone?  Or have you created an experiment that plots that graph on the phone itself?  If so - would you mind sharing the experiment?


RE: phase space for simple pendulum - solid - 12-02-2020

There is a phyphox program which measures angles in the collection, but it works only if your smartphone supports it. There is no problem to write an application for any smartphone. But it is just a calculation from the acceleration components.


RE: phase space for simple pendulum - jmnk - 05-03-2021

I have a question regarding that experiment. The calculations of offset angle_y, center angle_y, and offset_y - what are these for?  What is that 'offset' supposed to represent in the pendulum?

nice experiment!