White H House of Math logo on multicolored square

Learning Tools

Curriculum

Curriculum

Curriculum

Log in

What Does Unit Vector Mean?

A unit vector for the vector (4, 3)

Unit vectors are vectors with a length of 1. All vectors have a corresponding unit vector. You can find it by using this formula:

Formula

Unit Vector

(x1,y1) unit vector = 1 | (x1,y1)| (x1,y1)

You also have unit vectors that sit along the axes. All vectors in the plane are made up of a combination of these.

Theory

The Unit Vectors Along the Coordinate Axes

  • The unit vector along the x-axis: e→x = (1, 0).

  • The unit vector along the y-axis: e→y = (0, 1).

A vector can always be expressed using the unit vectors e→x and e→y like this:

(a,b) = ae→x + be→y

Example 1

Find the unit vector of (3, 4).

(3, 4) unit vector = 1 | (3, 4)| (3, 4) = 1 32 + 42 (3, 4) = 1 25 (3, 4) = 1 5 (3, 4) = (3 5, 4 5)

Example 2

Write the vector (−3, 5) by using the unit vectors that sit along the two axes.

You know that the unit vectors of the axes are e→x and e→y, and that those are e→x = (1, 0) and e→y = (0, 1). That means you can decompose the vector and find the expression you’re looking for. It will look like this:

(−3, 5) = (−3, 0) + (0, 5) = −3 (1, 0) + 5 (0, 1) = −3 ⋅e→x + 5 ⋅e→y