Saved Bookmarks
| 1. |
Find a unit vector in the direction of vector `vecb = hati + 2hatj + 3hatk`. |
|
Answer» `veca = hati + 2hatj + 3hatk rArr |veca| = sqrt(1^(2) + 2^(2) + 3^(2)) = sqrt(14)`. Unit vector in the direction of `veca` is given by `hati = (veca)/(|veca|) = ((hati +2hatj + 3hatk))/(sqrt(14)) = ((1)/(sqrt(14)) hati + 2/(sqrt(14)) hatj + 3/(sqrt(14)))` |
|