Triangle ABC has AB=9 and BC: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), (9,0), and (a,b). Applying the distance formula, we see that (a−9)2+b2a2+b2=4140.
We want to maximize b, the height, with 9 being the base.
Simplifying gives −a2−93200a+1600=b2.
To maximize b, we want to maximize b2. So if we can write: b2=−(a+n)2+m, then m is the maximum value of b2 (this follows directly from the trivial inequality, because if x2≥0 then plugging in a+n for x gives us (a+n)2≥0).
Let the three sides be 9,40x,41x, so the area is 41(812−81x2)(81x2−1) by Heron's formula. By AM-GM, (812−81x2)(81x2−1)≤2812−1, and the maximum possible area is 41⋅2812−1=81(81−1)(81+1)=10⋅82=820. This occurs when 812−81x2=81x2−1⟹x=93281.
Comment
Rigorously, we need to make sure that the equality of the AM-GM inequality is possible to be obtained (in other words, (812−81x2) and (81x2−1) can be equal with some value of x). 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,B be the endpoints of the side with length 9. Let Γ be the Apollonian Circle of AB with ratio 40:41; let this intersect AB at P and Q, where P is inside AB and Q is outside. Then because (A,B;P,Q) describes a harmonic set, AP/AQ=BP/BQ⟹BQ+9941=BQ940⟹BQ=360. Finally, this means that the radius of Γ is 2360+940=180+920.
Since the area is maximized when the altitude to AB is maximized, clearly we want the last vertex to be the highest point of Γ, which just makes the altitude have length 180+920. Thus, the area of the triangle is 29⋅(180+920)=820
Solution 4 (Involves Basic Calculus)
We can apply Heron's on this triangle after letting the two sides equal 40x and 41x. Heron's gives
(281x+9)(281x−9)(2x+9)(2−x+9).
This can be simplified to
49⋅(81x2−1)(81−x2).
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, so x=93281.
Plugging this into the expression, we have that the area is 820.
-RootThreeOverTwo
~minor LATEX edit by Yiyj1
Solution 5
We can start how we did above in solution 4 to get 49∗(81x2−1)(81−x2). Then, we can notice the inside is a quadratic in terms of x2, which is −81(x2)2+6562x2−81. This is maximized when x2=813281.If we plug it into the equation, we get 49⋅93280=820