How Far Does a Projectile Travel When Fired from a Cliff?

  • Thread starter Thread starter roe
  • Start date Start date
AI Thread Summary
A projectile is fired from a 60 m high cliff at a speed of 100 m/s and an angle of 35 degrees below the horizontal. To determine how far it travels horizontally before hitting the water, the time to impact must first be calculated using vertical motion equations. The initial vertical velocity is derived using trigonometric functions, resulting in a vertical component of approximately 81.92 m/s. The equation for vertical motion is set up to solve for time, which is essential for finding the horizontal distance traveled. The discussion emphasizes the importance of understanding projectile motion and using appropriate equations to solve the problem effectively.
roe
Messages
4
Reaction score
0
<b>Q:</b>A projectile is shot from the edge of a vertical cliff 60.0 m above the ocean. It has a speed of 100 m/s and is fired at an angle of 35.0 degrees below the horizon. How far from the foot of the vertical cliff does the projectile hit the water?

My take on the problem:
Code:
          __________
          |\ ) 35 degree angle
          | \      
          |  \
          |   \
          |    \ 
          |     \
          |______\
  ^          ^ what I'm trying to find (xf)
60m


So what I'm trying to do is figure out how far this projectile will go in the +x direction before it reaches the bottom of the cliff (60 m).

My problem is that I'm getting quite confused as to how to start solving this problem. Please help me get started!
 
Physics news on Phys.org
The first thing you want to find is how long it takes to hit the ground. From there you'll be able to find everything else. Don't forget that it has an initial vertical velocity..
 
Hi Roe,
I would start with getting the inside angle, so 90-35. That gives you two angles and one side (60M).
 
OK, I'm not seeing how to determine when it hits the ground. I've been doing 1-dimensional problems for the last couple of hours but I'm really not understanding how to set this problem up. What I have so far is:

Vxi = (100 m/s) cos 55 degrees = 57.36 m/s
Vyi = (100 m/s) sin 55 degrees = 81.92 m/s

yf = yi +vyi(t) + .5(ay)(t^2)

with yi = 0, yf = -60m, ay = -g, Vyi = 81.92 m/s

so...

-60m = (81.92m/s)(t) - .5(-9.8m/s/s)(t^2)

And then I'd solve the quadratic equation for t.

Am I on the right track with this?
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
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 hanging 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...
Back
Top