Calculating the Maximum Height Reached by a Ball Thrown Vertically Upward
<p>To find the maximum height \( h \) reached by the ball, we use the kinematics equation which relates the final velocity \( v \), initial velocity \( u \), acceleration \( a \), and displacement \( s \) (in this case, height \( h \)):</p>
<p>\[ v^2 = u^2 + 2as \]</p>
<p>At the maximum height, the final velocity \( v \) will be 0 m/s (since the ball stops rising before it starts to fall). The initial velocity \( u \) is 10 m/s (upward), and the acceleration \( a \) due to gravity is -10 m/s² (downward). Thus, we can plug these into our equation:</p>
<p>\[ 0 = (10)^2 + 2(-10)h \]</p>
<p>Which simplifies to:</p>
<p>\[ 0 = 100 - 20h \]</p>
<p>Now we solve for \( h \):</p>
<p>\[ 20h = 100 \]</p>
<p>\[ h = \frac{100}{20} \]</p>
<p>\[ h = 5 \]</p>
<p>Thus, the maximum height \( h \) reached by the ball is 5 meters.</p>