[Physics] Bullet trajectory at different angles

newtonian-mechanicsprojectile

I've read from different sources (can't find them online) that firing a bullet at different angles from horizontal will result in differing amount of bullet drop.

For example, a gun is fired at a target 2000 yards away horizontally. The bullet drops X inches. Again the gun is fired at a target 2000 yards away with a 30 degree angle upward. The bullet drops Y inches. X does not equal Y. Same scenario, only 30 degrees downward angle. Bullet drops Z. Z does not equal X or Y. Why? What is happening? The bullet is fired at the same speed at the same distance, the bullet should be in the air for the same time. Acceleration due to gravity is a function of time, so the bullet should drop equally in all cases. Right?

The only change in each case is the angle gravity acts on the bullet. My guess is that when the bullet is fired upwards, gravity is pulling it downward, thus slowing the bullet down causing it to be in the air longer and increasing the drop.

Best Answer

Assuming you are ignoring air friction, then if $v_0$ is the muzzle speed of the bullet and $\theta$ is the angle from the horizontal, then the horizontal speed will be $v_h = v_0 cos(\theta)$ and the vertical speed will be $v_v = v_0 sin(\theta)$. So the bullet will reach a horizontal distance of $d = 2000 yards$ at a time $t = d/v_h$, so the time of flight will depend on the angle but the time for $+30^o$ and $-30^o$ will be equal and longer than the $0^o$ case. The distance that the bullet will fall relative to the horizontal axis, $\Delta y$, will be given by $\Delta y = v_v t -\frac{1}{2} g t^2$. So it should be clear that all three $\Delta y$'s will be different since $v_v$ has different signs for $+30^o$ and $-30^o$.

However, if you are measuring the drop relative to the aim point, which is at $v_v t$ then the drop will be $\Delta y = -\frac{1}{2} g t^2$. Now the $\Delta y$ for the $+30^o$ and $-30^o$ will be equal and different than the $0^o$ case.