Horizontally Launched Projectile - Angle of Velocity Just Before Hitting Ground
Given the initial height $h$, the initial distance the projectile is above the ground, and the horizontal distance $d$ between the projectile's initial and final positions (from launch position to when it hits the ground), how do we find the angle of the a horizontally launched projectile's velocity vector just before it hits the ground? Since we are not given the initial velocity that the projectile is launched at, we can see that since it was launched horizontally, there is no vertical component of the initial velocity. So, we can see that since velocity $v = \frac{\Delta x}{t}$ and $d=\Delta x$, we have that $v_0 = \frac{d}{t}$. This initial horizontal velocity is constant for the projectile since no horizontal forces are acting on the projectile (we are assuming that air resistance is negligible), so we have that $v_x = v_0 = \frac{d}{t}$. Now, we notice that we are asked to find the angle $\theta$ of the projectile's final velocity. Since we know that the final vel...