Let ABC be equilateral, and D,E, and F be the midpoints of BC,CA, and AB, respectively. There exist points P,Q, and R on DE,EF, and FD, respectively, with the property that P is on CQ,Q is on AR, and R is on BP. The ratio of the area of triangle ABC to the area of triangle PQR is a+bc, where a,b and c are integers, and c is not divisible by the square of any prime. What is a2+b2+c2?
解析
Solution 1
WLOG, assume that AB=BC=AC=2.
We let x=EP=FQ, y=EQ, k=PQ. Since AE=21AB and AD=21AC, △AED∼△ABC and ED∥BC.
By alternate interior angles, we have ∠PEQ=∠BFQ and ∠EPQ=∠FBQ. By vertical angles, ∠EQP=∠FQB.
Thus △EQP∼△FQB, so EQEP=FQFB⟹yx=x1⟹x2=y.
Since △EDF is equilateral, EQ+FQ=EF=BF=1⟹x+y=1. Solving for x and y using x2=y and x+y=1 gives x=25−1 and y=23−5.
We want the ratio of the squares of the sides, so k2(2)2=7−354=7+35 so a2+b2+c2=72+32+52=083.
Solution 2
WLOG, let ΔABC have side length 2. Then, DE=EF=FD=1. We also notice that ∠CEP=∠DEF=60∘, meaning ∠CEF=∠CEP+∠DEF=120∘.
Let EP=x. Since FQ=x by congruent triangles ΔEPC and ΔFQA,EQ=EF−FQ=1−x. We can now apply Law of Cosines to ΔCEP,ΔPEQ, and ΔCEQ.
By LoC on ΔCEP, we get
CP2=12+x2−2⋅1⋅x⋅(21)=x2−x+1.
In a similar vein, using LoC on ΔPEQ and ΔCEQ, respectively, earns
PQ2=x2+(1−x)2−2⋅x⋅(1−x)⋅(21)=3x2−3x+1CQ2=12+(1−x)2−2⋅1⋅(1−x)⋅(−21)=x2−3x+3
We have CP2,PQ2, and CQ2. Additionally, by segment addition, CP+PQ=CQ. Solving for CP,PQ, and CQ from the Law of Cosines expressions and plugging them into the segment addition gets the (admittedly-ugly) equation
x2−3x+3=x2−x+1+3x2−3x+1.
Since the equation is ugly, we look at what the problem is asking for us to solve. We want [PQR][ABC]. We see that [ABC]=3 and [PQR]=[DEF]−[PDR]−[RFQ]−[QEP]=43−23(23x(1−x)), since [PDR]=[RFQ]=[QEP]=21x(1−x)23 from the sine area formula. Simplifying [PQR][ABC] gets us wanting to find 3x2−3x+14.
We see 3x2−3x+1 in both the denominator of what we want and under a radicand in our algebraic expression, which leads us to think the calculations may not be that bad. Isolate 3x2−3x+1 and square to get
3x2−3x+1=2x2−4x+4−2(x2−3x+3)(x2−x+1)
Isolate the radicand and square and expand to get x4+2x3−5x2−6x+9=4x4−16x3+28x2−24x+12, and moving terms to one side and dividing by 3, we get
x4−6x3+11x2−6x+1=0.
This can be factored into (x2−3x+1)2=0→x2−3x+1=0→x=23±5. From the equation x2−3x+1=0, we have x2=3x+1, so plugging that value into the expression we want to find, we get 3(3x+1)−3x+14=6x+24.
Substituting x=23−5 into 6x+24 gets an expression of 7+35, so a2+b2+c2=083.