Exercise 1.1.6

If three corners of a parallelogram are (1,1),(4,2) and (1,3), what are all three possible fourth corners? Draw two of them

Answers

Let the corners of the parallelogram are: A = (1,1), B = (1,3), C = (4,2), the fourth corner is D. There are three possible values for D:

  • If BC = AD, then D = A + AD = A + BC = A + (C B) = (1,1) + (3,1) = (4,0).
  • If BD = AC, then D = B + BD = B + AC = B + (C A) = (4,2) + (3,1) = (7,3)
  • If AD = CB, then D = A + AD = A + CB = A + (B C) = (1,1) + (3,1) = (2,2)
User profile picture
2020-03-20 00:00
Comments

It seems above answer is mostly correct except (7,3) is not correct, as it should be: D=B+(CA) was computed incorrectly. It should be (1,3)+(3,1)=(4,4)

User profile picture
2025-09-24 17:07
Comments