- #1
LiorE
- 38
- 0
Homework Statement
The problem is: A point pendulum is being accelerated at a constant acceleration of a. Basically what's required is to find the equations of motion, the equilibrium point, and to show that the frequency of small oscillations about the e.p. is: [tex]\omega=L^{-1/2} (a^2+g^2)^{-1/4}[/tex]
Homework Equations
The equation of motion I've arrived at is:
[tex] \ddot{\theta} + \frac{a\cos\theta + g\sin\theta}{L} = 0[/tex]
So the e.p is:
[tex]\theta_0 = -\arctan(a/g)[/tex]
The Attempt at a Solution
If we do a Taylor expansion for [tex]\eta << 1[/tex] around [tex]\theta_0[/tex]:
[tex]\cos(\theta_0+\eta) = \cos\theta_0 - \eta \sin\theta_0+\ldots[/tex]
[tex]\sin(\theta_0+\eta) = \sin\theta_0 + \eta \cos\theta_0+\ldots[/tex]
We end up with:
[tex]\ddot{\eta} + \frac{\cos\theta_0}{L}\frac{g^2+a^2}{g} \eta = 0[/tex]
Then what am I missing here?