In two dimensions, position, velocity, and acceleration are vectors with independent x and y components. The key insight is that horizontal and vertical motions are independent of each other — they can be analyzed separately using the 1D kinematic equations. This component decomposition is the central technique for solving 2D motion problems.
Always draw a coordinate system and decompose all vectors into components first. Treat the x-equation and y-equation as a coupled system linked only by time t.
Everything you know about 1D kinematics — the equations relating position, velocity, acceleration, and time — transfers directly to two dimensions. The key insight that makes 2D problems tractable is that perpendicular components of motion are completely independent of each other. Horizontal motion does not affect vertical motion and vice versa. This independence is not obvious at first, but it follows directly from the fact that the x and y directions are orthogonal: a force in the x-direction produces acceleration only in the x-direction, and has zero effect on y.
Because of this independence, you can replace one 2D problem with two simultaneous 1D problems. Set up a coordinate system, decompose all vector quantities (position, velocity, acceleration) into their x and y components, and then apply the familiar 1D kinematic equations to each axis separately. The only link between the two equations is time t — the same time elapses in both the x and y directions. This shared time is usually what you solve for first, or what you eliminate to find a relationship between x and y positions.
The decomposition step is where most errors occur. If an object is launched at angle θ with speed v₀, the initial x-component is v₀ cos θ and the initial y-component is v₀ sin θ. Students who skip this step and try to apply equations to the combined velocity make errors immediately. It helps to write out both component equations explicitly before doing any algebra: x = v₀ₓ t and y = v₀ᵧ t − ½gt², treating them as a paired system.
A useful check: after solving, verify that your answer is dimensionally consistent and physically reasonable. If a projectile's horizontal range comes out as thousands of kilometers for a ball thrown at 20 m/s, something went wrong in the decomposition or the time calculation. Building the habit of dimensional analysis and order-of-magnitude checking will catch most algebraic errors before they propagate.