- #1
Arjan82
- 563
- 571
- TL;DR Summary
- What are the rules for specifying initial conditions? (How many, which variables, ...)
Say you have the set of coupled, non-linear ODEs as derived in this thread, it has two unknowns ##N(t)## and ##\theta(t)##:
$$ N - mg = - m\frac{L}{2}\left(\dot{\theta}^2\cos(\theta) + \ddot{\theta}\sin(\theta)\right)$$
$$ \frac{L}{2}N\sin(\theta) = \frac{1}{12}ml^2\ddot{\theta}$$
What freedom do I have in specifying the initial conditions to make this a fully determined problem? It definitely works if I specify ##\theta## and ##\dot{\theta}## as is shown in the thread mentioned above. But could I also specify ##\ddot{\theta}## and ##N##? Or ##N## and ##\dot{N}##? or any other combination of the two independent variables and/or their derivatives? What implications does that have?
I suppose I need two initial conditions because I have two equations and two unknowns, correct?
$$ N - mg = - m\frac{L}{2}\left(\dot{\theta}^2\cos(\theta) + \ddot{\theta}\sin(\theta)\right)$$
$$ \frac{L}{2}N\sin(\theta) = \frac{1}{12}ml^2\ddot{\theta}$$
What freedom do I have in specifying the initial conditions to make this a fully determined problem? It definitely works if I specify ##\theta## and ##\dot{\theta}## as is shown in the thread mentioned above. But could I also specify ##\ddot{\theta}## and ##N##? Or ##N## and ##\dot{N}##? or any other combination of the two independent variables and/or their derivatives? What implications does that have?
I suppose I need two initial conditions because I have two equations and two unknowns, correct?