

InterviewSolution
Saved Bookmarks
1. |
A target situated on a hill can be seen from the foot at angle `alpha` above the horizontal .The distance of the target along the horizonal is R. if a shell is fired from the foot at an angle `beta` with the horizontal, find the velocity required for it to strike the target. |
Answer» Correct Answer - `sqrt((R g cos alpha)/(sin (beta-alpha) cos beta))` |
|