Show that $\frac{x^2}{x+1} + \frac{(1-x)^2}{2-x} \geq \frac 13$ for $0\leq x \leq 1$

140 Views Asked by At

Show that $$\frac{x^2}{x+1} + \frac{(1-x)^2}{2-x} \geq \frac 1 3$$ if $0 \leq x \leq 1$.

Source: Brilliant.

I have tried the following: $$\frac{x^2}{x+1}=(x+1)+\frac{1}{x+1} -2$$ $$\frac{(1-x)^2}{2-x}= (2-x) + \frac{1}{2-x}-2$$ Applying AM-GM on the expressions in the above two equations, we have $$(x+1)+\frac{1}{x+1}+(2-x) + \frac{1}{2-x} \ge 4.$$ Thus $$\frac{x^2}{x+1}+\frac{(1-x)^2}{2-x}\ge 0.$$ However, I want the RHS to be $\frac{1}{3}$. Also, I don't want to use differentiation to solve this because I'm learning AM-GM. It would be very helpful if someone could point me in the right direction.

6

There are 6 best solutions below

2
On BEST ANSWER

There are obvious problems with executing AM-GM as is. However, we recognize that equality is attained at the case $x=\frac 12$. This is important. Let us force ourselves to use AM-GM.


ROUGH(BUT CORRECT) WORK

To simplify things, let's multiply top and bottom by $(x+1)(2-x)$, which is positive. This leads to the equivalent inequality $$ x^2(2-x) + (1-x)^2(x+1) = x^2-x+1 \geq \frac{(x+1)(2-x)}{3} $$ which is equivalent to $$ 3x^2-3x+3 \geq (x+1)(2-x) $$ which is equivalent to $$ 6x^2-6x+6 \geq 2(x+1)(2-x) $$

Now, let's prove this inequality by AM-GM. The right hand side has two terms $(x+1),(2-x)$ that are both equal to $1.5$ when $x = \frac 12$. In particular, if I think of this as (twice) the GM of the numbers $(x+1)^2$ and $(2-x)^2$, then the equality case $x = 0.5$ matches correctly. Therefore, we may correctly write $$ 2(x+1)(2-x) \leq 2 \frac{(x+1)^2 + (2-x)^2}{2} = (x+1)^2 + (2-x)^2 = 2x^2-2x+5 $$

Now the question is : is $2x^2-2x+5 \leq 6x^2-6x+6$? The answer is a resounding yes : $$ 6x^2-6x+6 - (2x^2-2x+5) = 4x^2-4x+1 = (2x-1)^2 $$ Notice that this RHS is also $0$ exactly at $x= \frac 12$. Therefore, we can now "reverse engineer" to get an accurate solution.


Actual solution

Begin with the AM-GM inequality to show where it's being used : $$ 2x^2-2x+5 = (x+1)^2+ (2-x)^2 \geq 2(x+1)(2-x). $$ Now, notice that $6x^2-6x+6 - (2x^2-2x+5) = (2x-1)^2 \geq 0$. Therefore, $$ 6x^2-6x+6 \geq 2(x+1)(2-x). $$ Rearranging, $$ x^2-x+1 \geq \frac{(x+1)(2-x)}{3} \\ \implies \frac{x^2-x+1}{(x+1)(2-x)} \geq \frac 13 \\ \implies \frac{x^2(2-x)-(1-x)^2(1+x)}{(x+1)(2-x)} \geq \frac 13 \\ \implies \frac{x^2}{x+1} + \frac{(1-x)^2}{2-x} \geq \frac 13 $$ Completing the proof. Note that the rough work also qualifies as an answer, but it's kind of working backwards which may not be acceptable in an olympiad exam. The solution given is clean, explains the use of all the inequalities used and only leaves out algebraic manipulations, which are easily figured out in any case.

4
On

Do you have to use AM-GM? Because, using Cauchy–Schwarz (or Titu's Lemma if you prefer that), we immediately get $$\frac{x^2}{x+1}+\frac{(1-x)^2}{2-x}\geq\frac{(x+1-x)^2}{x+1+2-x}=\frac{1}{3}$$ which completes the proof.

0
On

We have $$\frac{x^2}{x+1}=(x+1)+\frac{1}{x+1} -2$$ $$\frac{(1-x)^2}{2-x}= (2-x) + \frac{1}{2-x}-2$$

So we only need to prove that $$\frac{1}{x+1}+\frac{1}{2-x}-1 \geq \frac{1}{3}$$

$\iff$ $\frac{3}{(x+1)(2-x)} \geq \frac{4}{3}$ $\iff$ $0\leq (x+1)(2-x) \leq \frac{9}{4}$

By AM-GM, done!

0
On

If you set $f(x)=\dfrac{x^2}{x+1}$ and $g(x)=\dfrac{(1-x)^2}{2-x}$ and graph these two functions,

you'll notice they are symmetrical in regards to $x=\frac 12$.

We can write $f(x)=g(1-x)$ or equivalently $g(x)=f(1-x)$.

Since $x\in[0,1]$ you can take advantage of this symmetry and write $x=\frac 12+u$ with $|u|\le\frac 12$.

$f(x)+g(x)=f(\frac 12+u)+f(\frac 12-u)=\dfrac{3+4u^2}{9-4u^2}\ge\dfrac 39=\dfrac 13$ since $0\le u^2\le \frac 14$

Note that since $f(0)=g(1)=0$ and positive otherwise, attempts to involve the product $f(x)g(x)$ will always result in $0$ being the minimum of the expression.

So basically AM-GM $f(x)+g(x)\ge 2\sqrt{f(x)g(x)}\ge 0$ and you are stuck.

Of course we could maybe use different starting expressions to apply AM-GM, but as long as one of the expression vanishes the problem may reappear somehow like in your attempt. I don't think this particular problem is suitable for AM-GM or in a very convoluted way.

0
On

You want to show $$\frac{x^2}{x+1}+\frac{(1-x)^2}{2-x}\ge \frac{1}{3}\tag{1}$$ for $x\in [0,1]$. First, multiply by $(x+1)(2-x)$ which is positive in this region giving $$x^2(2-x)+(1-x)^2(x+1)\ge \frac{1}{3}(2-x)(x+1)\tag{2}$$

If we can show $(2)$, we are done. On the LHS, expand to get $$2x^2-x^3+x^3+x^2-2x^2-2x+x+1=x^2-x+1$$

On the other hand, by AM-GM with $4x,2$ \begin{align*} \frac{4x+2}{2}&\ge \sqrt{8x}\\ (2x+1)^2&\ge 8x\\ 4x^2+4x+1&\ge 8x\\ 3x^2-3x+3&\ge -x^2+x+2\\ x^2-x+1&\ge \frac{1}{3}(2-x)(x+1)\\ x^2(2-x)+(1-x)^2(x+1)&\ge \frac{1}{3}(2-x)(x+1) \end{align*} which demonstrates $(2)$ and hence $(1)$.

1
On

If you want to use only AM-GM

\begin{align} (1+x)(2-x) &= (1+x)(1+1-x)\\ &= 2 + x(1-x) & \text{AM-GM}\\ &\le 2 + \left(\frac{x+1-x}{2}\right)^2\\ &=\frac94 \end{align}

then,

\begin{align} \frac23 &\le \left(\frac{1}{(1+x)(2-x)}\right)^\frac12\\ &= \frac12\left(\frac1{1+x} + \frac1{2-x}\right) &\text{AM-GM} \end{align}

Can you finish from here?