a base ball is thrown straight upward on the Moon with an initial speed of 35m/s^-1.Compute a) the maximum height reached by the ball b) the time taken to reach that height c) its velocity 10s after it is thrown and d) when the balls height is 50m.
1
Expert's answer
2011-12-08T09:19:06-0500
a base ball is thrown straight upward on the Moon with an initial speed of V0 = 35m/s. Compute
// g = 1.622 m/s^2 (Moon gravity)
b) the time taken to reach that height
V0 = g*T ==> T = V0/g = 35/1.622 ≈ 21.5783 s.
a) the maximum height reached by the ball
V = 35; g=1.622; T=21.5783;
H = V0*T/2 = ( V0*T - (g*T^2)/2 ) = 35*21.5783/2 = 377.6203 m.
Comments
Leave a comment