Problem: Find all triples of positive real numbers (a,b,c) so that the expression M=abc(a+b)(b+c)(a+b+c) gets its least value.
Solution
Solution: The expression M is homogeneous, therefore we can assume that abc=1. We set s=a+c and p=ac and using b=ac1, we get M=(a+ac1)(ac1+c)(a+ac1+c)=(a+p−1)(c+p−1)(s+p−1) Expanding the right-hand side we get M=ps+ps2+1+p22s+p31 Now by s≥2p and setting x=pp>0 we get M≥2x+5+x4+x21 We will now prove that 2x+5+x4+x21≥211+55. Indeed, the latter is equivalent to 4x3−(55+1)x2+8x+2≥0, which can be rewritten as (x−21+5)2(4x+3−5)≥0 which is true.
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.