Part of JME-01 — Kinematics: Rectilinear & Projectile Motion

Projectile Motion Decomposition

by Notetube Official103 words5 views

Projectile motion is the superposition of two independent motions:

Horizontal (x-direction):

  • axa_x = 0 (no air resistance)
  • vxv_x = u*cos(theta) = constant throughout flight
  • x = u*cos(theta) * t

Vertical (y-direction):

  • aya_y = -g (upward positive)
  • vyv_y = usin(theta) - gt
  • y = u*sin(theta)t - 12\frac{1}{2}gt2t^2

Independence principle: Horizontal and vertical motions do not affect each other. A bullet fired horizontally and one dropped from the same height hit the ground at the SAME time.

Equation of trajectory (eliminate t): y = xtan(theta) - gx2x^2 / (2*u2u^2*cos2cos^2(theta))

This is a parabola (y = ax - bx2bx^2 form).

Like these notes? Save your own copy and start studying with NoteTube's AI tools.

Sign up free to clone these notes