Can you construct a square given the sum of its sides and its diagonals?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The C R O S S divides the given line segment in the ratio 2 : 1 . So, we can construct our square.
Since all squares are similar, we begin by constructing a square arbitrarily. Let a' , d' denotes its sides and diagonals respectively and let a, d be the corresponding elements of the given square. From the similitude of the two figures a ′ a = d ′ d => a d = a ′ d ′ By componendo a a + d = a ′ a ′ + d ′ => a ′ + d ′ a + d = a ′ a In the last proportion we know 3 terms for a+d is given . Hence, the segment a may be constructed as a fourth proportional, and the problem is reduced to constructing a square given its sides.
Problem Loading...
Note Loading...
Set Loading...
Let s be the square's side length, and s 2 the length of its diagonal. Hence, the sum of its sides and diagonals N is 4 s + 2 s 2 . Once you solve for s the square becomes easily constructible.
s = 4 + 2 2 N