Vector Intuition Math Example 4

Follow the full solution, then compare it with the other examples linked below.

Example 4

hard
Find the unit vector in the direction of wโƒ—=(3,โˆ’4)\vec{w} = (3, -4).

Solution

  1. 1
    Step 1: Compute the magnitude: โˆฃwโƒ—โˆฃ=32+(โˆ’4)2=9+16=5|\vec{w}| = \sqrt{3^2 + (-4)^2} = \sqrt{9+16} = 5.
  2. 2
    Step 2: Divide each component by the magnitude: w^=15(3,โˆ’4)=(0.6,โˆ’0.8)\hat{w} = \dfrac{1}{5}(3, -4) = (0.6, -0.8).

Answer

w^=(0.6,โˆ’0.8)\hat{w} = (0.6, -0.8)
A unit vector has magnitude 1 and points in the same direction as the original vector. Dividing by the magnitude (normalising) preserves direction while setting the magnitude to 1. Unit vectors are used to represent pure direction, independent of magnitude.

About Vector Intuition

A mathematical object with both a magnitude (size) and a direction, often drawn as an arrow.

Learn more about Vector Intuition โ†’

More Vector Intuition Examples