Calculator Input

Vector Components

About Vector Magnitude

  • Magnitude is the length of a vector in n-dimensional space
  • Calculated using the Pythagorean theorem: √(x₁² + x₂² + ... + xₙ²)
  • Unit vectors have magnitude = 1 and show direction only
  • Zero vectors have magnitude = 0 and no defined direction

Quick Examples

2D: Vector (3,4) has magnitude √(9+16) = 5
3D: Vector (1,2,2) has magnitude √(1+4+4) = 3
Unit: Vector (0.6,0.8) has magnitude 1

Results

Magnitude
5

The length or norm of the vector (Euclidean distance)

Squared Magnitude
25

Sum of squares of all components

Unit Vector Component 1
0.6

Normalized component 1

Unit Vector Component 2
0.8

Normalized component 2

Unit Vector Magnitude
1

Magnitude of the unit vector (always 1 for non-zero vectors)

Sum of Components
7

Sum of all vector components

Vector Type
Non-zero Vector

A vector with non-zero magnitude

Dimension
2

2D vector space