How do you solve a projectile motion problem?

Solving a projectile motion problem means tracking an object flying through the air by breaking its movement into two completely separate parts: horizontal (side-to-side) and vertical (up-and-down). You can think of it like an Etch A Sketch; to draw a curve, you have to turn the horizontal knob and the vertical knob at the same time, but they operate completely independently. The secret to solving these problems is that gravity only pulls downward. This means the object's horizontal speed stays exactly the same the whole time it is in the air, while its vertical speed changes constantly due to the downward pull of gravity. The only thing connecting these two independent motions is the time the object spends in the air.

Breaking down the initial launch

Usually, a projectile is launched at an angle. Your very first step is to split that initial velocity (v0v_0) into its horizontal and vertical pieces using trigonometry. If the object is launched at an angle θ\theta from the ground, the initial horizontal velocity is v0x=v0cosθv_{0x} = v_0 \cos \theta and the initial vertical velocity is v0y=v0sinθv_{0y} = v_0 \sin \theta. Once you do this, you can put the original angled velocity away. You will only use the xx and yy components from this point forward.

Setting up your two columns

To keep from mixing up your numbers, create an X-column and a Y-column. In the X-column, there is no acceleration (ax=0a_x = 0), so the only equation you need is x=v0xtx = v_{0x} t. In the Y-column, gravity is constantly pulling down, so the acceleration is ay=9.8 m/s2a_y = -9.8 \text{ m/s}^2 (or g-g). Here, you will use the standard kinematic equations, like y=v0yt12gt2y = v_{0y}t - \frac{1}{2}gt^2 and vy=v0ygtv_y = v_{0y} - gt. Never put an X-value into a Y-equation, or vice versa!

Time is the bridge

The horizontal and vertical motions are independent, but they share one crucial variable: time (tt). The object hits the ground at the exact same moment in both the X and Y directions. Usually, you will use the Y-column to figure out how long the object is in the air (because gravity dictates when it hits the ground), and then plug that time into the X-column to see how far it traveled horizontally.

Where students slip up

The most common mistake is assuming that the velocity is zero at the very top of the projectile's arc. While it is true that the object stops moving upward for a split second (meaning vy=0v_y = 0), it is still moving forward! The horizontal velocity (vxv_x) at the highest point is exactly the same as it was when it was launched. Always remember that the overall velocity is only completely zero if the object has hit a wall or the ground.

Worked through

A soccer ball is kicked from the ground with an initial velocity of 20 m/s20 \text{ m/s} at an angle of 3030^\circ above the horizontal. How far does it travel horizontally before hitting the ground? (Use g=9.8 m/s2g = 9.8 \text{ m/s}^2)

Step 1: Find the initial velocity components. Horizontal: v0x=20cos(30)=17.32 m/sv_{0x} = 20 \cos(30^\circ) = 17.32 \text{ m/s}. Vertical: v0y=20sin(30)=10 m/sv_{0y} = 20 \sin(30^\circ) = 10 \text{ m/s}. Step 2: Find the time in the air using the Y-column. Since the ball lands back on the ground, its total vertical displacement is zero (Δy=0\Delta y = 0). We use the equation Δy=v0yt12gt2\Delta y = v_{0y}t - \frac{1}{2}gt^2. Plugging in our numbers: 0=10t4.9t20 = 10t - 4.9t^2. We can factor out a tt: 0=t(104.9t)0 = t(10 - 4.9t). The ball is on the ground at t=0 st = 0 \text{ s} (when it was kicked) and at t=10/4.9=2.04 st = 10 / 4.9 = 2.04 \text{ s}. So, it spends 2.04 s2.04 \text{ s} in the air. Step 3: Use the time to find horizontal distance in the X-column. x=v0xt=17.32×2.04=35.3 mx = v_{0x}t = 17.32 \times 2.04 = 35.3 \text{ m}. The ball travels 35.3 meters35.3 \text{ meters} horizontally.

Questions students ask

Ask about this topic

Where this comes from: OpenStax Physics: Two-Dimensional Kinematics · Khan Academy: Kinematics and Projectile Motion · Fundamentals of Physics by Halliday, Resnick, and Walker

See also