返回题库

AIME 1998 · 第 12 题

AIME 1998 — Problem 12

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let ABCABC be equilateral, and D,E,D, E, and FF be the midpoints of BC,CA,\overline{BC}, \overline{CA}, and AB,\overline{AB}, respectively. There exist points P,Q,P, Q, and RR on DE,EF,\overline{DE}, \overline{EF}, and FD,\overline{FD}, respectively, with the property that PP is on CQ,Q\overline{CQ}, Q is on AR,\overline{AR}, and RR is on BP.\overline{BP}. The ratio of the area of triangle ABCABC to the area of triangle PQRPQR is a+bc,a + b\sqrt {c}, where a,ba, b and cc are integers, and cc is not divisible by the square of any prime. What is a2+b2+c2a^{2} + b^{2} + c^{2}?

解析

Solution 1

AIME diagram

WLOG, assume that AB=BC=AC=2AB = BC = AC = 2.

We let x=EP=FQx = EP = FQ, y=EQy = EQ, k=PQk = PQ. Since AE=12ABAE = \frac {1}{2}AB and AD=12ACAD = \frac {1}{2}AC, AEDABC\triangle AED \sim \triangle ABC and EDBCED \parallel BC.

By alternate interior angles, we have PEQ=BFQ\angle PEQ = \angle BFQ and EPQ=FBQ\angle EPQ = \angle FBQ. By vertical angles, EQP=FQB\angle EQP = \angle FQB.

Thus EQPFQB\triangle EQP \sim \triangle FQB, so EPEQ=FBFQxy=1xx2=y\frac {EP}{EQ} = \frac {FB}{FQ}\Longrightarrow\frac {x}{y} = \frac {1}{x}\Longrightarrow x^{2} = y.

Since EDF\triangle EDF is equilateral, EQ+FQ=EF=BF=1x+y=1EQ + FQ = EF = BF = 1\Longrightarrow x + y = 1. Solving for xx and yy using x2=yx^{2} = y and x+y=1x + y = 1 gives x=512x = \frac {\sqrt {5} - 1}{2} and y=352y = \frac {3 - \sqrt {5}}{2}.

Using the Law of Cosines, we get

k2=x2+y22xycosπ3k^{2} = x^{2} + y^{2} - 2xy\cos{\frac {\pi}{3}} =(512)2+(352)22(512)(352)cosπ3= \left(\frac {\sqrt {5} - 1}{2}\right)^{2} + \left(\frac {3 - \sqrt {5}}{2}\right)^{2} - 2\left(\frac {\sqrt {5} - 1}{2}\right)\left(\frac {3 - \sqrt {5}}{2}\right)\cos{\frac {\pi}{3}} =735= 7 - 3\sqrt {5}

We want the ratio of the squares of the sides, so (2)2k2=4735=7+35\frac {(2)^{2}}{k^{2}} = \frac {4}{7 - 3\sqrt {5}} = 7 + 3\sqrt {5} so a2+b2+c2=72+32+52=083a^{2} + b^{2} + c^{2} = 7^{2} + 3^{2} + 5^{2} = \boxed{083}.

Solution 2

WLOG, let ΔABC\Delta ABC have side length 2.2. Then, DE=EF=FD=1.DE = EF = FD = 1. We also notice that CEP=DEF=60,\angle CEP = \angle DEF = 60^{\circ}, meaning CEF=CEP+DEF=120.\angle CEF = \angle CEP + \angle DEF = 120^{\circ}.

Let EP=x.EP = x. Since FQ=xFQ = x by congruent triangles ΔEPC\Delta EPC and ΔFQA,\Delta FQA, EQ=EFFQ=1x.EQ = EF - FQ = 1-x. We can now apply Law of Cosines to ΔCEP,ΔPEQ,\Delta CEP, \Delta PEQ, and ΔCEQ.\Delta CEQ.

By LoC on ΔCEP,\Delta CEP, we get

CP2=12+x221x(12)=x2x+1.CP^2 = 1^2 + x^2 - 2\cdot 1\cdot x\cdot \left(\frac{1}{2}\right) = x^2 - x + 1. In a similar vein, using LoC on ΔPEQ\Delta PEQ and ΔCEQ,\Delta CEQ, respectively, earns

PQ2=x2+(1x)22x(1x)(12)=3x23x+1PQ^2 = x^2 + (1-x)^2 - 2\cdot x\cdot (1-x)\cdot \left(\frac{1}{2}\right) = 3x^2 - 3x + 1 CQ2=12+(1x)221(1x)(12)=x23x+3CQ^2 = 1^2 + (1-x)^2 - 2\cdot 1\cdot (1-x)\cdot \left(-\frac{1}{2}\right) = x^2 - 3x + 3 We have CP2,PQ2,CP^2, PQ^2, and CQ2.CQ^2. Additionally, by segment addition, CP+PQ=CQ.CP + PQ = CQ. Solving for CP,PQ,CP, PQ, and CQCQ from the Law of Cosines expressions and plugging them into the segment addition gets the (admittedly-ugly) equation

x23x+3=x2x+1+3x23x+1.\sqrt{x^2-3x+3} = \sqrt{x^2-x+1} + \sqrt{3x^2-3x+1}. Since the equation is ugly, we look at what the problem is asking for us to solve. We want [ABC][PQR].\frac{[ABC]}{[PQR]}. We see that [ABC]=3[ABC] = \sqrt{3} and [PQR]=[DEF][PDR][RFQ][QEP]=3432(32x(1x)),[PQR] = [DEF] - [PDR] - [RFQ] - [QEP] = \frac{\sqrt{3}}{4} - \frac{3}{2}\left(\frac{\sqrt{3}}{2}x(1-x)\right), since [PDR]=[RFQ]=[QEP]=12x(1x)32[PDR] = [RFQ] = [QEP] = \frac{1}{2}x(1-x)\frac{\sqrt{3}}{2} from the sine area formula. Simplifying [ABC][PQR]\frac{[ABC]}{[PQR]} gets us wanting to find 43x23x+1.\frac{4}{3x^2-3x+1}.

We see 3x23x+13x^2-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 3x23x+1\sqrt{3x^2-3x+1} and square to get

3x23x+1=2x24x+42(x23x+3)(x2x+1)3x^2-3x+1 = 2x^2-4x+4-2\sqrt{(x^2-3x+3)(x^2-x+1)} Isolate the radicand and square and expand to get x4+2x35x26x+9=4x416x3+28x224x+12,x^4+2x^3-5x^2-6x+9=4x^4-16x^3+28x^2-24x+12, and moving terms to one side and dividing by 3,3, we get

x46x3+11x26x+1=0.x^4-6x^3+11x^2-6x+1=0. This can be factored into (x23x+1)2=0x23x+1=0x=3±52.(x^2-3x+1)^2 = 0 \rightarrow x^2-3x+1 = 0 \rightarrow x = \frac{3 \pm \sqrt{5}}{2}. From the equation x23x+1=0,x^2-3x+1=0, we have x2=3x+1,x^2=3x+1, so plugging that value into the expression we want to find, we get 43(3x+1)3x+1=46x+2.\frac{4}{3(3x+1)-3x+1} = \frac{4}{6x+2}.

Substituting x=352x = \frac{3-\sqrt{5}}{2} into 46x+2\frac{4}{6x+2} gets an expression of 7+35,7+3\sqrt{5}, so a2+b2+c2=083a^2+b^2+c^2 = \boxed{083}.

-PureSwag