

InterviewSolution
Saved Bookmarks
1. |
A particle is fired vertically upwards from the surface of earth and reaches a height 6400 km. Find the initial velocity of the particle if R = 6400 km and g at the surface of earth is 10 m//s^(2). |
Answer» <html><body><p></p>Solution :`(1)/(2) mv^(2) = (mgh)/([1+(h//R)])` <br/> here h = R = 6400 <a href="https://interviewquestions.tuteehub.com/tag/km-1064498" style="font-weight:bold;" target="_blank" title="Click to know more about KM">KM</a> and `<a href="https://interviewquestions.tuteehub.com/tag/g-1003017" style="font-weight:bold;" target="_blank" title="Click to know more about G">G</a> = 10 m//s^(2)` <br/> so `v^(2) = gh`, <br/> i.e., `v = sqrt(10 xx 6400 xx 10^(<a href="https://interviewquestions.tuteehub.com/tag/3-301577" style="font-weight:bold;" target="_blank" title="Click to know more about 3">3</a>)) = <a href="https://interviewquestions.tuteehub.com/tag/8-336412" style="font-weight:bold;" target="_blank" title="Click to know more about 8">8</a> km//s`</body></html> | |