Wednesday, March 30, 2016

newtonian mechanics - Why is the simple harmonic motion idealization inaccurate?


While in my physics classes, I've always heard that the simple harmonic motion formulas are inaccurate e.g. In a pendulum, we should use them only when the angles are small; in springs, only when the change of space is small. As far as I know, SHM came from the differential equations of Hooke's law - so, using calculus, it should be really accurate. But why it isn't?



Answer



The actual restoring force in a simple pendulum is not proportional to the angle, but to the sine of the angle (i.e. angular acceleration is equal to gsin(θ)l, not g θl ). The actual solution to the differential equation for the pendulum is


θ(t)=2 am(2g+lc1(t+c2)2l|4g2g+lc1)



Where c1 is the initial angular velocity and c2 is the initial angle. The term following the vertical line is the parameter of the Jacobi amplitude function am, which is a kind of elliptic integral.


This is quite different from the customary simplified solution


θ(t)=c1cos(glt+δ)


The small angle approximation is only valid to a first order approximation (by Taylor expansion sin(θ)=θθ33!+O(θ5)).


And Hooke's Law itself is inaccurate for large displacements of a spring, which can cause the spring to break or bend.


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 \...