InterviewSolution
Saved Bookmarks
| 1. |
A uniform string of length L and mass M is fixed at both ends while it is subject to a tension T. It can vibrate at frequencies (v) given by the formula where n= 1,2,3.......... |
|
Answer» `V = n/2 sqrt(T/(ML))` `v=n/(2L)sqrt(T/MU)`, where `mu = M/L` `therefore v = n/(2L) sqrt((TL)/(M)) = n/2 sqrt(T/(ML))` |
|