Problem: Find the maximum value of the area of a triangle having side lengths a, b, c with a2+b2+c2=a3+b3+c3
Solution
Solution: Without any loss of generality, we may assume that a≤b≤c. On the one hand, Tchebyshev's inequality gives (a+b+c)(a2+b2+c2)≤3(a3+b3+c3) Therefore using the given equation we get a+b+c≤3 or p≤23 where p denotes the semi perimeter of the triangle. On the other hand, p=(p−a)+(p−b)+(p−c)≥33(p−a)(p−b)(p−c) Hence p3≥27(p−a)(p−b)(p−c)⇔p4≥27p(p−a)(p−b)(p−c)⇔p2≥33⋅S where S is the area of the triangle. Thus S≤43 and equality holds whenever a=b=c=1.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: MathNet,
licensed CC-BY-4.0.
Statement reproduced verbatim; metadata (topic, difficulty) added by this project.