0

How would we go about minimizing this? We can plug in $b = 8/a$ and go about minimizing the new expression but it isn't clear how to minimize.

What do you do?

Sebastiano
  • 7,649

1 Answers1

3

HINT

Since $a > b$, it results that $a - b > 0$. Consequently, we have that

\begin{align*} \frac{a^{2}+b^{2}}{a-b} & = \frac{(a-b)^{2} + 2ab}{a-b}\\\\ & = a - b + \frac{2ab}{a-b}\\\\ & = a - b + \frac{16}{a-b} \end{align*}

Now you can apply the AM-GM inequality.

Can you take it from here?

user0102
  • 21,572