Please help me solve this problem.

A plane flying at 75 m/s, was diving at an angle of 40 degrees below the horizontal when one of it's wheels fall off. The wheel hits the ground 8.5 s after it fell off the plane. I know the x and y components of the wheel as 57.5 and 48.2 m/s, respectively. But I don't know how to solve the other problems:
1. At what height did the wheel fall off the plane?
2. What horizontal distance did the wheel travel?
3. What was the wheel's velocity when it hit the ground?
Please help.

the wheel had an initial vertical velocity, and was then accelerated by gravity for 8.5 s

final vel y = init vel y + (8.5 s * g)

ave vel y = (final y + init y) / 2

ave vel y * 8.5s = height

horiz dist = x vel * 8.5 s

init K.E. + (m g h) = fin K.E.

(init vel)^2 + (2 g h) = (fin vel)^2

1. h = Vo*t + 0.5g*t^2 = 48.2 + 4.9*8.5^2 =

2. Xo * t = 57.5 * 8.5 =

3. V = Vo + g*t = 48.2 + 9.8*8.5 =

To solve these problems, we can break down the given information and use kinematic equations to find the answers. Let's go step by step:

1. To find the height at which the wheel fell off the plane, we need to calculate the time it took for the wheel to fall. We assume that the wheel fell vertically, so we can use the equation:

h = V_y * t + (1/2) * a_y * t^2

where h is the height, V_y is the vertical component of the wheel's velocity (48.2 m/s), t is the time (8.5 s), and a_y is the acceleration due to gravity (-9.8 m/s^2, assuming downward direction).

Plugging in the values, we have:

h = 48.2 * 8.5 + (1/2) * (-9.8) * (8.5^2)
h = 408.7 - 352.15
h = 56.55 m

Therefore, the height at which the wheel fell off the plane is 56.55 meters.

2. To find the horizontal distance the wheel traveled, we can use the horizontal component of its velocity and the time it took to hit the ground. The horizontal distance can be calculated using the equation:

d = V_x * t

where d is the horizontal distance, V_x is the horizontal component of the wheel's velocity (57.5 m/s), and t is the time (8.5 s).

Plugging in the values, we have:

d = 57.5 * 8.5
d = 488.75 m

Therefore, the horizontal distance the wheel traveled is 488.75 meters.

3. To find the wheel's velocity when it hit the ground, we can use the Pythagorean theorem:

v = sqrt(V_x^2 + V_y^2)

where v is the magnitude of the wheel's velocity, V_x is the horizontal component of the wheel's velocity (57.5 m/s), and V_y is the vertical component of the wheel's velocity (48.2 m/s).

Plugging in the values, we have:

v = sqrt(57.5^2 + 48.2^2)
v = sqrt(3306.25 + 2325.64)
v = sqrt(5631.89)
v ≈ 75.07 m/s

Therefore, the wheel's velocity when it hit the ground is approximately 75.07 m/s.