A car is being driven on a road having two distance circular bends B1 & B2 of radius R and 3R respectively. If S1 is the speed of the car and bend B1 and S2 is the speed at the bend B2 what should the ratio. S1/S2 be so that the centripetal forces at the both bands are equal?
IUTপদার্থবিজ্ঞান প্রথম পত্রনিউটনিয়ান বলবিদ্যাকৌণিক এবং কেন্দ্রমুখী বলের ধারণা (Topic Practice)IUT - ⚡ অনলাইন প্রশ্নব্যাংক দেখুন 💥
সঠিক উত্তরঃ
C.
1/sqrt3
Explanation:

Another Explanation (5): ```html
ধরি, গাড়িটির ভর m.
বৃত্তাকার বাঁক \(B_1\) এর জন্য:
ব্যাসার্ধ \(R\), গতি \(S_1\)
কেন্দ্রমুখী বল, \(F_1 = \frac{mS_1^2}{R}\)
বৃত্তাকার বাঁক \(B_2\) এর জন্য:
ব্যাসার্ধ \(3R\), গতি \(S_2\)
কেন্দ্রমুখী বল, \(F_2 = \frac{mS_2^2}{3R}\)
প্রশ্নানুসারে, \(F_1 = F_2\)
\(\frac{mS_1^2}{R} = \frac{mS_2^2}{3R}\)
\(S_1^2 = \frac{S_2^2}{3}\)
\(\frac{S_1^2}{S_2^2} = \frac{1}{3}\)
\(\frac{S_1}{S_2} = \sqrt{\frac{1}{3}}\)
\(\frac{S_1}{S_2} = \frac{1}{\sqrt{3}}\)
অতএব, \(S_1/S_2\) এর মান \(\frac{1}{\sqrt{3}}\) হওয়া উচিত।
```