Assume we have two vectors (a and b) with coordinates <2, -3, 0> and <1, 1, 1> in the (i, j, k) basis.
Firstly, we need to find a vector equation of the line passing through those points.
where w is some vector with the end on that line and v is a vector parallel to it.
Let's assume
"w = a"and
"v = a - b"Then w has the coordinates <2, -3, 0> and v has <2 - 1, -3 - 1, 0 - 1> = <1, -4, -1>.
Vector equation of the line:
Next, find a vector equation of another line that has given direction cosines
Knowing the fact that
where |r| is a length of some vector on that line and x, y, z are its coordinates, we have
and
"x = y = z"So, vector equation of the line with given direction cosines is
And the point we need is the intersection point of those lines
"\\beta = -\\alpha , \\alpha = -1, \\beta = 1"
So, the point we need has the coordinates (1, 1, 1).
Answer. "t = <2,-3,0> + \\alpha <1,-4,-1>; A = (1,1,1)" .
Comments
Leave a comment