Simple Harmonic Motion - Period of a Pendulum

In summary, the instructor introduced the formula for period of a pendulum, T=2*pi*(L/g)^.5. They also mentioned that this approximation is only accurate for small angles, so I did some work to find a general formula for any angle. I found that T=2*Theta*[ (2*L)/(g*(1-cos(Theta))) ] ^ (1/2), where Theta is the angle the pendulum is dropped from, and g is the acceleration due to gravity. Theta is zero at the equilibrium position, and it is pi/2 or 90 deg if you hold it out horizontally. I then calculated the percent difference between the two pend
  • #1
Felix83
75
0
We are talking about SHO in physics and the forumula for period T of a pendulum was introduced - T=2*pi*(L/g)^.5 where L is the length of the pendulum arm/string and g is acceleration due to gravity. the instructor also said this was an approximation that was only accurate for small angles. so i thought what about large angles? - like if it is dropped from a horizontal position.

I did some work and derived my own general formula for any angle. i don't know how correct it is but here is what i came up with:

T = 2*Theta*[ (2*L)/(g*(1-cos(Theta))) ] ^ (1/2)

Theta is the starting angle that it is dropped from - displaced from the vertical - it is zero at the equilibrium position (just hanging straight down), and it is pi/2 or 90 deg if you hold it out horizontally.

so to test it mathematically against the other formula i made an excel table with values of theta from 0 to pi/2 in increments of 0.1 rad . in one column i had the value from my formula and the next column from the books formula. they were different but i noticed some connections. for example when g=9.8 and L=1 and theta = pi/2, my formula came up with 1.42s and the other came up with 2s. however the books formula is only an approximation for small angles so this is expected. yet when theta = 0.1 there is still discrepency - mine=1.28s , book=2s. I expected that as theta got smaller my formula and the books would have closer and closer numbers, but i was wrong.

then i made a column for percent difference between the two. it ranged from 36 (theta=0.1) to 30 percent (theta=pi/2). however i noticed something interesting. no matter what i changed the length L to, the percent difference column remained constant.

:bugeye: any thoughts?
 
Last edited:
Physics news on Phys.org
  • #2
Conditions for SHM:

Fixed amplitude

Elasticity and Inertia

Force should always direct towards the centre of oscillation

Fixed Time Period

"Must be Straight line"

WE TAKE SMALL ANGLES WHILE DOING SHM PROBLEMS LIKE THE CASE OF PENDULUM
.THE REASON FOR THAT IS: FOR A GOOD APPROXIMATION SMALL ANGLES MEAN STRAIGHT LINE MOTION OF THE BOB ATTACHED TO THE THREAD . When we take to larger angles the motion is not SHM. It is called "osscilation" and not "SHM" . Oscillation means to and fro motion which may or may not be periodic. SHM is a special case of oscillation which undergoes in some conditions as mentioned above. Moreover larger angles means damping effect due to air and hence no SHM.
 
  • #3
Dr. Brain,

Your condition that SHM "Must be Straight line" seems overly restrictive. The reason that SHM for a simple pendulum is limited to small angles is that the approximation of a linear restoring force is only accurate for small angles.

In fact, it's possible to construct a pendulum which exhibits SHM even for large angles, where its motion is nowhere near along a straight line (but it's along a cycloid, not a circle).
 
  • #4
im disregarding all friction or any other dampening force. even with a larger angle it would still oscillate with a constant period and amplitude etc. so it is still SHM, it just can be described by the common pendulum formula because the error would be to great. Since even at small angles, my formula produces different numbers than the other, I am trying to figure out where the discrepency is coming from. maybe if i showed my work...

i started with the basic kinematics equation converted to rotational motion:
Theta=(1/2)Alpha*t^2, where Theta is angular displacement, Alpha is angular acceleration, and t is time. I solved for t to get:
t = (2*Theta/Alpha)^(1/2)
Now if i calculate the time it takes a simple pendulum to fall to equilibrium from some starting angle, if i double that I will have the period of oscillation.
However, the angular acceleration is not constant. If i find the average acceleration between the starting angle and equilibrium i can plug that back into the formula.
I have the formula:
Alpha=Torque/I where I is moment of inertia. Since moment of inertia is constant, torque is what is changing.
The torque at some instant is Torque=mgLsin(Theta) , where L is the length of the pendulum arm and Theta is the angle from the vertical it is at at that instant.
To find the average torque, I integrated mgLsin(Theta) with respect to Theta, from 0 to Theta. Then I divided by Theta to get the average torque.
I found average torque to be:
Torque=(mgL(1-cos(Theta)))/Theta
After i substituted to find average angular accel and simplified, i got:
Alpha=g(1-cos(Theta))/Theta*L

Then i plugged that back into the original formula for time t, multiplied by 2, and simplified to get period:

T = 2*Theta*[ (2*L) / (g*(1-cos(Theta))) ] ^(1/2)
 
  • #5
Use the series expansion for Sin(x) (power law series) instead of simply Sin(x)

That'll work for large angles.

[tex] \sin\theta = \theta - \frac{\theta^3}{3!} + \frac{\theta^5}{5!} ...[/tex]


Use this in the differential equation
[tex]m\frac{d^2 \theta}{dt^2} = -\frac{g}{L}\sin\theta[/tex]

Its a fun differential equation to solve... I'd suggest doing it numerically using a computer

When you do this you'll see that the solutions will contain harmonics of [tex] \omega_0 [/tex]
 
Last edited:
  • #6
ok but it seems to me that my formula should still work even tho i did it a different way...
 
  • #7
I don't think your formula will accurately describe the motion of a pendulum for large angle oscillations
 
  • #8
There it is.

[tex] T=2\pi\sqrt{\frac{l}{g}} \ _{2}F_{1} \left(\frac{1}{2},\frac{1}{2},1;\kappa^{2}\right) [/tex]

,where [itex] \kappa^{2}=\sin^{2}\frac{\alpha}{2} [/itex]

,where [itex] \alpha [/itex] is the angular amplitude.


It is obtainable from the law of conservation of mechanical energy.


Daniel.
 
  • #9
If u prefer,u can use the Legendre's complete elliptical integral of first kind [itex] K(x) [/itex] and then the result is trivial

[tex] T=4\sqrt{\frac{l}{g}} K\left(\kappa^{2}\right) [/tex]


Daniel.
 
  • #10
Comparing the 2 formulas I've given u for the period of oscillation,u can retrieve the relation #3 from here


Daniel.
 
  • #11
what is flawed with my calculation of the average torque? I just have basic physics knowledge, and my highest math is calc2, so your eliptical integral went over my head, a lot of the stuff in your first formula is unfamiliar to me - starting at the first subscript 2, I am not sure what the rest means.
 
  • #12
The torque is time dependent (the angular acceleration is time dependent).I don't know what average u computed there,it surely wasn't the right one.

Daniel.
 
  • #13
the torque is really only dependent on the angle the pendulum is at (max when horizontal and zero when vertical). it does change with time but the change isn't caused by the time change. i computed the average by integrating torque as a function of theta from zero to the starting angle, and then divided the result by the starting angle to find the average torque. this is just the concept of finding the average of a function. but i did find a calculation error, my formula is only for half the period so the 2 should actually be a 4 to have the full period.
 
  • #14
You're in a complete missuderstanding.

[tex] \vec{\tau}(t)=:I\vec{\alpha}(t) [/tex]

and the torque's dependence of time is explicit.

The angular acceleration can be computed solving the ODE

[tex]\frac{d^{2}\vartheta\left(t\right)}{dt^{2}}+\frac{g}{l}\sin\vartheta\left(t\right)=0 [/tex]

Daniel.
 
Last edited:
  • #15
That ODE is subject to the initial conditions

[tex] \vartheta (0)=\vartheta_{0} [/tex]

[tex] \omega (0)=:\dot\vartheta (0) =0 [/tex]

And its solutions are found by reversing the formula given in the post #9 using Jacobi's elliptic functions,[itex] \mbox{sn}(x) [/itex],if I'm not mistaking.

Daniel.
 
  • #16
For Large amplitude oscillations I get the following formula:

[tex] T = 2\pi\sqrt{\frac{L}{g}}(1 + \frac{1}{16}\theta^2 + \frac{11}{3072}\theta^4 ...)[/tex]

theres some first 3 terms to the series way of doing it. I didnt work out any others, but I'm pretty sure this is correct. (if you just want the formula)
 
  • #17
hmmm...i was looking through the books proof of the regular formula and where they assumed that sin (theta) = theta, i left it in and ended up with a pretty simple formula that should work for all angles:

T=2*pi*(L*sin(theta)/g*theta)^(1/2)

i put this into my excel table and compared it with the original formula from the book and it makes a lot of sense.
 
  • #18
Felix83,

"i left it in and ended up with a pretty simple formula that should work for all angles"

If gregmead's formula is correct (post just before yours), then yours can't be because his T is an increasing function of theta; yours is a decreasing function of theta.

But more to the point, why do you think your formula should work for all angles?
 
  • #19
I think your error is coming from taking the average of something, I'm not sure how you came up with this formula...
 
  • #20
Felix83 said:
hmmm...i was looking through the books proof of the regular formula and where they assumed that sin (theta) = theta, i left it in and ended up with a pretty simple formula that should work for all angles:

T=2*pi*(L*sin(theta)/g*theta)^(1/2)

i put this into my excel table and compared it with the original formula from the book and it makes a lot of sense.

You left sin(θ) in? Then how did you get that period? Do you understand that then the equations have solutions that are not even periodic?
 
  • #21
I have a VB program all set up to calculate the motion of a non linear pendulum using a Runga Kutta method.

for a initial displacement of a 1 meter pendulum of 1.2 radians I get T= 2.2 secs.

using Gregmeads formula I get, for that starting displacement, T= 2.1 sec

Using felix83's formula T=1.76s

Greg you may want to generate another term or 2.

Felix83... back to the drawing board! :smile:
 
  • #22
If we define
[tex]
\lambda = {1 - \sqrt{\cos (\phi_{\rm max}/2)}\over 1 +
\sqrt{\cos (\phi_{\rm max}/2)}}
[/tex]
then to a very good approximation
[tex]
T/T_0 =(1+\lambda)^2
[/tex]
This estimate is good to within 10% up to [itex]\phi_{\rm max} =
178^\circ[/itex] and to within 1% up to [itex]\phi_{\rm max} = 168^\circ[/itex].
And indeed for [itex]\phi_{\rm max} = 1.2[/itex] radians, T/T_0=1.098. Since [itex]T_0=2\pi\sqrt{1/9.8}=2.007[/itex] second, T = 2.2 sec as Integral finds.

This approx can be found in E.T. Whittaker and G.N. Watson Modern Analysis Sec. 21.8 (1927).
 
Last edited:
  • #23
i see where i went wrong, whoever said torque is a function of time, is right. well it depends on angle as well as time, but i assumed it depended on angle alone. however, since it is already moving faster towards the bottom of its fall, it experiences this torque over a shorter time interval so it would change the average. so my average torque calculation is what is wrong. the second formula i posted where i followed the books proof, except i left sin theta in, is the right formula. In my excel spread sheet, for g=9.8, L=1, and theta=0.1 rad, the books original formula got 2.007s and my altered formula got 2.005s. the numbers are very close for small angles and differ more as the angle gets bigger, which is exactly what is expected. for theta = pi/2 i got T=1.6s.
 
  • #24
Felix you need to read what has been posted a bit closer. You may note that the correct formulation has the period increasing with initial amplitude. Yours is decreasing, this is not correct.

Did you compare your result to the formula posted by Krab? Perhaps you should use that as a benchmark. When you find agreement with that formula you will be onto something.

BTW for an initial displacement of 1.57 rad T=2.36s
 

What is Simple Harmonic Motion?

Simple Harmonic Motion is a type of periodic motion in which an object oscillates back and forth around an equilibrium point due to a restoring force that is directly proportional to its displacement from the equilibrium point.

What factors affect the period of a pendulum?

The period of a pendulum is affected by the length of the pendulum, the mass of the bob, and the acceleration due to gravity. The longer the pendulum, the longer the period. The heavier the bob, the longer the period. And the stronger the gravitational force, the shorter the period.

How is the period of a pendulum calculated?

The period of a pendulum is calculated using the equation T = 2π√(L/g), where T is the period, L is the length of the pendulum, and g is the acceleration due to gravity.

How does amplitude affect the period of a pendulum?

The amplitude of a pendulum does not affect its period. The period only depends on the length of the pendulum and the acceleration due to gravity.

Can the period of a pendulum be changed?

Yes, the period of a pendulum can be changed by altering the length of the pendulum or the acceleration due to gravity. For example, the period of a pendulum on Earth is different from the period of a pendulum on the moon due to the difference in gravitational acceleration.

Similar threads

Replies
76
Views
4K
Replies
1
Views
403
Replies
2
Views
855
Replies
4
Views
1K
  • Introductory Physics Homework Help
Replies
20
Views
1K
Replies
7
Views
2K
Replies
3
Views
930
  • Mechanics
Replies
5
Views
2K
  • Mechanics
Replies
5
Views
9K
  • Classical Physics
2
Replies
36
Views
2K
Back
Top