Ace.
- 52
- 0
Homework Statement
Show the unit analysis of this equation that relates frequency to length (in centimeters) of a pendulum
f = 5.1L^{-0.5}
Homework Equations
f = \frac{1}{2\pi\sqrt{\frac{L}{g}}} ?
The Attempt at a Solution
I cannot find much info about this online, but I gave it a go:
f = \frac{1}{2\pi\sqrt{\frac{L}{g}}}
solving for L:
L = \frac{g}{2πf^{2}} * \frac{100 cm}{1 m}
L = \frac{g}{f^{2}} * \frac{cm}{m}
L = \frac{m/s^{2}}{(s^{-1})^{2}} * \frac{cm}{m}
L = \frac{m}{s^{2}}* \frac{1}{s^{-2}} * \frac{cm}{m}
L = cmf = \frac{1}{2\pi\sqrt{\frac{L}{g}}}
f = \frac{1}{\sqrt{\frac{cm}{m/s^2} * \frac{m}{cm}}}
f = \frac{1}{\sqrt{s^{2}}}
f = s^{-1}
Is this the right approach?