Calculating Projectile Range at a 50 Degree Angle with Given Velocity and Height

AI Thread Summary
To calculate the range of a slug shot at a 50-degree angle from a height of 1.15m with a muzzle velocity of 3.37m/s, the initial vertical and horizontal velocities were determined to be 2.581m/s and 2.166m/s, respectively. The vertical motion equation was set up incorrectly by using the height as the maximum height, leading to a miscalculation of time and range. The correct approach involves using the maximum height formula and adjusting for downward acceleration. Additionally, the range can be calculated using the formula Range = (V(initial)^2)(sin(2x)) / g. The initial calculations yielded a range of 0.6238m, which was inconsistent with observed results, indicating a need for correction in the approach.
kreil
Science Advisor
Insights Author
Messages
665
Reaction score
68
A slug is shot at a 50 degree angle from a launcher 1.15m off the ground and has a muzzle velocity of 3.37m/s. Find the range of the slug.

I solved it this way but I'm not sure if I did it correctly.

Vvi=(sin50)(3.37m/s)=2.581m/s
Vhi=(cos50)(3.37m/s)=2.166m/s

vertical:
v_i=2.581\frac{m}{s}
d=1.15m
a=g=9.81\frac{m}{s^2}
t=?

d=v_it+\frac{1}{2}at^2

1.15=2.581t+4.905t^2

4.905t^2+2.581t-1.15=0

t=\frac{-2.581+\sqrt{6.661561+22.563}}{9.81}

t=\frac{2.82497}{9.81}=.288s

horizontal:
t=.288s
v_i=2.166\frac{m}{s}
a=0
d=?

d=v_it
d=(2.166)(.288)=.6238m

so my answer is .6238m...but this doesn't seem correct at all. During the lab the slug went an average of 1.4 m each trial. Someone help me!
 
Physics news on Phys.org
The reason you are getting wrong anwsers is because of the value you are using for the d. The formula you are thinking of is y(t)= y(intitial) + V(intial)t - 1/2 gt^2. By inputting 1.15 as d you are saying that the max height is going to be 1.15m. This is incorect. To find the max height H= (V(initial))^2(sinx)^2 / 2g (I derived this from the formula V^2 = V(inti)^2 + 2a(y-y(intial). Then plgu in the value from the height into the intial equation and solve for time. After soving for time use the standard d=vt.

OR!
Use the formula
Range= (V(intial)^2)(sin2x) / g

Hopefully I have been helpful.
 
You have the wrong equation for the height. The acceleration is downward so you want a = -g. With your equation the projectile will continue to rise forever - I don't think that's consistent with your observations. :-)
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top