STRAIGHT-LINE AND COMPASS CONSTRUCTIONS.
Problem 1
1. Given a line segment, find the mid-point of that segment.
Solution
- Let the endpoints of the line be a and b.
- Draw a circle of radius > 0.5ab (radius ab will suffice)
centred on a; draw a circle with identical radius
centered on b.
- Let the points of intersection of these circles be
c and d.
- Construct the line cd.
- The intersection of ab and cd will be a point, e,
half-way between a and b.