Rhombuses

Geometry Level 5

From a central point, place n n points 1 unit away and equally spaced. Construct a further point to make n n rhombuses. Using two sides of each pair of neighboring rhombuses, create n n more rhombuses. Keep creating rhombuses until you can't make any more (without overlapping.)

These are the constructions for n = 7 n=7 and n = 8 n=8 . The colors are only for visual effect.

Find the area for n = 360 n=360 .


The answer is 41251.91405.

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.

2 solutions

Jeremy Galvagni
Jul 6, 2018

The central point of this partially constructed figure is at the far left. For any beginning angle θ \theta , you can see the next set of rhombuses will have angle 2 θ 2\theta , then 3 θ 3\theta and so on. There will be n 2 \lfloor\frac{n}{2}\rfloor sets of rhombuses (angles up to 180 180 degrees.)

The area of each rhombus with angle α \alpha is simply sin ( α ) \sin(\alpha) so we just need to add up all the rhombuses. The general formula for any n n is

n i = 1 n 2 sin ( i 360 n ) n*\sum_{i=1}^{\lfloor\frac{n}{2}\rfloor} \sin{(i\frac{360}{n})}

Using n = 360 n=360 gives the solution: 41251.91405 \boxed{41251.91405}

Which, not coincidentally is quite close to 36 0 2 π \frac{360^{2}}{\pi}

It is the area of a regular 360-gon with side length 2.

X X - 2 years, 11 months ago

Log in to reply

Oops. I guess I was doing it the hard way.

Jeremy Galvagni - 2 years, 11 months ago

Log in to reply

But we still need to prove that it is a 360-gon.I think this part is harder.

X X - 2 years, 11 months ago

Jeremy, put the Sin in that summation, you left that out.

Michael Mendrin - 2 years, 11 months ago

Log in to reply

Fixed, thanks.

Jeremy Galvagni - 2 years, 11 months ago

But does such a figure exists?

Pi Han Goh - 2 years, 11 months ago

Log in to reply

the 360-gon with 360 179 360 \cdot 179 rhombuses does exist, even though it'll look like a pretty dense mat of lines, except where the rhombuses "open up" haflway between center and perimeter.

In fact, let me see if I put up a quickie approximation of what that would look like. Edit: Okay, see my solution with the figure.

Michael Mendrin - 2 years, 11 months ago

I followed exactly this line of reasoning, by expressing the surfaces of every single rhombus as a sinusoidal function of the innermost angle of the quadrilateral, although I left the sum computing part to a C++ code (By innermost angles, I mean the angles you wrote as n*theta). But why did you end the sum with the n/2 = 180-th term? Wouldn't that mean adding the area of a non-existing rhombus with a 180° angle?

A Former Brilliant Member - 2 years, 11 months ago
Michael Mendrin
Jul 7, 2018

For even n n , the final polygon is a regular n n -polygon of side 2 2 . The area is, for side a = 2 a=2

A = 1 4 n a 2 C o t ( π n ) = 360 C o t ( π 360 ) 41251.914 A = \frac{1}{4}na^2Cot(\frac{\pi}{n}) = 360Cot(\frac{\pi}{360}) \approx 41251.914

Jeremy's solution shows how and why the added rhombuses reach that final regular n n -polygon.

Here's the 179 360 = 64440 179 \cdot 360 = 64440 rhombuses put together. The Moire patterns is an artifact of having such a dense mat of lines in a rasterized display. But you can barely see the rhombuses "open up" in the middle zone between center and perimeter.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...