InterviewSolution
Saved Bookmarks
| 1. |
Given three vectors `a=6hati-3hatj,b=2hati-6hatj and c=-2hati+21hatj` such that `alpha=a+b+c`. Then, the resolution of the vector `alpha` into components with respect to a and b is given byA. 3a-2bB. 3b-2aC. 2a-3bD. a-2b |
|
Answer» Correct Answer - C `alpha=a+b+c=6hati+12hatj` Let `alpha=xa+ybimplies 6x+2y=6` and `-3x-6y=12` `therefore x=2,,y=-3` `therefore alpha=2a-3b`. |
|