[Physics] Solve for Initial Velocity of a projectile given Angle, Gravity, and Initial and Final positions

homework-and-exerciseskinematicsnewtonian-gravitynewtonian-mechanicsprojectile

I've found equations http://www.physicsclassroom.com/Class/1DKin/U1L6a.cfm for solving everything (and rearranged to solve everything) to do with projectile motion EXCEPT this, even though it should be possible.

  • Gravity = 10 m/s^2 (for simplicity)
  • Launch Angle = any angle in 0-360 degrees
  • Launch Position in x,y coordinates = any position, could be a different elevation than landing position
  • Landing position in x,y coordinates = any position other than Launch position, could be a different elevation than launch position

What is the general equation to solve for initial velocity for all angles 0-360 to hit a target at x2,y2 when launching from x1,y1?

Note: depending on the direction you are launching the projectile, some angles will not be possible, but keep in mind that if you were at a very high altitude and were launching a projectile at a target beneath you, launch angles other than 0-180 will be viable.

Just to be clear, this is the orientation of the 360 degree wheel I'm talking about, which has 90 degrees at the top and 270 at the bottom:
degree wheel

Best Answer

Equations of motion:

(i) $y(t) = -10t^2 + v_y t + y_1$, where $v_y$ is the $y$-component of the initial velocity.

(ii) $x(t) = v_x t + x_1$, where $v_x$ is the $x$-component of the initial velocity.

Solve for $t_f$, the time of landing, in terms of $v_x$ using equation (ii). Plug that into equation (i) to get a relation between $v_y$ and $v_x$.