How to solve a projectile motion problem

Projectile motion is analyzed by decoupling the object's trajectory into independent horizontal and vertical components. This method applies whenever an object is in free fall subject only to a constant downward gravitational acceleration, assuming air resistance is negligible.

The setup

Define a Cartesian coordinate system with the origin at the launch point or the ground. Set the horizontal axis to x and the vertical axis to y. Assign the acceleration components: ax=0a_x = 0 and ay=ga_y = -g (where g=9.81extm/s2g = 9.81 ext{ m/s}^2). List all known initial conditions: x0x_0, y0y_0, v0x=v0cos(heta)v_{0x} = v_0 \cos( heta), and v0y=v0sin(heta)v_{0y} = v_0 \sin( heta).

The steps

  1. Resolve the initial velocity vector into its x and y components. 2. Write down the independent kinematic equations for x and y. 3. Identify the link variable, which is always time tt. 4. Use the component with enough knowns (usually y) to solve for tt. 5. Substitute tt into the equation for the other component to find the target variable.

Checking the result

Ensure time tt is strictly positive for events occurring after launch. Perform dimensional analysis on the final algebraic expression to verify the units match the required quantity (e.g., meters for displacement, seconds for time).

Common errors

A frequent error is substituting an x-component variable into a y-component equation, or vice versa. Another standard mistake is dropping the negative sign on gravitational acceleration when defining the upward direction as positive.

Worked example

A projectile is launched from a height of 15.0 m with an initial velocity of 20.0 m/s at an angle of 30.0 degrees above the horizontal. Find the horizontal distance it travels before striking the ground.

First, resolve the initial velocity components: v0x=20.0cos(30)=17.32extm/sv_{0x} = 20.0 \cos(30^\circ) = 17.32 ext{ m/s} and v0y=20.0sin(30)=10.0extm/sv_{0y} = 20.0 \sin(30^\circ) = 10.0 ext{ m/s}. Define the ground as y=0y = 0, making y0=15.0extmy_0 = 15.0 ext{ m}. The vertical kinematic equation is y=y0+v0yt0.5gt2y = y_0 + v_{0y}t - 0.5gt^2. Setting y=0y = 0 gives 0=15.0+10.0t4.905t20 = 15.0 + 10.0t - 4.905t^2. Using the quadratic formula to solve for tt: t=10.0±10.024(4.905)(15.0)2(4.905)=10.0±100+294.39.81t = \frac{-10.0 \pm \sqrt{10.0^2 - 4(-4.905)(15.0)}}{2(-4.905)} = \frac{-10.0 \pm \sqrt{100 + 294.3}}{-9.81}. This yields t=1.00extst = -1.00 ext{ s} and t=3.04extst = 3.04 ext{ s}. Discard the negative time. The horizontal distance is x=v0xt=(17.32)(3.04)=52.6extmx = v_{0x}t = (17.32)(3.04) = 52.6 ext{ m}.

FAQ

Run your own problem

References: University Physics Volume 1 (OpenStax), Chapter 4: Motion in Two and Three Dimensions · Fundamentals of Physics (Halliday & Resnick), Chapter 4: Motion in Two and Three Dimensions

See also