InterviewSolution
Saved Bookmarks
| 1. |
Find the Cartesian and vector equations of a line which passes through the point (1,2,3) and is parallel to the line . `(-x-2)/(1) =(y+3)/(7) =(2z-6)/(3)` |
|
Answer» Correct Answer - `(x-1)/(-2) =(y-2)/(14)=(z-3)/(3) ,vec( r) =(hat(i)+2hat(j) +3hat(k)) +lambda (-2hat(i) +14hat(j) +4hat(k))` The given equations may be written as `(x+2)/(-1) =(y+3)/(7) +(z-3)/(3) rArr (x+2)/(-2) =(y+3)/(14)=(z-3)/(3)` |
|