I believe this is a projectile motion problem with the angle = 0 degrees.

A ball is thrown horizontally from the roof of a building 7.5 m tall and lands 9.5 m from the base. What was the ball's initial speed?

How would I start off this problem? Or set it up throughout?

first drop the ball to see how long it is in the air

7.5 = 4.9 t^2
solve for t

now horizontal problem
u t = 9.5
u = 9.5 / t

Thank you.

May I ask what equation you used for the first one, when solving for t?
I believe my professor uses a different variable.

To solve this projectile motion problem, you can use the following steps:

1. Define the given values:
- The height of the building is 7.5 m.
- The horizontal distance traveled by the ball is 9.5 m.
- The angle of the throw is 0 degrees (which means the ball is thrown horizontally).

2. Identify the key kinematic equations for projectile motion:
- The horizontal distance traveled by the ball can be calculated using the equation:
d = v₀ * t
where d is the horizontal distance, v₀ is the initial velocity, and t is the time of flight.

- The vertical distance traveled by the ball can be calculated using the equation:
d = v₀ * t + (1/2) * a * t²
where d is the vertical distance, v₀ is the initial velocity, a is the acceleration due to gravity (approximately -9.8 m/s²), and t is the time of flight.

- The total time of flight can be calculated using the equation:
t = sqrt((2 * d) / g)
where g is the acceleration due to gravity.

3. Since the ball is thrown horizontally, its initial vertical velocity (v₀_y) is 0 m/s, and the only acceleration acting on it is gravity. Therefore, the only vertical motion equation we need to consider is:
d = (1/2) * a * t²

4. Rearrange the equation from step 3 to solve for the time of flight (t):
t = sqrt((2 * d) / g)

5. Substitute the given values into the equation from step 4 to calculate the time of flight.

6. Use the calculated time of flight to find the initial horizontal velocity (v₀_x):
v₀_x = d / t

7. Since the ball was thrown horizontally, the initial vertical velocity (v₀_y) is 0 m/s.

8. Combine the horizontal and vertical components to find the magnitude of the initial velocity (v₀):
v₀ = sqrt(v₀_x² + v₀_y²)

By following these steps, you should be able to determine the initial speed (magnitude of the initial velocity) of the ball thrown horizontally from the building's roof.