A baseball is hit with a speed of 27.0 m/s at an angle of 42.0 deg. It lands on the flat roof of a 10.0 m-tall nearby building.

If the ball was hit when it was 1.0 m above the ground, what horizontal distance does it travel before it lands on the building?

- - - - - - - - - - - - - - - - - - - - - - - - - - -

I tried to get the time it took the ball to land on the roof.

y = y_0 + v_0yt - .5gt^2
10.0 = 1.0 + 0 - .5(9.8)t^2

I got to be 1.35 s

And I plugged that into this equation: x = v_0 * cosALPHA * t

I got x to be 27.193

They want the answer in two significant figures so 2.7*10^1

This is actually wrong. I'm not sure where I screwed up on my work process.

Vo = 27m/s @ 42 deg..

Vo(h)= 27cos42=20.1m/s
Vo(v) = 27sin42 = 18.1m/s.

Vf = Vv + gt,
t(up) = (Vf-Vv) / g =
(0-18.1) / -9.8 = 1.85s.

d(up) = (Vv)t + 0.5at^2,
d(up) = 18.1*1.85 + 0.5(-9.8)(1.85)^2,
d(up) = 33.49 - 16.77 = 16.72m.

d(dn) = (16.72+1m) - 10 = 7.7m.

d(dn) = Vv + 0.5gt^2 = 7.7m,
0 + 0.5*9.8t^2 = 7.7,
4.9t^2 = 7.7,
t^2 = 1.57,
t(dn) = 1.25s.

T(tot.)=t(up) + t(dn)=1.85 + 1.25 = 3.1s.

d(h)=Vh * T = 20.1m/s * 3.1s = 62m

To solve this problem correctly, you need to break down the initial velocity of the baseball into its horizontal and vertical components. Then you can use the equations of motion to find the time it takes for the ball to land on the building and the horizontal distance it travels.

Let's start by finding the vertical component of the initial velocity. Given that the angle of the ball's trajectory is 42 degrees and the initial velocity is 27.0 m/s, you can use trigonometry to determine the vertical component:

v_y = v_0 * sinθ
v_y = 27.0 * sin(42)

Next, we can use the equation for the vertical motion of the ball:

y = y_0 + v_0y * t - 0.5 * g * t^2

Assuming the initial position y_0 is 1.0 m and the final position y is 10.0 m, we can solve for the time t:

10.0 = 1.0 + v_y * t - 0.5 * 9.8 * t^2

Simplifying the equation would give us a quadratic equation in terms of t. Solving this equation will give us two possible values for t. We need to choose the positive solution since time cannot be negative.

Once you find the value of t, you can find the horizontal distance traveled by the ball using the equation:

x = v_0 * cosθ * t

Plugging in the values of v_0, cosθ, and t, you should be able to calculate the correct answer.

Make sure to double-check your calculations and ensure you're using the correct equations and values.

To find the horizontal distance the baseball travels before landing on the building, you need to calculate the time it takes for the ball to reach the roof.

First, find the vertical component of the initial velocity using the given launch angle:

v_0y = v_0 * sin(θ)
v_0y = 27.0 m/s * sin(42.0°)
v_0y ≈ 17.7 m/s

Next, use the equation for vertical motion to determine the time taken for the ball to reach the roof:

y = y_0 + v_0yt - 0.5gt^2
10.0 m = 1.0 m + 17.7 m/s * t - 0.5 * 9.8 m/s^2 * t^2

This equation is quadratic, so we can rearrange it to solve for t:

4.9t^2 - 17.7t + 9 = 0

Using the quadratic formula, we get:

t = (-(-17.7) ± √((-17.7)^2 - 4 * 4.9 * 9)) / (2 * 4.9)

t ≈ 2.52 s (ignoring the negative solution)

Finally, calculate the horizontal distance traveled by the ball:

x = v_0x * t
x = v_0 * cos(θ) * t
x = 27.0 m/s * cos(42.0°) * 2.52 s

x ≈ 22.8 m

So, the ball travels approximately 22.8 meters horizontally before it lands on the building.