InterviewSolution
Saved Bookmarks
| 1. |
Write the cartesianequation of the following line given in vector form :` vec r=2 hat i+ hat j-4 hat k+lambda ( hat i- hat j- hat k)` |
|
Answer» Correct Answer - `(x-2)/(1)=(y-1)/(-1) =(z+4)/(-1)` The given line passes through the point (2,1,-4) and it is parallel to a line whose direction ratios are 1,-1,-1. So, its Cartesian equation is `(x-2)/(1) =(y-1)/(-1) =(z+4)/(-1)` |
|