InterviewSolution
Saved Bookmarks
| 1. |
If `veca,vecb` and `vecc` are three non-coplanar vectors, then the vector equation `vecr-(1-p-q)veca+pvecb+qvecc` represents aA. straight lineB. planeC. plane pasing through the originD. sphere |
|
Answer» Correct Answer - B We have `vecr=(1-p-1)veca+pvecb+qvecc` `impliesvecr=veca+p(vecb-veca)+(vecc-veca)` Clearly, it represents a plane passing through a point having position vector `veca` and parallel to the vector `vecb-veca` and `vecc-veca`. |
|