- #1
ClassicalMechanist
- 21
- 1
Homework Statement
Consider the following classic problem: we have a rod in the vertical position with a pivot at its midpoint and a spring attached to the bottom of the rod, perpendicular to the rod. The is rotated through a small angle theta to the vertical, and released. Find the period of oscillations, for small theta.
This is a relatively easy problem. It is as simple as finding the torque on the rod as a function of the angular displacement theta and the spring constant k, and then computing the angular acceleration alpha. You have to use the small angle approximation sin(theta)~theta, and you get that the motion is simple harmonic.
------------------------------------------------------------------------------------------------------------
Now consider a variation of that problem in which the rod of length L is positioned horizontally with the pivot at one end, and the unstretched spring (of length L_0) attached to the opposite end, parallel to the rod:
O------------------------------------------- /\/\/\/\/\/\/\//\[]
(Pivot) (Rod) (Spring, with right end anchored in place)
The rod is allowed to rotate in the vertical direction. Find the period of oscillations for small angular displacements theta.This is a much harder problem.
Homework Equations
F=-kΔx
T=Iα=Fr*sin(θ)
I=1/3mL^2.
The Attempt at a Solution
Let the small angular displacement of the rod (i.e the angle between the rod and the horizontal) be θ. When the rod is displaced by this angle θ, the spring is pulled upwards and stretched by some amount Δx, and exerts a restoring force F=kΔx.
Let the angle between the spring and the rod be Φ. Then the spring exerts a torque on the rod given by T=Iα=Fr*sin(Φ)=-kΔxLsin(Φ). So the angular acceleration is given by α=-(kL/I)Δxsin(Φ). Now to find hte period of oscillation we need to make some approximations so that we get the equation for simple harmonic motion, i.e the angular acceleration α needs to be proportional to θ. The problem is the math quickly gets very messy, because we can't find sin(Φ) without using the angle addition formula or law of sines (on the triangle formed by the rod, the spring, and the horizontal). Also we can't find Δx without using the Pythagorean theorem. If the spring stretches to a length L from its original length L_0, then
Δx=L-L_0=sqrt{ (Lsin(θ))^2+(L_0^)2}-L_0
I will spare you the math, but in the end I found a terribly messy expression for α and it's not obvious how to make small angle approximations so that I end up with an SHM equation. Here is the expression:
Iα/(kL)=sinθ(Lcosθ-L_0)[1-L_0/sqrt{(Lsin(θ))^2+(L_0^)2}]
How can I use small angle approximations to get the RHS to look like a constant multiple of theta? Or am I doing the problem in a way which is too complicated?