An Olympic long jumper leaves the ground at an angle of 23o and travels through the air for a horizontal distance of 8.7m before landing. The takeoff speed of the jumper is-[Assume g = 9.8ms-2]
IUTপদার্থবিজ্ঞান প্রথম পত্রগতিবিদ্যাপ্রাস সংক্রান্ত (Topic Practice)IUT - ⚡ অনলাইন প্রশ্নব্যাংক দেখুন 💥
সঠিক উত্তরঃ
D.
10.9ms-1
Explanation:

Another Explanation (5): ```html
Olympic Long Jump Solution
Given:
- Angle of takeoff, \(\theta = 23^\circ\)
- Horizontal distance (range), \(R = 8.7\) m
- Acceleration due to gravity, \(g = 9.8\) m/s2
The range \(R\) of a projectile is given by:
\(R = \frac{v_0^2 \sin(2\theta)}{g}\)
We can rearrange this formula to solve for \(v_0\):\(v_0 = \sqrt{\frac{Rg}{\sin(2\theta)}}\)
Now, plug in the given values:
\(v_0 = \sqrt{\frac{8.7 \times 9.8}{\sin(2 \times 23^\circ)}}\)
\(v_0 = \sqrt{\frac{85.26}{\sin(46^\circ)}}\)
\(v_0 = \sqrt{\frac{85.26}{0.7193}}\)
\(v_0 = \sqrt{118.53}\)
\(v_0 \approx 10.9\) m/s
Therefore, the takeoff speed of the jumper is approximately \(10.9\) m/s. 🚀
```