Instruction: Construct a square, given two midpoints of adjacent sides.
Goal: 7L 10E
Available tools:
- Move
- Point
- Line
- Circle
- Perpendicular Bisector
- Perpendicular
- Angle Bisector
- Intersect
Pack: Delta
Previous level: 4.9
Next level: 4.11
7L solution[]
Let A and B be the given midpoints.
- Construct line AB
- Construct the perpendicular to AB from A
- Construct the angle bisector of ∠BAC with C an arbitrary point on the perpendicular
- Construct the perpendicular to that angle bisector through B, intersecting AC at D
- Construct the circle with center B and radius BD, intersecting BD at E and AC at F
- Construct the perpendicular bisector of BE
- Construct the perpendicular to the angle bisector of ∠BAC through F
10E solution[]
Let A and B be the given midpoints.
- Construct line AB
- Construct the perpendicular bisector of AB, intersecting AB at C
- Construct the circle with center C and radius AC, intersecting the perpendicular bisector of AB at D and E
- Construct line AD
- Construct line BD
- Construct the circle with center E and radius DE, intersecting AD at F, DE at G and BD at H
- Construct line FG
- Construct line GH
2V solution[]
From the 7L solution: Let G be the intersection of the perpendicular bisector of BE and AB
- Construct the perpendicular to the perpendicular bisector from G
- Construct the line BF
- Construct the perpendicular to BF through A
- Construct the perpendicular to the previous perpendicular through D
From the 10E solution: Let I be the intersection of FG and AB, and J the intersection of GH and AB
- Construct the perpendicular to FI from I
- Construct the perpendicular to HJ from J
- Construct line AE
- Construct line BE