Projectile Motion - Range of projectile

AI Thread Summary
The discussion focuses on solving a projectile motion problem involving a cannon firing from a 150m cliff. In the first part, the projectile is fired horizontally at 120 m/s, resulting in a horizontal distance of approximately 663.9 m after 5.53 seconds. The second part involves firing the cannon at a 45° angle, where the user struggles to account for the vertical displacement and time of flight. The correct approach involves using the quadratic equation to determine time, as the vertical displacement remains -150 m despite the angle change. The discussion emphasizes the importance of recognizing the vertical displacement and applying kinematic equations correctly for both horizontal and angled launches.
coggo8
Messages
11
Reaction score
0

Homework Statement



My problem consists of two parts, the first being how far from the top of a cliff will a projectile (fired from a cannon) land with a velocity of 120 ms^-1, fired horizontally from cliff height of 150m.
The second part is where I am struggling, the cannon is now aimed 45° above horizontal, how far will the projectile travel now?

Known data for part 1.
Δy = -150
u(y) = 0 ms^-1
a(y) = -9.8 ms^-2
u(x) = 120 ms^-1


Homework Equations



Δy = u(y)*t + 1/2*a(y)*t^2
Δx = u(x)*t

x any y component equations.
u(x) = u*cos(θ)
u(y) = u*sin(θ)

The Attempt at a Solution



Part 1 I found quite simple so hopefully this is correct..

Δy = u(y)*t + 1/2*a(y)*t^2
-150 = 0*t + 1/2(-9.8)*t^2 (substitute above data)
-150 = -4.9*t^2
t^2 = -150/-4.9
t = 5.53 seconds

Δx = u(x)*t
Δx = 120*5.53
Δx = 663.9 m

Part 2.

u(x) = 120*cos(45)
u(x) = 84.85 ms^-1 (2 d.p.)

u(y) = 120*sin(45)
u(y) = 84.85 ms^-1

This is as far I got (finding the x and y components of the initial velocity).
My issue is that I am not sure how to account for the fact that the cannon is elevated 150 m along with the angle change from horizontal to 45°.
Any help will be greatly appreciated.
 
Physics news on Phys.org
The equation you used in Part 1 for ##\Delta y## works in Part 2, too. Except that ##u_y## is not zero in Part 2 (as you have already found).
 
Which of these should the equation look like?
-150 = 84.85*t + 1/2(-9.8)*t^2
or
Δy = 84.85*5.53 + 1/2(-9.8)*(5.53)^2

With the first I have an issue because I am unable to find a value for t and my value for Δy (-150) will also be incorrect as the projectile is now being fired at an angle.
With the second I am using an incorrect value for t as this was the value used for the horizontally fired projectile.
 
The cannon is on the top of the hill at hight of 150 m, and its tube is directed at 45°angle. The velocity of the cannon ball has a positive vertical component so it takes longer time to reach the ground as previously, when it was projected horizontally. Determine the time from the equation -150 = 84.85*t + 1/2(-9.8)*t^2. As the cannon is small with respect to the hill you can take Δy=-150 m again.

ehild
 
coggo8 said:
Which of these should the equation look like?
-150 = 84.85*t + 1/2(-9.8)*t^2
or
Δy = 84.85*5.53 + 1/2(-9.8)*(5.53)^2

With the first I have an issue because I am unable to find a value for t and my value for Δy (-150) will also be incorrect as the projectile is now being fired at an angle.

Firing at the angle does not change the vertical displacement. Why are you unable to find a value for t? It is a quadratic equation.
 
voko said:
Firing at the angle does not change the vertical displacement. Why are you unable to find a value for t? It is a quadratic equation.

Of course, I hadn't thought of quadratics (I am just learning kinematics via correspondence). Thank you for your help!
 
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 '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