InterviewSolution
Saved Bookmarks
| 1. |
The range R of a projectile is same when its maximum heights are h1 & h2. What is the relation between R, h1 & h2?(a) R = √h1 h2 (b) R = √ 2h1 h2 (c) R = 2√h1 h2 (d) R = 4√h1 h2 |
|
Answer» Answer is (d) R = 4√h1 h2 Range is same for angle of projection θ & 90 - θ R = u2 sin2θ/g, h1 = u2 sin2 θ/2g h2 = u2 cos2 θ/2g hence √h1h2 = u2 sinθ cosθ/2g = 1/4[u2 sinθ/g] = R/4 |
|