返回题库

AIME 1986 · 第 15 题

AIME 1986 — Problem 15

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let triangle ABCABC be a right triangle in the xy-plane with a right angle at CC_{}. Given that the length of the hypotenuse ABAB is 6060, and that the medians through AA and BB lie along the lines y=x+3y=x+3 and y=2x+4y=2x+4 respectively, find the area of triangle ABCABC.

解析

Solution 1

Let θ1\theta_1 be the angle that the median through AA makes with the positive yy-axis, and let θ2\theta_2 be the angle that the median through BB makes with the positive xx-axis. The tangents of these two angles are the slopes of the respective medians; in other words, tanθ1=1\tan \theta_1 = 1, and tanθ2=2\tan \theta_2 =2.

Let θ\theta be the angle between the medians through AA and BB. Then by the tangent angle subtraction formula,

tanθ=tan(θ2θ1)=tanθ2tanθ11+tanθ1tanθ2=211+21=13.\tan \theta = \tan (\theta_2 - \theta_1) = \frac{\tan \theta_2 - \tan \theta_1}{1 + \tan \theta_1 \tan \theta_2} = \frac{2-1}{1 + 2 \cdot 1 } = \frac{1}{3}. AIME diagram

Let MM be the midpoint of BC,BC, let NN be the midpoint of AC,AC, and let GG be the intersection of these two medians. Let BC=a,BC = a, and let AC=bAC = b; let α=MAC\alpha = \angle MAC, and let β=BNC\beta = \angle BNC.

With this setup, θ=βα\theta = \beta - \alpha. The reason is that β\beta is an exterior angle of AGN\triangle AGN, and thus β=α+AGN=α+θ\beta = \alpha + \angle AGN = \alpha + \theta.

We also know that tanα=(1/2)ab=a2b\tan \alpha = \dfrac{(1/2) a}{b} = \dfrac{a}{2b}, and tanβ=a(1/2)b=2ab\tan \beta = \dfrac{a}{(1/2)b} = \dfrac{2a}{b}. Then

13=tanθ=tan(βα)=tanβtanα1+tanβtanα=2ab12ab1+(a/b)2=(3/2)(a/b)1+(a/b)2.\begin{aligned} \frac{1}{3} &= \tan \theta \\ &= \tan (\beta - \alpha) \\ &= \frac{\tan \beta - \tan \alpha}{1 + \tan \beta \tan \alpha} \\ &= \frac{2 \frac{a}{b} - \frac{1}{2} \cdot \frac{a}{b}}{1 + (a/b)^2} \\ &= \frac{(3/2) \cdot (a/b)}{1 + (a/b)^2} . \end{aligned} Multiplying numerator and denominator by b2,b^2, we learn that

13=(3/2)aba2+b2=(3/2)ab602,\frac{1}{3} = \frac{(3/2) ab}{a^2 + b^2} = \frac{(3/2) ab}{60^2}, since the hypotenuse of ABC\triangle ABC has length 60. Solving for 12ab\frac{1}{2}ab, we find that

12ab=19602=(60/3)2=202=400.\frac{1}{2} ab = \frac{1}{9} \cdot 60^2 = (60/3)^2 = 20^2 = 400. ~minor edits by EaZ_Shadow

Solution 2

Translate so that the medians are y=xy = x, and y=2xy = 2x, then model the points A:(a,a)A: (a,a) and B:(b,2b)B: (b,2b). (0,0)(0,0) is the centroid, and is the average of the vertices, so C:(ab,a2b)C: (- a - b, - a - 2b) AB=60AB = 60 so

3600=(ab)2+(2ba)23600 = (a - b)^2 + (2b - a)^2 3600=2a2+5b26ab    (1)3600 = 2a^2 + 5b^2 - 6ab \ \ \ \ (1)

ACAC and BCBC are perpendicular, so the product of their slopes is 1-1, giving

(2a+2b2a+b)(a+4ba+2b)=1\left(\frac {2a + 2b}{2a + b}\right)\left(\frac {a + 4b}{a + 2b}\right) = - 1 2a2+5b2=152ab    (2)2a^2 + 5b^2 = - \frac {15}{2}ab \ \ \ \ (2)

Combining (1)(1) and (2)(2), we get ab=8003ab = - \frac {800}{3}

Using the determinant product for area of a triangle (this simplifies nicely, add columns 1 and 2, add rows 2 and 3), the area is 32ab\left|\frac {3}{2}ab\right|, so we get the answer to be 400400.

Note: If you don't know the determinant product for the area of a triangle, the shoelace theorem also works. It is basically the same thing but more well-known.

Solution 3

The only relevant part about the xy plane here is that the slopes of the medians determine an angle between them that we will use. This solution uses the tangent subtraction identity tan(αβ)=tanαtanβ1+tanαtanβ\tan(\alpha -\beta)=\frac{\tan\alpha -\tan\beta}{1+\tan\alpha \tan\beta}. Therefore, the tangent of the acute angle between the medians from A and B will be 211+21=13\frac{2-1}{1+2 \cdot 1}= \frac{1}{3}.

Let AC=xAC =x and BC=yBC =y. Let the midpoint of AC be M and the midpoint of BC be N. Let the centroid be G. By exterior angles, CMBCAN=AGM\angle CMB - \angle CAN = \angle AGM. However we know that since AGM\angle AGM is the acute angle formed by the medians, tanAGM=13\tan \angle AGM=\frac{1}{3}. We can express the tangents of the other two angles in terms of xx and yy. tanCMB=yx2=2yx\tan \angle CMB= \frac{y}{\frac{x}{2}}=\frac{2y}{x} while tanCAN=y2x=y2x\tan \angle CAN= \frac{\frac{y}{2}}{x}=\frac{y}{2x}. For simplification, let yx=r\frac{y}{x}=r.

By the tangent subtraction identity, 2rr21+2rr2=3r2(1+r2)=13\frac{2r-\frac{r}{2}}{1+2r \cdot \frac{r}{2}}=\frac{3r}{2(1+r^2)}=\frac{1}{3}. We get the quadratic 2r29r+2=02r^2 -9r+2=0, which solves to give r=9±654r=\frac{9 \pm \sqrt{65}}{4}. It does not matter which one is picked, because the two roots multiply to 1, so switching from one root to another is like switching the lengths of AC and BC.

We choose the positive root and we can plug y=(9+654)xy= \left (\frac{9 + \sqrt{65}}{4} \right )x into of course the PYTHAGOREAN THEOREM x2+y2=3600x^2 + y^2 =3600 and solve for x2=200(965)x^2=200(9-\sqrt{65}). We want the area which is xy2=x2(9+654)2=200(965)(9+654)2=2001642=400\frac{xy}{2}=\frac{x^2(\frac{9 + \sqrt{65}}{4})}{2}=\frac{200(9-\sqrt{65})(\frac{9 + \sqrt{65}}{4})}{2}=\frac{200\cdot\frac{16}{4}}{2}=400.

Solution 4

We first seek to find the angle between the lines y=x+3y = x + 3 and y=2x+4y = 2x + 4.

AIME diagram

Let the acute angle the red line makes with the xx- axis be α\alpha and the acute angle the blue line makes with the xx- axis be β\beta. Then, we know that tanα=1\tan \alpha = 1 and tanβ=2\tan \beta = 2. Note that the acute angle between the red and blue lines is clearly βα\beta - \alpha. Therefore, we have that:

tan(βα)=211+2=13\tan (\beta - \alpha) = \frac{2 - 1}{1 + 2} = \frac{1}{3} It follows that cos(βα)=110\cos (\beta - \alpha) = \frac{1}{\sqrt{10}} and sin(βα)=310\sin (\beta - \alpha) = \frac{3}{\sqrt{10}}. From now on, refer to θ=βα\theta = \beta - \alpha

AIME diagram

Suppose ABCABC is our desired triangle. Let EE be the midpoint of CACA and DD be the midpoint of ABAB such that CE=EA=mCE = EA = m and AD=DB=nAD = DB = n. Let GG be the centroid of the triangle (in other words, the intersection of EBEB and CDCD). It follows that if CG=2xCG = 2x, GD=xGD = x and if GB=2yGB = 2y, GE=yGE = y. By the Law of Cosines on GEB\triangle GEB, we get that:

GE2+GC22GEGCcosθ=CE2GE^2 + GC^2 - 2GE \cdot GC \cdot \cos \theta = CE^2 \Longleftrightarrow (2x)2+y2(2x)(y)(2)cosθ=m2(2x)^2 + y^2 - (2x)(y)(2)\cos \theta = m^2 By the Law of Cosines on GDB\triangle GDB, we get that:

DG2+GB22DGGBcosθ=DB2DG^2 + GB^2 -2 DG \cdot GB \cdot \cos \theta = DB^2 \Longleftrightarrow (2y)2+x2(2y)(x)(2)cosθ=n2(2y)^2+x^2-(2y)(x)(2)\cos \theta = n^2 Adding yields that:

5x2+5y28xycosθ=m2+n25x^2+5y^2 - 8xy\cos \theta = m^2 + n^2 However, note that (2m)2+(2n)2=602m2+n2=302(2m)^2 + (2n)^2 = 60^2 \Longleftrightarrow m^2+n^2 = 30^2. Therefore,

5x2+5y28xycosθ=3025x^2+5y^2 - 8xy\cos \theta = 30^2 We also know that by the Law of Cosines on CGB\triangle CGB,

CG2+GB22CGGBcos(180θ)=CB2CG^2 + GB^2 - 2CG \cdot GB \cdot \cos (180 - \theta) = CB^2 \Longleftrightarrow (2x)2+(2y)2+2(2x)(2y)cosθ=602(2x)^2 + (2y)^2 + 2(2x)(2y) \cos \theta = 60^2 \Longleftrightarrow x2+y2+2xycosθ=302x^2+y^2+2xy \cos \theta = 30^2 \Longleftrightarrow 5x2+5y2+10xycosθ=30255x^2+5y^2 + 10xy \cos \theta = 30^2 \cdot 5 Subtracting this from the 5x2+5y28xycosθ=3025x^2+5y^2 - 8xy\cos \theta = 30^2 we got earlier yields that:

xycosθ=200xy \cos \theta = 200 but recall that cosθ=310\cos \theta = \frac{3}{\sqrt{10}} to get that:

xy=200103xy = \frac{200 \sqrt{10}}{3} Plugging this into the x2+y2+2xycosθ=302x^2 + y^2 + 2xy \cos \theta = 30^2, we get that:

x2+y2=500x^2 + y^2 = 500 Aha! How convenient. Recall that (2x)2+y2(2x)(y)(2)cosθ=m2(2x)^2 + y^2 - (2x)(y)(2)\cos \theta = m^2 and (2y)2+x2(2y)(x)(2)cosθ=n2(2y)^2+x^2-(2y)(x)(2)\cos \theta = n^2. Then, we clearly have that:

m2n2=((2x)2+y2(2x)(y)(2)cosθ)((2y)2+x2(2y)(x)(2)cosθ=n2)m^2n^2 = ((2x)^2 + y^2 - (2x)(y)(2)\cos \theta)((2y)^2+x^2-(2y)(x)(2)\cos \theta = n^2) \Longleftrightarrow m2n2=17x2y24xycosθ(5x2+5y2)+16x2y2cos2θ+4x4+4y4m^2n^2 = 17x^2y^2 - 4xy \cos \theta (5x^2 + 5y^2) + 16x^2y^2 \cos ^2 \theta + 4x^4 + 4y^4 \Longleftrightarrow m2n2=172002109800(5500)+162002+4((x2+y2)22x2y2)m^2n^2 = 17 \cdot \frac{200^2 \cdot 10}{9} - 800(5 \cdot 500) + 16 \cdot 200^2 + 4 \left( (x^2+y^2)^2-2x^2y^2\right) \Longleftrightarrow m2n21002=6809855+1622+4(52222109)\frac{m^2n^2}{100^2} = \frac{680}{9} - 8 \cdot 5 \cdot 5 + 16 \cdot 2^2 + 4 \left( 5^2 - 2 \cdot \frac{2^2 \cdot 10}{9}\right) \Longleftrightarrow m2n21002=4\frac{m^2n^2}{100^2} = 4 But note that the area of our triangle is 2m2n12=2mn2m \cdot 2n \cdot \frac {1}{2} = 2mn. As mn=200mn = 200, we get a final answer of 400\boxed{400}.

~AopsUser101