Velocity Decomposition
Splits a launch velocity into independent horizontal and vertical components
The equation
What it solves
Splits a launch velocity into independent horizontal and vertical components. Once decomposed, horizontal and vertical motions can be analyzed separately using the 1D kinematic equations.
When to use it
Any projectile problem where the launch angle is given. Also applies to any 2D motion problem where a vector must be resolved into Cartesian components.
When NOT to use it
Not needed for purely horizontal or vertical launches (angle is 0° or 90°). In 3D problems you need a third component; in curved-surface problems, align axes with the surface normal, not horizontal/vertical.
Common mistakes
Swapping sin and cos — v_x uses cos θ (adjacent/hypotenuse) and v_y uses sin θ (opposite/hypotenuse). Using degrees in the trig functions without converting to radians when required. Applying the same θ to both components without verifying the angle is measured from the horizontal.
Topics that use this equation
Problems using this equation
- [easy] A soccer ball is kicked from flat ground at 20 m/s and 30° above horizontal. Find the horizontal and…
- [medium] A ball is launched at 35 m/s and 50° above horizontal from flat ground. Find the vertical component …
- [hard] A projectile is launched from the origin at 40 m/s and 60° above horizontal. At t = 2 s after launch…
- [exam] A projectile is launched from the origin at 45 m/s and 37° above horizontal. Find the total time of …