返回题库

AIME 1992 · 第 13 题

AIME 1992 — Problem 13

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Triangle ABCABC has AB=9AB=9 and BC:AC=40:41BC: AC=40: 41. What's the largest area that this triangle can have?

解析

Solution

Solution 1

First, consider the triangle in a coordinate system with vertices at (0,0)(0,0), (9,0)(9,0), and (a,b)(a,b). Applying the distance formula, we see that a2+b2(a9)2+b2=4041\frac{ \sqrt{a^2 + b^2} }{ \sqrt{ (a-9)^2 + b^2 } } = \frac{40}{41}.

We want to maximize bb, the height, with 99 being the base.

Simplifying gives a232009a+1600=b2-a^2 -\frac{3200}{9}a +1600 = b^2.

To maximize bb, we want to maximize b2b^2. So if we can write: b2=(a+n)2+mb^2=-(a+n)^2+m, then mm is the maximum value of b2b^2 (this follows directly from the trivial inequality, because if x20{x^2 \ge 0} then plugging in a+na+n for xx gives us (a+n)20{(a+n)^2 \ge 0}).

b2=a232009a+1600=(a+16009)2+1600+(16009)2b^2=-a^2 -\frac{3200}{9}a +1600=-\left(a +\frac{1600}{9}\right)^2 +1600+\left(\frac{1600}{9}\right)^2.

b1600+(16009)2=401+160081=4091681=40419\Rightarrow b\le\sqrt{1600+\left(\frac{1600}{9}\right)^2}=40\sqrt{1+\frac{1600}{81}}=\frac{40}{9}\sqrt{1681}=\frac{40\cdot 41}{9}.

Then the area is 91240419=8209\cdot\frac{1}{2} \cdot \frac{40\cdot 41}{9} = \boxed{820}.

Solution 2

Let the three sides be 9,40x,41x9,40x,41x, so the area is 14(81281x2)(81x21)\frac14\sqrt {(81^2 - 81x^2)(81x^2 - 1)} by Heron's formula. By AM-GM, (81281x2)(81x21)81212\sqrt {(81^2 - 81x^2)(81x^2 - 1)}\le\frac {81^2 - 1}2, and the maximum possible area is 1481212=18(811)(81+1)=1082=820\frac14\cdot\frac {81^2 - 1}2 = \frac18(81 - 1)(81 + 1) = 10\cdot82 = \boxed{820}. This occurs when 81281x2=81x21    x=3281981^2 - 81x^2 = 81x^2 - 1\implies x = \frac {\sqrt {3281}}9.

Comment

Rigorously, we need to make sure that the equality of the AM-GM inequality is possible to be obtained (in other words, (81281x2)(81^2 - 81x^2) and (81x21)(81x^2 - 1) can be equal with some value of xx). MAA is pretty good at generating smooth combinations, so in this case, the AM-GM works; however, always try to double check in math competitions -- the writer of Solution 2 gave us a pretty good example of checking if the AM-GM equality can be obtained. ~Will_Dai

Solution 3

Let A,BA, B be the endpoints of the side with length 99. Let Γ\Gamma be the Apollonian Circle of ABAB with ratio 40:4140:41; let this intersect ABAB at PP and QQ, where PP is inside ABAB and QQ is outside. Then because (A,B;P,Q)(A, B; P, Q) describes a harmonic set, AP/AQ=BP/BQ    419BQ+9=409BQ    BQ=360AP/AQ=BP/BQ\implies \dfrac{\frac{41}{9}}{BQ+9}=\dfrac{\frac{40}{9}}{BQ}\implies BQ=360. Finally, this means that the radius of Γ\Gamma is 360+4092=180+209\dfrac{360+\frac{40}{9}}{2}=180+\dfrac{20}{9}.

Since the area is maximized when the altitude to ABAB is maximized, clearly we want the last vertex to be the highest point of Γ\Gamma, which just makes the altitude have length 180+209180+\dfrac{20}{9}. Thus, the area of the triangle is 9(180+209)2=820\dfrac{9\cdot \left(180+\frac{20}{9}\right)}{2}=\boxed{820}

Solution 4 (Involves Basic Calculus)

We can apply Heron's on this triangle after letting the two sides equal 40x40x and 41x41x. Heron's gives

(81x+92)(81x92)(x+92)(x+92)\sqrt{\left(\frac{81x+9}{2} \right) \left(\frac{81x-9}{2} \right) \left(\frac{x+9}{2} \right) \left(\frac{-x+9}{2} \right)}.

This can be simplified to

94(81x21)(81x2)\frac{9}{4} \cdot \sqrt{(81x^2-1)(81-x^2)}.

We can optimize the area of the triangle by finding when the derivative of the expression inside the square root equals 0.

We have that 324x3+13124x=0-324x^3+13124x=0, so x=32819x=\frac{\sqrt{3281}}{9}.

Plugging this into the expression, we have that the area is 820\boxed{820}.

-RootThreeOverTwo\textbf{-RootThreeOverTwo}

~minor LaTeX\LaTeX edit by Yiyj1

Solution 5

We can start how we did above in solution 4 to get 94(81x21)(81x2)\frac{9}{4} * \sqrt{(81x^2-1)(81-x^2)}. Then, we can notice the inside is a quadratic in terms of x2x^2, which is 81(x2)2+6562x281-81(x^2)^2+6562x^2-81. This is maximized when x2=328181x^2 = \frac{3281}{81}.If we plug it into the equation, we get 9432809=820\frac{9}{4} \cdot \frac{3280}{9} = \boxed{820}