Question 656152: find if the points joining A(6,7,1), B(2,-3,1) and C(4,-5,1) are collinear.
Answer by Edwin McCravy(20056) (Show Source):
You can put this solution on YOUR website!
__ __
We need to find whether the vector AC is a multiple of the vector AB
__
AC = < 4-6, -5-7, 1-1 > = < -2, -12, 0 >
__
AB = < 2-6, -3-7, 1-1 > = < -4, -10, 0 >
__ __
AC is not a multiple of AB, so A,B, and C are not collinear.
---------------------------------------------------------
You can also do it by finding the distances between the three points,
and determining whether the sum of two of the distances AB, BC, AC are
equal to the third distance:
AB = = = = = =
AC = = = = = =
BC = = = = = = =
No two of those have the sum of the smallest two, +
does not equal the largest , so the three points cannot be
collinear.
Edwin
|
|
|