Hi, i'm kinda lost with this one.

a ball is thrown at 15m/s at an angle of 30 degrees to the horizontal , how far does it travel horizontally before making contact with the ground?

THANKS IN ADVANCE!

You'll need to determine how long the object is in the air first. Then the distance traveled is v*cos(theta)*t where v is the velocity. theta is the angle of elevation with the horizon and t is the time in the air. Right now you have the velocity and the angle, but you need to know the time.
To calculate the time use h=v*sin(theta)*t - (1/2)g*t^2
Set h to 0 and solve for t using the quadratic formula. You could also use the formula
v_f=v*sin(theta) - g*t and solve when v_f =0. That's the time needed to reach the max height; then double that time to get the time total. Again, v is the initial velocity and theta the angle of elevation.

Jackie: Roger is correct. Use the vertical component of velocity to find the time in air to the maximum height(at the top, velocity vertical is zero), then double that time to find total time in the air. Then, the horizontal distance is easy: distance=horizontalcomponent of initial velocity times the total time in the air .

Thanks!

To solve this problem, we need to break down the initial velocity of the ball into its horizontal and vertical components.

The horizontal component (Vx) is given by Vx = v * cos(theta), where v is the initial velocity and theta is the angle of elevation with the horizon.
In this case, v = 15 m/s and theta = 30 degrees, so we have Vx = 15 * cos(30) = 15 * 0.866 = 12.99 m/s (rounded to two decimal places).

Next, we need to find the time it takes for the ball to reach the ground. To do this, we'll use the vertical component (Vy) of the initial velocity. Vy = v * sin(theta) = 15 * sin(30) = 15 * 0.5 = 7.5 m/s.

Now, we can use the equation h = Vy * t - (1/2) * g * t^2, where h is the height, t is the time, and g is the acceleration due to gravity (approximately 9.8 m/s^2).

Since the ball is thrown upwards and eventually falls back to the ground, we can set h to 0 and solve for t.

0 = 7.5 * t - (1/2) * 9.8 * t^2

Rearranging the equation, we have:
4.9 * t^2 - 7.5 * t = 0

This is a quadratic equation. We can solve it by factoring or using the quadratic formula. Since the equation is already factored, we can set each factor equal to zero:

t(4.9 * t - 7.5) = 0

From the first factor, t = 0 (which is not relevant in this case).
Solving the second factor, we get 4.9 * t - 7.5 = 0.
Therefore, t = 7.5 / 4.9 ≈ 1.53 seconds (rounded to two decimal places).

Since this is the time it takes to reach the maximum height, we need to double it to find the total time in the air:
2 * t = 2 * 1.53 ≈ 3.06 seconds (rounded to two decimal places).

Finally, we can calculate the horizontal distance traveled by multiplying the horizontal component of velocity (Vx) by the total time in the air:
distance = Vx * t = 12.99 m/s * 3.06 s ≈ 39.76 meters (rounded to two decimal places).

So, the ball travels approximately 39.76 meters horizontally before making contact with the ground.