Hi, how do I prove that the diagonals of a parallelogram bisect each other? (using vectors)
Hey Alisina,
Please refer to the attached diagram. Sorry, it was rushed through and doesn't really look exactly like a parallelogram.
Let's say we have a parallelogram ABCD. We can use the property of linear independence to prove that the diagonals bisect each other.
Let AB = DC = a and DA = CB = b, where a and b are vectors.
AC = AB + BC = a - b and DB = DC + CB = a + b
Let AO = xAC = x(a-b) and DO = yDB = y(a+b)
Now consider triangle AOD: DA = DO + OA = DO - AO
But DA = b, DO = y(a+b) and AO = x(a-b)
Hence, b = y(a+b) - x(a-b)
b = ya + yb -xa +xb = (y-x)a + (y+x)b
(y-x)a + (y+x-1)b = 0
Since a and b are linearly independent:
y-x=0
y+x-1=0
Solve both these equations simultaneously to get x=1/2 and y=1/2
This tells us that O is the midpoint of diagonals AC and DB.
Hope that helps (: