[Physics] Equation of motion for a double pendulum

homework-and-exercisesnewtonian-mechanics

firstly I am a Grade 12 Physics student currently doing my final experimental investigation which I decided to do on double pendulums. Before I got into this, I was under the impression that there was some equation I could use which I could plug in my starting conditions such as starting angle, weight of pendulum arms, their lengths, and gravity to pull out a function of x and y against time. Now I am writing the report, it seems it isnt that simple and there is a lot of terminology used on sites that I am unfamiliar with and I really don't know what I am looking for.

My maths/physics knowledge extends to know about integral/differentials, but nothing as complex as these Lagrangians, Hamiltonians or other university-level mathematical principles.

I have researched many sites, such as Wikipedia, Wolfram ScienceWorld, and other physics stack exchange questions. However, I still have only a vague idea of what I am looking for.

On the stack exchange question I linked, I became familiar with the dot notation. I guess my question is, what is the equation/function which I can use to find the path of a double pendulum given starting conditions. Looking at the wikipedia page shows me many equations of motion. Do I need the hamiltonian equations? The one linked on that stack exchange? The one on that stack exchange question uses $p_{\theta1}$ and its $p_{\theta2}$ equivalent which I don't know what they are either.

Sorry if my question is not clear enough. Also, my teacher told me that I do not need to know the proof for the equation of motion, only that I include the final equation in my report to show how accurate my data is (which I know is off due to the chaotic motion).

Best Answer

From the Lagrangian one can obtain the equations of motion, called the Euler-Lagrange Equations. These equations are, in general and also in this case, differential equations. As far as I understand your level of knowledge, you don't know anything about this subject?

In differential equations you are looking for a whole function as a solution, not only a variable ( in this case the solution is the function you are looking for: plug in the time and get out the position of each mass). The functions not only occur in an algebraic equation, there are also derivatives of this function in this equations. So in your case the two functions you are looking for are $\theta_1(t)$ and $\theta_2(t)$. Unfortunately you can not analytically solve these equations stated in the wiki article: " It is not possible to go further and integrate these equations analytically, to get formulae for θ1 and θ2 as functions of time. It is however possible to perform this integration numerically using the Runge Kutta method or similar techniques."

This means: without numerics you have no chance, at least as far as I know.

Related Question