InterviewSolution
Saved Bookmarks
| 1. |
A ball is dropped from height h on the ground where co-efficient of restitution is e. After one bounce the maximum height is |
|
Answer» `e^(2)H` If the bal re bounces with velocity V, then `V=eu=esqrt(2gh)` If `h'to` MAX velocity ofter one bounce, then `0^(2)-V^(2)=2(-g)himpliesh'=e^(2)h` |
|