Understanding Simple Harmonic Motion: Period Calculation for a Uniform Rod

AI Thread Summary
The discussion centers on calculating the period of oscillation for a uniform rod pivoted at one end, with the derived formula being T = 2π√(3L/2g). There is some confusion regarding the expected formula, with participants suggesting alternatives based on different assumptions. The conversation delves into the use of differential equations and phasors to derive the period, emphasizing the importance of small angle approximations for accuracy. It is noted that without this assumption, the resulting differential equation becomes nonlinear and would require numerical methods for solutions. The participants conclude that while the derived formula is valid under specific conditions, the analysis becomes complex without the small angle assumption.
semc
Messages
364
Reaction score
5
A uniform rod of length , pivoted at one end, is set into small oscillation in a vertical plane. Show that the period of oscillation is T=2\pi\sqrt{\frac{3L}{2g}}
Shouldn't the period be <br /> T = 2\pi\sqrt{\frac{L}{g}}<br />regardless of the mass and dimension of the object?
 
Last edited:
Physics news on Phys.org
Look up "physical pendulum".
 
Some quick working out gives me the time period as:

T = 2\pi\sqrt{\frac{2L}{3g}}

rather than what you quoted. Or was it just formatted a little oddly? It looked like 2 to the power pi to me.

How much maths and mechanics do you know? To 'show' that I set up a differential equation and assumed a solution which was a phasor - I'm not sure if there's an easier way.

EDIT: An easier way would be to use a general equation for the time period, if you have one.
 
I got it using the general equation of time period but how did you do it using phasor?
 
Since you've got to the answer yourself, then I suppose there's no harm in me posting my solution. So here goes - from first principles:

Our rod is hanging downwards. If we assume it is a small angle \theta away from vertical, then from Newton's second law:

T = I\frac{d^2 \theta}{dt^2}

T is torque (moment) and I the moment of inertia of the rod, both taken about the same point.

I'd suggest drawing a diagram of the rod at this point.

Since we can take the motion of the rod to be rotation about it's pivot (the pivot is always the instantaneous centre of rotation), if we take our torque and I about this pivot then:

I = \frac{1}{3}ML^2

T = \frac{gML sin\theta}{2}

'I' there is simply the standard result for the moment of inertia of a uniform rod about it's end, and T is found by drawing a free-body diagram and taking moments about the pivot.

For small angles, \theta \approx sin \theta so substituting this into the above, and then substituting into T = I\frac{d^2 \theta}{dt^2} yields the differential equation:

\frac{d^2 \theta}{dt^2} + \frac{3g}{2L}\theta = 0

If we assume a solution in the form \theta = e^{j\omega t} (a phasor) then we can substitute this into the ODE, noting that the second derivative is -\omega^2\theta and we get:

-\omega^2 e^{j\omega t}+\frac{3g}{2L} e^{j\omega t} = 0

thus after cancelling the exponentials:

-\omega^2+\frac{3g}{2L} = 0

Solving for omega gives:

\omega = \sqrt{\frac{3g}{2L}}

and then noting that T = \frac{1}{f} and 2\pi f = \omega gives us:

T = \frac{1}{2\pi} \sqrt{\frac{2L}{3g}}

as needed.

If this seems overly complicated, then don't worry, just use the expression for the time period. :)
 
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?
 
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.
 
Back
Top