A cannon is fired from a cliff 190 m high downward at an angle of 38o with respect to the horizontal. If the muzzle velocity is 41 m/s, what is its speed (in m/s) when it hits the ground?

Please check my work. I think it’s wrong, but I don’t know where I’m messing up…

Vx = 41 m/s * cos 38 = 32.3 m/s
Vy at impact can be calculated using Vy^2 = (41 sin 38)^2 + 2 g H
Vy = 55.56 m/s (I think this is the part that’s wrong)

V^2 = sqrt[Vx^2 + Vy^2]
V^2 = 64.27 m/s

The formula you used to get vyf is from energy. Energy is not a vector, so you cannot use that equation to get vyf, a vector.

Hmm yeah I figured Vfy was wrong. But I'm still a little confused on which I equation I DO need to use.

I finally got the right answer. And I was using the right equation for Vfy, just not using the right numbers.

Actually the energy equation CAN be applied using Vy only, because the Vx component is constant. It is a handy shortcut. You can think of it as an energy equation being applied in an intertial coordinate system moving with the lateral velocity of the ball.

To find the speed of the cannonball when it hits the ground, let's go step by step and check your calculations.

First, let's calculate the horizontal component of the velocity (Vx):

Vx = 41 m/s * cos(38°)
Vx = 41 m/s * 0.788 (rounding to three significant figures)
Vx = 32.408 m/s (rounded to three significant figures)

Your calculation for Vx is correct.

Now let's calculate the vertical component of the velocity (Vy) at impact. You used the correct formula, but let's double-check your calculation:

Vy^2 = (41 m/s * sin(38°))^2 + 2 * 9.8 m/s^2 * 190 m
Vy^2 = (41 m/s * 0.615)^2 + 2 * 9.8 m/s^2 * 190 m
Vy^2 = (25.215)^2 + 3724
Vy^2 = 635.022 + 3724
Vy^2 = 4359.022
Vy ≈ 66.08 m/s (rounded to two decimal places)

It seems that you made a calculation error when squaring the value for 41 m/s * sin(38°). The correct answer for Vy is approximately 66.08 m/s.

Now, let's calculate the speed (V) when it hits the ground using the Pythagorean theorem:

V^2 = Vx^2 + Vy^2
V^2 = (32.408 m/s)^2 + (66.08 m/s)^2
V^2 = 1052.77 + 4364.05
V^2 ≈ 5416.82
V ≈ √5416.82
V ≈ 73.64 m/s (rounded to two decimal places)

Your final answer of approximately 73.64 m/s is close but slightly off. It seems you made a rounding error during the calculations.

To summarize:

Vx = 32.408 m/s
Vy ≈ 66.08 m/s
V ≈ 73.64 m/s