InterviewSolution
Saved Bookmarks
| 1. |
What is the fractional error in g calculated from `T = 2 pi sqrt((l)/(g))` ? Given that fractional error in `T` and `l` are `pm x` and `pm y` respectively.A. x + yB. x - yC. 2x +yD. 2x - y |
|
Answer» Correct Answer - C `T=2pisqrt((l)/(g))rArrg=(4pi^(2)l)/(T^(2))` `rArr(Deltag)/(g)=(Deltal)/(l)+2(DeltaT)/(T)=2x+y` |
|