4

If $a>b>0$, find the minimum value of $a+\cfrac{1}{(a-b)b}$

I am clueless on how to simplify the expression $a+\cfrac{1}{(a-b)b}$.

My book gives as a hint to rewrite the given expression so that there's an $a-b$ in a numerator ,which can be then canceled with the denominator when AM-GM is applied,however I don't see how to do that.

Mr. Y
  • 2,637

1 Answers1

4

Let $a-b=c$. So we are looking at $b+c+\frac{1}{cb}$. By AM/GM this is $\ge 3$. The value $3$ is attained when $b=c=1$.

Remark: If we don't want to introduce $c$, we can rewrite our expression as $(a-b)+b+\frac{1}{(a-b)b}$. This feels less natural.

André Nicolas
  • 507,029