Saturday, August 2, 2014

newtonian mechanics - What is the period of a physical pendulum without using small-angle approximation?


What is the expression for the period of a physical pendulum without the $\sin\theta\approx\theta$ approximation? i.e. a pendulum described by this equation: $$ mgd\sin(\theta)=-I\ddot\theta $$


Motivation for my question:


I'm asking this because I had an assignment in which I had to measure the period of oscillation of a physical pendulum and we always had to release it precisely from the same angle. So I'm wondering whether that precaution is irrelevant because it feels to me that the measurement error and error created by ignoring air drag is more significant than those that would emerge by not caring about being precise about the initial angle, as long as it is smaller than circa 30°. Am I right or wrong?



Answer



Sometimes, a good figure is worth more than a thousand equations :)


I numerically integrated the following equation of motion for a physical pendulum:


$$ I\ddot{\theta} + mgL\sin(\theta) + \frac12\mathrm{sgn}({\dot{\theta}})L\rho_{\mathrm{air}}C_DS(L\dot{\theta})^2 + \zeta\dot{\theta} + \gamma\theta = 0 $$



with $\mathrm{sgn()}$ the signum function. The second term in this equation is the torque exerted by gravity, the third term is due to air drag (which is assumed here to only act on the bob), the fourth term is due to friction at the attachment point, and the fifth term is a linear drag effect caused by simple bending of the string (therefore, I'm assuming the pendulum was constructed with a string).


I determined the progression of the pendulum's period simply by differencing the zero passes, times 2. I used the following values in the computations (which I think are pretty reasonable):



  • $I$: mass moment of inertia of compound system ($mL^2 + 0.2$)

  • $m$: mass of the bob (1 kg)

  • $g$: gravitational acceleration at sea-level (9.80665 m/s2)

  • $L$: length of the pendulum (1 m)

  • $\rho_{\mathrm{air}}$: air density at sea level (1.225 kg/m3)

  • $C_D$: Combined drag coefficient (spherical bob+string, 0.5)

  • $S$: frontal surface area (0.2 m2)


  • $\gamma$: spring constant (0.05)

  • $\zeta$: damping ratio (0.005)


I normalized the periods thus determined, by dividing them by the period that follows from linearized theory for a compound pendulum (see the wiki, $T=2\pi\sqrt{I/mgL}$), and plotted the results for three cases:



  1. no friction, no air drag

  2. only friction

  3. friction + air drag


for each case, I used three initial starting angles:




  1. $\theta_0 = 1^\circ$

  2. $\theta_0 = 15\circ$

  3. $\theta_0 = 30^\circ$


Here are the results:


enter image description here enter image description here enter image description here


So, in conclusion:



  • Large angles indeed induce error when compared to the approximating formulae. But actually not very much; for the 30$^\circ$ you stated, the error is in the order of ~2%. You'd have to increase it to $73^\circ$ to reach 10% error.


  • The large-angle error is affected by torsional dampening by an overall lowering of the frequency (this should be no surprise if you know your linearized theory well enough) and gradual decline

  • But it's the air drag that really messes everything up :) Air drag will make doing measurements accurately way more difficult, since the period has a fast rate of change directly after releasing the bob, and when its effects finally fizzle out, the amplitude of the motion (not shown here) is too small to measure accurately.


So I'd say you're right -- although the initial angle matters (which is what I think the exercise was intended to teach you), it doesn't matter as much as neglecting air drag does. It only starts mattering when you repeat the experiment in a vacuum chamber.


No comments:

Post a Comment

classical mechanics - Moment of a force about a given axis (Torque) - Scalar or vectorial?

I am studying Statics and saw that: The moment of a force about a given axis (or Torque) is defined by the equation: $M_X = (\vec r \times \...