Edge Of Pain
- 21
- 0
Homework Statement
We have a driven pendulum described by the following differential equation:
\frac{d^2\theta}{dt^2} = \frac{-g}{l}\sin(\theta) + C\cos(\theta)\sin(\Omega t)
I need to turn this second order differential equation into a system of first order differential equations (then use a computer to solve the first orders, but that's not the problem here).
Homework Equations
None needed
The Attempt at a Solution
[/B]
We are told to use some numeric values: l = 10cm, g = 9.81m/s^2, capital omega = 5/s, C = 2/s^2, and we are told to turn the equation into a dimensionless equation using the following notation:
\omega^2 = g/l
\beta = \frac{\Omega}{\omega}
\gamma = \frac{C}{\omega}
x= \omega t
Now, putting these into the ODE gives
\frac{d^2\theta}{dt^2} = \omega^2\sin(\theta) + \omega^2\gamma\cos(\theta)\sin(\beta x)
But, the only way I can think of turning this into a system of first order ODEs is by using some dummy variable, y.
In other words, let
\frac{d\theta}{dt} = y
and
\frac{dy}{dt} = \omega^2\sin(\theta) + \omega^2\gamma\cos(\theta)\sin(\beta x)
Is there no way to get it all in terms of theta and x?
EDIT:
I accidentally posted this before it was complete because I hit the "enter" key. Is there a way to turn this feature off? I don't want to get into trouble over posting something which doesn't fit with the rules.
Last edited: