Projectile motion cannon ball angle

AI Thread Summary
A cannon is positioned 40m from a 37.5m high cliff and fires a ball at a 45-degree angle. The initial calculations incorrectly assumed the vertical velocity would be zero at the peak when hitting the cliff, leading to an underestimation of the required speed. The correct approach involves recognizing that the ball can hit the cliff at various points in its trajectory, necessitating a reevaluation of the time and speed calculations. After correcting the time substitution to account for both horizontal and vertical components, the required initial speed is confirmed to be 80 m/s. This highlights the importance of accurately analyzing projectile motion in both dimensions.
Asdf123
Messages
2
Reaction score
1
I need a bit of help with this simple question, it's not difficult at all but I just can't see what I did wrong. I'm overlooking a crucial thing

A cannon is placed 40m away from a 37.5m high cliff.
The cannon fires a ball with an angle of 45 degrees to the horizontal.
The gravitational acceleration is 10 m/s^2.

The question is: with what mininum initial speed must the ball be fired so that it just hits the top of the cliff?

I tried to split the velocity in two components, both vx and vy.
vx = v0x * t (since there is no net force in the x-direction)
vy = v0y - gt (the only force that acts on the ball is gravity)

Since the ball is at it's highest point it's velocity in the y direction must be equal to 0. In that case, v0y = gt, so
t = v0y/g = v0y/10.
I can substitute this time in the equation for the y- position of the ball and find what the initial speed must be to reach that height
Sy = v0y*t - 1/2 * g * t^2
= v0y*t - 5*t^2
since t = v0y/10, and sy must be equal to 37.5
37.5 = 5/100 * v0y^2, v0y = sqrt(750) = 27.39
So v0 = 27.39/sin (45) =38.73 m/s

However, my textbook gives as answer v0 = 80 m/s. What am I doing wrong?
 
  • Like
Likes nusaiba mustafa
Physics news on Phys.org
First off, I see a with your v_{0x}, was that a typo? Easy to notice because the units are off.
 
  • Like
Likes nusaiba mustafa
What you did looks fine. If you now consider what happens in the x-direction, you should find that you are hitting the wall, so to speak; i.e. the ball hits the wall before it is at it's highest point! Draw a picture and reconsider your starting assumption "Since the ball is at it's highest point it's velocity in the y direction must be equal to 0"
 
Ok, after analyzing the problem slightly more I see one flaw in your argument. I did get 80 m/s too. The flaw: you assume that v_y=0 when hitting the target. When, in fact, all the question is asking is to hit the top of the cliff. You could be past the highest point or before the highest point, thus you can't conclude that.

You are approaching the problem correctly though. Breaking it up into x and y components yields two equations of parabolic motion. You should attempt to find the time with information you already know though (Look at my comment above for a hint, if you correct this equation you can find time.) Then substituting into the other equation will allow you to find v_{0} directly.

The answer will be 80 m/s exact, too. Also, note that

v_{x}=v\cos{\theta}
v_{y}=v\sin{\theta}
\theta=45 degrees
 
  • Like
Likes nusaiba mustafa
Ah I now realize that my substition for t should have been 40/v0x since the required initial speed to hit the top of the cliff depends on both vertical and horizontal speed. I now got precisely 80 m/s. Thanks a lot, I feel a bit silly now.
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanged mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...

Similar threads

Back
Top