Difficulty: Medium
Correct Answer: 10°
Explanation:
Introduction / Context:
This problem blends projectile kinematics with a geometric constraint: the projectile must not exceed the tunnel roof height. The usual 45° angle that maximizes range in open space is impossible here because the peak height would be far above the tunnel ceiling. Therefore, we optimize the range subject to a maximum-height constraint.
Given Data / Assumptions:
Concept / Approach:
The trajectory peak height for a projectile at angle theta is H_max = u^2 * sin^2(theta) / (2 * g). To avoid striking the roof, we require H_max <= H. For maximum allowed range under this constraint, the optimal angle is the largest theta that still satisfies the height limit (otherwise we could slightly increase theta and gain more range without hitting the roof).
Step-by-Step Solution:
Verification / Alternative check:
Open-terrain maximum range at 45° would have H_max = u^2 / (4 * g) = 3600 / 39.24 ≈ 91.8 m >> 5.54 m, confirming the roof is the active constraint. With theta ≈ 10°, the projectile just clears the roof at the apex and thus gives the largest possible range within the tunnel.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
10°
Discussion & Comments