

InterviewSolution
Saved Bookmarks
1. |
A line makes `30^(@), 120^(@)` and `90^(@)` angles from the positive direction of x-axis, y-axis and `pi`-axis respectively. Find its direction cosines. |
Answer» Let direction cosines be `l, m, n` ` :. l = cos 30^(@) = (sqrt(3))/(2)` `m = cos 120^(@) = - cos 60^(@) = -1/2` `n = cos 90^(@) = 0` `:.` Direction cosines are `(sqrt(3))/(2), - 1/2 , 0`. |
|