Fitting an equilateral triangle to three points 3

Geometry Level 5

Three points in the Cartesian plane are given by: A ( 1 , 1 ) , B ( 5 , 4 ) , C ( 3 , 7 ) A(1,1) , B(5,4), C(3, 7) . We want to draw an equilateral triangle of side length L L that will pass through A , B A,B and C C , with one point on each side.

Here L m a x = A B + C D L_{max}=A \sqrt{B+C \sqrt{D}} , and A , B , C , D A,B,C,D are coprime integers, D D square free, find A + B + C + D A+B+C+D .

Inspiration


The answer is 24.

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.

4 solutions

Hosam Hajjir
Apr 30, 2020

If the fitted triangle is centered at r 0 r_0 and tilted by an angle θ \theta from the standard orientation, then using simple geometry on the equilateral triangle, we can write the following equation iterated for the three points.

( P i r 0 ) T R ( θ ) v i = 1 2 3 L , i = 1 , 2 , 3 (P_i - r_0)^T R(\theta) v_i = \dfrac{1}{2 \sqrt{3} } L , \hspace{12pt} i = 1,2,3

where { P i } \{ P_i \} are the three given points, and R ( θ ) R(\theta) is the standard 2D rotation matrix, and is given by

R ( θ ) = [ cos θ sin θ sin θ cos θ ] R(\theta) = \begin{bmatrix} \cos \theta && -\sin \theta \\ \sin \theta && \cos \theta \end{bmatrix}

And the { v i } \{ v_i \} are three unit vectors pointing from the center of the equilateral in standard orientation (without rotation) to the center of the three sides of the triangle, and they are given by,

v 1 = [ cos π 6 , sin π 6 ] T v_1 = [\cos \frac{\pi}{6} , \sin \frac{\pi}{6} ]^T

v 2 = [ cos 5 π 6 , sin 5 π 6 ] T v_2 = [\cos \frac{5 \pi}{6} , \sin \frac{5 \pi}{6} ]^T

v 3 = [ cos 3 π 2 , sin 3 π 2 ] T v_3 = [\cos \frac{3 \pi}{2} , \sin \frac{3 \pi}{2} ]^T

Now the key trick here is to eliminate r 0 r_0 from the three equations, by simply adding them up. This is possible because v 1 + v 2 + v 3 = 0 v_1 + v_2 + v_3 = 0 .

Hence, the result of addition is a single equation,

P 1 T R ( θ ) v 1 + P 2 T R ( θ ) v 2 + P 3 T R ( θ ) v 3 = 3 2 L P_1^T R(\theta) v_1 + P_2^T R(\theta) v_2 + P_3^T R(\theta) v_3 = \dfrac{\sqrt{3}}{2} L

The left hand side of the above equation is the sum of three quadratic forms, and can be expressed as a certain linear combination of cos θ \cos \theta and sin θ \sin \theta , so that the equation becomes,

A cos θ + B sin θ = C A \cos \theta + B \sin \theta = C

where

A = i = 1 3 P i x v i x + P i y v i y A = \displaystyle \sum_{i = 1 }^{3} P_{ix} v_{ix} + P_{iy} v_{iy}

B = i = 1 3 P i y v i x P i x v i y B = \displaystyle \sum_{i=1}^{3} P_{iy} v_{ix} - P_{ix} v_{iy}

C = 3 2 L C = \dfrac{\sqrt{3}}{2} L

Now, this trigonometric equation has a solution only if the right side satisfies the following inequality,

A 2 + B 2 C A 2 + B 2 - \sqrt{A^2 + B^2 } \le C \le \sqrt{A^2 + B^2 }

And since A A and B B are known, we can compute the maximum of C C and hence the maximum of L L .

Now comes the computation part, but first let's evaluate v 1 , v 2 , v 3 v_1 , v_2, v_3 explicitly, we get,

v 1 = [ 3 2 , 1 2 ] T v_1 = [\frac{\sqrt{3}}{2} , \frac{1}{2} ]^T

v 2 = [ 3 2 , 1 2 ] T v_2 =[-\frac{\sqrt{3}}{2} , \frac{1}{2} ]^T

v 3 = [ 0 , 1 ] T v_3 = [0, -1]^T

Therefore, our trigonometric constants are,

A = 3 2 + 1 2 5 ( 3 2 ) + 2 7 = 2 3 9 2 A = \frac{\sqrt{3}}{2} + \frac{1}{2} - 5( \frac{\sqrt{3}}{2}) + 2 - 7 = - 2 \sqrt{3} - \frac{9}{2}

B = 3 2 1 2 4 ( 3 2 ) 5 2 + 3 = 3 3 2 B = \frac{\sqrt{3}}{2} - \frac{1}{2} - 4 (\frac{\sqrt{3}}{2}) - \frac{5}{2} + 3 = - \frac{3 \sqrt{3}}{2}

Hence,

A 2 + B 2 = 12 + 81 4 + 18 3 + 27 4 = 39 + 18 3 A^2 + B^2 = 12 + \frac{81}{4} + 18 \sqrt{3} + \frac{27}{4} = 39 + 18 \sqrt{3}

Therefore,

L m a x = 2 3 39 + 18 3 = 2 13 + 6 3 L_{max} = \dfrac{2}{\sqrt{3}} \sqrt{ 39 + 18 \sqrt{3} } = 2 \sqrt{ 13 + 6 \sqrt{3} }

Therefore, the answer is 2 + 13 + 6 + 3 = 24 2 + 13 + 6 + 3 = 24

Jon Haussmann
May 2, 2020

The largest such equilateral triangle is the antipedal triangle of the Fermat point. The area of this triangle is given by Δ = 2 Δ ( 3 3 cot ω + 1 ) , \Delta' = 2 \Delta \left( \frac{\sqrt{3}}{3} \cot \omega + 1 \right), where Δ \Delta is the area of triangle A B C ABC , and ω \omega is its Brocard angle.

Plugging everything in, we get Δ = 18 + 13 3 \Delta' = 18 + 13 \sqrt{3} . Then the side length of the equilateral triangle is 52 + 24 3 = 2 13 + 6 3 . \sqrt{52 + 24 \sqrt{3}} = 2 \sqrt{13 + 6 \sqrt{3}}.

References:

https://www.cut-the-knot.org/Generalization/fermat_point.shtml

https://mathworld.wolfram.com/FermatPoints.html

Maria Kozlowska
May 1, 2020

I think that side length is always twice the side length of the Napoleon triangle for the triangle ABC. The maximum triangle has sides parallel to the sides of the Napoleon's triangle. I do not have a proof for that though. Just an observation.

Yuriy Kazakov
May 1, 2020

  1. Find coordinates of Torichelli point T T for A B C ABC .

  2. Find line J K JK , that point C C belongs J K JK , and K , J K, J belong to circles, J K JK and C T CT are ortogonal.

  3. Length of J K JK - is answer.

Mathcad is used for coordinates calculation. And here Maria Kozlowska idea checked.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...