InterviewSolution
Saved Bookmarks
| 1. |
In a projectile motion, the maximum height reached equals to the horizontal range covered by the body, the angle of projection with the horizontal equals to |
|
Answer» `tan^-1 1` HORIZONTAL Range = `(u^2 sin2 theta)/(g)` GIVEN `(u^2 sin^2 theta)/(2g)` = `(u^2 sin2 theta)/(g)` or `sintheta = 2 sin 2 theta` or `tantheta` = 4 or `theta tan^-1(4)`. |
|