Academy
MathsVectorsVector Resolution in 2D

Vector Resolution in 2D

Breaking down vectors into i and j components using trigonometry.

The Geometry of Shadows

While 3D vectors require spatial visualization, 2D vectors are all about right-angled triangles.

Instead of building a vector from its xx and yy pieces, we often start with the vector itself—specifically, its Magnitude (V|\vec{V}|) and its Direction (θ\theta) relative to the positive x-axis.

Orthogonal Resolution

To find the components of a vector, we imagine shining a light from above and from the side to cast "shadows" onto the axes. Using basic trigonometry (SOH CAH TOA), we can resolve any vector into two perpendicular (orthogonal) pieces:

  • Horizontal Component: Vx=VcosθV_x = |\vec{V}| \cos \theta
  • Vertical Component: Vy=VsinθV_y = |\vec{V}| \sin \theta

Interactive Drag Laboratory

In this lab, you don't use sliders. You grab the vector directly. Click and drag the tip of the vector around the Cartesian plane. Watch the red and green component vectors instantly recalculate based on your physical movements.


Sanjib's JEE Insight: Pay close attention to what happens when the vector crosses into the 2nd, 3rd, or 4th quadrants. The angle θ\theta goes beyond 9090^\circ, causing the cosine or sine to become negative! The math automatically handles the direction reversal for you.