A ball is thrown toward a cliff of height h with a speed of 28m/s and an angle of 60∘ above horizontal. It lands on the edge of the cliff 3.3s later.

a) How high is the cliff? i got 26.7 m
b) What was the maximum height of the ball? my answer here was 30 m
C) What is the ball's impact speed?
I found fall time 3.3-2.47=0.83s
then I used this formula V1=V0+gt = 0+9.80*0.83 = 8.13m/s

But my answer is wrong. Can youoplease help me?
Thanks

Cliff height is correct

Max height is correct (I got 29.7m)
Ball's impact speed isn't right.

you need to find Vx and Vy at time 3.3s

Vx = Ux - 0*t (gravity doesn't act in the horizontal direction)
Vy = Uy - g*t (gravity acts downwards so -ve g)

So we get Vx = Ux = 14m/s
and Vy = 14*sqrt(3) - 9.8*3.3 = -5.15m/s
That minus just means it's falling at that time.

To find the speed at that time
V^2 = (Vx)^2 + (Vy)^2
V^2 = 222.52
V = 14.9m/s

To calculate the height of the cliff, let's break down the problem into horizontal and vertical components.

a) Horizontal Component:
The horizontal component of the initial velocity can be determined using the formula:
Vx = V * cosθ,
where Vx is the horizontal component of the velocity (initial velocity), V is the initial speed (28 m/s in this case), and θ is the angle (60° above the horizontal).

So,
Vx = 28 * cos(60°) = 14 m/s.

Now, let's calculate the horizontal distance traveled by the ball:
s = Vx * t,
where s is the horizontal distance and t is the time taken (3.3 seconds in this case).

So,
s = 14 * 3.3 = 46.2 m.

Therefore, the horizontal distance traveled by the ball is 46.2 m.

Vertical Component:
The vertical component of the initial velocity can be determined using the formula:
Vy = V * sinθ,
where Vy is the vertical component of the velocity (initial velocity), V is the initial speed (28 m/s in this case), and θ is the angle (60° above the horizontal).

So,
Vy = 28 * sin(60°) = 24.2 m/s.

Using the vertical component, we can calculate the maximum height reached by the ball. At the highest point, the vertical velocity becomes zero. We can use the kinematic equation to calculate the time taken to reach the maximum height:

Vy = V0y + g * t,
where Vy is the final vertical velocity (0 m/s in this case), V0y is the initial vertical velocity (24.2 m/s), g is the acceleration due to gravity (-9.8 m/s^2), and t is the time.

Hence,
0 = 24.2 - 9.8 * t,
9.8 * t = 24.2,
t = 2.47 s.

Now, we can use the time (2.47 seconds) to calculate the maximum height using the following equation:

h = V0y * t + (1/2) * g * t^2,
where h is the maximum height, V0y is the initial vertical velocity (24.2 m/s), g is the acceleration due to gravity (-9.8 m/s^2), and t is the time.

So,
h = 24.2 * 2.47 + (1/2) * (-9.8) * (2.47)^2,
h = 59.79 m.

Therefore, the maximum height reached by the ball is approximately 59.79 m, not 30 m as you mentioned.

c) To find the ball's impact speed, we need to calculate the final vertical component of the velocity. Since it lands on the edge of the cliff, the vertical distance covered is the same as the height of the cliff (h = 59.79 m).

We can calculate the final vertical velocity (Vyf) using the formula:
Vyf^2 = Vy^2 + 2 * g * h,
where Vyf is the final vertical velocity, Vy is the initial vertical velocity (24.2 m/s), g is the acceleration due to gravity (-9.8 m/s^2), and h is the height of the cliff (59.79 m).

So,
Vyf^2 = (24.2)^2 + 2 * (-9.8) * 59.79,
Vyf^2 = 585.64 - 1163.8,
Vyf^2 = -578.16.
(Note: Since the ball landed, the final vertical velocity will be downward, hence the negative value.)

Therefore, the magnitude of the final vertical velocity is Vyf = √(-578.16) = 24.03 m/s (approx).

Finally, to find the impact speed, we need to combine the horizontal and vertical components using the Pythagorean theorem:

V_impact = √(Vx^2 + Vyf^2),
V_impact = √(14^2 + 24.03^2),
V_impact = √(196 + 577.3309),
V_impact = √773.3309,
V_impact = 27.83 m/s (approx).

Hence, the ball's impact speed is approximately 27.83 m/s, not 8.13 m/s as you mentioned.