Obtaining Lagrangian of complicated pendulum

K29
Messages
103
Reaction score
0
I have to create a simulation of the pendulum shown in the .pdf at the bottom of the page. The 3 rods are free to rotate around their pivots in a plane. The two edge rods are connected as close to their edges as possible. There is no friction.
Unfortunately my equations of motion are spitting out the wrong results when it comes to computation. Something has gone wrong in my manipulations.
I don't expect anyone to go through all of the algebra looking for the mistake(s) (I've spent hours and still can't find it)
I would like to know if there is anyway of setting up my generalised co-ordinates or any other changes I can make at the beginning so that I don't end up with the lengthy and tough to follow equations on page 7-8, and the horrendous equations of motion on page 9. (They hardly fit!)

Note: I need my equations it in terms of the accelerations for the computational aspect, that's why you see the horrible terms at the end. I haven't simplified them because as they stand they are wrong(you really don't need to try make sense of these last few pages unless you have lots of time to waste). Also you may find me substituting numerical specifications in. These just come from the specs of the assignment. I don't introduce them anywhere. There is also a few things I need to fix like calling them "rods" when they are not in fact rods.I also haven't formalised and made clear the last couple of steps in the paper. Bear with me with that.(As I said though, you really don't need to bother looking at these parts!)

Here is my work:
http://myfreefilehosting.com/f/931c205ace_0.41MB

Thanks in advance.
 
Last edited by a moderator:
Physics news on Phys.org
You may have a chaotic system which is sensitively dependent on initial conditions so any attempt at computing results from a model will not match reality.
 
Yeah it is a chaotic system(computationally I'll still be able to get decent results for very small time intervals using a stiff solver and by setting MATLAB to integrate over much smaller time intervals than it automatically does, although the purpose of the assignment is ). The problem actually arises before I need to solve the DE's numerically. The expressions for the angular accelerations yield the wrong results, if for example I substitute the conditions when the system is in equilibrium, which is clearly just a mistake along the way.

I was just wondering if there was a better way to go about the physics of the system. Hopefully without having to do a lot more work doing things such as deriving Hamilton's equations for the system etc.

Does anyone know to what extent Mathematica can help for the analytical side of things? I have never used it before but apparently its very powerful
 
Last edited:
Thread 'Need help understanding this figure on energy levels'
This figure is from "Introduction to Quantum Mechanics" by Griffiths (3rd edition). It is available to download. It is from page 142. I am hoping the usual people on this site will give me a hand understanding what is going on in the figure. After the equation (4.50) it says "It is customary to introduce the principal quantum number, ##n##, which simply orders the allowed energies, starting with 1 for the ground state. (see the figure)" I still don't understand the figure :( Here is...
Thread 'Understanding how to "tack on" the time wiggle factor'
The last problem I posted on QM made it into advanced homework help, that is why I am putting it here. I am sorry for any hassle imposed on the moderators by myself. Part (a) is quite easy. We get $$\sigma_1 = 2\lambda, \mathbf{v}_1 = \begin{pmatrix} 0 \\ 0 \\ 1 \end{pmatrix} \sigma_2 = \lambda, \mathbf{v}_2 = \begin{pmatrix} 1/\sqrt{2} \\ 1/\sqrt{2} \\ 0 \end{pmatrix} \sigma_3 = -\lambda, \mathbf{v}_3 = \begin{pmatrix} 1/\sqrt{2} \\ -1/\sqrt{2} \\ 0 \end{pmatrix} $$ There are two ways...
Back
Top