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. :]
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Back
Top