1

Question

If a line segment with the length $1$ is given then prove that we can construct a line segment with the length $\sqrt{n}$ for any $n \in \Bbb N$.

My approach:

I am looking for a solution using induction. For the base case it is obvious and like always the problem is the case $n+1$. I'm trying to use

$$n=(\sqrt{n+1}-1)(\sqrt{n+1}+1)$$

but I can't go further.

Any idea?

Arnaldo
  • 21,758

2 Answers2

5

Hint: If you have line segments of length $1$ and $\sqrt n$, then constructing a certain right triangle will give you something of length $\sqrt{1+n}$.


The classical solution -- without induction! -- is to construct $\sqrt n$ as the mean proportional between line segments of length $1$ and $n$.

3

You are perhaps looking for something like the Spiral of Theodorus, an incremental set of right triangles with the root of every integer as the hypotenuses.

Picture from Wikipedia:

enter image description here

Joffan
  • 40,356