Reach for the Summit - M-S5-A2

Geometry Level 4

Find the smallest and largest inscribed equilateral triangle in an 1 × 1 1 \times 1 square.

If the smallest triangle has area S m i n S_{min} and the largest has area S m a x S_{max} , submit

1 0 6 ( S m a x S m i n ) \lfloor 10^6 (S_{max}-S_{min})\rfloor


Reach for the Summit problem set - Mathematics


The answer is 31088.

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

Atomsky Jahid
Aug 1, 2020

Setup

We want to find configurations that maximize or minimize the difference between the area of a square and the area of an equilateral triangle inscribed in it. To find these configurations, we will take the following approach.

We will take an equilateral triangle of side length d d . Then, we will try to fit squares around it. Our goal will be to find the largest and the smallest fitting squares.

To that end, we will hinge one vertex (namely, A A ) of the equilateral triangle at the origin. Other vertices ( B , C B, C ) of the triangle will me movable. The x-axis will contain the bottom side of the fitting square, and this bottom side will have a vertex, which is at origin, on it. The top side will be parallel to the x-axis. The left and the right side of the square will be parallel to the y-axis, and will contain at least one vertex each.

Case 1

The enclosing square here is named A P Q R APQR . Let a a denote the side length of the square. Also let B A P = k \angle BAP = k . So, C A P = π 3 + k \angle CAP = \frac{\pi}{3} + k .

Fig-1:  0 &lt;= k &lt; pi/6  for case 1 Fig-1: 0 <= k < pi/6 for case 1

In this case, k k will vary from 0 0 to π 6 \frac{\pi}{6} .

From the triangle Δ A B P \Delta ABP , cos k = A P A B \cos k = \frac{AP}{AB} a = A P = A B cos k = d cos k \implies a = AP = AB \cos k = d \cos k

But this square will not always circumscribe Δ A B C \Delta ABC because the vertex C C needs to be on Q R QR . This condition can be expressed as a = d cos k = A C sin ( π 3 + k ) = d sin ( π 3 + k ) a = d \cos k = AC \sin (\frac{\pi}{3} + k) = d \sin (\frac{\pi}{3} + k) sin ( π 2 k ) = sin ( π 3 + k ) \implies \sin (\frac{\pi}{2} - k) = \sin (\frac{\pi}{3} + k) ( π 2 k ) = ( π 3 + k ) \implies (\frac{\pi}{2} - k) = (\frac{\pi}{3} + k) k = π 12 \therefore k = \frac{\pi}{12}

Therefore, there is only one valid value of k k for 0 k < π 6 0 \leq k < \frac{\pi}{6} . And the corresponding side length is a 1 = d cos ( π 12 ) a_1 = d \cos (\frac{\pi}{12})

Case 2

The enclosing square here is J K L M JKLM . The side length is denoted by a a as before. Let B A K = k \angle BAK = k and C A K = π 3 + k \angle CAK = \frac{\pi}{3} + k .

Fig-2:  pi/6 &lt;= k &lt;= pi/3  for case 2 Fig-2: pi/6 <= k <= pi/3 for case 2

In this case, k k will vary from π 6 \frac{\pi}{6} to π 3 \frac{\pi}{3} . Now we will get an expression for the side length. a = J K = A K + J A = d cos k d cos ( π 3 + k ) a = JK = AK + JA = d \cos k - d \cos (\frac{\pi}{3} + k) a = 2 d sin ( π 6 ) sin ( π 6 + k ) a = 2 d \sin (\frac{\pi}{6}) \sin (\frac{\pi}{6} + k) a = d sin ( π 6 + k ) \therefore a = d \sin (\frac{\pi}{6} + k)

We notice that the a a needs to clear the height of A C AC . Otherwise, L M LM will enter inside Δ A B C \Delta ABC . So, a A C sin ( π 3 + k ) a \geq AC \sin (\frac{\pi}{3} + k) d sin ( π 6 + k ) d sin ( π 3 + k ) d \sin (\frac{\pi}{6} + k) \geq d \sin (\frac{\pi}{3} + k) π 6 + k π π 3 k \frac{\pi}{6} + k \geq \pi - \frac{\pi}{3} - k k π 4 \therefore k \geq \frac{\pi}{4}

So, the valid values of k k lies on the range [ π 4 , π 3 ] [ \frac{\pi}{4} , \frac{\pi}{3} ] . Also, a = sin ( π 6 + k ) a = \sin (\frac{\pi}{6} + k) is an increasing function for k [ π 4 , π 3 ] k \in [ \frac{\pi}{4} , \frac{\pi}{3} ] . Hence, the extrema are a 2 = d sin ( π 6 + π 4 ) = d sin ( 5 π 12 ) a_2 = d \sin (\frac{\pi}{6} + \frac{\pi}{4}) = d \sin (\frac{5 \pi}{12}) a 3 = d sin ( π 6 + π 3 ) = d sin ( π 2 ) = d a_3 = d \sin (\frac{\pi}{6} + \frac{\pi}{3}) = d \sin (\frac{\pi}{2}) = d

Other cases

All the configurations of other values of k k are just mirror images of the two cases mentioned above. So, we have effectively found all the optimum configurations.

Results

We notice that a m i n = a 1 = d cos ( π 12 ) = d sin ( 5 π 12 ) = a 2 a_{min} = a_1 = d \cos (\frac{\pi}{12}) = d \sin (\frac{5 \pi}{12}) = a_2 a m i n = d sin ( 5 π 12 ) \implies a_{min} = d \sin (\frac{5 \pi}{12}) a m a x = d a_{max} = d

Fig-3: The difference between the area of the square and the area of the inscribed triangle is minimized. Fig-3: The difference between the area of the square and the area of the inscribed triangle is minimized.

Fig-4: The difference between the area of the square and the area of the inscribed triangle is maximized. Fig-4: The difference between the area of the square and the area of the inscribed triangle is maximized.

In our case, the reverse is happening: the square is of fixed length, and the triangle length is variable. Hence, d m i n = a = 1 d_{min} = a = 1 d m a x = a sin ( 5 π 12 ) = csc ( 5 π 12 ) d_{max} = \frac{a}{ \sin (\frac{5 \pi}{12}) } = \csc (\frac{5 \pi}{12})

Therefore, 1 0 6 ( S m a x S m i n ) = 1 0 6 3 4 ( csc 2 5 π 12 1 ) = 31088 \lfloor 10^6 (S_{max} - S_{min}) \rfloor = \lfloor 10^6 \frac{\sqrt{3}}{4} (\csc^2 \frac{5 \pi}{12}- 1) \rfloor = \boxed{31088}

P.S. If you want to play with the setup, feel free to use my Desmos project .

Chew-Seong Cheong
Jul 28, 2020

The largest equilateral triangle one that is symmetrical about the diagonal of the square as indicated by the blue triangle. The smallest equilateral triangle is one that is symmetrical about the line joining the midpoints of two opposite sides with a vertex at the midpoint of a side as indicated by the red triangle.

The largest triangle has a side of a m a x = 1 cos 1 5 a_{max} = \dfrac 1{\cos 15^\circ} and hence an area of S m a x = a m a x 2 sin 6 0 2 = sin 6 0 2 cos 2 1 5 = sin 6 0 1 + cos 3 0 = 3 2 + 3 S_{max} = \dfrac {a_{max}^2 \sin 60^\circ}2 = \dfrac {\sin 60^\circ}{2\cos^2 15^\circ} = \dfrac {\sin 60^\circ}{1+\cos 30^\circ} = \dfrac {\sqrt 3}{2+\sqrt 3} .

The smallest triangle has a side of a m i n = 1 2 sin 3 0 = 1 a_{min} = \dfrac {\frac 12}{\sin 30^\circ}= 1 and hence an area of S m i n = a m i n 2 sin 6 0 2 = 3 4 S_{min} = \dfrac {a_{min}^2 \sin 60^\circ}2 = \dfrac {\sqrt 3}4 .

Therefore, 1 0 6 ( S m a x S m i n ) = 1 0 6 ( 3 2 + 3 3 4 ) = 31088 \left \lfloor 10^6 \left(S_{max} - S_{min} \right) \right \rfloor = \left \lfloor 10^6 \left(\dfrac {\sqrt 3}{2+\sqrt 3} - \dfrac {\sqrt 3}4 \right) \right \rfloor = \boxed{31088} .

Where's the proof that your configurations are the ones that really optimize the inscribed triangle?

Atomsky Jahid - 10 months, 2 weeks ago

Log in to reply

I don't have.

Chew-Seong Cheong - 10 months, 2 weeks ago

Log in to reply

I have added a solution. Please check whether my proof is correct.

Atomsky Jahid - 10 months, 2 weeks ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...