Minimum value of the given expression

52 Views Asked by At

If I have $a>0$ and $ b >0 $ and $a+b=1$ then how can I find the minimum value of $(a+1/a)^2 + (b+1/b)^2$. I just tried to do it by expanding the expression just because I knew the graph of $x^2+1/x^2 $ and for that I had the minimum value as 2 but since there are two variables $a,b$ in the problem with the condition that both are less than 1 I'm not able to proceed from here. Any help will be appreciated .Thanks in advance.

2

There are 2 best solutions below

0
On BEST ANSWER

This problem is as old as a volkswagen beetle classic ( that I have ,haha ). My answer is problably one of the $20$ different "proofs" that you can find here or google. I try to be a little different if possible...

Using Cauchy-Schwarz inequality twice: $(1^2+1^2)\left(\left(a+\dfrac{1}{a}\right)^2+\left(b+\dfrac{1}{b}\right)^2\right)\ge \left(1\cdot\left(a+\dfrac{1}{a}\right)+1\cdot\left(b+\dfrac{1}{b}\right)\right)^2=\left(a+b+\dfrac{1^2}{a}+\dfrac{1^2}{b}\right)^2\ge \left(a+b+\dfrac{(1+1)^2}{a+b}\right)^2=\left(1+\dfrac{2^2}{1}\right)^2= 5^2=25\implies \left(a+\dfrac{1}{a}\right)^2+\left(b+\dfrac{1}{b}\right)^2\ge \dfrac{25}{2}$, with $ =$ occurs when $a = b = \dfrac{1}{2}$ .

0
On

Hint: By expanding we get $$a^2+b^2+\frac{1}{a^2}+\frac{1}{b^2}\geq \frac{17}{2}$$

This is $$(a^2+b^2)\left(1+\frac{1}{a^2b^2}\right)\geq \frac{17}{2} $$ Now we have $$a+b=1$$ so $$a^2+b^2=1-2ab$$ So you have to prove that

$$(1-2ab)(1+\frac{1}{a^2b^2})\geq \frac{17}{2}$$ Can you finish?