108k views
5 votes
How to express a vector as a product of its length and direction?

1 Answer

4 votes

Answer:

So the way to express a vector(
v =  2i - 2j - 2k) as a product of its length and direction is


v  =    |v| u =  √(12) ((2)/( √(12) ) , -(2)/( √(12) ), - (2)/( √(12) ))

Explanation:

Generally a vector is expressed as a product of its length and direction using the formula below


v  =  |v|\cdot u

Here v is the vector

|v| is its magnitude (length)

u is its unit vector (direction)

Now let take an example

Let


v =  2i - 2j - 2k

The magnitude is mathematically evaluated as


|v| =  √( 2^2  + (-2)^2 +  (-2)^2 )


|v| =  √(12)

The unit vector is mathematically represented as


u  =  (v)/(|v|)


u &nbsp;= &nbsp;( <2 , -2 , -2>)/(√(12) )


u = &nbsp;(2)/( √(12) ) , -(2)/( √(12) ), - (2)/( √(12) )

So


v &nbsp;= &nbsp; &nbsp;|v| u = &nbsp;√(12) ((2)/( √(12) ) , -(2)/( √(12) ), - (2)/( √(12) ))

User Justin Bicknell
by
6.2k points