How Do You Derive the Torsional Pendulum Period Formula?

  • Thread starter Thread starter Melawrghk
  • Start date Start date
  • Tags Tags
    Pendulum Period
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
3 replies · 4K views
Melawrghk
Messages
140
Reaction score
0

Homework Statement


I have to show the formula derivation of this:
[tex]T=2*pi*\sqrt{\frac{2IL}{pi*r^{4}*G}}[/tex]

based on the fact that I know this:
[tex]\tau=I\alpha=\frac{pi*G*r^{4}}{2L}\theta[/tex]


Homework Equations


See above


The Attempt at a Solution



Well, I know T=2pi/[tex]\omega[/tex] and [tex]\alpha=\Delta\omega/\Delta(t)[/tex]

So I decided to just get an equation for omega from the expression for tau.
So I had:
d[tex]\omega[/tex]/dt=[tex]\frac{pi*G*r^{4}}{2IL}\theta[/tex]
Which looked promising until I integrated both sides wrt 't' and got:
[tex]\omega=\frac{pi*G*r^{4}}{2IL}\theta*t[/tex]

And this really gets me nowhere and I don't know what else to do. Thanks in advance for the help!
 
Physics news on Phys.org
You mixed up two VERY different [tex]\omega[/tex]'s

One is angular frequency and the other is angular velocity. They are completely unrelated.

Look at your net torque equation, it is a differential equation of the form [tex]\ddot x=-kx[/tex] (Remember that it is a restoring torque, so you missed a negative sign)

You should be very familiar with the general solution to that equation.

I suggest that you use [tex]\Omega[/tex] for angular velocity instead, to prevent further mixups.
 
Well, it's familiar and it's from SHM.

There was the d''f(t)/dt''=-omega^2 * f(t) when f(t)=Asin(omega*t+phi)

If I make theta(t)=f(t), then that k would equal omega^2 (the angular frequency omega)

Is that correct though?
 
Melawrghk said:
Well, it's familiar and it's from SHM.

There was the d''f(t)/dt''=-omega^2 * f(t) when f(t)=Asin(omega*t+phi)

If I make theta(t)=f(t), then that k would equal omega^2 (the angular frequency omega)

Is that correct though?

That is 100% correct. :)

Once you have the differential equation:

[tex]\ddot \theta=-\Omega^2 \theta[/tex]

The solution should be something that immediately pops into your head:

[tex]\theta (t) = A\cos{(\Omega t +\phi)}[/tex]

And the period for a harmonic function is something you can easily find,

[tex]T=\frac{2\pi}{\Omega}[/tex]

On a side note, when you tried to integrate:

[tex]d\omega = -k\theta \cdot dt[/tex]

You overlooked the fact that [tex]\theta[/tex] is a function of time. That was the source of your error. I was mistaken in thinking you got angular velocity and frequency mixed up.