Mechanics: Calculating the minimum height for a bullet to launch from to hit a target

AI Thread Summary
To hit a target 700 meters away with a Lee-Enfield rifle firing at a muzzle speed of 630 meters per second, the shooter must aim above the target due to gravity's effect. The calculated angle of elevation, theta, is approximately 0.49568 radians. Using this angle, the flight time is determined to be around 1.111 seconds. A small discrepancy in the vertical position calculation is noted, but it is deemed negligible given the precision limits of the constants used. Overall, the calculations confirm that aiming slightly above the target is necessary for a successful hit.
PastaTapestry
Messages
5
Reaction score
0
1. The muzzle speed for a Lee-Enfield rifle is 630 meters per second. Suppose you fire this
rifle at a target 700 meters away and at the same level as the rifle.
a - In order to hit the target, you must aim the barrel at a point above the target. How
many meters above the target must you aim? Pretend there is no air resistance.
$$v_0 = 630$$
$$delta\x = 700$$
$$ g = 9.81$$




2. $$v_x = v_0 cos\theta$$
$$v_y = v_0 sin\theta - gt$$
$$y = v_0y t - 1/2gt^2$$




3. The point at which the bullet reaches its maximum height, ##t_(stop)##, has a vertical velocity component of 0. As such, ##v_y - gt = 0##. Solving for ##t_(stop)## yields ##t_(stop) = v_y / g##. Since at its maximum height the bullet has finished 1/2 of its flight, we may assume ##t_(flight) = 2(t_(stop)) = 2v_y / g##. Keeping this equation in mind, we then try to find the angle theta for the bullet.

$$x_(max) = (2v_0^2(sin\theta)(cos\theta))/g$$
$$700 = ((630^2)/(g)) (sin2\theta) [Sin\theta (cos\theta) = sin2\theta]$$
$$\theta = (arcsin(gd/v_o^2))/2$$
$$\theta = 0.49568$$

Knowing theta, we can calculate the flight time.

$$t_flight = 2v_y / g = 2(630sin(.49568)/9.81 = 1.111$$

To check my work, I plugged the relevant information back into the equation to find the y value. Since y = 0 when it hits the target, then I should receive a value of 0 with the relevant information.

$$y = v_0y (t) - 1/2gt^2$$
$$y = (630sin(.49568))(1.111) - 1/2(9.81)(1.111^2)$$
$$y = -3.983 x 10^-5$$

But it doesn't come out to zero. Here I used the rounded calculations, but while doing the actual work, I stored the information (using my TI-83) and used the exact values. It's really close to 0, but according to this, it would still miss the target at the time given. I kept stopping originally because the theta value seems WAY too small - you're practically aiming straight forward!


I'd love some help, since I've been working on this problem for what feels like hours. Please walk through it in as much detail as possible, because it feels like I've approached the problem every which way!
 
Physics news on Phys.org


1. The muzzle speed for a Lee-Enfield rifle is 630 meters per second. Suppose you fire this
rifle at a target 700 meters away and at the same level as the rifle.
a - In order to hit the target, you must aim the barrel at a point above the target. How
many meters above the target must you aim? Pretend there is no air resistance.
---------------------
You target is 700m away horizontally and 0m vertically.
Use vertical and horizontal displacement equations- 2 unknowns, t and θ .

Use trig function with calculated θ to find the height above target.
 
Last edited:


The angle you computed is correct. The slight discrepancy you have is inevitable. When I use the angle in the radian measure and use the full possible precision the Windows calculator has to offer, the discrepancy in the vertical position is 10^-31, which can be safely ignored. When you use only a few digits in the angle measure and the time, the discrepancy in the vertical position will be roughly of the same order.

The accuracy you get is better than 10^-4 - which is meaningless, because the accuracy in g is only 10^-2.
 


Thank you both so much! Was able to get it. Just wanted some reassurance. :]
 
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