How do you normalize #( - 4 i - 5 j + 2 k )#?

1 Answer
Jan 17, 2016

Normalizing a vector means changing it from its current magnitude (length) to a 'unit vector' with a length of 1. This yields #vecu )=(-0.66i-0.82j+0.33k)#, or, if you prefer: #vecu = (-4/sqrt45i-5/sqrt45j+2/sqrt45k)#

Explanation:

Normalizing a vector - making it into a unit vector - involves dividing each of its components (coefficients) by the length of the vector.

Our first step, then, is to find the length of the vector. This video is very clear in discussing how to find the length of a vector in 3 dimensions:

The length of our vector, then, is:

#l=sqrt((-4^2)+(-5^2)+2^2) = sqrt45=6.7#

Two notes here:

  1. the length, #l#, is itself a scalar, not a vector

  2. you could leave the
    answer as #sqrt45# if you like, rather than calculating and rounding. It's a matter of taste that's between you and your marker. ;-)

Now that we know the length, we need to divide each coefficient by it. The new, normalised vector, #vecu#, is:

#vecu = (-4/6.7i-5/6.7j+2/6.7k)=(-0.66i-0.82j+0.33k)#

Or, if you prefer:

#vecu = (-4/sqrt45i-5/sqrt45j+2/sqrt45k)#