Bead on Wire Equations of Motion - Reduced Coordinates

Started by
3 comments, last by Tangletail 7 years, 11 months ago

I've been trying to write down equations of motion for a bead with mass m on a wire with reduced coordinates. I tried to pick a simple function \(y = x^2\). I chose a generalized coordinate \(q\) to define position along the arc: \(x = (q, q^{2})\). By applying the Euler-Lagrange equation \(\frac{d}{dt}\left(\frac{\partial L}{\partial \dot{q}}\right) - \frac{\partial L}{\partial q} = 0\) I've written down the equation of motion:
$$ \ddot{q} = -\left( \frac{4q\dot{q} + 2Gq}{1 + 4q^2} \right) $$
This equation works well enough with numeric integration:

FFFiLuM.gif


I wanted to find an analytic solution for \(q\). When looking around at other differential equation solutions it seems like a small angle approximation is often used, but in my case there are no cos or sin functions to approximate. Perhaps there are some kinds of manipulations that would put the equation into a more familiar form that can be solved in terms of sin and cos. Intuitively this looks like a simple harmonic motion of some kind, but I'm not familiar with differential equations enough to move forward...

I'm pretty stuck at this point, would anyone be able to point me in the right direction? Or even worse, maybe this equation cannot be solved analytically (even with small angle approximation) and I just need to choose a different equation to represent the wire!

Advertisement

Okay so it looks like there's no analytic solution to this non-linear ODE, and it's about as solved as it will get.

Okay so it looks like there's no analytic solution to this non-linear ODE, and it's about as solved as it will get.

Yes, that's my impression. Now, what's wrong with using numerical integration? What are you trying to do exactly?


What are you trying to do exactly?

I would speculate that he is making a roaller coaster game :)

You could try making a Laplace transform that takes into consideration potential and kinetic energy

This topic is closed to new replies.

Advertisement