0

Given: 3 lines (longest one a, medium one b and unit 1)

How can you construct line segments of lengths $a/b$, $\sqrt {a}$ and $a/n$ with $n$ a positive integer?

WinstonCherf
  • 1,022

2 Answers2

3

Here are ideas for the fractions $a/b$ and $a/n$:

M. Winter
  • 29,928
1

To supplement the other answer, for $\sqrt a$, you can proceed as follows. Note that $(a+1)^2 - (a-1)^2 = 4a$.

So: Start by constructing a line segment $L$ of length $a-1$, then use one end $O$ as the centre of a circle $C$ of radius $a+1$. Construct a perpendicular to $L$, let this meet the circle $C$ at $P$. Join $P$ to $O$. $OP$ has length $a+1$. You now have a right triangle with hypotenuse $a+1$ and one cathetus $a-1$, so the other cathetus is $2\sqrt a$. Bisect that to get $\sqrt a$.

Deepak
  • 26,801