Construct geometric line with nested root

  • Context: Undergrad 
  • Thread starter Thread starter raphael3d
  • Start date Start date
  • Tags Tags
    Geometric Line Root
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
raphael3d
Messages
45
Reaction score
0
well it is easy to construct sqrt(2) with a triangle with two sides of length 1.
but what about sqrt(2 + sqrt(2)) or the iteration sqrt(2 + sqrt(2 + sqrt(2))).

the question is how to construct a line with length sqrt(sqrt(2)) i guess(beginning with lines of length 1), but i am not sure.
 
Mathematics news on Phys.org
raphael3d said:
well it is easy to construct sqrt(2) with a triangle with two sides of length 1.
but what about sqrt(2 + sqrt(2)) or the iteration sqrt(2 + sqrt(2 + sqrt(2))).

the question is how to construct a line with length sqrt(sqrt(2)) i guess(beginning with lines of length 1), but i am not sure.

Just as you can construct a line of length root2 by drawing a triangle with sides 1 and 1, you can then extend the line of root2 to e.g. 5 + root2 by adding a segment of length 5 to the end, or convert it into root(root2 + 1) by drawing a perpendicular of length 1 on the end of the root2 line and creating a new hypotentuse.
 
a prependicular of length 1 on the end of the root2 line means root((root2)^2 + 1^2) = root3 which is not equal to root(root2 +1)
 
raphael3d said:
a prependicular of length 1 on the end of the root2 line means root((root2)^2 + 1^2) = root3 which is not equal to root(root2 +1)

Ah yes, my bad. I thought your way was right, but somehow managed to convince myself it was wrong :(
 
nevermind :)
but you gave me some new ways to think about this...
maybe there are some other viewpoints?