Deriving the Time Period Equation for a Simple Pendulum

AI Thread Summary
The discussion focuses on deriving the time period equation for a simple pendulum, specifically reaching the form θ(t) = A sin(ωt + φ) with ω = √(g/L). The initial differential equation d²θ/dt² + (g/L)θ = 0 indicates that the solution must involve trigonometric functions due to their properties related to second derivatives. Participants emphasize the importance of initial conditions in determining the constants A and φ, which represent amplitude and phase, respectively. The conversation also highlights the need to verify the derived solutions by substituting them back into the original differential equation. Ultimately, understanding the relationship between the pendulum's motion and its mathematical representation is key to solving the problem.
Hootenanny
Staff Emeritus
Science Advisor
Gold Member
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
\frac{d^2\theta}{dt^2} + \frac{g}{L}\theta = 0
However, the next line should be
\theta = \theta_{max} \sin \sqrt{\frac{g}{L}} \theta
I've tried intergrating, taking \theta out as a factor and multiplying by dt^2 but cannot get the correct solution. Any help would be much appreciated.
 
Physics news on Phys.org
The general solution to your ODE is

\theta (t)=A\sin \omega t +B\cos \omega t,

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

Daniel.
 
I don't unstand why the general solution should contain trig functions are where the t goes.
 
Last edited:
If anyone has the time could they show me a step by step method?
 
Hootenanny said:
I don't unstand why the general solution should contain trig functions are where the t 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 t 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)
 
So where do I go from \theta (t)=A\sin \omega t +B\cos \omega t? Do I just sub it in for theta?
 
Right! If it works, then how could it be wrong? You will find directly that it works provided \omega=\sqrt{\frac{g}{L}}.
 
  • #10
Do I have to prove that \omega=\sqrt{\frac{g}{L}} or can I just state it?
 
  • #11
Do I just leave the A and B in or do I have to sub something in for them?
 
  • #12
Hootenanny said:
Do I have to prove that \omega=\sqrt{\frac{g}{L}} 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 \omega=\sqrt{\frac{g}{L}}.

Re A and B, these are just the amplitude. You can equally well write the solution as
\theta (t)=A\sin (\omega t +\phi)
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?
 
  • #13
Yeah I did, but messed it up and couldn't get it to work. I'm going to try again now.
 
  • #14
After manipulating I got \frac{g}{L}\theta - \omega^2 A\sin (\omega t + \phi ) = 0 I think its correct.
 
Last edited:
  • #15
Ive got \frac{g}{L}\theta = \omega^2 A\sin (\omega t + \phi ) but i don't know how to now prove that \omega=\sqrt{\frac{g}{L}} Help Please.
 
  • #16
What is theta equal to? Look at my last equation in Post #12. I don't know how you fail to see the cancellation.
 
  • #17
O dear, it's been staring me in the face! I can't believe I missed it! Sorry. Thank's for all you help.
 
  • #18
Now I have \theta = \theta_{max} \sin(\sqrt{\frac{g}{L}} t - \alpha ) How Can I remove the \alpha ?
 
Last edited:
  • #19
bumping thread
 
  • #20
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.
 
  • #21
Ok thanks very much.
 
Back
Top