Possible Duplicate:
Compass-and-straightedge construction of the square root of a given line?
I wish to understand how to construct $\sqrt{a}$ for a constructable $0\leq a\in\mathbb{R}$ , the book Abstract Algebra (by David Steven Dummit, Richard M. Foote) offers (in pg. 532) the following:
construct the circle with diameter $1+a$ (looks like a straight line with the point $a$ somewhere on the line and $1+a$ at the right end of the line) and erect the perpendicular to the diameter from the point $a$ (the point with distance $a$ from the leftmost point on the line). Then $\sqrt{a}$ is the length of the perpendicular.
My question is why the length of the perpendicular is $\sqrt{a}$ ? (I'm guessing that there's a theorem in geometry that I don't know about that might help...)
Help is appreciated!
This is simple geometry (Pythagorean theorem):
Take the circle with diameter $a+1$. then the point $a$ is at distance $\frac{a-1}{2}$ from the circle's center. the radius is $\frac{a+1}{2}$. So the perpendicular satisfies $(\frac{a-1}{2})^2+x^2=(\frac{a+1}{2})^2$, thus $x=\sqrt{a}$.