Starting from a unit square, smaller inscribed squares are constructed recursively, by rotating by a fixed angle and then shrinking until the vertices of the new square lie on the edges of the previous one.
If the sides of the fourth square are parallel to the sides of the original unit square, what is the area of this last square?
Round the answer to four decimal places.
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.
First, notice that the three rotations are add up to 90 degrees counterclockwise so each one is of 30 degrees.
Then, we calculate the length x of the second square side:
From the upper left triangle we notice that 1 − a a = 3 1 , hence solving for a we find the side of the triangle
a = 2 1 ( 3 − 1 )
Via the Pythagorean theorem we find the length we are looking for
x = a 2 + ( 1 − a ) 2 = 2 a 2 − 2 a + 1 = 4 − 2 3 = ( 3 − 1 ) 2 = 3 − 1
We notice the proportionality of the subsequent squares sides lengths x 1 = y x = z y , from where we obtain y = x 2 = 4 − 2 3 , and later z = x y 2 = 3 − 1 2 8 − 1 6 3 = 6 3 − 1 0
Finally the area of the smallest square is z 2 = 2 0 8 − 1 2 0 3 ≈ 0 . 1 5 3 9