{"year": "2018", "tier": "T1", "problem_label": "1", "problem_type": null, "exam": "USAMO", "problem": "Let $a, b, c$ be positive real numbers such that $a+b+c=4 \\sqrt[3]{a b c}$. Prove that $$ 2(a b+b c+c a)+4 \\min \\left(a^{2}, b^{2}, c^{2}\\right) \\geq a^{2}+b^{2}+c^{2} . $$", "solution": " WLOG let $c=\\min (a, b, c)=1$ by scaling. The given inequality becomes equivalent to $$ 4 a b+2 a+2 b+3 \\geq(a+b)^{2} \\quad \\forall a+b=4(a b)^{1 / 3}-1 $$ Now, let $t=(a b)^{1 / 3}$ and eliminate $a+b$ using the condition, to get $$ 4 t^{3}+2(4 t-1)+3 \\geq(4 t-1)^{2} \\Longleftrightarrow 0 \\leq 4 t^{3}-16 t^{2}+16 t=4 t(t-2)^{2} $$ which solves the problem. Equality occurs only if $t=2$, meaning $a b=8$ and $a+b=7$, which gives $$ \\{a, b\\}=\\left\\{\\frac{7 \\pm \\sqrt{17}}{2}\\right\\} $$ with the assumption $c=1$. Scaling gives the curve of equality cases.", "metadata": {"resource_path": "USAMO/segmented/en-USAMO-2018-notes.jsonl"}} {"year": "2018", "tier": "T1", "problem_label": "2", "problem_type": null, "exam": "USAMO", "problem": "Find all functions $f:(0, \\infty) \\rightarrow(0, \\infty)$ such that $$ f\\left(x+\\frac{1}{y}\\right)+f\\left(y+\\frac{1}{z}\\right)+f\\left(z+\\frac{1}{x}\\right)=1 $$ for all $x, y, z>0$ with $x y z=1$.", "solution": " The main part of the problem is to show all solutions are linear. As always, let $x=b / c$, $y=c / a, z=a / b$ (classical inequality trick). Then the problem becomes $$ \\sum_{\\mathrm{cyc}} f\\left(\\frac{b+c}{a}\\right)=1 $$ Let $f(t)=g\\left(\\frac{1}{t+1}\\right)$, equivalently $g(s)=f(1 / s-1)$. Thus $g:(0,1) \\rightarrow(0,1)$ which satisfies $\\sum_{\\mathrm{cyc}} g\\left(\\frac{a}{a+b+c}\\right)=1$, or equivalently $$ g(a)+g(b)+g(c)=1 \\quad \\forall a+b+c=1 . $$ Claim - The function $g$ is linear. - First, whenever $a+b \\leq 1$ we have $$ 1-g(1-(a+b))=g(a)+g(b)=2 g\\left(\\frac{a+b}{2}\\right) $$ Hence $g$ obeys Jensen's functional equation over $(0,1 / 2)$. - Define $h:[0,1] \\rightarrow \\mathbb{R}$ by $h(t)=g\\left(\\frac{2 t+1}{8}\\right)-(1-t) \\cdot g(1 / 8)-t \\cdot g(3 / 8)$, then $h$ satisfies Jensen's functional equation too over $[0,1]$. We have also arranged that $h(0)=h(1)=0$, hence $h(1 / 2)=0$ as well. - Since $$ h(t)=h(t)+h(1 / 2)=2 h(t / 2+1 / 4)=h(t+1 / 2)+h(0)=h(t+1 / 2) $$ for any $t<1 / 2$, we find $h$ is periodic modulo $1 / 2$. It follows one can extend $\\widetilde{h}$ by $$ \\widetilde{h}: \\mathbb{R} \\rightarrow \\mathbb{R} \\quad \\text { by } \\quad \\widetilde{h}(t)=h(t-\\lfloor t\\rfloor) $$ and still satisfy Jensen's functional equation. Because $\\widetilde{h}(0)=0$, it's well-known this implies $\\widetilde{h}$ is additive (because $\\widetilde{h}(x+y)=2 \\widetilde{h}((x+y) / 2)=\\widetilde{h}(x)+\\widetilde{h}(y)$ for any real numbers $x$ to $y$ ). But $\\widetilde{h}$ is bounded below on $[0,1]$ since $g \\geq 0$, and since $\\widetilde{h}$ is also additive, it follows (well-known) that $\\widetilde{h}$ is linear. Thus $h$ is the zero function. So, the function $g$ is linear over $[1 / 8,3 / 8]$; thus we may write $g(x)=k x+\\ell$, valid for $1 / 8 \\leq x \\leq 3 / 8$. Since $3 g(1 / 3)=1$, it follows $k+3 \\ell=1$. For $01$. Finally, note that the number of neighbors of $\\mathcal{M}$ is the product across all $\\ell$ of the above. So it is odd if and only if each factor is odd, if and only if $n_{\\ell}=1$ for every $\\ell$. To finish, consider a huge simple graph $\\Gamma$ on all the maximal matchings, with edge relations given by neighbor relation (we don't consider vertices to be connected to themselves). Observe that: - Fantastic matchings correspond to isolated vertices (of degree zero, with no other neighbors) of $\\Gamma$. - The rest of the vertices of $\\Gamma$ have odd degrees (one less than the neighbor count) - The graph $\\Gamma$ has an even number of vertices of odd degree (this is true for any simple graph, see \"handshake lemma\"). - The number of vertices of $\\Gamma$ is odd, namely $(2\\lceil n / 2\\rceil-1)!!$", "metadata": {"resource_path": "USAMO/segmented/en-USAMO-2018-notes.jsonl"}}