Problem: Find all positive real numbers a,b,c≤1 such that min{abcab+1,abcbc+1,abcac+1}=a1−a+b1−b+c1−c
Solution
Solution: Let r,s,t≥0 such that a=1+r21,b=1+s21,c=1+t21 Also, WLOG, suppose t=min{r,s,t}. The required equation can then be rewritten as (1+t2){1+(1+r2)(1+s2)}=r+s+t By Cauchy-Schwarz, (r+s+t)2≤([r+s]2+1)(1+t2), and so we have (1+r2)(1+s2)≤(r+s)2 which is equivalent to (rs−1)2≤0. Only equality is true here; hence rs=1 and all preceding inequalities become equations, and so t(r+s)=1. Now, conversely, if rs=1 and t(r+s)=1, with t=r+s1 still less than both r1=s and s1=r, the condition of the problem is still satisfied. Therefore, the solutions are a=1+r21,b=1+r211,c=1+(r+r1)2(r+r1)2 and permutations of these.
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.