How to approach projectile motion problems — horizontal vs vertical decomposition

mediumCBSE-11JEE-MAINNEET3 min read

Question

How do we systematically solve projectile motion problems by decomposing motion into horizontal and vertical components? What formulas apply to each direction?

(CBSE 11, JEE Main, NEET — projectile motion is among the most frequently tested kinematics topics)


Solution — Step by Step

The golden rule — independence of motions

Projectile motion is just two independent motions happening simultaneously:

  • Horizontal (xx-direction): Uniform velocity (no acceleration, ignoring air resistance)
  • Vertical (yy-direction): Uniformly accelerated motion under gravity (g=9.8g = 9.8 m/s2^2 downward)

These two motions share only one variable: time (tt). This is the link between them.

Initial velocity decomposition

If a projectile is launched with velocity uu at angle θ\theta to the horizontal:

  • Horizontal component: ux=ucosθu_x = u\cos\theta (remains constant throughout)
  • Vertical component: uy=usinθu_y = u\sin\theta (changes due to gravity)

Horizontal equations: x=ucosθtx = u\cos\theta \cdot t

Vertical equations: vy=usinθgtv_y = u\sin\theta - gt y=usinθt12gt2y = u\sin\theta \cdot t - \frac{1}{2}gt^2 vy2=u2sin2θ2gyv_y^2 = u^2\sin^2\theta - 2gy

Key results for standard projectile

Projectile Motion Formulas

Time of flight: T=2usinθgT = \frac{2u\sin\theta}{g}

Maximum height: H=u2sin2θ2gH = \frac{u^2\sin^2\theta}{2g}

Range: R=u2sin2θgR = \frac{u^2\sin 2\theta}{g}

Maximum range occurs at θ=45°\theta = 45°: Rmax=u2gR_{max} = \frac{u^2}{g}

Complementary angle property: θ\theta and (90°θ)(90° - \theta) give the same range but different heights and times of flight. For example, 30°30° and 60°60° give equal range.

Problem-solving algorithm

  1. Set up coordinates: xx horizontal, yy vertical upward
  2. Decompose initial velocity into uxu_x and uyu_y
  3. Identify what is asked (time, height, range, velocity at a point)
  4. Use vertical equations to find time (usually from a height condition)
  5. Use that time in horizontal equations to find range or position
  6. If asked for velocity: find vxv_x and vyv_y separately, then v=vx2+vy2v = \sqrt{v_x^2 + v_y^2}

Loading diagram...


Why This Works

The decomposition works because gravity acts only vertically — it has no horizontal component. So the horizontal motion is completely unaffected by gravity (constant velocity), while the vertical motion is just free fall with an initial vertical velocity. By treating them separately and connecting through time, we convert a 2D problem into two simpler 1D problems.

This is a direct consequence of Newton's second law applied component-wise: Fx=0F_x = 0 (so ax=0a_x = 0) and Fy=mgF_y = -mg (so ay=ga_y = -g).


Common Mistake

⚠️ Common Mistake

The most frequent error: using uu (total velocity) instead of usinθu\sin\theta (vertical component) in the height formula. The formula H=u2sin2θ/2gH = u^2\sin^2\theta / 2g uses the vertical component. Students who write H=u2/2gH = u^2/2g forget the sin2θ\sin^2\theta factor and overestimate the height. Similarly, time of flight depends on usinθu\sin\theta, not uu. Always decompose first, calculate second.

💡 Expert Tip

At maximum height, the vertical velocity is zero but the horizontal velocity is still ucosθu\cos\theta. So the speed at the highest point is ucosθu\cos\theta, NOT zero. JEE Main tests this almost every year — "What is the speed at the highest point?" Answer: ucosθu\cos\theta.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next

How to approach projectile motion problems — horizontal vs vertical decomposition | doubts.ai