Finding the period of a simple pendulum given angular acceleration

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 5K views
guss
Messages
246
Reaction score
0

Homework Statement


A physical pendulum oscillates through small angles about the vertical with the angle, measured in radians, obeying the differential equation d2θ/dt2 = -4πθ. What is the period of the oscillation?


Homework Equations


T = 2π √(L/g)


The Attempt at a Solution


I attempted to integrate twice which should give me θ. This did not work, though, because the acceleration is defined by θ.

Thanks!
 
Physics news on Phys.org
BruceW said:
try to think of a function which you could use for theta. (i.e. a substitution)
I am trying to think...
θ = acos(H/L)
But I don't think that's what you're thinking of.

Another hint please?
 
I like Serena said:
The differential equation for a pendulum (that belongs to your relevant equation) is:
$${d^2\theta \over dt^2} + {g \over L}\theta=0$$
(See http://en.wikipedia.org/wiki/Pendulum_(mathematics).)

Perhaps you can match that with your differential equation?


Otherwise you would need to learn how to solve the DE...
So from there,
[itex]-4\pi\theta + {g \over L}\theta=0[/itex]

[itex]{L \over g}={1 \over 4\pi}[/itex]

[itex]T=\sqrt{4\pi^{2} \over 4\pi}[/itex]

[itex]T=\sqrt{\pi}[/itex]

Which is the answer! Thanks!