InterviewSolution
Saved Bookmarks
| 1. |
Find the equation of the line which passes through the point (1, 2, 3) and is parallel to the vector `3 hat i+2 hat j-2 hat k`. |
|
Answer» Correct Answer - `vec(r )=(hat(i)+2hat(j) +3hat(k)) + lambda (3hat(i) +2hat(j) -2hat(k))` Clearly the required equation is `vec(r )=(hat(i) +2hat(j) +3hat(k)) + lambda(3hat(i) +2hat(j)-2hat(k))` |
|