InterviewSolution
Saved Bookmarks
| 1. |
Find the vector equations of the line passing through the point with position vector `(2hat(i) +hat(j) -5hat(k))` and parallel to the vector `(hat(i) +3hat(j) -hat(k))` .Deduce the Cartesian equations of the line . |
| Answer» Correct Answer - `vec(r ) =(2hat(i) +hat(j) -5hat(k)) +lambda(hat(i) +3hat(j)-hat(k)) ,(x-2)/(1)=(y-1)/(3)=(z+5)/(-1)` | |