semc said:
yeah its the same procedure as to how the general equation is derived however, we have to assume the rod is making a small angle w.r.t the vertical axis. Can we do the question without this assumption or how should we do it if the question says something like the rod is hanging vertically/orthogonal w.r.t the horizontal axis?
We can't really do it (analytically, anyway) if we didn't assume the small angle somewhere, since our differential equation would then be:
<br />
\frac{d^2 \theta}{dt^2} + \frac{3g}{2L}sin(\theta) = 0<br />
- A nonlinear ODE - which, as far as I know, doesn't have a general solution that can be expressed in terms of elementary functions - so we really have to resort to numerical methods (e.g. getting a computer simulation to work out the motion step-by-step) if we wanted to know what happens for large angles.
Interestingly though, if the rod were horizontal then we can say that if \delta\theta is small, sin(90^\circ + \delta\theta) \approx 1 which means that if our rod is approximately horizontal we can write:
<br />
\frac{d^2 \theta}{dt^2} + \frac{3g}{2L} = 0<br />
For our differential equation, which gives:
<br />
\frac{d^2 \theta}{dt^2} = - \frac{3g}{2L}<br />
This is a constant acceleration downwards, giving a parabolic trajectory (as in free-fall). When you think about it, this is what you would expect if the rod were horizontal.