Deriving the Time Period Equation for a Simple Pendulum

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
20 replies · 7K views
Messages
9,621
Reaction score
9
I am attempting to derrive the equation for the time period of a simple pendulum, the notes we have been given show some hints to where we should be aiming to get. I have managed to get to
[tex]\frac{d^2\theta}{dt^2} + \frac{g}{L}\theta = 0[/tex]
However, the next line should be
[tex]\theta = \theta_{max} \sin \sqrt{\frac{g}{L}} \theta[/tex]
I've tried intergrating, taking [tex]\theta[/tex] out as a factor and multiplying by [tex]dt^2[/tex] but cannot get the correct solution. Any help would be much appreciated.
 
Physics news on Phys.org
The general solution to your ODE is

[tex]\theta (t)=A\sin \omega t +B\cos \omega t[/tex],

where [itex]\omega=\sqrt{\frac{g}{L}}[/itex] and the exact form of the coefficients depends on the 2 initial conditions.

Daniel.
 
Hootenanny said:
I don't unstand why the general solution should contain trig functions are where the [tex]t[/tex] goes.
The differential equation indicates you want that the sum of a function and its second derivative to be zero (aside from the g/L factor that can be normalized out). The trig functions sin and cos have exactly this property. You seem to be wanting to derive the solution simply by manipulating the equation. It's not that simple. Welcome to the wonderful world of differential equations.
 
Hootenanny said:
I don't unstand why the general solution should contain trig functions are where the [tex]t[/tex] goes.
By studying the differential equation, you will realize that the solution must be a function whose 2nd derivative is proportional (within a constant) to the function itself. Trig functions satisfy that requirement. (This might help a bit: http://hyperphysics.phy-astr.gsu.edu/hbase/pend.html#c3)
 
Right! If it works, then how could it be wrong? You will find directly that it works provided [itex]\omega=\sqrt{\frac{g}{L}}[/itex].
 
Hootenanny said:
Do I have to prove that [tex]\omega=\sqrt{\frac{g}{L}}[/tex] or can I just state it?
Did you actually try the solution? Did you plug it into the differential equation? It will be pretty obvious what happens and why omega MUST satisfy [itex]\omega=\sqrt{\frac{g}{L}}[/itex].

Re A and B, these are just the amplitude. You can equally well write the solution as
[tex]\theta (t)=A\sin (\omega t +\phi)[/tex]
Where A is theta_max and phi is another constant. You can determine the constants by the initial conditions: What is theta at t=0? What is the speed of the bob (Ld theta/dt) at t=0?
 
What is theta equal to? Look at my last equation in Post #12. I don't know how you fail to see the cancellation.
 
If theta=0 at t=0, then what must alpha be? If theta=theta_max at t=0, then what must alpha be? This is what is meant by "initial conditions". For a second order differential equation like you started with, the general solution will have two arbitrary constants. In your chosen form of the general solution, these are theta_max and alpha. These can be uniquely determined if you know the initial conditions.