SOLUTION: Show that the points A(1,0,2), B(3,-1,3), C(4,2,1) and D(2,3,0) are the vertices of a parallelogram.

Algebra ->  Vectors -> SOLUTION: Show that the points A(1,0,2), B(3,-1,3), C(4,2,1) and D(2,3,0) are the vertices of a parallelogram.      Log On


   



Question 1057010: Show that the points A(1,0,2), B(3,-1,3), C(4,2,1) and D(2,3,0) are the vertices of a parallelogram.
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
Show that the points A(1,0,2), B(3,-1,3), C(4,2,1) and D(2,3,0) are the vertices of a parallelogram.
----------
Find the side lengths:
AB = sqrt(1 + 1 + 4) = sqrt(6)
BC = sqrt(14)
CD = sqrt(6)
AD = sqrt(14)
---------
Show they're in the same plane:
If the cross product of AB & AD is the same vector as the cross product of BC & CD the points are coplanar and it's a parallelogram.
---
AB = 2i - j + k
BC = i + 3j - 2k
ABxBC = -i + 5j + 7k
---
BC = i + 3j - 2k
CD = 2i - j + k
BCxCD = i - 5j - 7k
Only the directions are different (180 degs different) --> the 4 points are coplanar.
CDxBC = ABxBC --> coplanar
--> it's a parallelogram.
==============================
There might be a simpler, shorter test for this.