Task. Three consecutive vertices of a parallelogram are points A=(2,4), B=(0,0), and C=(6,0). Find the fourth vertex D.
Solution. Recall that the intersection point M of the diagonals AC and BD of the parallelogram is the middle point of these intervals.
Thus if A=(x1,y1) and C=(x2,y2), then the coordinates of the middle point M=(xˉ,yˉ) of AC can be computed by the formula:
xˉ=2x1+x2,yˉ=2y1+y2.
In our case A=(2,4) and C=(6,0), whence
xˉ=22+6=4,yˉ=24+0=2,
so
M=(4,2).
Let D=(x,y). Since M=(4,2) is the middle point of BD and B=(0,0) we have that
4=20+x,2=20+y,
whence
x=2∗4=8,y=2∗2=4.
Thus D=(8,4).
Answer. D=(8,4).
Comments