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.
2026-04-02 22:05:57.1775167557
Minimum value of the given expression
52 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
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}$ .