Length/Time Period squared Relationship of a Simple Pendulum

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 9K views
Thinker8921
Messages
14
Reaction score
0
I know the L/T^2 relationship of a simple pendulum gives a constant- g/(2pi)^2.
Could anyone please show me how it is derived?
Thanks in advance.
 
Physics news on Phys.org
Thinker8921 said:
I know the L/T^2 relationship of a simple pendulum gives a constant- g/(2pi)^2.
Could anyone please show me how it is derived?
Thanks in advance.

The force on the pendulum bob is:

[tex]F = -mgsin\theta = ma = mL\ddot\theta[/tex]

For small angles, [itex]sin\theta \approx \theta[/itex] so you have the differential equation:

[tex]\ddot\theta = -\frac{g}{L}\theta[/tex] the solution of which is:

[tex]\theta = A_0\sin(\omega t + \phi)[/tex] where [itex]\omega^2 = g/L[/itex] with [itex]\omega = 2\pi/T[/itex]

AM
 
Thankyou for the reply. I think I should have been a little clearer. I am in high school and this depth is a little new so I don't understand the whole explanation.
-The theta sign with the 2 dots*, I am thinking it is angular acceleration? That way, mLa will be torque of the pendulum bob.
- I get the differential, however not the next step with the A zero sign and phi sign. What do they represent. Is it (Started calculus a week ago).
Please could you clear my doubts.
Thanks again.
*How do I insert the actual symbols in this?
 
Thinker8921 said:
Thankyou for the reply. I think I should have been a little clearer. I am in high school and this depth is a little new so I don't understand the whole explanation.
Welcome to PF, by the way.
-The theta sign with the 2 dots*, I am thinking it is angular acceleration? That way, mLa will be torque of the pendulum bob.
That's right.
- I get the differential, however not the next step with the A zero sign and phi sign. What do they represent. Is it (Started calculus a week ago).
These are parameters for the initial condition. The A0 (I could have said [itex]\theta_0[/itex]) is the maximum value of [itex]\theta[/itex], which occurs when the sin term = 1. The [itex]\phi[/itex] is simply to adjust for the phase - ie. when the amplitude maximum occurs in relation to t. For example if amplitude was maximum at t=0, you would set [itex]\phi = \pi/2[/itex] so that the sin term gave a value of 1 (which is the maximum value for sin).

The idea here is that if you take the second derivative of [itex]\theta_0\sin (\omega t + \phi)[/itex] you get [itex]-\omega^2\theta_0\sin (\omega t + \phi)[/itex], which is simply [itex]-\omega^2[/itex] x the original function. Generally if the second derivative is -[itex]\omega^2[/itex] multiplied by the original function, the function must be a some sort of sine wave with frequency [itex]\omega[/itex]. You will learn how to solve this kind of equation when you study differential equations.

*How do I insert the actual symbols in this?
You have to use Latex. See https://www.physicsforums.com/showthread.php?t=8997" for help on Latex.

AM
 
Last edited by a moderator:
Thanks, this has made it clearer to me.