A ball is thrown vertically upward with a speed of 25.0 m/s from a height of 2.0 m.

How high does the ball rise? How long does it take to reach its highest point? How long does the ball take to hit the ground after it reaches its highest point? What is the ball's velocity when it returns to the level from which it started?

I don't know how to set this up... the equations that I have use more than just initial velocity and acceleration... am I supposed to assume the final velocity or distance?

thanks for your time!!

For ball thrown upwards,

Y = 2 + 25 t - (g/2)t^2

The highest point is attaned when
V = 25 t - gt = 0

Solve for that time, and insert that t in the first equation to get the maximum height.

When the ball returns to the point where it was thrown, the speed will be the same as it started (because of conservation of energy!) but the direction will have changed.

v = 25t-(9.81)t = 0

I'm confused about that. how can 15.19t equal zero? Or am a going too far with that step?

15.19

To find the height that the ball rises to, you need to use the equation of motion for vertical motion. The equation is:

y = y0 + v0t - (1/2)gt^2

where:
y is the final height
y0 is the initial height (2.0 m in this case)
v0 is the initial velocity (25.0 m/s in this case)
t is the time it takes to reach the final height
g is the acceleration due to gravity (approximately 9.81 m/s^2)

Plug in the values:
y = 2.0 + (25.0)t - (1/2)(9.81)t^2

To find the time it takes to reach the highest point, you need to find when the velocity of the ball becomes zero. At the highest point, the velocity changes direction and becomes zero. So, set the velocity equation equal to zero and solve for t:

v = v0 - gt = 0
25.0 - 9.81t = 0
t = 25.0 / 9.81
t ≈ 2.55 s

Now, substitute this value of t back into the equation for height to find the maximum height reached:

y = 2.0 + (25.0)(2.55) - (1/2)(9.81)(2.55)^2

Simplify this equation to find the maximum height.

To find the time it takes for the ball to hit the ground after reaching its highest point, you can use the fact that the time it takes to ascend and descend are equal. So, the total time is twice the time taken to reach the highest point, which is 2 * 2.55 s.

Finally, when the ball returns to the point from which it started, its velocity will be equal to its initial velocity but in the opposite direction. In this case, the velocity is -25.0 m/s.

I hope this helps clarify how to set up and solve the problem. Let me know if you have any other questions!

Apologies for the confusion in my previous response. The correct equation to determine the time taken to reach the highest point is:

V_final = V_initial - g*t

When the ball reaches its highest point, its velocity becomes zero. Therefore, you can solve for t (time) in this equation. Once you have the value of t, you can substitute it back into the equation for height (Y) to find the maximum height reached by the ball.

As for the ball's velocity when it returns to the level from which it started, you are right that the magnitude of the velocity will be the same as the initial velocity (25.0 m/s) due to the conservation of energy. However, the direction of the velocity will be opposite to the initial direction.

If you need further clarification or assistance, please let me know.