This problem is a correction of a previous problem . It is repeated here for convenience, with the corrections.
Three points in the Cartesian plane are given by: A ( 1 , 1 ) , B ( 5 , 4 ) , C ( 3 , 7 ) . You want to draw an equilateral triangle of side length 8 that will pass through A , B and C , with one point on each side.
It turns out there are two solutions (as indicated in the figure below). Report as your answer the sum θ i + x 0 i + y 0 i , where the angle θ i (in degrees), 0 ∘ ≤ θ i < 1 2 0 ∘ , is the counter-clockwise angle of rotation of the triangle (of solution number i ) with respect to the standard orientation of an equilateral triangle which has one side parallel to the x-axis and the opposing vertex directly above it. And ( x 0 i , y 0 i ) are the coordinates of the center of the triangle (of solution number i ). Written compactly, report the following quantity,
i = 1 ∑ 2 θ i + x 0 i + y 0 i
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.
If the fitted triangle is centered at r 0 and tilted by an angle θ 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 = 2 3 1 L , i = 1 , 2 , 3
where { P i } are the three given points, and R ( θ ) is the standard 2D rotation matrix, and is given by
R ( θ ) = [ cos θ sin θ − sin θ cos θ ]
And the { 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 2 = [ cos 6 5 π , sin 6 5 π ] T
v 3 = [ cos 2 3 π , sin 2 3 π ] T
Now the key trick here is to eliminate r 0 from the three equations, by simply adding them up. This is possible because 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 = 2 3 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 θ and sin θ , so that the equation becomes,
A cos θ + B sin θ = C
where
A = i = 1 ∑ 3 P i x v i x + P i y v i y
B = i = 1 ∑ 3 P i y v i x − P i x v i y
C = 2 3 L
Evaluating A , B , C , we obtain,
A = − 2 . 5 9 8 0 7 6 2 1 1
B = − 7 . 9 6 4 1 0 1 6 1 5
C = 6 . 9 2 8 2 0 3 2 3
The trigonometric equation can be solved using standard methods, and its two solutions are:
θ 1 = 2 . 8 5 9 9 4 5 6 = 1 6 3 . 8 6 ∘
θ 2 = 4 . 0 5 3 9 1 5 7 = 2 3 2 . 2 7 ∘
Next, we want to find the center of the triangle for each value of θ , so for each of the above two values, we build a linear system of 2 equations in the 2 unknowns which are x 0 and y 0 , and these can be solved readily resulting in,
( x 0 1 , y 0 1 ) = ( 2 . 4 5 2 , 4 . 7 5 4 ) corresponding to θ 1 and ( x 0 2 , y 0 2 ) = ( 2 . 8 8 3 , 3 . 0 7 5 ) corresponding to θ 2
Since rotating an equilateral triangle by 1 2 0 ∘ about its center does not change it, we'll take the angles we obtained mod 1 2 0 .
The final answer is 4 3 . 8 6 + 2 . 4 5 + 4 . 7 5 + 1 1 2 . 2 7 + 2 . 8 8 + 3 . 0 8 = 1 6 9 . 3
Problem Loading...
Note Loading...
Set Loading...
Draw A B , B C , and A C , and label the two equilateral triangles △ D E F and △ D ′ E ′ F ′ , as shown below. Also let a = A D , b = B E , and c = C F , so that 8 − a = A F , 8 − b = B D , and 8 − c = C E , and similarly let a ′ = A D ′ , b ′ = B E ′ , and c ′ = C F ′ , so that 8 − a ′ = A F ′ , 8 − b ′ = B D ′ , and 8 − c ′ = C E ′ .
By the distance formula, A B 2 = ( 5 − 1 ) 2 + ( 4 − 1 ) 2 = 2 5 , B C 2 = ( 3 − 5 ) 2 + ( 7 − 4 ) 2 = 1 3 , and A C 2 = ( 3 − 1 ) 2 + ( 7 − 1 ) 2 = 4 0 .
Since △ D E F is an equilateral triangle, ∠ A D B = 6 0 ° , so by the law of cosines on △ A B D , A B 2 = A D 2 + B D 2 − 2 ⋅ A D ⋅ B D ⋅ cos 6 0 ° or 2 5 = a 2 + ( 8 − b ) 2 − a ( 8 − b ) . Similarly on △ B C E and △ A C F , 1 3 = b 2 + ( 8 − c ) 2 − b ( 8 − c ) and 4 0 = c 2 + ( 8 − a ) 2 − c ( 8 − a ) , and to match the diagram, these three equations solve to:
a ≈ 0 . 7 0 2 9 , b ≈ 2 . 6 8 5 7 , and c ≈ 3 . 9 0 2 1
From A D ≈ 0 . 7 0 2 9 0 we have ( x D − 1 ) 2 + ( y D − 1 ) 2 = 0 . 7 0 2 9 2 and from B D ≈ 8 − 2 . 6 8 5 7 ≈ 5 . 3 1 4 3 we have ( x D − 5 ) 2 + ( y D − 4 ) 2 = 5 . 3 1 4 3 2 , which solves to x D ≈ 1 . 1 6 8 4 and y D ≈ 0 . 3 1 7 6 ) (to match the diagram). Similarly, from B E ≈ 2 . 6 8 5 7 we have ( x E − 5 ) 2 + ( y E − 4 ) 2 = 2 . 6 8 5 7 2 and from C E ≈ 8 − 3 . 9 0 2 1 ≈ 4 . 0 9 7 9 we have ( x E − 3 ) 2 + ( y E − 7 ) 2 = 4 . 0 9 7 9 2 , and to match the diagram, these two equations solve to:
x E ≈ 6 . 9 3 6 4 and y E ≈ 5 . 8 6 1 0
Because △ D E F has a side of 8 , its center ( x O , y O ) is 3 8 3 away from both D and E , so ( x O − 1 . 1 6 8 4 ) 2 + ( y O − 0 . 3 1 7 5 ) 2 = ( 3 8 3 ) 2 and ( x O − 6 . 9 3 6 4 ) 2 + ( y O − 5 . 8 6 1 0 ) 2 = ( 3 8 3 ) 2 , and to match the diagram, these two equations solve to:
x O ≈ 2 . 4 5 2 2 and y O ≈ 4 . 7 5 4 4
Finally, since the slope m of D E is m = x E − x D y E − y D ≈ 6 . 9 3 6 4 − 1 . 1 6 8 4 5 . 8 6 1 0 − 0 . 3 1 7 6 ≈ 0 . 9 6 1 1 , the counter-clockwise angle θ is θ ≈ tan − 1 m ≈ tan − 1 0 . 9 6 1 1 or:
θ ≈ 4 3 . 8 6 2 5 °
By the same steps on equilateral triangle △ D ′ E ′ F ′ :
a ′ ≈ 5 . 5 8 7 1 , b ′ ≈ 3 . 9 4 6 3 , and c ′ ≈ 7 . 1 7 5 8
x D ′ ≈ 6 . 5 3 6 4 and y D ′ ≈ 0 . 2 4 8 7
x E ′ ≈ 3 . 5 0 4 3 and y E ′ ≈ 7 . 6 5 1 9
x O ′ ≈ 2 . 8 8 3 2 and y O ′ ≈ 3 . 0 7 5 0
θ ′ ≈ 1 1 2 . 2 7 2 3 °
Therefore, θ + x O + y O + θ ′ + x O ′ + y O ′ ≈ 4 3 . 8 6 2 5 + 2 . 4 5 2 2 + 4 . 7 5 4 4 + 1 1 2 . 2 7 2 3 + 2 . 8 8 3 2 + 3 . 0 7 5 0 ≈ 1 6 9 . 3 .