19.8k views
2 votes
Find the unit vector in the same direction as v.

Find the unit vector in the same direction as v.-example-1
User Krvolok
by
7.4k points

1 Answer

1 vote

In order to calculate the unit vector in the same direction as v, we need to divide vector v by its own magnitude:


u=(v)/(||v||)=\frac{ai+bj}{\sqrt[]{a^2+b^2}}

For a = 5 and b = -1, we have:


u=\frac{5i-j}{\sqrt[]{5^2+(-1)^2}}=\frac{5i-j}{\sqrt[]{26}}=\frac{5}{\sqrt[]{26}}i-\frac{1}{\sqrt[]{26}}j

User Yevgeniy Leychenko
by
6.2k points