Back

Vector Components

Key Concepts — Vector Components

01

Any 2D vector can be resolved into perpendicular components: Vₓ = V cosθ, Vᵧ = V sinθ.

02

Magnitude: |V| = √(Vₓ² + Vᵧ²). Direction: tanθ = Vᵧ/Vₓ.

03

Components allow us to treat x and y motions independently — core of 2D kinematics.